diff --git a/grammar.js b/grammar.js index d687d56..4402212 100644 --- a/grammar.js +++ b/grammar.js @@ -93,6 +93,7 @@ module.exports = grammar({ _block_item: $ => choice( $.function_definition, + alias($._old_style_function_definition, $.function_definition), $.linkage_specification, $.declaration, $._statement, diff --git a/src/grammar.json b/src/grammar.json index bdf953f..539a24d 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -82,6 +82,15 @@ "type": "SYMBOL", "name": "function_definition" }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_old_style_function_definition" + }, + "named": true, + "value": "function_definition" + }, { "type": "SYMBOL", "name": "linkage_specification" diff --git a/src/parser.c b/src/parser.c index 07d0374..619dc1d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,8 +14,8 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 1760 -#define LARGE_STATE_COUNT 490 +#define STATE_COUNT 1816 +#define LARGE_STATE_COUNT 510 #define SYMBOL_COUNT 322 #define ALIAS_COUNT 3 #define TOKEN_COUNT 151 @@ -2934,48 +2934,48 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [7] = 5, [8] = 5, [9] = 2, - [10] = 5, - [11] = 2, + [10] = 2, + [11] = 5, [12] = 12, - [13] = 13, - [14] = 13, - [15] = 13, - [16] = 12, - [17] = 12, - [18] = 12, - [19] = 13, + [13] = 12, + [14] = 12, + [15] = 12, + [16] = 16, + [17] = 17, + [18] = 18, + [19] = 18, [20] = 20, - [21] = 21, - [22] = 22, - [23] = 13, - [24] = 24, - [25] = 25, - [26] = 12, - [27] = 25, - [28] = 28, + [21] = 18, + [22] = 18, + [23] = 23, + [24] = 18, + [25] = 12, + [26] = 26, + [27] = 26, + [28] = 26, [29] = 29, [30] = 30, [31] = 31, [32] = 32, - [33] = 32, - [34] = 30, - [35] = 35, + [33] = 30, + [34] = 34, + [35] = 30, [36] = 29, [37] = 29, - [38] = 28, - [39] = 28, - [40] = 25, - [41] = 32, - [42] = 30, - [43] = 32, - [44] = 30, - [45] = 28, - [46] = 32, - [47] = 25, - [48] = 29, - [49] = 28, - [50] = 29, - [51] = 30, + [38] = 29, + [39] = 34, + [40] = 34, + [41] = 34, + [42] = 32, + [43] = 34, + [44] = 26, + [45] = 30, + [46] = 30, + [47] = 29, + [48] = 32, + [49] = 32, + [50] = 32, + [51] = 51, [52] = 52, [53] = 53, [54] = 54, @@ -2983,31 +2983,31 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [56] = 56, [57] = 57, [58] = 58, - [59] = 54, - [60] = 58, + [59] = 56, + [60] = 57, [61] = 55, - [62] = 57, - [63] = 56, - [64] = 54, - [65] = 55, - [66] = 54, + [62] = 54, + [63] = 58, + [64] = 58, + [65] = 56, + [66] = 57, [67] = 56, - [68] = 54, - [69] = 56, - [70] = 55, + [68] = 55, + [69] = 54, + [70] = 54, [71] = 57, - [72] = 57, - [73] = 56, - [74] = 58, + [72] = 58, + [73] = 55, + [74] = 54, [75] = 57, [76] = 58, - [77] = 55, - [78] = 58, - [79] = 56, - [80] = 54, - [81] = 58, - [82] = 55, - [83] = 57, + [77] = 56, + [78] = 55, + [79] = 57, + [80] = 58, + [81] = 55, + [82] = 54, + [83] = 56, [84] = 84, [85] = 84, [86] = 84, @@ -3070,542 +3070,542 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [143] = 143, [144] = 144, [145] = 145, - [146] = 90, + [146] = 146, [147] = 147, - [148] = 92, - [149] = 109, - [150] = 100, - [151] = 99, - [152] = 98, - [153] = 97, - [154] = 96, - [155] = 95, - [156] = 117, - [157] = 91, - [158] = 93, - [159] = 118, - [160] = 108, - [161] = 115, - [162] = 116, - [163] = 121, - [164] = 124, - [165] = 125, - [166] = 114, - [167] = 167, - [168] = 107, - [169] = 106, - [170] = 105, - [171] = 119, - [172] = 104, - [173] = 120, - [174] = 122, + [148] = 148, + [149] = 149, + [150] = 150, + [151] = 151, + [152] = 90, + [153] = 104, + [154] = 109, + [155] = 121, + [156] = 100, + [157] = 96, + [158] = 122, + [159] = 113, + [160] = 92, + [161] = 97, + [162] = 106, + [163] = 98, + [164] = 115, + [165] = 165, + [166] = 119, + [167] = 110, + [168] = 105, + [169] = 124, + [170] = 121, + [171] = 112, + [172] = 111, + [173] = 107, + [174] = 101, [175] = 123, - [176] = 101, - [177] = 125, - [178] = 94, - [179] = 110, - [180] = 111, - [181] = 112, - [182] = 113, - [183] = 103, - [184] = 102, - [185] = 117, - [186] = 145, - [187] = 131, - [188] = 136, - [189] = 139, - [190] = 90, - [191] = 133, - [192] = 90, - [193] = 140, - [194] = 128, - [195] = 147, - [196] = 137, - [197] = 129, - [198] = 126, - [199] = 144, - [200] = 143, - [201] = 135, - [202] = 142, - [203] = 138, - [204] = 130, - [205] = 141, - [206] = 132, + [176] = 99, + [177] = 95, + [178] = 97, + [179] = 91, + [180] = 120, + [181] = 118, + [182] = 117, + [183] = 125, + [184] = 94, + [185] = 93, + [186] = 108, + [187] = 116, + [188] = 102, + [189] = 103, + [190] = 114, + [191] = 147, + [192] = 134, + [193] = 139, + [194] = 137, + [195] = 90, + [196] = 136, + [197] = 151, + [198] = 138, + [199] = 130, + [200] = 140, + [201] = 141, + [202] = 127, + [203] = 150, + [204] = 129, + [205] = 128, + [206] = 146, [207] = 90, - [208] = 134, - [209] = 127, - [210] = 113, - [211] = 92, - [212] = 120, - [213] = 122, - [214] = 120, - [215] = 123, - [216] = 107, - [217] = 122, - [218] = 105, - [219] = 104, - [220] = 125, - [221] = 94, - [222] = 119, - [223] = 118, - [224] = 106, - [225] = 117, - [226] = 113, - [227] = 119, - [228] = 123, - [229] = 94, - [230] = 125, - [231] = 112, - [232] = 123, - [233] = 106, - [234] = 122, - [235] = 111, - [236] = 120, - [237] = 119, - [238] = 118, - [239] = 117, - [240] = 103, - [241] = 110, - [242] = 118, - [243] = 102, - [244] = 112, - [245] = 105, - [246] = 104, - [247] = 111, - [248] = 103, - [249] = 102, - [250] = 101, - [251] = 100, - [252] = 94, - [253] = 110, - [254] = 109, - [255] = 101, - [256] = 99, - [257] = 98, - [258] = 97, - [259] = 107, - [260] = 96, - [261] = 106, - [262] = 95, - [263] = 91, - [264] = 93, - [265] = 108, - [266] = 100, - [267] = 99, - [268] = 113, - [269] = 115, - [270] = 107, - [271] = 116, - [272] = 112, + [208] = 148, + [209] = 126, + [210] = 90, + [211] = 143, + [212] = 149, + [213] = 144, + [214] = 135, + [215] = 133, + [216] = 132, + [217] = 131, + [218] = 142, + [219] = 145, + [220] = 119, + [221] = 106, + [222] = 103, + [223] = 106, + [224] = 100, + [225] = 124, + [226] = 97, + [227] = 98, + [228] = 111, + [229] = 116, + [230] = 117, + [231] = 122, + [232] = 118, + [233] = 91, + [234] = 123, + [235] = 105, + [236] = 119, + [237] = 123, + [238] = 99, + [239] = 98, + [240] = 124, + [241] = 91, + [242] = 109, + [243] = 107, + [244] = 110, + [245] = 118, + [246] = 119, + [247] = 113, + [248] = 91, + [249] = 117, + [250] = 118, + [251] = 116, + [252] = 121, + [253] = 111, + [254] = 122, + [255] = 123, + [256] = 103, + [257] = 114, + [258] = 115, + [259] = 102, + [260] = 113, + [261] = 108, + [262] = 93, + [263] = 94, + [264] = 95, + [265] = 110, + [266] = 112, + [267] = 100, + [268] = 124, + [269] = 99, + [270] = 102, + [271] = 92, + [272] = 125, [273] = 105, - [274] = 104, - [275] = 98, - [276] = 97, - [277] = 103, - [278] = 102, - [279] = 111, - [280] = 110, - [281] = 101, - [282] = 100, - [283] = 96, - [284] = 121, - [285] = 124, - [286] = 99, - [287] = 98, - [288] = 95, - [289] = 114, - [290] = 97, - [291] = 96, - [292] = 95, - [293] = 91, - [294] = 93, - [295] = 109, - [296] = 108, - [297] = 115, - [298] = 116, - [299] = 91, - [300] = 121, - [301] = 93, - [302] = 124, - [303] = 114, - [304] = 92, - [305] = 109, + [274] = 96, + [275] = 101, + [276] = 107, + [277] = 104, + [278] = 92, + [279] = 109, + [280] = 117, + [281] = 116, + [282] = 112, + [283] = 122, + [284] = 95, + [285] = 121, + [286] = 108, + [287] = 93, + [288] = 113, + [289] = 110, + [290] = 94, + [291] = 95, + [292] = 107, + [293] = 114, + [294] = 111, + [295] = 105, + [296] = 120, + [297] = 96, + [298] = 103, + [299] = 115, + [300] = 98, + [301] = 97, + [302] = 102, + [303] = 125, + [304] = 100, + [305] = 99, [306] = 108, - [307] = 115, - [308] = 116, - [309] = 121, + [307] = 93, + [308] = 106, + [309] = 101, [310] = 92, - [311] = 124, + [311] = 109, [312] = 114, - [313] = 127, - [314] = 132, - [315] = 129, - [316] = 131, - [317] = 141, - [318] = 143, - [319] = 140, - [320] = 144, - [321] = 145, - [322] = 135, - [323] = 141, - [324] = 138, - [325] = 147, - [326] = 139, + [313] = 112, + [314] = 120, + [315] = 120, + [316] = 125, + [317] = 104, + [318] = 115, + [319] = 104, + [320] = 101, + [321] = 96, + [322] = 94, + [323] = 151, + [324] = 134, + [325] = 141, + [326] = 140, [327] = 138, - [328] = 140, - [329] = 126, + [328] = 128, + [329] = 137, [330] = 130, - [331] = 128, + [331] = 131, [332] = 147, - [333] = 135, - [334] = 133, - [335] = 133, - [336] = 134, - [337] = 137, - [338] = 145, - [339] = 144, - [340] = 136, - [341] = 143, - [342] = 126, - [343] = 134, - [344] = 127, - [345] = 132, - [346] = 128, - [347] = 139, - [348] = 129, - [349] = 131, - [350] = 142, + [333] = 136, + [334] = 127, + [335] = 135, + [336] = 149, + [337] = 133, + [338] = 132, + [339] = 145, + [340] = 131, + [341] = 144, + [342] = 132, + [343] = 150, + [344] = 133, + [345] = 134, + [346] = 139, + [347] = 130, + [348] = 138, + [349] = 129, + [350] = 146, [351] = 142, - [352] = 137, - [353] = 136, - [354] = 130, - [355] = 135, - [356] = 130, - [357] = 357, - [358] = 138, - [359] = 145, - [360] = 137, - [361] = 136, - [362] = 128, - [363] = 363, - [364] = 133, - [365] = 139, - [366] = 140, - [367] = 134, - [368] = 131, - [369] = 147, - [370] = 370, - [371] = 371, - [372] = 129, - [373] = 373, - [374] = 126, - [375] = 141, - [376] = 376, - [377] = 132, - [378] = 127, - [379] = 142, - [380] = 143, - [381] = 144, - [382] = 167, - [383] = 383, - [384] = 384, - [385] = 385, - [386] = 386, - [387] = 387, - [388] = 386, - [389] = 383, - [390] = 387, - [391] = 383, - [392] = 384, - [393] = 386, - [394] = 394, - [395] = 387, - [396] = 394, - [397] = 383, - [398] = 384, - [399] = 387, - [400] = 385, - [401] = 394, - [402] = 402, - [403] = 386, - [404] = 385, - [405] = 387, - [406] = 406, - [407] = 402, - [408] = 385, - [409] = 383, - [410] = 386, - [411] = 406, - [412] = 406, - [413] = 402, - [414] = 387, - [415] = 394, - [416] = 384, - [417] = 406, - [418] = 386, - [419] = 406, - [420] = 384, - [421] = 394, - [422] = 402, - [423] = 402, - [424] = 385, - [425] = 385, - [426] = 394, - [427] = 402, - [428] = 384, - [429] = 406, - [430] = 430, - [431] = 431, - [432] = 430, - [433] = 431, - [434] = 431, - [435] = 430, - [436] = 430, - [437] = 431, - [438] = 167, - [439] = 439, - [440] = 440, - [441] = 167, - [442] = 90, - [443] = 443, - [444] = 444, - [445] = 445, - [446] = 446, - [447] = 447, - [448] = 448, - [449] = 449, + [352] = 149, + [353] = 150, + [354] = 135, + [355] = 148, + [356] = 139, + [357] = 143, + [358] = 127, + [359] = 126, + [360] = 147, + [361] = 151, + [362] = 136, + [363] = 137, + [364] = 126, + [365] = 145, + [366] = 144, + [367] = 143, + [368] = 142, + [369] = 141, + [370] = 140, + [371] = 129, + [372] = 128, + [373] = 146, + [374] = 148, + [375] = 143, + [376] = 130, + [377] = 135, + [378] = 378, + [379] = 148, + [380] = 150, + [381] = 151, + [382] = 144, + [383] = 126, + [384] = 134, + [385] = 138, + [386] = 140, + [387] = 128, + [388] = 127, + [389] = 147, + [390] = 132, + [391] = 131, + [392] = 137, + [393] = 141, + [394] = 146, + [395] = 129, + [396] = 133, + [397] = 142, + [398] = 136, + [399] = 399, + [400] = 149, + [401] = 145, + [402] = 165, + [403] = 403, + [404] = 404, + [405] = 405, + [406] = 403, + [407] = 407, + [408] = 408, + [409] = 405, + [410] = 410, + [411] = 411, + [412] = 412, + [413] = 407, + [414] = 411, + [415] = 404, + [416] = 410, + [417] = 411, + [418] = 412, + [419] = 408, + [420] = 407, + [421] = 410, + [422] = 405, + [423] = 403, + [424] = 404, + [425] = 408, + [426] = 403, + [427] = 407, + [428] = 410, + [429] = 412, + [430] = 412, + [431] = 403, + [432] = 411, + [433] = 404, + [434] = 407, + [435] = 410, + [436] = 403, + [437] = 412, + [438] = 404, + [439] = 408, + [440] = 405, + [441] = 412, + [442] = 408, + [443] = 411, + [444] = 404, + [445] = 408, + [446] = 411, + [447] = 405, + [448] = 407, + [449] = 410, [450] = 450, [451] = 451, - [452] = 452, - [453] = 453, - [454] = 454, - [455] = 454, - [456] = 454, - [457] = 454, - [458] = 454, - [459] = 454, - [460] = 454, - [461] = 454, - [462] = 454, - [463] = 454, - [464] = 454, + [452] = 451, + [453] = 450, + [454] = 450, + [455] = 450, + [456] = 451, + [457] = 451, + [458] = 165, + [459] = 459, + [460] = 460, + [461] = 90, + [462] = 165, + [463] = 463, + [464] = 464, [465] = 465, [466] = 466, [467] = 467, [468] = 468, - [469] = 467, + [469] = 469, [470] = 470, [471] = 471, - [472] = 468, - [473] = 467, - [474] = 468, - [475] = 467, - [476] = 468, - [477] = 477, - [478] = 478, - [479] = 479, - [480] = 479, - [481] = 479, - [482] = 482, - [483] = 483, - [484] = 479, + [472] = 472, + [473] = 473, + [474] = 474, + [475] = 474, + [476] = 474, + [477] = 474, + [478] = 474, + [479] = 474, + [480] = 474, + [481] = 474, + [482] = 474, + [483] = 474, + [484] = 484, [485] = 485, - [486] = 486, - [487] = 486, - [488] = 486, - [489] = 486, + [486] = 474, + [487] = 487, + [488] = 488, + [489] = 489, [490] = 490, [491] = 490, - [492] = 485, - [493] = 493, - [494] = 494, + [492] = 487, + [493] = 490, + [494] = 487, [495] = 495, - [496] = 496, - [497] = 497, + [496] = 487, + [497] = 490, [498] = 498, [499] = 499, - [500] = 498, - [501] = 501, - [502] = 502, - [503] = 501, - [504] = 485, - [505] = 505, - [506] = 501, - [507] = 507, - [508] = 501, - [509] = 498, + [500] = 500, + [501] = 500, + [502] = 500, + [503] = 499, + [504] = 504, + [505] = 500, + [506] = 506, + [507] = 499, + [508] = 508, + [509] = 499, [510] = 510, - [511] = 511, - [512] = 501, - [513] = 498, + [511] = 510, + [512] = 508, + [513] = 513, [514] = 514, [515] = 515, - [516] = 485, + [516] = 516, [517] = 517, [518] = 518, [519] = 519, - [520] = 520, + [520] = 518, [521] = 521, - [522] = 521, - [523] = 521, - [524] = 524, + [522] = 522, + [523] = 523, + [524] = 508, [525] = 525, - [526] = 526, + [526] = 514, [527] = 527, [528] = 528, [529] = 529, [530] = 530, - [531] = 531, + [531] = 514, [532] = 532, [533] = 533, [534] = 534, - [535] = 521, - [536] = 536, - [537] = 520, - [538] = 538, - [539] = 539, + [535] = 514, + [536] = 518, + [537] = 508, + [538] = 514, + [539] = 518, [540] = 540, [541] = 541, [542] = 542, - [543] = 541, - [544] = 538, + [543] = 543, + [544] = 544, [545] = 545, [546] = 546, - [547] = 547, + [547] = 543, [548] = 548, [549] = 549, [550] = 550, [551] = 551, - [552] = 548, - [553] = 553, - [554] = 540, - [555] = 546, + [552] = 542, + [553] = 542, + [554] = 554, + [555] = 542, [556] = 556, [557] = 557, - [558] = 551, - [559] = 553, + [558] = 558, + [559] = 559, [560] = 560, - [561] = 549, + [561] = 561, [562] = 562, - [563] = 542, + [563] = 563, [564] = 564, - [565] = 548, - [566] = 566, - [567] = 549, + [565] = 565, + [566] = 559, + [567] = 567, [568] = 568, - [569] = 564, - [570] = 553, - [571] = 568, - [572] = 542, - [573] = 545, + [569] = 569, + [570] = 570, + [571] = 571, + [572] = 572, + [573] = 561, [574] = 574, [575] = 575, - [576] = 550, - [577] = 577, - [578] = 560, - [579] = 579, - [580] = 562, - [581] = 545, - [582] = 545, - [583] = 560, - [584] = 566, - [585] = 542, - [586] = 560, - [587] = 568, - [588] = 551, - [589] = 557, - [590] = 564, - [591] = 591, + [576] = 558, + [577] = 575, + [578] = 574, + [579] = 572, + [580] = 561, + [581] = 571, + [582] = 570, + [583] = 569, + [584] = 567, + [585] = 559, + [586] = 586, + [587] = 587, + [588] = 563, + [589] = 589, + [590] = 590, + [591] = 561, [592] = 592, - [593] = 557, - [594] = 594, - [595] = 562, - [596] = 548, - [597] = 538, - [598] = 556, - [599] = 540, - [600] = 541, - [601] = 551, - [602] = 602, - [603] = 562, - [604] = 556, - [605] = 549, - [606] = 553, - [607] = 538, - [608] = 564, - [609] = 557, - [610] = 560, + [593] = 562, + [594] = 568, + [595] = 563, + [596] = 559, + [597] = 560, + [598] = 567, + [599] = 587, + [600] = 569, + [601] = 570, + [602] = 562, + [603] = 571, + [604] = 572, + [605] = 574, + [606] = 575, + [607] = 558, + [608] = 565, + [609] = 564, + [610] = 610, [611] = 611, - [612] = 546, - [613] = 560, - [614] = 547, - [615] = 568, - [616] = 540, - [617] = 546, - [618] = 556, - [619] = 541, - [620] = 620, - [621] = 620, - [622] = 620, - [623] = 620, - [624] = 620, - [625] = 466, + [612] = 560, + [613] = 610, + [614] = 590, + [615] = 610, + [616] = 610, + [617] = 560, + [618] = 610, + [619] = 619, + [620] = 610, + [621] = 590, + [622] = 587, + [623] = 587, + [624] = 624, + [625] = 625, [626] = 626, - [627] = 627, - [628] = 628, - [629] = 629, - [630] = 630, + [627] = 562, + [628] = 558, + [629] = 575, + [630] = 574, [631] = 631, - [632] = 632, - [633] = 633, + [632] = 572, + [633] = 563, [634] = 634, - [635] = 635, - [636] = 439, - [637] = 637, - [638] = 638, - [639] = 639, - [640] = 440, - [641] = 641, - [642] = 642, - [643] = 643, - [644] = 644, - [645] = 635, + [635] = 590, + [636] = 567, + [637] = 569, + [638] = 570, + [639] = 571, + [640] = 640, + [641] = 640, + [642] = 640, + [643] = 640, + [644] = 640, + [645] = 485, [646] = 646, [647] = 647, [648] = 648, [649] = 649, [650] = 650, [651] = 651, - [652] = 652, - [653] = 653, - [654] = 654, + [652] = 651, + [653] = 649, + [654] = 651, [655] = 655, - [656] = 656, - [657] = 657, - [658] = 657, - [659] = 657, - [660] = 660, - [661] = 657, - [662] = 657, - [663] = 663, + [656] = 655, + [657] = 649, + [658] = 658, + [659] = 655, + [660] = 658, + [661] = 649, + [662] = 649, + [663] = 658, [664] = 664, - [665] = 665, - [666] = 666, - [667] = 665, - [668] = 665, - [669] = 665, - [670] = 665, - [671] = 665, - [672] = 643, + [665] = 658, + [666] = 651, + [667] = 655, + [668] = 651, + [669] = 655, + [670] = 658, + [671] = 460, + [672] = 672, [673] = 673, [674] = 674, [675] = 675, [676] = 676, [677] = 677, - [678] = 635, + [678] = 678, [679] = 679, - [680] = 680, - [681] = 681, + [680] = 459, + [681] = 677, [682] = 682, [683] = 683, [684] = 684, @@ -3618,221 +3618,221 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [691] = 691, [692] = 692, [693] = 693, - [694] = 694, - [695] = 695, + [694] = 693, + [695] = 693, [696] = 696, - [697] = 697, - [698] = 698, - [699] = 699, - [700] = 700, - [701] = 701, - [702] = 702, + [697] = 696, + [698] = 696, + [699] = 696, + [700] = 693, + [701] = 696, + [702] = 693, [703] = 703, - [704] = 704, - [705] = 705, - [706] = 706, + [704] = 703, + [705] = 703, + [706] = 703, [707] = 707, [708] = 708, - [709] = 709, - [710] = 710, + [709] = 703, + [710] = 703, [711] = 711, - [712] = 712, + [712] = 672, [713] = 713, [714] = 714, [715] = 715, [716] = 716, [717] = 717, [718] = 718, - [719] = 128, - [720] = 131, - [721] = 133, - [722] = 136, + [719] = 719, + [720] = 720, + [721] = 721, + [722] = 722, [723] = 723, - [724] = 137, - [725] = 142, + [724] = 724, + [725] = 725, [726] = 726, [727] = 727, [728] = 728, [729] = 729, [730] = 730, [731] = 731, - [732] = 142, - [733] = 729, + [732] = 732, + [733] = 733, [734] = 734, - [735] = 131, - [736] = 664, + [735] = 735, + [736] = 736, [737] = 737, - [738] = 731, - [739] = 730, - [740] = 718, - [741] = 717, - [742] = 716, - [743] = 715, - [744] = 728, - [745] = 714, + [738] = 738, + [739] = 739, + [740] = 740, + [741] = 741, + [742] = 742, + [743] = 743, + [744] = 744, + [745] = 745, [746] = 746, - [747] = 727, - [748] = 723, + [747] = 747, + [748] = 748, [749] = 749, - [750] = 726, + [750] = 750, [751] = 751, - [752] = 752, - [753] = 137, + [752] = 677, + [753] = 753, [754] = 754, [755] = 755, - [756] = 128, + [756] = 756, [757] = 757, - [758] = 136, - [759] = 133, - [760] = 700, - [761] = 691, + [758] = 146, + [759] = 759, + [760] = 148, + [761] = 761, [762] = 762, - [763] = 680, - [764] = 709, - [765] = 637, - [766] = 694, - [767] = 693, - [768] = 695, - [769] = 698, - [770] = 690, - [771] = 701, - [772] = 641, - [773] = 708, - [774] = 710, - [775] = 689, - [776] = 712, - [777] = 706, - [778] = 704, - [779] = 692, - [780] = 439, - [781] = 677, - [782] = 440, - [783] = 726, + [763] = 763, + [764] = 126, + [765] = 143, + [766] = 142, + [767] = 134, + [768] = 768, + [769] = 769, + [770] = 770, + [771] = 771, + [772] = 757, + [773] = 773, + [774] = 756, + [775] = 759, + [776] = 776, + [777] = 707, + [778] = 763, + [779] = 779, + [780] = 780, + [781] = 770, + [782] = 761, + [783] = 783, [784] = 784, - [785] = 718, - [786] = 717, - [787] = 702, - [788] = 131, - [789] = 685, + [785] = 146, + [786] = 755, + [787] = 771, + [788] = 754, + [789] = 148, [790] = 790, - [791] = 133, - [792] = 792, - [793] = 136, - [794] = 723, - [795] = 137, + [791] = 791, + [792] = 134, + [793] = 769, + [794] = 142, + [795] = 143, [796] = 796, - [797] = 792, - [798] = 142, - [799] = 716, - [800] = 800, - [801] = 792, + [797] = 768, + [798] = 762, + [799] = 126, + [800] = 714, + [801] = 459, [802] = 713, - [803] = 803, - [804] = 715, - [805] = 128, - [806] = 686, - [807] = 792, - [808] = 731, - [809] = 809, - [810] = 729, - [811] = 730, - [812] = 727, - [813] = 679, - [814] = 814, - [815] = 723, - [816] = 816, - [817] = 128, - [818] = 818, - [819] = 728, - [820] = 731, - [821] = 714, - [822] = 730, - [823] = 729, - [824] = 718, - [825] = 717, - [826] = 716, - [827] = 715, - [828] = 131, + [803] = 748, + [804] = 673, + [805] = 722, + [806] = 715, + [807] = 723, + [808] = 717, + [809] = 750, + [810] = 749, + [811] = 811, + [812] = 735, + [813] = 732, + [814] = 739, + [815] = 460, + [816] = 718, + [817] = 740, + [818] = 741, + [819] = 744, + [820] = 742, + [821] = 734, + [822] = 679, + [823] = 754, + [824] = 768, + [825] = 755, + [826] = 761, + [827] = 827, + [828] = 762, [829] = 829, - [830] = 830, - [831] = 714, - [832] = 133, - [833] = 792, - [834] = 726, - [835] = 835, - [836] = 727, - [837] = 837, - [838] = 728, - [839] = 142, + [830] = 733, + [831] = 770, + [832] = 143, + [833] = 833, + [834] = 834, + [835] = 753, + [836] = 148, + [837] = 768, + [838] = 126, + [839] = 829, [840] = 840, - [841] = 136, - [842] = 137, + [841] = 841, + [842] = 829, [843] = 843, [844] = 844, - [845] = 845, - [846] = 846, + [845] = 769, + [846] = 146, [847] = 847, [848] = 848, - [849] = 849, - [850] = 850, - [851] = 851, - [852] = 852, - [853] = 853, - [854] = 854, - [855] = 855, - [856] = 856, - [857] = 857, + [849] = 142, + [850] = 763, + [851] = 759, + [852] = 771, + [853] = 769, + [854] = 727, + [855] = 756, + [856] = 761, + [857] = 829, [858] = 858, - [859] = 859, - [860] = 860, - [861] = 861, - [862] = 862, - [863] = 863, - [864] = 864, - [865] = 865, - [866] = 866, + [859] = 762, + [860] = 134, + [861] = 829, + [862] = 146, + [863] = 148, + [864] = 126, + [865] = 143, + [866] = 142, [867] = 867, - [868] = 868, - [869] = 869, - [870] = 870, - [871] = 871, + [868] = 134, + [869] = 754, + [870] = 755, + [871] = 757, [872] = 872, - [873] = 92, - [874] = 874, + [873] = 873, + [874] = 757, [875] = 875, - [876] = 876, - [877] = 877, - [878] = 878, - [879] = 879, - [880] = 880, - [881] = 881, - [882] = 881, - [883] = 881, + [876] = 763, + [877] = 759, + [878] = 725, + [879] = 756, + [880] = 770, + [881] = 771, + [882] = 745, + [883] = 883, [884] = 884, - [885] = 881, - [886] = 881, + [885] = 885, + [886] = 886, [887] = 887, - [888] = 704, - [889] = 889, - [890] = 701, - [891] = 698, + [888] = 888, + [889] = 115, + [890] = 890, + [891] = 891, [892] = 892, - [893] = 709, - [894] = 695, - [895] = 680, - [896] = 889, - [897] = 708, - [898] = 889, - [899] = 889, - [900] = 92, - [901] = 693, - [902] = 691, - [903] = 710, - [904] = 694, - [905] = 889, - [906] = 706, + [893] = 893, + [894] = 894, + [895] = 895, + [896] = 896, + [897] = 897, + [898] = 898, + [899] = 899, + [900] = 900, + [901] = 901, + [902] = 902, + [903] = 903, + [904] = 904, + [905] = 905, + [906] = 906, [907] = 907, - [908] = 712, + [908] = 908, [909] = 909, [910] = 910, [911] = 911, @@ -3847,347 +3847,347 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [920] = 920, [921] = 921, [922] = 922, - [923] = 923, - [924] = 924, - [925] = 925, - [926] = 926, + [923] = 921, + [924] = 921, + [925] = 921, + [926] = 921, [927] = 927, - [928] = 928, - [929] = 924, + [928] = 115, + [929] = 723, [930] = 930, - [931] = 931, - [932] = 932, + [931] = 930, + [932] = 713, [933] = 930, [934] = 934, - [935] = 935, + [935] = 744, [936] = 936, - [937] = 937, - [938] = 936, - [939] = 939, - [940] = 940, - [941] = 941, - [942] = 942, - [943] = 943, - [944] = 937, - [945] = 945, - [946] = 946, - [947] = 936, - [948] = 948, + [937] = 742, + [938] = 717, + [939] = 741, + [940] = 740, + [941] = 930, + [942] = 930, + [943] = 739, + [944] = 715, + [945] = 748, + [946] = 722, + [947] = 732, + [948] = 734, [949] = 949, [950] = 950, [951] = 951, - [952] = 936, + [952] = 952, [953] = 953, - [954] = 937, - [955] = 937, + [954] = 954, + [955] = 955, [956] = 956, [957] = 957, [958] = 958, [959] = 959, - [960] = 949, - [961] = 956, - [962] = 949, + [960] = 960, + [961] = 961, + [962] = 962, [963] = 963, [964] = 964, - [965] = 965, + [965] = 964, [966] = 966, - [967] = 956, + [967] = 967, [968] = 968, - [969] = 949, - [970] = 970, - [971] = 956, - [972] = 936, - [973] = 949, - [974] = 937, + [969] = 969, + [970] = 969, + [971] = 971, + [972] = 972, + [973] = 973, + [974] = 974, [975] = 975, - [976] = 959, - [977] = 956, - [978] = 708, - [979] = 979, + [976] = 976, + [977] = 977, + [978] = 978, + [979] = 977, [980] = 980, - [981] = 710, + [981] = 981, [982] = 982, [983] = 983, - [984] = 704, - [985] = 701, - [986] = 698, + [984] = 984, + [985] = 985, + [986] = 977, [987] = 987, - [988] = 712, - [989] = 980, + [988] = 988, + [989] = 989, [990] = 990, [991] = 991, [992] = 992, - [993] = 695, - [994] = 994, + [993] = 989, + [994] = 987, [995] = 995, - [996] = 706, - [997] = 646, - [998] = 693, - [999] = 999, + [996] = 988, + [997] = 997, + [998] = 998, + [999] = 987, [1000] = 1000, - [1001] = 691, - [1002] = 1002, + [1001] = 988, + [1002] = 989, [1003] = 1003, - [1004] = 1004, - [1005] = 990, - [1006] = 980, + [1004] = 989, + [1005] = 1005, + [1006] = 977, [1007] = 1007, - [1008] = 990, - [1009] = 1009, + [1008] = 989, + [1009] = 988, [1010] = 1010, - [1011] = 694, - [1012] = 1012, - [1013] = 680, + [1011] = 987, + [1012] = 977, + [1013] = 988, [1014] = 1014, - [1015] = 980, - [1016] = 990, - [1017] = 1017, - [1018] = 1018, - [1019] = 990, - [1020] = 709, - [1021] = 1004, - [1022] = 990, - [1023] = 887, + [1015] = 1015, + [1016] = 978, + [1017] = 987, + [1018] = 723, + [1019] = 1019, + [1020] = 734, + [1021] = 1021, + [1022] = 1022, + [1023] = 739, [1024] = 1024, - [1025] = 884, - [1026] = 1026, + [1025] = 740, + [1026] = 741, [1027] = 1027, - [1028] = 913, - [1029] = 910, - [1030] = 911, - [1031] = 1031, - [1032] = 1032, - [1033] = 1033, - [1034] = 1034, + [1028] = 1028, + [1029] = 742, + [1030] = 1030, + [1031] = 744, + [1032] = 1019, + [1033] = 1021, + [1034] = 1019, [1035] = 1035, - [1036] = 1036, + [1036] = 732, [1037] = 1037, [1038] = 1038, [1039] = 1039, - [1040] = 1040, - [1041] = 863, - [1042] = 1042, - [1043] = 1043, - [1044] = 1044, + [1040] = 748, + [1041] = 1041, + [1042] = 722, + [1043] = 1019, + [1044] = 1019, [1045] = 1045, [1046] = 1046, - [1047] = 1047, + [1047] = 717, [1048] = 1048, - [1049] = 1048, - [1050] = 1047, - [1051] = 1040, - [1052] = 1048, - [1053] = 1047, - [1054] = 1054, + [1049] = 715, + [1050] = 1050, + [1051] = 1021, + [1052] = 1052, + [1053] = 1053, + [1054] = 1021, [1055] = 1055, - [1056] = 1056, - [1057] = 1057, + [1056] = 713, + [1057] = 690, [1058] = 1058, [1059] = 1059, [1060] = 1060, - [1061] = 1061, - [1062] = 1062, + [1061] = 1019, + [1062] = 1024, [1063] = 1063, - [1064] = 1064, - [1065] = 1065, + [1064] = 927, + [1065] = 922, [1066] = 1066, [1067] = 1067, - [1068] = 1068, - [1069] = 1069, - [1070] = 1070, - [1071] = 1055, + [1068] = 950, + [1069] = 952, + [1070] = 954, + [1071] = 1071, [1072] = 1072, [1073] = 1073, [1074] = 1074, - [1075] = 1060, + [1075] = 1075, [1076] = 1076, [1077] = 1077, - [1078] = 1057, + [1078] = 1078, [1079] = 1079, - [1080] = 707, + [1080] = 1080, [1081] = 1081, [1082] = 1082, - [1083] = 1060, + [1083] = 1083, [1084] = 1084, - [1085] = 1057, - [1086] = 1068, + [1085] = 885, + [1086] = 1086, [1087] = 1087, [1088] = 1088, - [1089] = 1073, - [1090] = 1090, - [1091] = 1091, - [1092] = 1092, - [1093] = 1093, + [1089] = 1088, + [1090] = 1087, + [1091] = 1088, + [1092] = 1086, + [1093] = 1087, [1094] = 1094, [1095] = 1095, - [1096] = 1060, + [1096] = 1096, [1097] = 1097, - [1098] = 1072, - [1099] = 1099, + [1098] = 1098, + [1099] = 728, [1100] = 1100, - [1101] = 1088, - [1102] = 1081, - [1103] = 1091, - [1104] = 1079, - [1105] = 1057, - [1106] = 1099, + [1101] = 1101, + [1102] = 1102, + [1103] = 1103, + [1104] = 1104, + [1105] = 1105, + [1106] = 1106, [1107] = 1107, - [1108] = 1093, + [1108] = 1108, [1109] = 1109, - [1110] = 1097, + [1110] = 1110, [1111] = 1111, - [1112] = 1095, + [1112] = 1112, [1113] = 1113, - [1114] = 1060, - [1115] = 1077, + [1114] = 1114, + [1115] = 1115, [1116] = 1116, - [1117] = 1117, + [1117] = 1095, [1118] = 1118, - [1119] = 1065, - [1120] = 1120, - [1121] = 1062, - [1122] = 1113, - [1123] = 1067, - [1124] = 1117, + [1119] = 1105, + [1120] = 1118, + [1121] = 1101, + [1122] = 1122, + [1123] = 1123, + [1124] = 1124, [1125] = 1116, - [1126] = 707, - [1127] = 1069, - [1128] = 1066, - [1129] = 1063, - [1130] = 1054, - [1131] = 1094, - [1132] = 1100, - [1133] = 1074, - [1134] = 1090, - [1135] = 1117, - [1136] = 1064, - [1137] = 1109, - [1138] = 1117, - [1139] = 863, - [1140] = 1118, - [1141] = 1082, + [1126] = 1126, + [1127] = 1127, + [1128] = 1102, + [1129] = 1129, + [1130] = 1130, + [1131] = 1131, + [1132] = 1132, + [1133] = 1133, + [1134] = 1134, + [1135] = 1135, + [1136] = 1122, + [1137] = 1137, + [1138] = 1123, + [1139] = 1095, + [1140] = 1095, + [1141] = 1126, [1142] = 1142, - [1143] = 1092, - [1144] = 1061, - [1145] = 1117, - [1146] = 1118, - [1147] = 1118, - [1148] = 1148, - [1149] = 1148, - [1150] = 1150, - [1151] = 1150, - [1152] = 1148, - [1153] = 1150, - [1154] = 1150, - [1155] = 1148, - [1156] = 1150, - [1157] = 884, - [1158] = 1148, + [1143] = 1103, + [1144] = 1095, + [1145] = 1145, + [1146] = 1103, + [1147] = 1147, + [1148] = 1134, + [1149] = 1149, + [1150] = 1133, + [1151] = 1127, + [1152] = 1152, + [1153] = 1103, + [1154] = 1124, + [1155] = 1137, + [1156] = 1108, + [1157] = 1107, + [1158] = 1098, [1159] = 1159, - [1160] = 1160, - [1161] = 1161, + [1160] = 1110, + [1161] = 1111, [1162] = 1162, - [1163] = 1163, - [1164] = 1162, - [1165] = 1162, - [1166] = 1163, - [1167] = 1162, - [1168] = 1163, + [1163] = 1106, + [1164] = 1164, + [1165] = 1165, + [1166] = 1112, + [1167] = 1164, + [1168] = 1159, [1169] = 1162, - [1170] = 1163, - [1171] = 1171, - [1172] = 1172, - [1173] = 1173, - [1174] = 1174, - [1175] = 1175, - [1176] = 1176, - [1177] = 1175, - [1178] = 1178, - [1179] = 1178, - [1180] = 1180, - [1181] = 1175, - [1182] = 1182, + [1170] = 1159, + [1171] = 885, + [1172] = 1129, + [1173] = 1113, + [1174] = 1162, + [1175] = 1130, + [1176] = 1114, + [1177] = 1162, + [1178] = 1104, + [1179] = 1109, + [1180] = 1094, + [1181] = 1162, + [1182] = 1115, [1183] = 1183, - [1184] = 1178, - [1185] = 1178, - [1186] = 1175, - [1187] = 1178, + [1184] = 1100, + [1185] = 1159, + [1186] = 728, + [1187] = 1096, [1188] = 1188, - [1189] = 1189, - [1190] = 1178, + [1189] = 1188, + [1190] = 1188, [1191] = 1191, - [1192] = 1175, - [1193] = 1178, - [1194] = 1194, - [1195] = 1195, - [1196] = 1196, - [1197] = 1197, - [1198] = 1198, + [1192] = 1191, + [1193] = 922, + [1194] = 1191, + [1195] = 1191, + [1196] = 1188, + [1197] = 1191, + [1198] = 1188, [1199] = 1199, - [1200] = 1200, + [1200] = 1199, [1201] = 1201, - [1202] = 1202, - [1203] = 1203, - [1204] = 1203, - [1205] = 1205, + [1202] = 1199, + [1203] = 1199, + [1204] = 1204, + [1205] = 1199, [1206] = 1206, - [1207] = 1207, - [1208] = 1203, + [1207] = 1206, + [1208] = 1206, [1209] = 1209, - [1210] = 1210, - [1211] = 1211, - [1212] = 1203, - [1213] = 1203, - [1214] = 1214, + [1210] = 1209, + [1211] = 1209, + [1212] = 1206, + [1213] = 1206, + [1214] = 1209, [1215] = 1215, [1216] = 1216, - [1217] = 1217, + [1217] = 1216, [1218] = 1218, - [1219] = 1219, - [1220] = 1220, - [1221] = 1221, + [1219] = 1216, + [1220] = 1216, + [1221] = 1216, [1222] = 1222, [1223] = 1223, [1224] = 1224, [1225] = 1225, - [1226] = 1226, + [1226] = 1224, [1227] = 1227, - [1228] = 1228, + [1228] = 1222, [1229] = 1229, [1230] = 1230, - [1231] = 1231, - [1232] = 1230, - [1233] = 1230, - [1234] = 1234, - [1235] = 1230, - [1236] = 1230, - [1237] = 1237, - [1238] = 1238, + [1231] = 1224, + [1232] = 1232, + [1233] = 1233, + [1234] = 1222, + [1235] = 1222, + [1236] = 1224, + [1237] = 1224, + [1238] = 1222, [1239] = 1239, - [1240] = 1240, + [1240] = 1224, [1241] = 1241, - [1242] = 1242, + [1242] = 1224, [1243] = 1243, [1244] = 1244, - [1245] = 1241, + [1245] = 1245, [1246] = 1246, - [1247] = 1241, - [1248] = 1248, + [1247] = 1244, + [1248] = 1244, [1249] = 1249, - [1250] = 1250, + [1250] = 1244, [1251] = 1251, [1252] = 1252, [1253] = 1253, - [1254] = 1254, + [1254] = 1244, [1255] = 1255, - [1256] = 1241, - [1257] = 1257, - [1258] = 1241, - [1259] = 1259, + [1256] = 1256, + [1257] = 1255, + [1258] = 1258, + [1259] = 1255, [1260] = 1260, - [1261] = 1261, + [1261] = 1255, [1262] = 1262, - [1263] = 1263, + [1263] = 1255, [1264] = 1264, [1265] = 1265, [1266] = 1266, @@ -4209,481 +4209,537 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1282] = 1282, [1283] = 1283, [1284] = 1284, - [1285] = 1285, - [1286] = 1286, - [1287] = 1287, - [1288] = 1288, - [1289] = 1289, + [1285] = 1283, + [1286] = 1283, + [1287] = 1284, + [1288] = 1283, + [1289] = 1284, [1290] = 1290, [1291] = 1291, [1292] = 1292, - [1293] = 1293, - [1294] = 1294, - [1295] = 1295, + [1293] = 1284, + [1294] = 1283, + [1295] = 1284, [1296] = 1296, [1297] = 1297, [1298] = 1298, - [1299] = 1299, + [1299] = 1297, [1300] = 1300, - [1301] = 1301, + [1301] = 1297, [1302] = 1302, [1303] = 1303, [1304] = 1304, - [1305] = 1304, + [1305] = 1305, [1306] = 1306, [1307] = 1307, - [1308] = 1308, + [1308] = 1297, [1309] = 1309, - [1310] = 1307, + [1310] = 1310, [1311] = 1311, - [1312] = 1312, + [1312] = 1297, [1313] = 1313, [1314] = 1314, [1315] = 1315, [1316] = 1316, [1317] = 1317, - [1318] = 1303, - [1319] = 1303, - [1320] = 1303, - [1321] = 1307, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, + [1321] = 1321, [1322] = 1322, [1323] = 1323, [1324] = 1324, - [1325] = 1308, - [1326] = 1304, + [1325] = 1325, + [1326] = 1326, [1327] = 1327, - [1328] = 1306, + [1328] = 1328, [1329] = 1329, [1330] = 1330, - [1331] = 1307, + [1331] = 1331, [1332] = 1332, - [1333] = 1306, - [1334] = 1306, - [1335] = 1324, + [1333] = 1333, + [1334] = 1334, + [1335] = 1335, [1336] = 1336, [1337] = 1337, [1338] = 1338, [1339] = 1339, - [1340] = 1304, + [1340] = 1340, [1341] = 1341, - [1342] = 1304, - [1343] = 1324, - [1344] = 1308, - [1345] = 1304, - [1346] = 1308, - [1347] = 1313, + [1342] = 1342, + [1343] = 1343, + [1344] = 1344, + [1345] = 1345, + [1346] = 1346, + [1347] = 1347, [1348] = 1348, - [1349] = 1303, - [1350] = 1313, - [1351] = 1307, - [1352] = 1306, - [1353] = 1304, + [1349] = 1349, + [1350] = 1350, + [1351] = 1351, + [1352] = 1352, + [1353] = 1353, [1354] = 1354, [1355] = 1355, - [1356] = 1308, - [1357] = 1304, - [1358] = 1304, + [1356] = 1356, + [1357] = 1357, + [1358] = 1358, [1359] = 1359, [1360] = 1360, - [1361] = 1361, + [1361] = 1359, [1362] = 1362, [1363] = 1363, [1364] = 1364, [1365] = 1365, [1366] = 1366, [1367] = 1367, - [1368] = 1368, + [1368] = 1359, [1369] = 1369, - [1370] = 1369, - [1371] = 1371, + [1370] = 1370, + [1371] = 1370, [1372] = 1372, [1373] = 1373, [1374] = 1374, - [1375] = 1375, + [1375] = 1359, [1376] = 1376, - [1377] = 1377, + [1377] = 1362, [1378] = 1378, [1379] = 1379, - [1380] = 1371, - [1381] = 1381, - [1382] = 1368, - [1383] = 1383, - [1384] = 1384, - [1385] = 1385, - [1386] = 1386, - [1387] = 1387, + [1380] = 1363, + [1381] = 1364, + [1382] = 1363, + [1383] = 1359, + [1384] = 1359, + [1385] = 1359, + [1386] = 1362, + [1387] = 1360, [1388] = 1388, [1389] = 1389, - [1390] = 1368, + [1390] = 1370, [1391] = 1391, - [1392] = 1388, + [1392] = 1365, [1393] = 1393, - [1394] = 1394, - [1395] = 1395, - [1396] = 1396, + [1394] = 1359, + [1395] = 1360, + [1396] = 1370, [1397] = 1397, - [1398] = 1398, - [1399] = 1361, - [1400] = 1400, - [1401] = 1401, - [1402] = 1402, + [1398] = 1365, + [1399] = 1363, + [1400] = 1363, + [1401] = 1362, + [1402] = 1365, [1403] = 1403, [1404] = 1404, - [1405] = 1385, - [1406] = 1406, - [1407] = 1401, + [1405] = 1364, + [1406] = 1365, + [1407] = 1407, [1408] = 1408, - [1409] = 1409, - [1410] = 1410, + [1409] = 1362, + [1410] = 1359, [1411] = 1411, [1412] = 1412, - [1413] = 1396, - [1414] = 1369, - [1415] = 1368, - [1416] = 1388, + [1413] = 1413, + [1414] = 1370, + [1415] = 1415, + [1416] = 1416, [1417] = 1417, [1418] = 1418, - [1419] = 1396, + [1419] = 1419, [1420] = 1420, [1421] = 1421, [1422] = 1422, [1423] = 1423, - [1424] = 1424, + [1424] = 1422, [1425] = 1425, [1426] = 1426, [1427] = 1427, [1428] = 1428, [1429] = 1429, [1430] = 1430, - [1431] = 1396, + [1431] = 1431, [1432] = 1432, - [1433] = 1371, + [1433] = 1433, [1434] = 1434, - [1435] = 1385, - [1436] = 1368, - [1437] = 1379, + [1435] = 1435, + [1436] = 1421, + [1437] = 1437, [1438] = 1438, [1439] = 1439, [1440] = 1440, [1441] = 1441, [1442] = 1442, - [1443] = 1441, - [1444] = 1440, + [1443] = 1443, + [1444] = 1422, [1445] = 1445, - [1446] = 1446, + [1446] = 1423, [1447] = 1447, [1448] = 1448, [1449] = 1449, - [1450] = 1450, - [1451] = 1441, + [1450] = 1423, + [1451] = 1451, [1452] = 1452, [1453] = 1453, - [1454] = 1454, + [1454] = 1421, [1455] = 1455, - [1456] = 1456, - [1457] = 1457, - [1458] = 1454, - [1459] = 1453, - [1460] = 1452, - [1461] = 1456, - [1462] = 1454, - [1463] = 1453, - [1464] = 1440, - [1465] = 1452, - [1466] = 1440, + [1456] = 1451, + [1457] = 1449, + [1458] = 1458, + [1459] = 1459, + [1460] = 1460, + [1461] = 1461, + [1462] = 1462, + [1463] = 1449, + [1464] = 1464, + [1465] = 1465, + [1466] = 1466, [1467] = 1467, - [1468] = 1456, + [1468] = 1468, [1469] = 1469, - [1470] = 1469, - [1471] = 1454, - [1472] = 1453, - [1473] = 1452, - [1474] = 1447, + [1470] = 1458, + [1471] = 1468, + [1472] = 1472, + [1473] = 1473, + [1474] = 1474, [1475] = 1475, - [1476] = 1446, + [1476] = 1421, [1477] = 1477, [1478] = 1478, [1479] = 1479, [1480] = 1480, [1481] = 1478, - [1482] = 1482, - [1483] = 1456, - [1484] = 1441, + [1482] = 1449, + [1483] = 1483, + [1484] = 1484, [1485] = 1485, - [1486] = 1441, + [1486] = 1486, [1487] = 1487, [1488] = 1488, - [1489] = 1456, - [1490] = 1490, - [1491] = 1478, - [1492] = 1469, - [1493] = 1454, - [1494] = 1453, - [1495] = 1452, - [1496] = 1447, + [1489] = 1489, + [1490] = 1421, + [1491] = 1468, + [1492] = 1492, + [1493] = 1451, + [1494] = 1494, + [1495] = 1419, + [1496] = 1496, [1497] = 1497, [1498] = 1498, - [1499] = 1441, + [1499] = 1499, [1500] = 1500, [1501] = 1501, - [1502] = 1440, - [1503] = 1441, - [1504] = 1452, - [1505] = 1441, - [1506] = 1440, - [1507] = 1454, + [1502] = 1502, + [1503] = 1503, + [1504] = 1496, + [1505] = 1505, + [1506] = 1506, + [1507] = 1507, [1508] = 1508, - [1509] = 1440, - [1510] = 1478, + [1509] = 1509, + [1510] = 1510, [1511] = 1511, - [1512] = 1512, + [1512] = 1501, [1513] = 1513, - [1514] = 1440, + [1514] = 1514, [1515] = 1515, - [1516] = 1441, - [1517] = 1440, - [1518] = 1478, - [1519] = 1092, + [1516] = 1516, + [1517] = 1498, + [1518] = 1518, + [1519] = 1505, [1520] = 1520, - [1521] = 1521, + [1521] = 1516, [1522] = 1522, [1523] = 1523, [1524] = 1524, - [1525] = 1525, - [1526] = 1526, - [1527] = 1527, + [1525] = 1506, + [1526] = 1505, + [1527] = 1496, [1528] = 1528, - [1529] = 1529, - [1530] = 1530, - [1531] = 1531, - [1532] = 1532, - [1533] = 1533, - [1534] = 1534, - [1535] = 1535, - [1536] = 1536, - [1537] = 1532, - [1538] = 1538, - [1539] = 1539, - [1540] = 1521, - [1541] = 1534, - [1542] = 1530, - [1543] = 1526, - [1544] = 1524, - [1545] = 1545, - [1546] = 1531, - [1547] = 1547, + [1529] = 1498, + [1530] = 1516, + [1531] = 1496, + [1532] = 1506, + [1533] = 1507, + [1534] = 1506, + [1535] = 1505, + [1536] = 1496, + [1537] = 1499, + [1538] = 1500, + [1539] = 1509, + [1540] = 1540, + [1541] = 1500, + [1542] = 1542, + [1543] = 1543, + [1544] = 1516, + [1545] = 1501, + [1546] = 1516, + [1547] = 1501, [1548] = 1548, [1549] = 1549, - [1550] = 1550, - [1551] = 1551, - [1552] = 1538, + [1550] = 1498, + [1551] = 1507, + [1552] = 1506, [1553] = 1553, - [1554] = 1529, - [1555] = 1528, - [1556] = 1556, + [1554] = 1554, + [1555] = 1505, + [1556] = 1499, [1557] = 1557, - [1558] = 1538, - [1559] = 1527, - [1560] = 1527, - [1561] = 1534, - [1562] = 1524, - [1563] = 1545, - [1564] = 1550, - [1565] = 1565, - [1566] = 1534, - [1567] = 1524, - [1568] = 1545, - [1569] = 1550, + [1558] = 1501, + [1559] = 1498, + [1560] = 1501, + [1561] = 1501, + [1562] = 1506, + [1563] = 1498, + [1564] = 1500, + [1565] = 1498, + [1566] = 1501, + [1567] = 1500, + [1568] = 1496, + [1569] = 1501, [1570] = 1570, - [1571] = 1534, - [1572] = 1545, - [1573] = 1526, - [1574] = 1550, + [1571] = 1498, + [1572] = 1572, + [1573] = 1498, + [1574] = 1574, [1575] = 1575, - [1576] = 1524, - [1577] = 1534, - [1578] = 1545, + [1576] = 1576, + [1577] = 1577, + [1578] = 1578, [1579] = 1579, - [1580] = 1550, - [1581] = 1538, + [1580] = 1580, + [1581] = 1581, [1582] = 1582, [1583] = 1583, - [1584] = 1526, - [1585] = 1530, - [1586] = 1557, - [1587] = 1587, - [1588] = 1588, - [1589] = 1589, + [1584] = 1584, + [1585] = 1585, + [1586] = 1585, + [1587] = 1581, + [1588] = 1578, + [1589] = 1577, [1590] = 1590, [1591] = 1591, [1592] = 1592, - [1593] = 1593, + [1593] = 1582, [1594] = 1594, - [1595] = 1595, + [1595] = 1579, [1596] = 1596, [1597] = 1597, - [1598] = 1553, + [1598] = 1598, [1599] = 1599, - [1600] = 1551, + [1600] = 1600, [1601] = 1601, - [1602] = 1553, + [1602] = 1602, [1603] = 1603, - [1604] = 1551, + [1604] = 1604, [1605] = 1605, - [1606] = 1606, - [1607] = 1550, - [1608] = 1532, - [1609] = 1063, - [1610] = 1610, - [1611] = 1611, - [1612] = 1523, - [1613] = 1522, - [1614] = 1547, - [1615] = 1615, - [1616] = 1545, - [1617] = 1617, - [1618] = 1618, + [1606] = 1603, + [1607] = 1607, + [1608] = 1608, + [1609] = 1579, + [1610] = 1604, + [1611] = 1578, + [1612] = 1577, + [1613] = 1597, + [1614] = 1614, + [1615] = 1579, + [1616] = 1578, + [1617] = 1577, + [1618] = 1597, [1619] = 1619, - [1620] = 1575, - [1621] = 1599, - [1622] = 1545, - [1623] = 1615, - [1624] = 1624, - [1625] = 1550, - [1626] = 1579, - [1627] = 1627, - [1628] = 1524, - [1629] = 1539, - [1630] = 1525, - [1631] = 1545, - [1632] = 1522, - [1633] = 1534, + [1620] = 1579, + [1621] = 1577, + [1622] = 1597, + [1623] = 1623, + [1624] = 1579, + [1625] = 1577, + [1626] = 1626, + [1627] = 1597, + [1628] = 1596, + [1629] = 1576, + [1630] = 1630, + [1631] = 1631, + [1632] = 1632, + [1633] = 1591, [1634] = 1634, - [1635] = 1530, - [1636] = 1624, - [1637] = 1617, + [1635] = 1635, + [1636] = 1599, + [1637] = 1601, [1638] = 1638, - [1639] = 1557, - [1640] = 1618, - [1641] = 1531, - [1642] = 1642, - [1643] = 1588, - [1644] = 1109, - [1645] = 1645, - [1646] = 1579, - [1647] = 1582, - [1648] = 1583, - [1649] = 1553, - [1650] = 1551, - [1651] = 1532, - [1652] = 641, - [1653] = 1653, - [1654] = 1654, - [1655] = 1534, - [1656] = 1591, - [1657] = 1531, + [1639] = 1603, + [1640] = 1640, + [1641] = 1641, + [1642] = 1605, + [1643] = 1604, + [1644] = 1096, + [1645] = 1607, + [1646] = 1591, + [1647] = 1647, + [1648] = 1648, + [1649] = 1649, + [1650] = 1600, + [1651] = 1598, + [1652] = 1652, + [1653] = 1597, + [1654] = 1605, + [1655] = 1579, + [1656] = 1656, + [1657] = 1657, [1658] = 1658, - [1659] = 1619, - [1660] = 1550, - [1661] = 1575, - [1662] = 1662, + [1659] = 1649, + [1660] = 1647, + [1661] = 1591, + [1662] = 1631, [1663] = 1663, - [1664] = 1664, - [1665] = 1665, - [1666] = 1599, - [1667] = 1529, - [1668] = 1615, - [1669] = 1669, - [1670] = 1670, - [1671] = 1671, - [1672] = 1582, - [1673] = 1583, - [1674] = 1528, - [1675] = 1527, - [1676] = 1557, + [1664] = 1577, + [1665] = 1663, + [1666] = 1632, + [1667] = 1578, + [1668] = 1635, + [1669] = 1634, + [1670] = 1649, + [1671] = 1658, + [1672] = 1577, + [1673] = 1640, + [1674] = 1580, + [1675] = 1649, + [1676] = 1100, [1677] = 1677, - [1678] = 1523, - [1679] = 1591, - [1680] = 1680, + [1678] = 1581, + [1679] = 1585, + [1680] = 1641, [1681] = 1681, - [1682] = 1682, - [1683] = 1683, - [1684] = 1684, - [1685] = 1685, - [1686] = 1599, - [1687] = 1522, - [1688] = 1615, - [1689] = 1689, - [1690] = 1523, - [1691] = 1691, - [1692] = 1582, - [1693] = 1583, - [1694] = 1694, - [1695] = 1618, - [1696] = 1591, - [1697] = 1591, - [1698] = 1527, - [1699] = 1575, - [1700] = 1579, - [1701] = 1528, + [1682] = 1578, + [1683] = 1641, + [1684] = 1098, + [1685] = 1582, + [1686] = 1594, + [1687] = 1580, + [1688] = 1688, + [1689] = 1579, + [1690] = 1658, + [1691] = 1581, + [1692] = 1596, + [1693] = 1585, + [1694] = 1640, + [1695] = 1695, + [1696] = 1696, + [1697] = 1630, + [1698] = 1698, + [1699] = 1600, + [1700] = 1605, + [1701] = 1658, [1702] = 1702, [1703] = 1703, - [1704] = 1529, - [1705] = 1582, - [1706] = 1529, - [1707] = 1582, - [1708] = 1582, - [1709] = 1582, - [1710] = 1624, - [1711] = 1528, - [1712] = 1712, - [1713] = 1538, - [1714] = 1712, - [1715] = 1588, - [1716] = 1527, - [1717] = 1557, - [1718] = 1539, - [1719] = 1719, - [1720] = 1615, - [1721] = 1531, - [1722] = 1593, - [1723] = 1596, - [1724] = 1724, - [1725] = 1547, - [1726] = 1062, - [1727] = 1588, - [1728] = 1547, - [1729] = 1553, - [1730] = 1712, - [1731] = 1545, - [1732] = 1732, - [1733] = 1593, + [1704] = 1604, + [1705] = 1638, + [1706] = 1706, + [1707] = 1707, + [1708] = 1708, + [1709] = 1599, + [1710] = 1601, + [1711] = 1711, + [1712] = 1597, + [1713] = 1603, + [1714] = 1607, + [1715] = 1635, + [1716] = 1598, + [1717] = 1649, + [1718] = 1718, + [1719] = 1600, + [1720] = 679, + [1721] = 1607, + [1722] = 1576, + [1723] = 1630, + [1724] = 1582, + [1725] = 1604, + [1726] = 1605, + [1727] = 1727, + [1728] = 1600, + [1729] = 1638, + [1730] = 1137, + [1731] = 1641, + [1732] = 1598, + [1733] = 1733, [1734] = 1734, - [1735] = 1735, - [1736] = 1534, - [1737] = 1737, - [1738] = 1551, - [1739] = 1550, - [1740] = 1593, - [1741] = 1741, - [1742] = 1532, - [1743] = 1524, - [1744] = 1521, - [1745] = 1526, - [1746] = 1530, - [1747] = 1593, - [1748] = 637, - [1749] = 1624, - [1750] = 1615, - [1751] = 1712, + [1735] = 1597, + [1736] = 1635, + [1737] = 1640, + [1738] = 1649, + [1739] = 1634, + [1740] = 1634, + [1741] = 1632, + [1742] = 1742, + [1743] = 1576, + [1744] = 1630, + [1745] = 1745, + [1746] = 1632, + [1747] = 1631, + [1748] = 1638, + [1749] = 1749, + [1750] = 1750, + [1751] = 1751, [1752] = 1752, - [1753] = 1583, - [1754] = 1712, - [1755] = 1539, - [1756] = 1547, - [1757] = 1712, - [1758] = 1618, - [1759] = 1582, + [1753] = 1753, + [1754] = 1598, + [1755] = 1652, + [1756] = 1756, + [1757] = 1576, + [1758] = 1758, + [1759] = 1576, + [1760] = 1576, + [1761] = 1576, + [1762] = 1591, + [1763] = 1603, + [1764] = 1594, + [1765] = 1623, + [1766] = 1766, + [1767] = 1579, + [1768] = 1631, + [1769] = 1577, + [1770] = 1601, + [1771] = 1594, + [1772] = 1772, + [1773] = 1773, + [1774] = 1698, + [1775] = 1775, + [1776] = 1596, + [1777] = 1777, + [1778] = 1778, + [1779] = 1779, + [1780] = 1780, + [1781] = 1781, + [1782] = 1599, + [1783] = 1766, + [1784] = 1784, + [1785] = 1785, + [1786] = 1698, + [1787] = 1787, + [1788] = 1788, + [1789] = 1789, + [1790] = 1790, + [1791] = 1638, + [1792] = 1599, + [1793] = 1601, + [1794] = 1698, + [1795] = 1766, + [1796] = 1578, + [1797] = 1797, + [1798] = 1798, + [1799] = 1603, + [1800] = 1597, + [1801] = 1581, + [1802] = 1698, + [1803] = 1803, + [1804] = 1804, + [1805] = 1585, + [1806] = 1806, + [1807] = 1766, + [1808] = 1596, + [1809] = 1809, + [1810] = 1766, + [1811] = 1582, + [1812] = 1630, + [1813] = 1766, + [1814] = 673, + [1815] = 1576, }; static inline bool sym_number_literal_character_set_1(int32_t c) { @@ -12828,8 +12884,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [22] = {.lex_state = 45}, [23] = {.lex_state = 45}, [24] = {.lex_state = 45}, - [25] = {.lex_state = 42}, - [26] = {.lex_state = 45}, + [25] = {.lex_state = 45}, + [26] = {.lex_state = 42}, [27] = {.lex_state = 45}, [28] = {.lex_state = 110}, [29] = {.lex_state = 110}, @@ -12838,23 +12894,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [32] = {.lex_state = 110}, [33] = {.lex_state = 110}, [34] = {.lex_state = 110}, - [35] = {.lex_state = 44}, + [35] = {.lex_state = 110}, [36] = {.lex_state = 110}, [37] = {.lex_state = 110}, [38] = {.lex_state = 110}, [39] = {.lex_state = 110}, - [40] = {.lex_state = 44}, + [40] = {.lex_state = 110}, [41] = {.lex_state = 110}, [42] = {.lex_state = 110}, [43] = {.lex_state = 110}, - [44] = {.lex_state = 110}, + [44] = {.lex_state = 44}, [45] = {.lex_state = 110}, [46] = {.lex_state = 110}, [47] = {.lex_state = 110}, [48] = {.lex_state = 110}, [49] = {.lex_state = 110}, [50] = {.lex_state = 110}, - [51] = {.lex_state = 110}, + [51] = {.lex_state = 44}, [52] = {.lex_state = 110}, [53] = {.lex_state = 110}, [54] = {.lex_state = 42}, @@ -12867,18 +12923,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [61] = {.lex_state = 45}, [62] = {.lex_state = 45}, [63] = {.lex_state = 45}, - [64] = {.lex_state = 44}, - [65] = {.lex_state = 110}, + [64] = {.lex_state = 110}, + [65] = {.lex_state = 44}, [66] = {.lex_state = 110}, [67] = {.lex_state = 110}, [68] = {.lex_state = 110}, [69] = {.lex_state = 110}, - [70] = {.lex_state = 44}, - [71] = {.lex_state = 44}, + [70] = {.lex_state = 110}, + [71] = {.lex_state = 110}, [72] = {.lex_state = 110}, [73] = {.lex_state = 44}, - [74] = {.lex_state = 110}, - [75] = {.lex_state = 110}, + [74] = {.lex_state = 44}, + [75] = {.lex_state = 44}, [76] = {.lex_state = 44}, [77] = {.lex_state = 110}, [78] = {.lex_state = 110}, @@ -12949,12 +13005,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [143] = {.lex_state = 42}, [144] = {.lex_state = 42}, [145] = {.lex_state = 42}, - [146] = {.lex_state = 45}, + [146] = {.lex_state = 42}, [147] = {.lex_state = 42}, - [148] = {.lex_state = 45}, - [149] = {.lex_state = 45}, - [150] = {.lex_state = 45}, - [151] = {.lex_state = 45}, + [148] = {.lex_state = 42}, + [149] = {.lex_state = 42}, + [150] = {.lex_state = 42}, + [151] = {.lex_state = 42}, [152] = {.lex_state = 45}, [153] = {.lex_state = 45}, [154] = {.lex_state = 45}, @@ -12968,12 +13024,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [162] = {.lex_state = 45}, [163] = {.lex_state = 45}, [164] = {.lex_state = 45}, - [165] = {.lex_state = 110}, + [165] = {.lex_state = 41}, [166] = {.lex_state = 45}, - [167] = {.lex_state = 41}, + [167] = {.lex_state = 45}, [168] = {.lex_state = 45}, [169] = {.lex_state = 45}, - [170] = {.lex_state = 45}, + [170] = {.lex_state = 110}, [171] = {.lex_state = 45}, [172] = {.lex_state = 45}, [173] = {.lex_state = 45}, @@ -12981,24 +13037,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [175] = {.lex_state = 45}, [176] = {.lex_state = 45}, [177] = {.lex_state = 45}, - [178] = {.lex_state = 45}, + [178] = {.lex_state = 110}, [179] = {.lex_state = 45}, [180] = {.lex_state = 45}, [181] = {.lex_state = 45}, [182] = {.lex_state = 45}, [183] = {.lex_state = 45}, [184] = {.lex_state = 45}, - [185] = {.lex_state = 110}, + [185] = {.lex_state = 45}, [186] = {.lex_state = 45}, [187] = {.lex_state = 45}, [188] = {.lex_state = 45}, [189] = {.lex_state = 45}, - [190] = {.lex_state = 44}, + [190] = {.lex_state = 45}, [191] = {.lex_state = 45}, - [192] = {.lex_state = 110}, + [192] = {.lex_state = 45}, [193] = {.lex_state = 45}, [194] = {.lex_state = 45}, - [195] = {.lex_state = 45}, + [195] = {.lex_state = 110}, [196] = {.lex_state = 45}, [197] = {.lex_state = 45}, [198] = {.lex_state = 45}, @@ -13014,170 +13070,170 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [208] = {.lex_state = 45}, [209] = {.lex_state = 45}, [210] = {.lex_state = 44}, - [211] = {.lex_state = 110}, - [212] = {.lex_state = 110}, - [213] = {.lex_state = 110}, - [214] = {.lex_state = 110}, - [215] = {.lex_state = 110}, - [216] = {.lex_state = 110}, - [217] = {.lex_state = 110}, - [218] = {.lex_state = 110}, - [219] = {.lex_state = 110}, + [211] = {.lex_state = 45}, + [212] = {.lex_state = 45}, + [213] = {.lex_state = 45}, + [214] = {.lex_state = 45}, + [215] = {.lex_state = 45}, + [216] = {.lex_state = 45}, + [217] = {.lex_state = 45}, + [218] = {.lex_state = 45}, + [219] = {.lex_state = 45}, [220] = {.lex_state = 110}, [221] = {.lex_state = 110}, - [222] = {.lex_state = 110}, + [222] = {.lex_state = 44}, [223] = {.lex_state = 110}, [224] = {.lex_state = 110}, [225] = {.lex_state = 110}, [226] = {.lex_state = 110}, [227] = {.lex_state = 110}, - [228] = {.lex_state = 110}, + [228] = {.lex_state = 44}, [229] = {.lex_state = 44}, [230] = {.lex_state = 44}, [231] = {.lex_state = 110}, [232] = {.lex_state = 44}, - [233] = {.lex_state = 110}, - [234] = {.lex_state = 44}, + [233] = {.lex_state = 44}, + [234] = {.lex_state = 110}, [235] = {.lex_state = 110}, [236] = {.lex_state = 44}, - [237] = {.lex_state = 44}, - [238] = {.lex_state = 44}, - [239] = {.lex_state = 44}, + [237] = {.lex_state = 110}, + [238] = {.lex_state = 110}, + [239] = {.lex_state = 110}, [240] = {.lex_state = 110}, [241] = {.lex_state = 110}, [242] = {.lex_state = 110}, [243] = {.lex_state = 110}, - [244] = {.lex_state = 44}, + [244] = {.lex_state = 110}, [245] = {.lex_state = 110}, [246] = {.lex_state = 110}, - [247] = {.lex_state = 44}, + [247] = {.lex_state = 110}, [248] = {.lex_state = 110}, [249] = {.lex_state = 110}, [250] = {.lex_state = 110}, [251] = {.lex_state = 110}, [252] = {.lex_state = 110}, - [253] = {.lex_state = 44}, - [254] = {.lex_state = 44}, - [255] = {.lex_state = 110}, + [253] = {.lex_state = 110}, + [254] = {.lex_state = 110}, + [255] = {.lex_state = 44}, [256] = {.lex_state = 110}, [257] = {.lex_state = 110}, [258] = {.lex_state = 110}, [259] = {.lex_state = 44}, [260] = {.lex_state = 110}, [261] = {.lex_state = 44}, - [262] = {.lex_state = 110}, - [263] = {.lex_state = 110}, - [264] = {.lex_state = 110}, + [262] = {.lex_state = 44}, + [263] = {.lex_state = 44}, + [264] = {.lex_state = 44}, [265] = {.lex_state = 110}, [266] = {.lex_state = 110}, [267] = {.lex_state = 110}, - [268] = {.lex_state = 110}, - [269] = {.lex_state = 110}, + [268] = {.lex_state = 44}, + [269] = {.lex_state = 44}, [270] = {.lex_state = 110}, [271] = {.lex_state = 110}, [272] = {.lex_state = 110}, - [273] = {.lex_state = 44}, + [273] = {.lex_state = 110}, [274] = {.lex_state = 44}, - [275] = {.lex_state = 110}, + [275] = {.lex_state = 44}, [276] = {.lex_state = 110}, [277] = {.lex_state = 44}, - [278] = {.lex_state = 44}, + [278] = {.lex_state = 110}, [279] = {.lex_state = 110}, [280] = {.lex_state = 110}, - [281] = {.lex_state = 44}, + [281] = {.lex_state = 110}, [282] = {.lex_state = 44}, - [283] = {.lex_state = 110}, + [283] = {.lex_state = 44}, [284] = {.lex_state = 110}, - [285] = {.lex_state = 110}, - [286] = {.lex_state = 44}, - [287] = {.lex_state = 44}, - [288] = {.lex_state = 110}, - [289] = {.lex_state = 110}, - [290] = {.lex_state = 44}, - [291] = {.lex_state = 44}, + [285] = {.lex_state = 44}, + [286] = {.lex_state = 110}, + [287] = {.lex_state = 110}, + [288] = {.lex_state = 44}, + [289] = {.lex_state = 44}, + [290] = {.lex_state = 110}, + [291] = {.lex_state = 110}, [292] = {.lex_state = 44}, - [293] = {.lex_state = 44}, - [294] = {.lex_state = 44}, - [295] = {.lex_state = 110}, - [296] = {.lex_state = 44}, - [297] = {.lex_state = 44}, - [298] = {.lex_state = 44}, + [293] = {.lex_state = 110}, + [294] = {.lex_state = 110}, + [295] = {.lex_state = 44}, + [296] = {.lex_state = 110}, + [297] = {.lex_state = 110}, + [298] = {.lex_state = 110}, [299] = {.lex_state = 110}, [300] = {.lex_state = 44}, - [301] = {.lex_state = 110}, - [302] = {.lex_state = 44}, - [303] = {.lex_state = 44}, - [304] = {.lex_state = 110}, + [301] = {.lex_state = 44}, + [302] = {.lex_state = 110}, + [303] = {.lex_state = 110}, + [304] = {.lex_state = 44}, [305] = {.lex_state = 110}, [306] = {.lex_state = 110}, [307] = {.lex_state = 110}, - [308] = {.lex_state = 110}, + [308] = {.lex_state = 44}, [309] = {.lex_state = 110}, [310] = {.lex_state = 44}, - [311] = {.lex_state = 110}, - [312] = {.lex_state = 110}, + [311] = {.lex_state = 44}, + [312] = {.lex_state = 44}, [313] = {.lex_state = 110}, [314] = {.lex_state = 110}, - [315] = {.lex_state = 110}, - [316] = {.lex_state = 110}, - [317] = {.lex_state = 44}, + [315] = {.lex_state = 44}, + [316] = {.lex_state = 44}, + [317] = {.lex_state = 110}, [318] = {.lex_state = 44}, [319] = {.lex_state = 110}, - [320] = {.lex_state = 44}, - [321] = {.lex_state = 44}, - [322] = {.lex_state = 44}, - [323] = {.lex_state = 110}, + [320] = {.lex_state = 110}, + [321] = {.lex_state = 110}, + [322] = {.lex_state = 110}, + [323] = {.lex_state = 44}, [324] = {.lex_state = 44}, [325] = {.lex_state = 44}, - [326] = {.lex_state = 110}, - [327] = {.lex_state = 110}, - [328] = {.lex_state = 44}, + [326] = {.lex_state = 44}, + [327] = {.lex_state = 44}, + [328] = {.lex_state = 110}, [329] = {.lex_state = 44}, [330] = {.lex_state = 110}, [331] = {.lex_state = 110}, - [332] = {.lex_state = 110}, - [333] = {.lex_state = 110}, + [332] = {.lex_state = 44}, + [333] = {.lex_state = 44}, [334] = {.lex_state = 44}, - [335] = {.lex_state = 110}, - [336] = {.lex_state = 110}, - [337] = {.lex_state = 110}, - [338] = {.lex_state = 110}, - [339] = {.lex_state = 110}, - [340] = {.lex_state = 110}, - [341] = {.lex_state = 110}, + [335] = {.lex_state = 44}, + [336] = {.lex_state = 44}, + [337] = {.lex_state = 44}, + [338] = {.lex_state = 44}, + [339] = {.lex_state = 44}, + [340] = {.lex_state = 44}, + [341] = {.lex_state = 44}, [342] = {.lex_state = 110}, [343] = {.lex_state = 44}, - [344] = {.lex_state = 44}, - [345] = {.lex_state = 44}, + [344] = {.lex_state = 110}, + [345] = {.lex_state = 110}, [346] = {.lex_state = 44}, [347] = {.lex_state = 44}, - [348] = {.lex_state = 44}, - [349] = {.lex_state = 44}, + [348] = {.lex_state = 110}, + [349] = {.lex_state = 110}, [350] = {.lex_state = 110}, [351] = {.lex_state = 44}, - [352] = {.lex_state = 44}, - [353] = {.lex_state = 44}, - [354] = {.lex_state = 44}, + [352] = {.lex_state = 110}, + [353] = {.lex_state = 110}, + [354] = {.lex_state = 110}, [355] = {.lex_state = 110}, [356] = {.lex_state = 110}, - [357] = {.lex_state = 110}, + [357] = {.lex_state = 44}, [358] = {.lex_state = 110}, [359] = {.lex_state = 110}, [360] = {.lex_state = 110}, [361] = {.lex_state = 110}, [362] = {.lex_state = 110}, [363] = {.lex_state = 110}, - [364] = {.lex_state = 110}, + [364] = {.lex_state = 44}, [365] = {.lex_state = 110}, [366] = {.lex_state = 110}, [367] = {.lex_state = 110}, [368] = {.lex_state = 110}, [369] = {.lex_state = 110}, [370] = {.lex_state = 110}, - [371] = {.lex_state = 110}, - [372] = {.lex_state = 110}, - [373] = {.lex_state = 110}, - [374] = {.lex_state = 110}, + [371] = {.lex_state = 44}, + [372] = {.lex_state = 44}, + [373] = {.lex_state = 44}, + [374] = {.lex_state = 44}, [375] = {.lex_state = 110}, [376] = {.lex_state = 110}, [377] = {.lex_state = 110}, @@ -13185,7 +13241,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [379] = {.lex_state = 110}, [380] = {.lex_state = 110}, [381] = {.lex_state = 110}, - [382] = {.lex_state = 41}, + [382] = {.lex_state = 110}, [383] = {.lex_state = 110}, [384] = {.lex_state = 110}, [385] = {.lex_state = 110}, @@ -13205,7 +13261,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [399] = {.lex_state = 110}, [400] = {.lex_state = 110}, [401] = {.lex_state = 110}, - [402] = {.lex_state = 110}, + [402] = {.lex_state = 41}, [403] = {.lex_state = 110}, [404] = {.lex_state = 110}, [405] = {.lex_state = 110}, @@ -13241,10 +13297,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [435] = {.lex_state = 110}, [436] = {.lex_state = 110}, [437] = {.lex_state = 110}, - [438] = {.lex_state = 41}, + [438] = {.lex_state = 110}, [439] = {.lex_state = 110}, [440] = {.lex_state = 110}, - [441] = {.lex_state = 41}, + [441] = {.lex_state = 110}, [442] = {.lex_state = 110}, [443] = {.lex_state = 110}, [444] = {.lex_state = 110}, @@ -13257,77 +13313,77 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [451] = {.lex_state = 110}, [452] = {.lex_state = 110}, [453] = {.lex_state = 110}, - [454] = {.lex_state = 47}, - [455] = {.lex_state = 47}, - [456] = {.lex_state = 47}, - [457] = {.lex_state = 47}, - [458] = {.lex_state = 47}, - [459] = {.lex_state = 47}, - [460] = {.lex_state = 47}, - [461] = {.lex_state = 47}, - [462] = {.lex_state = 47}, - [463] = {.lex_state = 47}, - [464] = {.lex_state = 47}, + [454] = {.lex_state = 110}, + [455] = {.lex_state = 110}, + [456] = {.lex_state = 110}, + [457] = {.lex_state = 110}, + [458] = {.lex_state = 41}, + [459] = {.lex_state = 110}, + [460] = {.lex_state = 110}, + [461] = {.lex_state = 110}, + [462] = {.lex_state = 41}, + [463] = {.lex_state = 110}, + [464] = {.lex_state = 110}, [465] = {.lex_state = 110}, - [466] = {.lex_state = 47}, - [467] = {.lex_state = 49}, - [468] = {.lex_state = 49}, - [469] = {.lex_state = 49}, + [466] = {.lex_state = 110}, + [467] = {.lex_state = 110}, + [468] = {.lex_state = 110}, + [469] = {.lex_state = 110}, [470] = {.lex_state = 110}, - [471] = {.lex_state = 49}, - [472] = {.lex_state = 49}, - [473] = {.lex_state = 49}, - [474] = {.lex_state = 49}, - [475] = {.lex_state = 49}, - [476] = {.lex_state = 49}, - [477] = {.lex_state = 110}, - [478] = {.lex_state = 110}, - [479] = {.lex_state = 50}, - [480] = {.lex_state = 50}, - [481] = {.lex_state = 50}, - [482] = {.lex_state = 50}, - [483] = {.lex_state = 50}, - [484] = {.lex_state = 50}, - [485] = {.lex_state = 49}, - [486] = {.lex_state = 50}, - [487] = {.lex_state = 50}, - [488] = {.lex_state = 50}, - [489] = {.lex_state = 50}, - [490] = {.lex_state = 110}, - [491] = {.lex_state = 110}, - [492] = {.lex_state = 50}, - [493] = {.lex_state = 110}, - [494] = {.lex_state = 110}, + [471] = {.lex_state = 110}, + [472] = {.lex_state = 110}, + [473] = {.lex_state = 110}, + [474] = {.lex_state = 47}, + [475] = {.lex_state = 47}, + [476] = {.lex_state = 47}, + [477] = {.lex_state = 47}, + [478] = {.lex_state = 47}, + [479] = {.lex_state = 47}, + [480] = {.lex_state = 47}, + [481] = {.lex_state = 47}, + [482] = {.lex_state = 47}, + [483] = {.lex_state = 47}, + [484] = {.lex_state = 110}, + [485] = {.lex_state = 47}, + [486] = {.lex_state = 47}, + [487] = {.lex_state = 49}, + [488] = {.lex_state = 49}, + [489] = {.lex_state = 110}, + [490] = {.lex_state = 49}, + [491] = {.lex_state = 49}, + [492] = {.lex_state = 49}, + [493] = {.lex_state = 49}, + [494] = {.lex_state = 49}, [495] = {.lex_state = 110}, - [496] = {.lex_state = 110}, - [497] = {.lex_state = 48}, + [496] = {.lex_state = 49}, + [497] = {.lex_state = 49}, [498] = {.lex_state = 110}, - [499] = {.lex_state = 53}, - [500] = {.lex_state = 110}, - [501] = {.lex_state = 110}, - [502] = {.lex_state = 110}, - [503] = {.lex_state = 110}, - [504] = {.lex_state = 48}, - [505] = {.lex_state = 110}, - [506] = {.lex_state = 110}, - [507] = {.lex_state = 110}, - [508] = {.lex_state = 110}, - [509] = {.lex_state = 110}, - [510] = {.lex_state = 48}, + [499] = {.lex_state = 50}, + [500] = {.lex_state = 50}, + [501] = {.lex_state = 50}, + [502] = {.lex_state = 50}, + [503] = {.lex_state = 50}, + [504] = {.lex_state = 50}, + [505] = {.lex_state = 50}, + [506] = {.lex_state = 50}, + [507] = {.lex_state = 50}, + [508] = {.lex_state = 49}, + [509] = {.lex_state = 50}, + [510] = {.lex_state = 110}, [511] = {.lex_state = 110}, - [512] = {.lex_state = 110}, + [512] = {.lex_state = 50}, [513] = {.lex_state = 110}, [514] = {.lex_state = 110}, - [515] = {.lex_state = 110}, - [516] = {.lex_state = 53}, - [517] = {.lex_state = 53}, + [515] = {.lex_state = 48}, + [516] = {.lex_state = 110}, + [517] = {.lex_state = 110}, [518] = {.lex_state = 110}, - [519] = {.lex_state = 110}, + [519] = {.lex_state = 53}, [520] = {.lex_state = 110}, [521] = {.lex_state = 110}, - [522] = {.lex_state = 110}, + [522] = {.lex_state = 53}, [523] = {.lex_state = 110}, - [524] = {.lex_state = 110}, + [524] = {.lex_state = 53}, [525] = {.lex_state = 110}, [526] = {.lex_state = 110}, [527] = {.lex_state = 110}, @@ -13336,18 +13392,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [530] = {.lex_state = 110}, [531] = {.lex_state = 110}, [532] = {.lex_state = 110}, - [533] = {.lex_state = 49}, + [533] = {.lex_state = 48}, [534] = {.lex_state = 110}, [535] = {.lex_state = 110}, [536] = {.lex_state = 110}, - [537] = {.lex_state = 110}, + [537] = {.lex_state = 48}, [538] = {.lex_state = 110}, [539] = {.lex_state = 110}, [540] = {.lex_state = 110}, [541] = {.lex_state = 110}, [542] = {.lex_state = 110}, [543] = {.lex_state = 110}, - [544] = {.lex_state = 110}, + [544] = {.lex_state = 49}, [545] = {.lex_state = 110}, [546] = {.lex_state = 110}, [547] = {.lex_state = 110}, @@ -13423,43 +13479,43 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [617] = {.lex_state = 110}, [618] = {.lex_state = 110}, [619] = {.lex_state = 110}, - [620] = {.lex_state = 49}, - [621] = {.lex_state = 49}, - [622] = {.lex_state = 49}, - [623] = {.lex_state = 49}, - [624] = {.lex_state = 49}, - [625] = {.lex_state = 47}, - [626] = {.lex_state = 47}, - [627] = {.lex_state = 47}, - [628] = {.lex_state = 47}, - [629] = {.lex_state = 49}, - [630] = {.lex_state = 49}, - [631] = {.lex_state = 49}, - [632] = {.lex_state = 49}, - [633] = {.lex_state = 49}, - [634] = {.lex_state = 49}, - [635] = {.lex_state = 47}, + [620] = {.lex_state = 110}, + [621] = {.lex_state = 110}, + [622] = {.lex_state = 110}, + [623] = {.lex_state = 110}, + [624] = {.lex_state = 110}, + [625] = {.lex_state = 110}, + [626] = {.lex_state = 110}, + [627] = {.lex_state = 110}, + [628] = {.lex_state = 110}, + [629] = {.lex_state = 110}, + [630] = {.lex_state = 110}, + [631] = {.lex_state = 110}, + [632] = {.lex_state = 110}, + [633] = {.lex_state = 110}, + [634] = {.lex_state = 110}, + [635] = {.lex_state = 110}, [636] = {.lex_state = 110}, - [637] = {.lex_state = 47}, - [638] = {.lex_state = 49}, - [639] = {.lex_state = 49}, - [640] = {.lex_state = 110}, - [641] = {.lex_state = 47}, - [642] = {.lex_state = 47}, - [643] = {.lex_state = 110}, + [637] = {.lex_state = 110}, + [638] = {.lex_state = 110}, + [639] = {.lex_state = 110}, + [640] = {.lex_state = 49}, + [641] = {.lex_state = 49}, + [642] = {.lex_state = 49}, + [643] = {.lex_state = 49}, [644] = {.lex_state = 49}, [645] = {.lex_state = 47}, - [646] = {.lex_state = 110}, - [647] = {.lex_state = 50}, - [648] = {.lex_state = 50}, - [649] = {.lex_state = 50}, - [650] = {.lex_state = 50}, - [651] = {.lex_state = 50}, - [652] = {.lex_state = 50}, - [653] = {.lex_state = 50}, - [654] = {.lex_state = 50}, - [655] = {.lex_state = 50}, - [656] = {.lex_state = 50}, + [646] = {.lex_state = 47}, + [647] = {.lex_state = 47}, + [648] = {.lex_state = 47}, + [649] = {.lex_state = 49}, + [650] = {.lex_state = 49}, + [651] = {.lex_state = 49}, + [652] = {.lex_state = 49}, + [653] = {.lex_state = 49}, + [654] = {.lex_state = 49}, + [655] = {.lex_state = 49}, + [656] = {.lex_state = 49}, [657] = {.lex_state = 49}, [658] = {.lex_state = 49}, [659] = {.lex_state = 49}, @@ -13467,80 +13523,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [661] = {.lex_state = 49}, [662] = {.lex_state = 49}, [663] = {.lex_state = 49}, - [664] = {.lex_state = 110}, - [665] = {.lex_state = 47}, + [664] = {.lex_state = 49}, + [665] = {.lex_state = 49}, [666] = {.lex_state = 49}, - [667] = {.lex_state = 47}, - [668] = {.lex_state = 47}, - [669] = {.lex_state = 47}, - [670] = {.lex_state = 47}, - [671] = {.lex_state = 47}, - [672] = {.lex_state = 50}, - [673] = {.lex_state = 50}, - [674] = {.lex_state = 50}, - [675] = {.lex_state = 50}, - [676] = {.lex_state = 50}, - [677] = {.lex_state = 50}, - [678] = {.lex_state = 47}, - [679] = {.lex_state = 48}, - [680] = {.lex_state = 50}, - [681] = {.lex_state = 50}, + [667] = {.lex_state = 49}, + [668] = {.lex_state = 49}, + [669] = {.lex_state = 49}, + [670] = {.lex_state = 49}, + [671] = {.lex_state = 110}, + [672] = {.lex_state = 110}, + [673] = {.lex_state = 47}, + [674] = {.lex_state = 49}, + [675] = {.lex_state = 47}, + [676] = {.lex_state = 49}, + [677] = {.lex_state = 47}, + [678] = {.lex_state = 49}, + [679] = {.lex_state = 47}, + [680] = {.lex_state = 110}, + [681] = {.lex_state = 47}, [682] = {.lex_state = 50}, [683] = {.lex_state = 50}, [684] = {.lex_state = 50}, - [685] = {.lex_state = 48}, - [686] = {.lex_state = 48}, + [685] = {.lex_state = 50}, + [686] = {.lex_state = 50}, [687] = {.lex_state = 50}, [688] = {.lex_state = 50}, [689] = {.lex_state = 50}, - [690] = {.lex_state = 50}, + [690] = {.lex_state = 110}, [691] = {.lex_state = 50}, [692] = {.lex_state = 50}, - [693] = {.lex_state = 50}, - [694] = {.lex_state = 50}, - [695] = {.lex_state = 50}, - [696] = {.lex_state = 50}, - [697] = {.lex_state = 50}, - [698] = {.lex_state = 50}, - [699] = {.lex_state = 50}, - [700] = {.lex_state = 50}, - [701] = {.lex_state = 50}, - [702] = {.lex_state = 48}, - [703] = {.lex_state = 49}, - [704] = {.lex_state = 50}, - [705] = {.lex_state = 50}, - [706] = {.lex_state = 50}, - [707] = {.lex_state = 50}, - [708] = {.lex_state = 50}, - [709] = {.lex_state = 50}, - [710] = {.lex_state = 50}, - [711] = {.lex_state = 50}, + [693] = {.lex_state = 49}, + [694] = {.lex_state = 49}, + [695] = {.lex_state = 49}, + [696] = {.lex_state = 49}, + [697] = {.lex_state = 49}, + [698] = {.lex_state = 49}, + [699] = {.lex_state = 49}, + [700] = {.lex_state = 49}, + [701] = {.lex_state = 49}, + [702] = {.lex_state = 49}, + [703] = {.lex_state = 47}, + [704] = {.lex_state = 47}, + [705] = {.lex_state = 47}, + [706] = {.lex_state = 47}, + [707] = {.lex_state = 110}, + [708] = {.lex_state = 49}, + [709] = {.lex_state = 47}, + [710] = {.lex_state = 47}, + [711] = {.lex_state = 49}, [712] = {.lex_state = 50}, [713] = {.lex_state = 50}, - [714] = {.lex_state = 49}, - [715] = {.lex_state = 49}, - [716] = {.lex_state = 49}, - [717] = {.lex_state = 49}, - [718] = {.lex_state = 49}, - [719] = {.lex_state = 49}, - [720] = {.lex_state = 49}, - [721] = {.lex_state = 49}, - [722] = {.lex_state = 49}, - [723] = {.lex_state = 49}, + [714] = {.lex_state = 50}, + [715] = {.lex_state = 50}, + [716] = {.lex_state = 50}, + [717] = {.lex_state = 50}, + [718] = {.lex_state = 50}, + [719] = {.lex_state = 50}, + [720] = {.lex_state = 50}, + [721] = {.lex_state = 50}, + [722] = {.lex_state = 50}, + [723] = {.lex_state = 50}, [724] = {.lex_state = 49}, - [725] = {.lex_state = 49}, - [726] = {.lex_state = 49}, - [727] = {.lex_state = 49}, - [728] = {.lex_state = 49}, - [729] = {.lex_state = 49}, - [730] = {.lex_state = 49}, - [731] = {.lex_state = 49}, + [725] = {.lex_state = 48}, + [726] = {.lex_state = 50}, + [727] = {.lex_state = 48}, + [728] = {.lex_state = 50}, + [729] = {.lex_state = 50}, + [730] = {.lex_state = 50}, + [731] = {.lex_state = 50}, [732] = {.lex_state = 50}, - [733] = {.lex_state = 50}, - [734] = {.lex_state = 49}, + [733] = {.lex_state = 48}, + [734] = {.lex_state = 50}, [735] = {.lex_state = 50}, - [736] = {.lex_state = 49}, - [737] = {.lex_state = 49}, + [736] = {.lex_state = 50}, + [737] = {.lex_state = 50}, [738] = {.lex_state = 50}, [739] = {.lex_state = 50}, [740] = {.lex_state = 50}, @@ -13548,170 +13604,170 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [742] = {.lex_state = 50}, [743] = {.lex_state = 50}, [744] = {.lex_state = 50}, - [745] = {.lex_state = 50}, - [746] = {.lex_state = 49}, + [745] = {.lex_state = 48}, + [746] = {.lex_state = 50}, [747] = {.lex_state = 50}, [748] = {.lex_state = 50}, - [749] = {.lex_state = 49}, + [749] = {.lex_state = 50}, [750] = {.lex_state = 50}, - [751] = {.lex_state = 49}, - [752] = {.lex_state = 49}, + [751] = {.lex_state = 50}, + [752] = {.lex_state = 47}, [753] = {.lex_state = 50}, [754] = {.lex_state = 49}, [755] = {.lex_state = 49}, - [756] = {.lex_state = 50}, + [756] = {.lex_state = 49}, [757] = {.lex_state = 49}, - [758] = {.lex_state = 50}, - [759] = {.lex_state = 50}, - [760] = {.lex_state = 47}, - [761] = {.lex_state = 47}, + [758] = {.lex_state = 49}, + [759] = {.lex_state = 49}, + [760] = {.lex_state = 49}, + [761] = {.lex_state = 49}, [762] = {.lex_state = 49}, - [763] = {.lex_state = 47}, - [764] = {.lex_state = 47}, + [763] = {.lex_state = 49}, + [764] = {.lex_state = 49}, [765] = {.lex_state = 49}, - [766] = {.lex_state = 47}, - [767] = {.lex_state = 47}, - [768] = {.lex_state = 47}, - [769] = {.lex_state = 47}, - [770] = {.lex_state = 47}, - [771] = {.lex_state = 47}, - [772] = {.lex_state = 49}, - [773] = {.lex_state = 47}, - [774] = {.lex_state = 47}, - [775] = {.lex_state = 47}, - [776] = {.lex_state = 47}, - [777] = {.lex_state = 47}, - [778] = {.lex_state = 47}, - [779] = {.lex_state = 47}, + [766] = {.lex_state = 49}, + [767] = {.lex_state = 49}, + [768] = {.lex_state = 49}, + [769] = {.lex_state = 49}, + [770] = {.lex_state = 49}, + [771] = {.lex_state = 49}, + [772] = {.lex_state = 50}, + [773] = {.lex_state = 49}, + [774] = {.lex_state = 50}, + [775] = {.lex_state = 50}, + [776] = {.lex_state = 49}, + [777] = {.lex_state = 49}, + [778] = {.lex_state = 50}, + [779] = {.lex_state = 49}, [780] = {.lex_state = 49}, - [781] = {.lex_state = 47}, - [782] = {.lex_state = 49}, - [783] = {.lex_state = 48}, + [781] = {.lex_state = 50}, + [782] = {.lex_state = 50}, + [783] = {.lex_state = 49}, [784] = {.lex_state = 49}, - [785] = {.lex_state = 48}, - [786] = {.lex_state = 48}, - [787] = {.lex_state = 47}, - [788] = {.lex_state = 53}, - [789] = {.lex_state = 47}, + [785] = {.lex_state = 50}, + [786] = {.lex_state = 50}, + [787] = {.lex_state = 50}, + [788] = {.lex_state = 50}, + [789] = {.lex_state = 50}, [790] = {.lex_state = 49}, - [791] = {.lex_state = 53}, - [792] = {.lex_state = 47}, - [793] = {.lex_state = 53}, - [794] = {.lex_state = 48}, - [795] = {.lex_state = 53}, + [791] = {.lex_state = 49}, + [792] = {.lex_state = 50}, + [793] = {.lex_state = 50}, + [794] = {.lex_state = 50}, + [795] = {.lex_state = 50}, [796] = {.lex_state = 49}, - [797] = {.lex_state = 47}, - [798] = {.lex_state = 53}, - [799] = {.lex_state = 48}, - [800] = {.lex_state = 49}, - [801] = {.lex_state = 47}, + [797] = {.lex_state = 50}, + [798] = {.lex_state = 50}, + [799] = {.lex_state = 50}, + [800] = {.lex_state = 47}, + [801] = {.lex_state = 49}, [802] = {.lex_state = 47}, - [803] = {.lex_state = 49}, - [804] = {.lex_state = 48}, - [805] = {.lex_state = 53}, + [803] = {.lex_state = 47}, + [804] = {.lex_state = 49}, + [805] = {.lex_state = 47}, [806] = {.lex_state = 47}, [807] = {.lex_state = 47}, - [808] = {.lex_state = 48}, - [809] = {.lex_state = 49}, - [810] = {.lex_state = 48}, - [811] = {.lex_state = 48}, - [812] = {.lex_state = 48}, + [808] = {.lex_state = 47}, + [809] = {.lex_state = 47}, + [810] = {.lex_state = 47}, + [811] = {.lex_state = 49}, + [812] = {.lex_state = 47}, [813] = {.lex_state = 47}, - [814] = {.lex_state = 49}, - [815] = {.lex_state = 53}, - [816] = {.lex_state = 49}, - [817] = {.lex_state = 48}, - [818] = {.lex_state = 49}, - [819] = {.lex_state = 48}, - [820] = {.lex_state = 53}, - [821] = {.lex_state = 48}, - [822] = {.lex_state = 53}, - [823] = {.lex_state = 53}, + [814] = {.lex_state = 47}, + [815] = {.lex_state = 49}, + [816] = {.lex_state = 47}, + [817] = {.lex_state = 47}, + [818] = {.lex_state = 47}, + [819] = {.lex_state = 47}, + [820] = {.lex_state = 47}, + [821] = {.lex_state = 47}, + [822] = {.lex_state = 49}, + [823] = {.lex_state = 48}, [824] = {.lex_state = 53}, - [825] = {.lex_state = 53}, - [826] = {.lex_state = 53}, - [827] = {.lex_state = 53}, + [825] = {.lex_state = 48}, + [826] = {.lex_state = 48}, + [827] = {.lex_state = 49}, [828] = {.lex_state = 48}, - [829] = {.lex_state = 49}, - [830] = {.lex_state = 49}, + [829] = {.lex_state = 47}, + [830] = {.lex_state = 47}, [831] = {.lex_state = 53}, [832] = {.lex_state = 48}, - [833] = {.lex_state = 47}, - [834] = {.lex_state = 53}, - [835] = {.lex_state = 49}, - [836] = {.lex_state = 53}, - [837] = {.lex_state = 49}, - [838] = {.lex_state = 53}, - [839] = {.lex_state = 48}, + [833] = {.lex_state = 49}, + [834] = {.lex_state = 49}, + [835] = {.lex_state = 47}, + [836] = {.lex_state = 48}, + [837] = {.lex_state = 48}, + [838] = {.lex_state = 48}, + [839] = {.lex_state = 47}, [840] = {.lex_state = 49}, - [841] = {.lex_state = 48}, - [842] = {.lex_state = 48}, + [841] = {.lex_state = 49}, + [842] = {.lex_state = 47}, [843] = {.lex_state = 49}, [844] = {.lex_state = 49}, - [845] = {.lex_state = 49}, - [846] = {.lex_state = 49}, + [845] = {.lex_state = 48}, + [846] = {.lex_state = 48}, [847] = {.lex_state = 49}, [848] = {.lex_state = 49}, - [849] = {.lex_state = 49}, - [850] = {.lex_state = 49}, - [851] = {.lex_state = 49}, - [852] = {.lex_state = 49}, - [853] = {.lex_state = 49}, - [854] = {.lex_state = 49}, - [855] = {.lex_state = 49}, - [856] = {.lex_state = 49}, - [857] = {.lex_state = 49}, + [849] = {.lex_state = 48}, + [850] = {.lex_state = 53}, + [851] = {.lex_state = 53}, + [852] = {.lex_state = 53}, + [853] = {.lex_state = 53}, + [854] = {.lex_state = 47}, + [855] = {.lex_state = 53}, + [856] = {.lex_state = 53}, + [857] = {.lex_state = 47}, [858] = {.lex_state = 49}, - [859] = {.lex_state = 49}, - [860] = {.lex_state = 49}, - [861] = {.lex_state = 49}, - [862] = {.lex_state = 49}, - [863] = {.lex_state = 49}, - [864] = {.lex_state = 49}, - [865] = {.lex_state = 49}, - [866] = {.lex_state = 49}, + [859] = {.lex_state = 53}, + [860] = {.lex_state = 48}, + [861] = {.lex_state = 47}, + [862] = {.lex_state = 53}, + [863] = {.lex_state = 53}, + [864] = {.lex_state = 53}, + [865] = {.lex_state = 53}, + [866] = {.lex_state = 53}, [867] = {.lex_state = 49}, - [868] = {.lex_state = 49}, - [869] = {.lex_state = 49}, - [870] = {.lex_state = 49}, - [871] = {.lex_state = 49}, + [868] = {.lex_state = 53}, + [869] = {.lex_state = 53}, + [870] = {.lex_state = 53}, + [871] = {.lex_state = 53}, [872] = {.lex_state = 49}, - [873] = {.lex_state = 110}, - [874] = {.lex_state = 49}, + [873] = {.lex_state = 49}, + [874] = {.lex_state = 48}, [875] = {.lex_state = 49}, - [876] = {.lex_state = 49}, - [877] = {.lex_state = 49}, - [878] = {.lex_state = 49}, - [879] = {.lex_state = 49}, - [880] = {.lex_state = 49}, - [881] = {.lex_state = 49}, - [882] = {.lex_state = 49}, + [876] = {.lex_state = 48}, + [877] = {.lex_state = 48}, + [878] = {.lex_state = 47}, + [879] = {.lex_state = 48}, + [880] = {.lex_state = 48}, + [881] = {.lex_state = 48}, + [882] = {.lex_state = 47}, [883] = {.lex_state = 49}, [884] = {.lex_state = 49}, [885] = {.lex_state = 49}, [886] = {.lex_state = 49}, [887] = {.lex_state = 49}, - [888] = {.lex_state = 50}, - [889] = {.lex_state = 49}, - [890] = {.lex_state = 50}, - [891] = {.lex_state = 50}, + [888] = {.lex_state = 49}, + [889] = {.lex_state = 110}, + [890] = {.lex_state = 49}, + [891] = {.lex_state = 49}, [892] = {.lex_state = 49}, - [893] = {.lex_state = 50}, - [894] = {.lex_state = 50}, - [895] = {.lex_state = 50}, + [893] = {.lex_state = 49}, + [894] = {.lex_state = 49}, + [895] = {.lex_state = 49}, [896] = {.lex_state = 49}, - [897] = {.lex_state = 50}, + [897] = {.lex_state = 49}, [898] = {.lex_state = 49}, [899] = {.lex_state = 49}, [900] = {.lex_state = 49}, - [901] = {.lex_state = 50}, - [902] = {.lex_state = 50}, - [903] = {.lex_state = 50}, - [904] = {.lex_state = 50}, + [901] = {.lex_state = 49}, + [902] = {.lex_state = 49}, + [903] = {.lex_state = 49}, + [904] = {.lex_state = 49}, [905] = {.lex_state = 49}, - [906] = {.lex_state = 50}, + [906] = {.lex_state = 49}, [907] = {.lex_state = 49}, - [908] = {.lex_state = 50}, + [908] = {.lex_state = 49}, [909] = {.lex_state = 49}, [910] = {.lex_state = 49}, [911] = {.lex_state = 49}, @@ -13727,60 +13783,60 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [921] = {.lex_state = 49}, [922] = {.lex_state = 49}, [923] = {.lex_state = 49}, - [924] = {.lex_state = 47}, - [925] = {.lex_state = 47}, - [926] = {.lex_state = 47}, - [927] = {.lex_state = 50}, + [924] = {.lex_state = 49}, + [925] = {.lex_state = 49}, + [926] = {.lex_state = 49}, + [927] = {.lex_state = 49}, [928] = {.lex_state = 49}, - [929] = {.lex_state = 47}, - [930] = {.lex_state = 47}, - [931] = {.lex_state = 47}, - [932] = {.lex_state = 49}, - [933] = {.lex_state = 47}, - [934] = {.lex_state = 47}, - [935] = {.lex_state = 47}, - [936] = {.lex_state = 47}, - [937] = {.lex_state = 47}, - [938] = {.lex_state = 47}, - [939] = {.lex_state = 49}, - [940] = {.lex_state = 47}, - [941] = {.lex_state = 47}, - [942] = {.lex_state = 47}, - [943] = {.lex_state = 49}, - [944] = {.lex_state = 47}, - [945] = {.lex_state = 47}, - [946] = {.lex_state = 47}, - [947] = {.lex_state = 47}, - [948] = {.lex_state = 49}, + [929] = {.lex_state = 50}, + [930] = {.lex_state = 49}, + [931] = {.lex_state = 49}, + [932] = {.lex_state = 50}, + [933] = {.lex_state = 49}, + [934] = {.lex_state = 49}, + [935] = {.lex_state = 50}, + [936] = {.lex_state = 49}, + [937] = {.lex_state = 50}, + [938] = {.lex_state = 50}, + [939] = {.lex_state = 50}, + [940] = {.lex_state = 50}, + [941] = {.lex_state = 49}, + [942] = {.lex_state = 49}, + [943] = {.lex_state = 50}, + [944] = {.lex_state = 50}, + [945] = {.lex_state = 50}, + [946] = {.lex_state = 50}, + [947] = {.lex_state = 50}, + [948] = {.lex_state = 50}, [949] = {.lex_state = 49}, [950] = {.lex_state = 49}, [951] = {.lex_state = 49}, - [952] = {.lex_state = 47}, - [953] = {.lex_state = 47}, - [954] = {.lex_state = 47}, - [955] = {.lex_state = 47}, + [952] = {.lex_state = 49}, + [953] = {.lex_state = 49}, + [954] = {.lex_state = 49}, + [955] = {.lex_state = 49}, [956] = {.lex_state = 49}, - [957] = {.lex_state = 47}, - [958] = {.lex_state = 47}, - [959] = {.lex_state = 47}, + [957] = {.lex_state = 49}, + [958] = {.lex_state = 49}, + [959] = {.lex_state = 49}, [960] = {.lex_state = 49}, [961] = {.lex_state = 49}, [962] = {.lex_state = 49}, - [963] = {.lex_state = 47}, + [963] = {.lex_state = 49}, [964] = {.lex_state = 47}, [965] = {.lex_state = 47}, - [966] = {.lex_state = 47}, + [966] = {.lex_state = 49}, [967] = {.lex_state = 49}, [968] = {.lex_state = 47}, - [969] = {.lex_state = 49}, + [969] = {.lex_state = 47}, [970] = {.lex_state = 47}, - [971] = {.lex_state = 49}, + [971] = {.lex_state = 47}, [972] = {.lex_state = 47}, - [973] = {.lex_state = 49}, + [973] = {.lex_state = 50}, [974] = {.lex_state = 47}, [975] = {.lex_state = 47}, [976] = {.lex_state = 47}, - [977] = {.lex_state = 49}, + [977] = {.lex_state = 47}, [978] = {.lex_state = 47}, [979] = {.lex_state = 47}, [980] = {.lex_state = 47}, @@ -13788,209 +13844,209 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [982] = {.lex_state = 47}, [983] = {.lex_state = 47}, [984] = {.lex_state = 47}, - [985] = {.lex_state = 47}, + [985] = {.lex_state = 49}, [986] = {.lex_state = 47}, - [987] = {.lex_state = 47}, - [988] = {.lex_state = 47}, + [987] = {.lex_state = 49}, + [988] = {.lex_state = 49}, [989] = {.lex_state = 47}, [990] = {.lex_state = 47}, - [991] = {.lex_state = 47}, - [992] = {.lex_state = 47}, + [991] = {.lex_state = 49}, + [992] = {.lex_state = 49}, [993] = {.lex_state = 47}, [994] = {.lex_state = 49}, - [995] = {.lex_state = 49}, - [996] = {.lex_state = 47}, - [997] = {.lex_state = 49}, + [995] = {.lex_state = 47}, + [996] = {.lex_state = 49}, + [997] = {.lex_state = 47}, [998] = {.lex_state = 47}, - [999] = {.lex_state = 47}, + [999] = {.lex_state = 49}, [1000] = {.lex_state = 47}, - [1001] = {.lex_state = 47}, + [1001] = {.lex_state = 49}, [1002] = {.lex_state = 47}, [1003] = {.lex_state = 47}, - [1004] = {.lex_state = 49}, - [1005] = {.lex_state = 47}, + [1004] = {.lex_state = 47}, + [1005] = {.lex_state = 49}, [1006] = {.lex_state = 47}, - [1007] = {.lex_state = 49}, + [1007] = {.lex_state = 47}, [1008] = {.lex_state = 47}, - [1009] = {.lex_state = 47}, - [1010] = {.lex_state = 49}, - [1011] = {.lex_state = 47}, + [1009] = {.lex_state = 49}, + [1010] = {.lex_state = 47}, + [1011] = {.lex_state = 49}, [1012] = {.lex_state = 47}, - [1013] = {.lex_state = 47}, - [1014] = {.lex_state = 47}, + [1013] = {.lex_state = 49}, + [1014] = {.lex_state = 49}, [1015] = {.lex_state = 47}, [1016] = {.lex_state = 47}, - [1017] = {.lex_state = 47}, + [1017] = {.lex_state = 49}, [1018] = {.lex_state = 47}, [1019] = {.lex_state = 47}, [1020] = {.lex_state = 47}, - [1021] = {.lex_state = 49}, + [1021] = {.lex_state = 47}, [1022] = {.lex_state = 47}, - [1023] = {.lex_state = 49}, - [1024] = {.lex_state = 47}, - [1025] = {.lex_state = 49}, - [1026] = {.lex_state = 49}, + [1023] = {.lex_state = 47}, + [1024] = {.lex_state = 49}, + [1025] = {.lex_state = 47}, + [1026] = {.lex_state = 47}, [1027] = {.lex_state = 47}, - [1028] = {.lex_state = 49}, - [1029] = {.lex_state = 49}, - [1030] = {.lex_state = 49}, - [1031] = {.lex_state = 49}, - [1032] = {.lex_state = 49}, - [1033] = {.lex_state = 49}, - [1034] = {.lex_state = 49}, + [1028] = {.lex_state = 47}, + [1029] = {.lex_state = 47}, + [1030] = {.lex_state = 47}, + [1031] = {.lex_state = 47}, + [1032] = {.lex_state = 47}, + [1033] = {.lex_state = 47}, + [1034] = {.lex_state = 47}, [1035] = {.lex_state = 49}, - [1036] = {.lex_state = 49}, + [1036] = {.lex_state = 47}, [1037] = {.lex_state = 49}, [1038] = {.lex_state = 49}, - [1039] = {.lex_state = 49}, - [1040] = {.lex_state = 49}, - [1041] = {.lex_state = 49}, - [1042] = {.lex_state = 49}, - [1043] = {.lex_state = 49}, - [1044] = {.lex_state = 49}, + [1039] = {.lex_state = 47}, + [1040] = {.lex_state = 47}, + [1041] = {.lex_state = 47}, + [1042] = {.lex_state = 47}, + [1043] = {.lex_state = 47}, + [1044] = {.lex_state = 47}, [1045] = {.lex_state = 49}, - [1046] = {.lex_state = 49}, - [1047] = {.lex_state = 46}, - [1048] = {.lex_state = 49}, - [1049] = {.lex_state = 49}, - [1050] = {.lex_state = 46}, - [1051] = {.lex_state = 23}, - [1052] = {.lex_state = 49}, - [1053] = {.lex_state = 46}, - [1054] = {.lex_state = 49}, - [1055] = {.lex_state = 46}, - [1056] = {.lex_state = 49}, - [1057] = {.lex_state = 46}, - [1058] = {.lex_state = 49}, - [1059] = {.lex_state = 49}, - [1060] = {.lex_state = 46}, - [1061] = {.lex_state = 49}, + [1046] = {.lex_state = 47}, + [1047] = {.lex_state = 47}, + [1048] = {.lex_state = 47}, + [1049] = {.lex_state = 47}, + [1050] = {.lex_state = 47}, + [1051] = {.lex_state = 47}, + [1052] = {.lex_state = 47}, + [1053] = {.lex_state = 47}, + [1054] = {.lex_state = 47}, + [1055] = {.lex_state = 47}, + [1056] = {.lex_state = 47}, + [1057] = {.lex_state = 49}, + [1058] = {.lex_state = 47}, + [1059] = {.lex_state = 47}, + [1060] = {.lex_state = 47}, + [1061] = {.lex_state = 47}, [1062] = {.lex_state = 49}, - [1063] = {.lex_state = 49}, + [1063] = {.lex_state = 47}, [1064] = {.lex_state = 49}, [1065] = {.lex_state = 49}, [1066] = {.lex_state = 49}, - [1067] = {.lex_state = 49}, - [1068] = {.lex_state = 46}, + [1067] = {.lex_state = 47}, + [1068] = {.lex_state = 49}, [1069] = {.lex_state = 49}, - [1070] = {.lex_state = 46}, - [1071] = {.lex_state = 46}, - [1072] = {.lex_state = 46}, - [1073] = {.lex_state = 46}, + [1070] = {.lex_state = 49}, + [1071] = {.lex_state = 49}, + [1072] = {.lex_state = 49}, + [1073] = {.lex_state = 49}, [1074] = {.lex_state = 49}, - [1075] = {.lex_state = 46}, + [1075] = {.lex_state = 49}, [1076] = {.lex_state = 49}, [1077] = {.lex_state = 49}, - [1078] = {.lex_state = 46}, - [1079] = {.lex_state = 46}, + [1078] = {.lex_state = 49}, + [1079] = {.lex_state = 49}, [1080] = {.lex_state = 49}, - [1081] = {.lex_state = 46}, + [1081] = {.lex_state = 49}, [1082] = {.lex_state = 49}, - [1083] = {.lex_state = 46}, - [1084] = {.lex_state = 46}, - [1085] = {.lex_state = 46}, - [1086] = {.lex_state = 46}, - [1087] = {.lex_state = 49}, - [1088] = {.lex_state = 46}, - [1089] = {.lex_state = 46}, - [1090] = {.lex_state = 49}, - [1091] = {.lex_state = 46}, - [1092] = {.lex_state = 49}, + [1083] = {.lex_state = 49}, + [1084] = {.lex_state = 49}, + [1085] = {.lex_state = 49}, + [1086] = {.lex_state = 49}, + [1087] = {.lex_state = 46}, + [1088] = {.lex_state = 49}, + [1089] = {.lex_state = 49}, + [1090] = {.lex_state = 46}, + [1091] = {.lex_state = 49}, + [1092] = {.lex_state = 23}, [1093] = {.lex_state = 46}, [1094] = {.lex_state = 49}, [1095] = {.lex_state = 46}, - [1096] = {.lex_state = 46}, - [1097] = {.lex_state = 46}, - [1098] = {.lex_state = 46}, - [1099] = {.lex_state = 46}, + [1096] = {.lex_state = 49}, + [1097] = {.lex_state = 49}, + [1098] = {.lex_state = 49}, + [1099] = {.lex_state = 49}, [1100] = {.lex_state = 49}, [1101] = {.lex_state = 46}, [1102] = {.lex_state = 46}, [1103] = {.lex_state = 46}, - [1104] = {.lex_state = 46}, + [1104] = {.lex_state = 49}, [1105] = {.lex_state = 46}, - [1106] = {.lex_state = 46}, + [1106] = {.lex_state = 49}, [1107] = {.lex_state = 49}, - [1108] = {.lex_state = 46}, + [1108] = {.lex_state = 49}, [1109] = {.lex_state = 49}, - [1110] = {.lex_state = 46}, - [1111] = {.lex_state = 46}, - [1112] = {.lex_state = 46}, + [1110] = {.lex_state = 49}, + [1111] = {.lex_state = 49}, + [1112] = {.lex_state = 49}, [1113] = {.lex_state = 49}, - [1114] = {.lex_state = 46}, - [1115] = {.lex_state = 23}, - [1116] = {.lex_state = 49}, - [1117] = {.lex_state = 23}, - [1118] = {.lex_state = 23}, - [1119] = {.lex_state = 23}, - [1120] = {.lex_state = 23}, - [1121] = {.lex_state = 23}, - [1122] = {.lex_state = 23}, - [1123] = {.lex_state = 23}, - [1124] = {.lex_state = 23}, - [1125] = {.lex_state = 49}, - [1126] = {.lex_state = 23}, - [1127] = {.lex_state = 23}, - [1128] = {.lex_state = 23}, - [1129] = {.lex_state = 23}, - [1130] = {.lex_state = 23}, - [1131] = {.lex_state = 23}, - [1132] = {.lex_state = 23}, - [1133] = {.lex_state = 23}, - [1134] = {.lex_state = 23}, - [1135] = {.lex_state = 23}, - [1136] = {.lex_state = 23}, - [1137] = {.lex_state = 23}, - [1138] = {.lex_state = 23}, - [1139] = {.lex_state = 49}, - [1140] = {.lex_state = 23}, - [1141] = {.lex_state = 23}, - [1142] = {.lex_state = 23}, - [1143] = {.lex_state = 23}, - [1144] = {.lex_state = 23}, - [1145] = {.lex_state = 23}, - [1146] = {.lex_state = 23}, - [1147] = {.lex_state = 23}, - [1148] = {.lex_state = 49}, + [1114] = {.lex_state = 49}, + [1115] = {.lex_state = 49}, + [1116] = {.lex_state = 46}, + [1117] = {.lex_state = 46}, + [1118] = {.lex_state = 46}, + [1119] = {.lex_state = 46}, + [1120] = {.lex_state = 46}, + [1121] = {.lex_state = 46}, + [1122] = {.lex_state = 46}, + [1123] = {.lex_state = 46}, + [1124] = {.lex_state = 46}, + [1125] = {.lex_state = 46}, + [1126] = {.lex_state = 46}, + [1127] = {.lex_state = 46}, + [1128] = {.lex_state = 46}, + [1129] = {.lex_state = 49}, + [1130] = {.lex_state = 49}, + [1131] = {.lex_state = 49}, + [1132] = {.lex_state = 46}, + [1133] = {.lex_state = 46}, + [1134] = {.lex_state = 46}, + [1135] = {.lex_state = 49}, + [1136] = {.lex_state = 46}, + [1137] = {.lex_state = 49}, + [1138] = {.lex_state = 46}, + [1139] = {.lex_state = 46}, + [1140] = {.lex_state = 46}, + [1141] = {.lex_state = 46}, + [1142] = {.lex_state = 49}, + [1143] = {.lex_state = 46}, + [1144] = {.lex_state = 46}, + [1145] = {.lex_state = 46}, + [1146] = {.lex_state = 46}, + [1147] = {.lex_state = 46}, + [1148] = {.lex_state = 46}, [1149] = {.lex_state = 49}, - [1150] = {.lex_state = 49}, - [1151] = {.lex_state = 49}, + [1150] = {.lex_state = 46}, + [1151] = {.lex_state = 46}, [1152] = {.lex_state = 49}, - [1153] = {.lex_state = 49}, - [1154] = {.lex_state = 49}, - [1155] = {.lex_state = 49}, - [1156] = {.lex_state = 49}, - [1157] = {.lex_state = 49}, - [1158] = {.lex_state = 49}, - [1159] = {.lex_state = 49}, - [1160] = {.lex_state = 49}, - [1161] = {.lex_state = 49}, - [1162] = {.lex_state = 49}, - [1163] = {.lex_state = 49}, + [1153] = {.lex_state = 46}, + [1154] = {.lex_state = 46}, + [1155] = {.lex_state = 23}, + [1156] = {.lex_state = 23}, + [1157] = {.lex_state = 23}, + [1158] = {.lex_state = 23}, + [1159] = {.lex_state = 23}, + [1160] = {.lex_state = 23}, + [1161] = {.lex_state = 23}, + [1162] = {.lex_state = 23}, + [1163] = {.lex_state = 23}, [1164] = {.lex_state = 49}, - [1165] = {.lex_state = 49}, - [1166] = {.lex_state = 49}, + [1165] = {.lex_state = 23}, + [1166] = {.lex_state = 23}, [1167] = {.lex_state = 49}, - [1168] = {.lex_state = 49}, - [1169] = {.lex_state = 49}, - [1170] = {.lex_state = 49}, + [1168] = {.lex_state = 23}, + [1169] = {.lex_state = 23}, + [1170] = {.lex_state = 23}, [1171] = {.lex_state = 49}, - [1172] = {.lex_state = 49}, - [1173] = {.lex_state = 49}, - [1174] = {.lex_state = 49}, - [1175] = {.lex_state = 49}, - [1176] = {.lex_state = 49}, - [1177] = {.lex_state = 49}, - [1178] = {.lex_state = 49}, - [1179] = {.lex_state = 49}, - [1180] = {.lex_state = 49}, - [1181] = {.lex_state = 49}, - [1182] = {.lex_state = 49}, - [1183] = {.lex_state = 49}, - [1184] = {.lex_state = 49}, - [1185] = {.lex_state = 49}, - [1186] = {.lex_state = 49}, - [1187] = {.lex_state = 49}, + [1172] = {.lex_state = 23}, + [1173] = {.lex_state = 23}, + [1174] = {.lex_state = 23}, + [1175] = {.lex_state = 23}, + [1176] = {.lex_state = 23}, + [1177] = {.lex_state = 23}, + [1178] = {.lex_state = 23}, + [1179] = {.lex_state = 23}, + [1180] = {.lex_state = 23}, + [1181] = {.lex_state = 23}, + [1182] = {.lex_state = 23}, + [1183] = {.lex_state = 23}, + [1184] = {.lex_state = 23}, + [1185] = {.lex_state = 23}, + [1186] = {.lex_state = 23}, + [1187] = {.lex_state = 23}, [1188] = {.lex_state = 49}, [1189] = {.lex_state = 49}, [1190] = {.lex_state = 49}, @@ -14019,12 +14075,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1213] = {.lex_state = 49}, [1214] = {.lex_state = 49}, [1215] = {.lex_state = 49}, - [1216] = {.lex_state = 0}, + [1216] = {.lex_state = 49}, [1217] = {.lex_state = 49}, [1218] = {.lex_state = 49}, [1219] = {.lex_state = 49}, [1220] = {.lex_state = 49}, - [1221] = {.lex_state = 0}, + [1221] = {.lex_state = 49}, [1222] = {.lex_state = 49}, [1223] = {.lex_state = 49}, [1224] = {.lex_state = 49}, @@ -14033,476 +14089,476 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1227] = {.lex_state = 49}, [1228] = {.lex_state = 49}, [1229] = {.lex_state = 49}, - [1230] = {.lex_state = 51}, + [1230] = {.lex_state = 49}, [1231] = {.lex_state = 49}, - [1232] = {.lex_state = 51}, - [1233] = {.lex_state = 51}, - [1234] = {.lex_state = 0}, - [1235] = {.lex_state = 51}, - [1236] = {.lex_state = 51}, + [1232] = {.lex_state = 49}, + [1233] = {.lex_state = 49}, + [1234] = {.lex_state = 49}, + [1235] = {.lex_state = 49}, + [1236] = {.lex_state = 49}, [1237] = {.lex_state = 49}, - [1238] = {.lex_state = 110}, - [1239] = {.lex_state = 0}, + [1238] = {.lex_state = 49}, + [1239] = {.lex_state = 49}, [1240] = {.lex_state = 49}, - [1241] = {.lex_state = 110}, - [1242] = {.lex_state = 47}, + [1241] = {.lex_state = 49}, + [1242] = {.lex_state = 49}, [1243] = {.lex_state = 49}, [1244] = {.lex_state = 49}, - [1245] = {.lex_state = 110}, + [1245] = {.lex_state = 49}, [1246] = {.lex_state = 49}, - [1247] = {.lex_state = 110}, - [1248] = {.lex_state = 47}, + [1247] = {.lex_state = 49}, + [1248] = {.lex_state = 49}, [1249] = {.lex_state = 49}, [1250] = {.lex_state = 49}, - [1251] = {.lex_state = 0}, + [1251] = {.lex_state = 49}, [1252] = {.lex_state = 49}, - [1253] = {.lex_state = 110}, - [1254] = {.lex_state = 0}, - [1255] = {.lex_state = 0}, - [1256] = {.lex_state = 110}, + [1253] = {.lex_state = 49}, + [1254] = {.lex_state = 49}, + [1255] = {.lex_state = 49}, + [1256] = {.lex_state = 49}, [1257] = {.lex_state = 49}, - [1258] = {.lex_state = 110}, + [1258] = {.lex_state = 49}, [1259] = {.lex_state = 49}, [1260] = {.lex_state = 49}, [1261] = {.lex_state = 49}, [1262] = {.lex_state = 49}, [1263] = {.lex_state = 49}, [1264] = {.lex_state = 49}, - [1265] = {.lex_state = 110}, + [1265] = {.lex_state = 49}, [1266] = {.lex_state = 49}, [1267] = {.lex_state = 49}, - [1268] = {.lex_state = 110}, + [1268] = {.lex_state = 49}, [1269] = {.lex_state = 49}, - [1270] = {.lex_state = 110}, + [1270] = {.lex_state = 49}, [1271] = {.lex_state = 49}, - [1272] = {.lex_state = 0}, + [1272] = {.lex_state = 49}, [1273] = {.lex_state = 49}, - [1274] = {.lex_state = 49}, - [1275] = {.lex_state = 0}, - [1276] = {.lex_state = 110}, - [1277] = {.lex_state = 0}, - [1278] = {.lex_state = 0}, - [1279] = {.lex_state = 110}, + [1274] = {.lex_state = 0}, + [1275] = {.lex_state = 49}, + [1276] = {.lex_state = 0}, + [1277] = {.lex_state = 49}, + [1278] = {.lex_state = 49}, + [1279] = {.lex_state = 49}, [1280] = {.lex_state = 49}, - [1281] = {.lex_state = 110}, - [1282] = {.lex_state = 110}, + [1281] = {.lex_state = 49}, + [1282] = {.lex_state = 0}, [1283] = {.lex_state = 110}, - [1284] = {.lex_state = 110}, + [1284] = {.lex_state = 51}, [1285] = {.lex_state = 110}, [1286] = {.lex_state = 110}, - [1287] = {.lex_state = 49}, + [1287] = {.lex_state = 51}, [1288] = {.lex_state = 110}, - [1289] = {.lex_state = 110}, - [1290] = {.lex_state = 110}, - [1291] = {.lex_state = 110}, - [1292] = {.lex_state = 110}, - [1293] = {.lex_state = 110}, + [1289] = {.lex_state = 51}, + [1290] = {.lex_state = 49}, + [1291] = {.lex_state = 49}, + [1292] = {.lex_state = 0}, + [1293] = {.lex_state = 51}, [1294] = {.lex_state = 110}, - [1295] = {.lex_state = 110}, - [1296] = {.lex_state = 110}, - [1297] = {.lex_state = 42}, - [1298] = {.lex_state = 110}, + [1295] = {.lex_state = 51}, + [1296] = {.lex_state = 49}, + [1297] = {.lex_state = 110}, + [1298] = {.lex_state = 49}, [1299] = {.lex_state = 110}, [1300] = {.lex_state = 49}, [1301] = {.lex_state = 110}, - [1302] = {.lex_state = 110}, - [1303] = {.lex_state = 49}, - [1304] = {.lex_state = 26}, - [1305] = {.lex_state = 26}, + [1302] = {.lex_state = 47}, + [1303] = {.lex_state = 0}, + [1304] = {.lex_state = 110}, + [1305] = {.lex_state = 0}, [1306] = {.lex_state = 49}, [1307] = {.lex_state = 49}, - [1308] = {.lex_state = 49}, - [1309] = {.lex_state = 0}, - [1310] = {.lex_state = 49}, - [1311] = {.lex_state = 0}, - [1312] = {.lex_state = 0}, - [1313] = {.lex_state = 31}, + [1308] = {.lex_state = 110}, + [1309] = {.lex_state = 49}, + [1310] = {.lex_state = 0}, + [1311] = {.lex_state = 49}, + [1312] = {.lex_state = 110}, + [1313] = {.lex_state = 47}, [1314] = {.lex_state = 49}, [1315] = {.lex_state = 49}, - [1316] = {.lex_state = 0}, - [1317] = {.lex_state = 0}, + [1316] = {.lex_state = 110}, + [1317] = {.lex_state = 49}, [1318] = {.lex_state = 49}, [1319] = {.lex_state = 49}, - [1320] = {.lex_state = 49}, + [1320] = {.lex_state = 110}, [1321] = {.lex_state = 49}, - [1322] = {.lex_state = 0}, - [1323] = {.lex_state = 42}, - [1324] = {.lex_state = 31}, - [1325] = {.lex_state = 49}, - [1326] = {.lex_state = 26}, + [1322] = {.lex_state = 49}, + [1323] = {.lex_state = 49}, + [1324] = {.lex_state = 49}, + [1325] = {.lex_state = 110}, + [1326] = {.lex_state = 49}, [1327] = {.lex_state = 49}, - [1328] = {.lex_state = 49}, - [1329] = {.lex_state = 49}, + [1328] = {.lex_state = 110}, + [1329] = {.lex_state = 110}, [1330] = {.lex_state = 0}, - [1331] = {.lex_state = 49}, + [1331] = {.lex_state = 110}, [1332] = {.lex_state = 49}, [1333] = {.lex_state = 49}, - [1334] = {.lex_state = 49}, - [1335] = {.lex_state = 31}, - [1336] = {.lex_state = 49}, - [1337] = {.lex_state = 0}, + [1334] = {.lex_state = 0}, + [1335] = {.lex_state = 110}, + [1336] = {.lex_state = 110}, + [1337] = {.lex_state = 49}, [1338] = {.lex_state = 0}, - [1339] = {.lex_state = 49}, - [1340] = {.lex_state = 26}, - [1341] = {.lex_state = 49}, - [1342] = {.lex_state = 26}, - [1343] = {.lex_state = 31}, - [1344] = {.lex_state = 49}, - [1345] = {.lex_state = 26}, + [1339] = {.lex_state = 110}, + [1340] = {.lex_state = 110}, + [1341] = {.lex_state = 0}, + [1342] = {.lex_state = 110}, + [1343] = {.lex_state = 110}, + [1344] = {.lex_state = 110}, + [1345] = {.lex_state = 110}, [1346] = {.lex_state = 49}, - [1347] = {.lex_state = 31}, + [1347] = {.lex_state = 42}, [1348] = {.lex_state = 110}, - [1349] = {.lex_state = 49}, - [1350] = {.lex_state = 31}, - [1351] = {.lex_state = 49}, - [1352] = {.lex_state = 49}, - [1353] = {.lex_state = 26}, - [1354] = {.lex_state = 31}, - [1355] = {.lex_state = 0}, - [1356] = {.lex_state = 49}, - [1357] = {.lex_state = 26}, - [1358] = {.lex_state = 26}, - [1359] = {.lex_state = 0}, - [1360] = {.lex_state = 0}, - [1361] = {.lex_state = 0}, - [1362] = {.lex_state = 0}, - [1363] = {.lex_state = 0}, - [1364] = {.lex_state = 0}, - [1365] = {.lex_state = 0}, - [1366] = {.lex_state = 0}, + [1349] = {.lex_state = 110}, + [1350] = {.lex_state = 110}, + [1351] = {.lex_state = 110}, + [1352] = {.lex_state = 110}, + [1353] = {.lex_state = 110}, + [1354] = {.lex_state = 110}, + [1355] = {.lex_state = 110}, + [1356] = {.lex_state = 110}, + [1357] = {.lex_state = 110}, + [1358] = {.lex_state = 49}, + [1359] = {.lex_state = 26}, + [1360] = {.lex_state = 31}, + [1361] = {.lex_state = 26}, + [1362] = {.lex_state = 49}, + [1363] = {.lex_state = 49}, + [1364] = {.lex_state = 31}, + [1365] = {.lex_state = 49}, + [1366] = {.lex_state = 31}, [1367] = {.lex_state = 0}, - [1368] = {.lex_state = 28}, - [1369] = {.lex_state = 42}, - [1370] = {.lex_state = 42}, + [1368] = {.lex_state = 26}, + [1369] = {.lex_state = 0}, + [1370] = {.lex_state = 49}, [1371] = {.lex_state = 49}, [1372] = {.lex_state = 49}, [1373] = {.lex_state = 0}, [1374] = {.lex_state = 0}, - [1375] = {.lex_state = 0}, + [1375] = {.lex_state = 26}, [1376] = {.lex_state = 0}, - [1377] = {.lex_state = 0}, + [1377] = {.lex_state = 49}, [1378] = {.lex_state = 0}, - [1379] = {.lex_state = 0}, + [1379] = {.lex_state = 49}, [1380] = {.lex_state = 49}, - [1381] = {.lex_state = 0}, - [1382] = {.lex_state = 28}, - [1383] = {.lex_state = 0}, - [1384] = {.lex_state = 49}, - [1385] = {.lex_state = 0}, + [1381] = {.lex_state = 31}, + [1382] = {.lex_state = 49}, + [1383] = {.lex_state = 26}, + [1384] = {.lex_state = 26}, + [1385] = {.lex_state = 26}, [1386] = {.lex_state = 49}, - [1387] = {.lex_state = 0}, - [1388] = {.lex_state = 42}, + [1387] = {.lex_state = 31}, + [1388] = {.lex_state = 0}, [1389] = {.lex_state = 0}, - [1390] = {.lex_state = 28}, - [1391] = {.lex_state = 0}, - [1392] = {.lex_state = 42}, - [1393] = {.lex_state = 0}, - [1394] = {.lex_state = 0}, - [1395] = {.lex_state = 0}, + [1390] = {.lex_state = 49}, + [1391] = {.lex_state = 49}, + [1392] = {.lex_state = 49}, + [1393] = {.lex_state = 110}, + [1394] = {.lex_state = 26}, + [1395] = {.lex_state = 31}, [1396] = {.lex_state = 49}, - [1397] = {.lex_state = 0}, - [1398] = {.lex_state = 0}, - [1399] = {.lex_state = 0}, - [1400] = {.lex_state = 0}, - [1401] = {.lex_state = 0}, - [1402] = {.lex_state = 0}, + [1397] = {.lex_state = 42}, + [1398] = {.lex_state = 49}, + [1399] = {.lex_state = 49}, + [1400] = {.lex_state = 49}, + [1401] = {.lex_state = 49}, + [1402] = {.lex_state = 49}, [1403] = {.lex_state = 0}, - [1404] = {.lex_state = 0}, - [1405] = {.lex_state = 0}, - [1406] = {.lex_state = 0}, - [1407] = {.lex_state = 0}, + [1404] = {.lex_state = 49}, + [1405] = {.lex_state = 31}, + [1406] = {.lex_state = 49}, + [1407] = {.lex_state = 49}, [1408] = {.lex_state = 0}, - [1409] = {.lex_state = 0}, - [1410] = {.lex_state = 0}, + [1409] = {.lex_state = 49}, + [1410] = {.lex_state = 26}, [1411] = {.lex_state = 49}, - [1412] = {.lex_state = 0}, + [1412] = {.lex_state = 49}, [1413] = {.lex_state = 49}, - [1414] = {.lex_state = 42}, - [1415] = {.lex_state = 28}, - [1416] = {.lex_state = 42}, - [1417] = {.lex_state = 42}, + [1414] = {.lex_state = 49}, + [1415] = {.lex_state = 49}, + [1416] = {.lex_state = 0}, + [1417] = {.lex_state = 110}, [1418] = {.lex_state = 0}, - [1419] = {.lex_state = 49}, - [1420] = {.lex_state = 49}, - [1421] = {.lex_state = 49}, - [1422] = {.lex_state = 0}, - [1423] = {.lex_state = 110}, - [1424] = {.lex_state = 0}, + [1419] = {.lex_state = 0}, + [1420] = {.lex_state = 0}, + [1421] = {.lex_state = 28}, + [1422] = {.lex_state = 42}, + [1423] = {.lex_state = 42}, + [1424] = {.lex_state = 42}, [1425] = {.lex_state = 0}, [1426] = {.lex_state = 0}, [1427] = {.lex_state = 0}, [1428] = {.lex_state = 49}, - [1429] = {.lex_state = 49}, - [1430] = {.lex_state = 110}, - [1431] = {.lex_state = 49}, + [1429] = {.lex_state = 0}, + [1430] = {.lex_state = 0}, + [1431] = {.lex_state = 42}, [1432] = {.lex_state = 0}, [1433] = {.lex_state = 49}, [1434] = {.lex_state = 0}, - [1435] = {.lex_state = 0}, + [1435] = {.lex_state = 49}, [1436] = {.lex_state = 28}, [1437] = {.lex_state = 0}, [1438] = {.lex_state = 0}, [1439] = {.lex_state = 0}, - [1440] = {.lex_state = 27}, - [1441] = {.lex_state = 27}, - [1442] = {.lex_state = 49}, - [1443] = {.lex_state = 27}, - [1444] = {.lex_state = 27}, - [1445] = {.lex_state = 42}, - [1446] = {.lex_state = 49}, - [1447] = {.lex_state = 49}, + [1440] = {.lex_state = 110}, + [1441] = {.lex_state = 0}, + [1442] = {.lex_state = 0}, + [1443] = {.lex_state = 0}, + [1444] = {.lex_state = 42}, + [1445] = {.lex_state = 49}, + [1446] = {.lex_state = 42}, + [1447] = {.lex_state = 0}, [1448] = {.lex_state = 0}, - [1449] = {.lex_state = 27}, - [1450] = {.lex_state = 0}, - [1451] = {.lex_state = 27}, - [1452] = {.lex_state = 110}, - [1453] = {.lex_state = 110}, - [1454] = {.lex_state = 110}, + [1449] = {.lex_state = 49}, + [1450] = {.lex_state = 42}, + [1451] = {.lex_state = 49}, + [1452] = {.lex_state = 0}, + [1453] = {.lex_state = 0}, + [1454] = {.lex_state = 28}, [1455] = {.lex_state = 0}, - [1456] = {.lex_state = 110}, - [1457] = {.lex_state = 0}, - [1458] = {.lex_state = 110}, - [1459] = {.lex_state = 110}, - [1460] = {.lex_state = 110}, - [1461] = {.lex_state = 110}, - [1462] = {.lex_state = 110}, - [1463] = {.lex_state = 110}, - [1464] = {.lex_state = 27}, - [1465] = {.lex_state = 110}, - [1466] = {.lex_state = 27}, + [1456] = {.lex_state = 49}, + [1457] = {.lex_state = 49}, + [1458] = {.lex_state = 0}, + [1459] = {.lex_state = 0}, + [1460] = {.lex_state = 0}, + [1461] = {.lex_state = 0}, + [1462] = {.lex_state = 0}, + [1463] = {.lex_state = 49}, + [1464] = {.lex_state = 0}, + [1465] = {.lex_state = 49}, + [1466] = {.lex_state = 0}, [1467] = {.lex_state = 0}, - [1468] = {.lex_state = 110}, - [1469] = {.lex_state = 35}, - [1470] = {.lex_state = 35}, - [1471] = {.lex_state = 110}, - [1472] = {.lex_state = 110}, - [1473] = {.lex_state = 110}, - [1474] = {.lex_state = 49}, + [1468] = {.lex_state = 0}, + [1469] = {.lex_state = 0}, + [1470] = {.lex_state = 0}, + [1471] = {.lex_state = 0}, + [1472] = {.lex_state = 0}, + [1473] = {.lex_state = 0}, + [1474] = {.lex_state = 0}, [1475] = {.lex_state = 0}, - [1476] = {.lex_state = 49}, + [1476] = {.lex_state = 28}, [1477] = {.lex_state = 0}, [1478] = {.lex_state = 0}, - [1479] = {.lex_state = 42}, - [1480] = {.lex_state = 27}, + [1479] = {.lex_state = 0}, + [1480] = {.lex_state = 0}, [1481] = {.lex_state = 0}, - [1482] = {.lex_state = 0}, - [1483] = {.lex_state = 110}, - [1484] = {.lex_state = 27}, + [1482] = {.lex_state = 49}, + [1483] = {.lex_state = 49}, + [1484] = {.lex_state = 49}, [1485] = {.lex_state = 0}, - [1486] = {.lex_state = 27}, - [1487] = {.lex_state = 110}, + [1486] = {.lex_state = 0}, + [1487] = {.lex_state = 0}, [1488] = {.lex_state = 0}, - [1489] = {.lex_state = 110}, - [1490] = {.lex_state = 0}, + [1489] = {.lex_state = 0}, + [1490] = {.lex_state = 28}, [1491] = {.lex_state = 0}, - [1492] = {.lex_state = 35}, - [1493] = {.lex_state = 110}, - [1494] = {.lex_state = 110}, - [1495] = {.lex_state = 110}, - [1496] = {.lex_state = 49}, - [1497] = {.lex_state = 49}, - [1498] = {.lex_state = 0}, - [1499] = {.lex_state = 27}, + [1492] = {.lex_state = 0}, + [1493] = {.lex_state = 49}, + [1494] = {.lex_state = 0}, + [1495] = {.lex_state = 0}, + [1496] = {.lex_state = 110}, + [1497] = {.lex_state = 42}, + [1498] = {.lex_state = 27}, + [1499] = {.lex_state = 49}, [1500] = {.lex_state = 0}, - [1501] = {.lex_state = 42}, - [1502] = {.lex_state = 27}, + [1501] = {.lex_state = 27}, + [1502] = {.lex_state = 0}, [1503] = {.lex_state = 27}, [1504] = {.lex_state = 110}, - [1505] = {.lex_state = 27}, - [1506] = {.lex_state = 27}, - [1507] = {.lex_state = 110}, + [1505] = {.lex_state = 110}, + [1506] = {.lex_state = 110}, + [1507] = {.lex_state = 35}, [1508] = {.lex_state = 49}, - [1509] = {.lex_state = 27}, + [1509] = {.lex_state = 49}, [1510] = {.lex_state = 0}, - [1511] = {.lex_state = 27}, - [1512] = {.lex_state = 110}, + [1511] = {.lex_state = 0}, + [1512] = {.lex_state = 27}, [1513] = {.lex_state = 0}, - [1514] = {.lex_state = 27}, - [1515] = {.lex_state = 49}, - [1516] = {.lex_state = 27}, + [1514] = {.lex_state = 0}, + [1515] = {.lex_state = 0}, + [1516] = {.lex_state = 110}, [1517] = {.lex_state = 27}, - [1518] = {.lex_state = 0}, - [1519] = {.lex_state = 28}, - [1520] = {.lex_state = 0}, - [1521] = {.lex_state = 0}, - [1522] = {.lex_state = 41}, - [1523] = {.lex_state = 41}, + [1518] = {.lex_state = 110}, + [1519] = {.lex_state = 110}, + [1520] = {.lex_state = 49}, + [1521] = {.lex_state = 110}, + [1522] = {.lex_state = 0}, + [1523] = {.lex_state = 27}, [1524] = {.lex_state = 0}, - [1525] = {.lex_state = 0}, - [1526] = {.lex_state = 0}, - [1527] = {.lex_state = 0}, + [1525] = {.lex_state = 110}, + [1526] = {.lex_state = 110}, + [1527] = {.lex_state = 110}, [1528] = {.lex_state = 0}, - [1529] = {.lex_state = 0}, - [1530] = {.lex_state = 0}, - [1531] = {.lex_state = 28}, - [1532] = {.lex_state = 0}, - [1533] = {.lex_state = 0}, - [1534] = {.lex_state = 28}, - [1535] = {.lex_state = 49}, + [1529] = {.lex_state = 27}, + [1530] = {.lex_state = 110}, + [1531] = {.lex_state = 110}, + [1532] = {.lex_state = 110}, + [1533] = {.lex_state = 35}, + [1534] = {.lex_state = 110}, + [1535] = {.lex_state = 110}, [1536] = {.lex_state = 110}, - [1537] = {.lex_state = 0}, - [1538] = {.lex_state = 41}, - [1539] = {.lex_state = 0}, - [1540] = {.lex_state = 0}, - [1541] = {.lex_state = 28}, + [1537] = {.lex_state = 49}, + [1538] = {.lex_state = 0}, + [1539] = {.lex_state = 49}, + [1540] = {.lex_state = 110}, + [1541] = {.lex_state = 0}, [1542] = {.lex_state = 0}, - [1543] = {.lex_state = 0}, - [1544] = {.lex_state = 0}, - [1545] = {.lex_state = 28}, - [1546] = {.lex_state = 28}, - [1547] = {.lex_state = 41}, - [1548] = {.lex_state = 0}, - [1549] = {.lex_state = 0}, - [1550] = {.lex_state = 28}, - [1551] = {.lex_state = 41}, - [1552] = {.lex_state = 41}, - [1553] = {.lex_state = 41}, + [1543] = {.lex_state = 42}, + [1544] = {.lex_state = 110}, + [1545] = {.lex_state = 27}, + [1546] = {.lex_state = 110}, + [1547] = {.lex_state = 27}, + [1548] = {.lex_state = 27}, + [1549] = {.lex_state = 49}, + [1550] = {.lex_state = 27}, + [1551] = {.lex_state = 35}, + [1552] = {.lex_state = 110}, + [1553] = {.lex_state = 0}, [1554] = {.lex_state = 0}, - [1555] = {.lex_state = 0}, - [1556] = {.lex_state = 41}, + [1555] = {.lex_state = 110}, + [1556] = {.lex_state = 49}, [1557] = {.lex_state = 0}, - [1558] = {.lex_state = 41}, - [1559] = {.lex_state = 0}, - [1560] = {.lex_state = 0}, - [1561] = {.lex_state = 28}, - [1562] = {.lex_state = 0}, - [1563] = {.lex_state = 28}, - [1564] = {.lex_state = 28}, - [1565] = {.lex_state = 0}, - [1566] = {.lex_state = 28}, + [1558] = {.lex_state = 27}, + [1559] = {.lex_state = 27}, + [1560] = {.lex_state = 27}, + [1561] = {.lex_state = 27}, + [1562] = {.lex_state = 110}, + [1563] = {.lex_state = 27}, + [1564] = {.lex_state = 0}, + [1565] = {.lex_state = 27}, + [1566] = {.lex_state = 27}, [1567] = {.lex_state = 0}, - [1568] = {.lex_state = 28}, - [1569] = {.lex_state = 28}, + [1568] = {.lex_state = 110}, + [1569] = {.lex_state = 27}, [1570] = {.lex_state = 49}, - [1571] = {.lex_state = 28}, - [1572] = {.lex_state = 28}, - [1573] = {.lex_state = 0}, - [1574] = {.lex_state = 28}, - [1575] = {.lex_state = 0}, - [1576] = {.lex_state = 0}, + [1571] = {.lex_state = 27}, + [1572] = {.lex_state = 42}, + [1573] = {.lex_state = 27}, + [1574] = {.lex_state = 0}, + [1575] = {.lex_state = 41}, + [1576] = {.lex_state = 49}, [1577] = {.lex_state = 28}, - [1578] = {.lex_state = 28}, - [1579] = {.lex_state = 41}, - [1580] = {.lex_state = 28}, - [1581] = {.lex_state = 41}, - [1582] = {.lex_state = 49}, - [1583] = {.lex_state = 49}, + [1578] = {.lex_state = 0}, + [1579] = {.lex_state = 28}, + [1580] = {.lex_state = 0}, + [1581] = {.lex_state = 0}, + [1582] = {.lex_state = 0}, + [1583] = {.lex_state = 0}, [1584] = {.lex_state = 0}, [1585] = {.lex_state = 0}, [1586] = {.lex_state = 0}, - [1587] = {.lex_state = 49}, + [1587] = {.lex_state = 0}, [1588] = {.lex_state = 0}, - [1589] = {.lex_state = 49}, - [1590] = {.lex_state = 41}, - [1591] = {.lex_state = 49}, + [1589] = {.lex_state = 28}, + [1590] = {.lex_state = 49}, + [1591] = {.lex_state = 41}, [1592] = {.lex_state = 0}, - [1593] = {.lex_state = 49}, + [1593] = {.lex_state = 0}, [1594] = {.lex_state = 0}, - [1595] = {.lex_state = 0}, - [1596] = {.lex_state = 49}, - [1597] = {.lex_state = 110}, + [1595] = {.lex_state = 28}, + [1596] = {.lex_state = 28}, + [1597] = {.lex_state = 28}, [1598] = {.lex_state = 41}, - [1599] = {.lex_state = 49}, + [1599] = {.lex_state = 0}, [1600] = {.lex_state = 41}, [1601] = {.lex_state = 0}, - [1602] = {.lex_state = 41}, - [1603] = {.lex_state = 41}, - [1604] = {.lex_state = 41}, - [1605] = {.lex_state = 0}, + [1602] = {.lex_state = 0}, + [1603] = {.lex_state = 0}, + [1604] = {.lex_state = 0}, + [1605] = {.lex_state = 41}, [1606] = {.lex_state = 0}, - [1607] = {.lex_state = 28}, + [1607] = {.lex_state = 0}, [1608] = {.lex_state = 0}, [1609] = {.lex_state = 28}, - [1610] = {.lex_state = 49}, - [1611] = {.lex_state = 49}, - [1612] = {.lex_state = 41}, - [1613] = {.lex_state = 41}, - [1614] = {.lex_state = 41}, - [1615] = {.lex_state = 0}, - [1616] = {.lex_state = 28}, - [1617] = {.lex_state = 49}, - [1618] = {.lex_state = 41}, + [1610] = {.lex_state = 0}, + [1611] = {.lex_state = 0}, + [1612] = {.lex_state = 28}, + [1613] = {.lex_state = 28}, + [1614] = {.lex_state = 0}, + [1615] = {.lex_state = 28}, + [1616] = {.lex_state = 0}, + [1617] = {.lex_state = 28}, + [1618] = {.lex_state = 28}, [1619] = {.lex_state = 0}, - [1620] = {.lex_state = 0}, - [1621] = {.lex_state = 49}, + [1620] = {.lex_state = 28}, + [1621] = {.lex_state = 28}, [1622] = {.lex_state = 28}, [1623] = {.lex_state = 0}, - [1624] = {.lex_state = 0}, + [1624] = {.lex_state = 28}, [1625] = {.lex_state = 28}, - [1626] = {.lex_state = 41}, - [1627] = {.lex_state = 0}, - [1628] = {.lex_state = 0}, - [1629] = {.lex_state = 0}, - [1630] = {.lex_state = 0}, - [1631] = {.lex_state = 28}, + [1626] = {.lex_state = 0}, + [1627] = {.lex_state = 28}, + [1628] = {.lex_state = 28}, + [1629] = {.lex_state = 49}, + [1630] = {.lex_state = 49}, + [1631] = {.lex_state = 41}, [1632] = {.lex_state = 41}, - [1633] = {.lex_state = 28}, - [1634] = {.lex_state = 0}, - [1635] = {.lex_state = 0}, + [1633] = {.lex_state = 41}, + [1634] = {.lex_state = 41}, + [1635] = {.lex_state = 49}, [1636] = {.lex_state = 0}, - [1637] = {.lex_state = 49}, - [1638] = {.lex_state = 0}, + [1637] = {.lex_state = 0}, + [1638] = {.lex_state = 49}, [1639] = {.lex_state = 0}, - [1640] = {.lex_state = 41}, - [1641] = {.lex_state = 28}, - [1642] = {.lex_state = 49}, + [1640] = {.lex_state = 0}, + [1641] = {.lex_state = 41}, + [1642] = {.lex_state = 41}, [1643] = {.lex_state = 0}, [1644] = {.lex_state = 28}, - [1645] = {.lex_state = 110}, + [1645] = {.lex_state = 0}, [1646] = {.lex_state = 41}, [1647] = {.lex_state = 49}, [1648] = {.lex_state = 49}, - [1649] = {.lex_state = 41}, + [1649] = {.lex_state = 0}, [1650] = {.lex_state = 41}, - [1651] = {.lex_state = 0}, - [1652] = {.lex_state = 28}, - [1653] = {.lex_state = 0}, - [1654] = {.lex_state = 49}, + [1651] = {.lex_state = 41}, + [1652] = {.lex_state = 0}, + [1653] = {.lex_state = 28}, + [1654] = {.lex_state = 41}, [1655] = {.lex_state = 28}, - [1656] = {.lex_state = 49}, - [1657] = {.lex_state = 28}, + [1656] = {.lex_state = 0}, + [1657] = {.lex_state = 49}, [1658] = {.lex_state = 0}, [1659] = {.lex_state = 0}, - [1660] = {.lex_state = 28}, - [1661] = {.lex_state = 0}, - [1662] = {.lex_state = 0}, - [1663] = {.lex_state = 0}, - [1664] = {.lex_state = 49}, - [1665] = {.lex_state = 0}, - [1666] = {.lex_state = 49}, + [1660] = {.lex_state = 49}, + [1661] = {.lex_state = 41}, + [1662] = {.lex_state = 41}, + [1663] = {.lex_state = 49}, + [1664] = {.lex_state = 28}, + [1665] = {.lex_state = 49}, + [1666] = {.lex_state = 41}, [1667] = {.lex_state = 0}, - [1668] = {.lex_state = 0}, - [1669] = {.lex_state = 0}, + [1668] = {.lex_state = 49}, + [1669] = {.lex_state = 41}, [1670] = {.lex_state = 0}, [1671] = {.lex_state = 0}, - [1672] = {.lex_state = 49}, - [1673] = {.lex_state = 49}, + [1672] = {.lex_state = 28}, + [1673] = {.lex_state = 0}, [1674] = {.lex_state = 0}, [1675] = {.lex_state = 0}, - [1676] = {.lex_state = 0}, - [1677] = {.lex_state = 110}, - [1678] = {.lex_state = 41}, - [1679] = {.lex_state = 49}, - [1680] = {.lex_state = 110}, + [1676] = {.lex_state = 28}, + [1677] = {.lex_state = 49}, + [1678] = {.lex_state = 0}, + [1679] = {.lex_state = 0}, + [1680] = {.lex_state = 41}, [1681] = {.lex_state = 0}, [1682] = {.lex_state = 0}, - [1683] = {.lex_state = 0}, - [1684] = {.lex_state = 0}, + [1683] = {.lex_state = 41}, + [1684] = {.lex_state = 28}, [1685] = {.lex_state = 0}, - [1686] = {.lex_state = 49}, - [1687] = {.lex_state = 41}, - [1688] = {.lex_state = 0}, - [1689] = {.lex_state = 49}, - [1690] = {.lex_state = 41}, - [1691] = {.lex_state = 110}, - [1692] = {.lex_state = 49}, - [1693] = {.lex_state = 49}, - [1694] = {.lex_state = 110}, - [1695] = {.lex_state = 41}, + [1686] = {.lex_state = 0}, + [1687] = {.lex_state = 0}, + [1688] = {.lex_state = 110}, + [1689] = {.lex_state = 28}, + [1690] = {.lex_state = 0}, + [1691] = {.lex_state = 0}, + [1692] = {.lex_state = 28}, + [1693] = {.lex_state = 0}, + [1694] = {.lex_state = 0}, + [1695] = {.lex_state = 0}, [1696] = {.lex_state = 49}, [1697] = {.lex_state = 49}, - [1698] = {.lex_state = 0}, - [1699] = {.lex_state = 0}, + [1698] = {.lex_state = 49}, + [1699] = {.lex_state = 41}, [1700] = {.lex_state = 41}, [1701] = {.lex_state = 0}, [1702] = {.lex_state = 0}, @@ -14510,59 +14566,115 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1704] = {.lex_state = 0}, [1705] = {.lex_state = 49}, [1706] = {.lex_state = 0}, - [1707] = {.lex_state = 49}, - [1708] = {.lex_state = 49}, - [1709] = {.lex_state = 49}, + [1707] = {.lex_state = 0}, + [1708] = {.lex_state = 0}, + [1709] = {.lex_state = 0}, [1710] = {.lex_state = 0}, [1711] = {.lex_state = 0}, - [1712] = {.lex_state = 110}, - [1713] = {.lex_state = 41}, - [1714] = {.lex_state = 110}, - [1715] = {.lex_state = 0}, - [1716] = {.lex_state = 0}, + [1712] = {.lex_state = 28}, + [1713] = {.lex_state = 0}, + [1714] = {.lex_state = 0}, + [1715] = {.lex_state = 49}, + [1716] = {.lex_state = 41}, [1717] = {.lex_state = 0}, - [1718] = {.lex_state = 0}, - [1719] = {.lex_state = 49}, - [1720] = {.lex_state = 0}, - [1721] = {.lex_state = 28}, + [1718] = {.lex_state = 49}, + [1719] = {.lex_state = 41}, + [1720] = {.lex_state = 28}, + [1721] = {.lex_state = 0}, [1722] = {.lex_state = 49}, [1723] = {.lex_state = 49}, [1724] = {.lex_state = 0}, - [1725] = {.lex_state = 41}, - [1726] = {.lex_state = 28}, - [1727] = {.lex_state = 0}, + [1725] = {.lex_state = 0}, + [1726] = {.lex_state = 41}, + [1727] = {.lex_state = 49}, [1728] = {.lex_state = 41}, - [1729] = {.lex_state = 41}, - [1730] = {.lex_state = 110}, - [1731] = {.lex_state = 28}, + [1729] = {.lex_state = 49}, + [1730] = {.lex_state = 28}, + [1731] = {.lex_state = 41}, [1732] = {.lex_state = 41}, - [1733] = {.lex_state = 49}, - [1734] = {.lex_state = 110}, - [1735] = {.lex_state = 41}, - [1736] = {.lex_state = 28}, - [1737] = {.lex_state = 41}, - [1738] = {.lex_state = 41}, - [1739] = {.lex_state = 28}, - [1740] = {.lex_state = 49}, - [1741] = {.lex_state = 110}, + [1733] = {.lex_state = 41}, + [1734] = {.lex_state = 41}, + [1735] = {.lex_state = 28}, + [1736] = {.lex_state = 49}, + [1737] = {.lex_state = 0}, + [1738] = {.lex_state = 0}, + [1739] = {.lex_state = 41}, + [1740] = {.lex_state = 41}, + [1741] = {.lex_state = 41}, [1742] = {.lex_state = 0}, - [1743] = {.lex_state = 0}, - [1744] = {.lex_state = 0}, + [1743] = {.lex_state = 49}, + [1744] = {.lex_state = 49}, [1745] = {.lex_state = 0}, - [1746] = {.lex_state = 0}, - [1747] = {.lex_state = 49}, - [1748] = {.lex_state = 28}, + [1746] = {.lex_state = 41}, + [1747] = {.lex_state = 41}, + [1748] = {.lex_state = 49}, [1749] = {.lex_state = 0}, [1750] = {.lex_state = 0}, - [1751] = {.lex_state = 110}, - [1752] = {.lex_state = 0}, - [1753] = {.lex_state = 49}, - [1754] = {.lex_state = 110}, + [1751] = {.lex_state = 49}, + [1752] = {.lex_state = 49}, + [1753] = {.lex_state = 110}, + [1754] = {.lex_state = 41}, [1755] = {.lex_state = 0}, - [1756] = {.lex_state = 41}, - [1757] = {.lex_state = 110}, + [1756] = {.lex_state = 0}, + [1757] = {.lex_state = 49}, [1758] = {.lex_state = 41}, [1759] = {.lex_state = 49}, + [1760] = {.lex_state = 49}, + [1761] = {.lex_state = 49}, + [1762] = {.lex_state = 41}, + [1763] = {.lex_state = 0}, + [1764] = {.lex_state = 0}, + [1765] = {.lex_state = 0}, + [1766] = {.lex_state = 110}, + [1767] = {.lex_state = 28}, + [1768] = {.lex_state = 41}, + [1769] = {.lex_state = 28}, + [1770] = {.lex_state = 0}, + [1771] = {.lex_state = 0}, + [1772] = {.lex_state = 0}, + [1773] = {.lex_state = 0}, + [1774] = {.lex_state = 49}, + [1775] = {.lex_state = 0}, + [1776] = {.lex_state = 28}, + [1777] = {.lex_state = 0}, + [1778] = {.lex_state = 0}, + [1779] = {.lex_state = 0}, + [1780] = {.lex_state = 41}, + [1781] = {.lex_state = 110}, + [1782] = {.lex_state = 0}, + [1783] = {.lex_state = 110}, + [1784] = {.lex_state = 0}, + [1785] = {.lex_state = 110}, + [1786] = {.lex_state = 49}, + [1787] = {.lex_state = 110}, + [1788] = {.lex_state = 110}, + [1789] = {.lex_state = 41}, + [1790] = {.lex_state = 0}, + [1791] = {.lex_state = 49}, + [1792] = {.lex_state = 0}, + [1793] = {.lex_state = 0}, + [1794] = {.lex_state = 49}, + [1795] = {.lex_state = 110}, + [1796] = {.lex_state = 0}, + [1797] = {.lex_state = 49}, + [1798] = {.lex_state = 110}, + [1799] = {.lex_state = 0}, + [1800] = {.lex_state = 28}, + [1801] = {.lex_state = 0}, + [1802] = {.lex_state = 49}, + [1803] = {.lex_state = 49}, + [1804] = {.lex_state = 0}, + [1805] = {.lex_state = 0}, + [1806] = {.lex_state = 110}, + [1807] = {.lex_state = 110}, + [1808] = {.lex_state = 28}, + [1809] = {.lex_state = 110}, + [1810] = {.lex_state = 110}, + [1811] = {.lex_state = 0}, + [1812] = {.lex_state = 49}, + [1813] = {.lex_state = 110}, + [1814] = {.lex_state = 28}, + [1815] = {.lex_state = 49}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -14711,74 +14823,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [1] = { - [sym_translation_unit] = STATE(1658), - [sym_preproc_include] = STATE(52), - [sym_preproc_def] = STATE(52), - [sym_preproc_function_def] = STATE(52), - [sym_preproc_call] = STATE(52), - [sym_preproc_if] = STATE(52), - [sym_preproc_ifdef] = STATE(52), - [sym_function_definition] = STATE(52), - [sym__old_style_function_definition] = STATE(363), - [sym_declaration] = STATE(52), - [sym_type_definition] = STATE(52), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1172), - [sym_linkage_specification] = STATE(52), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(52), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(886), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(52), - [sym_labeled_statement] = STATE(52), - [sym__top_level_expression_statement] = STATE(52), - [sym_if_statement] = STATE(52), - [sym_switch_statement] = STATE(52), - [sym_case_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(1024), - [sym__expression_not_binary] = STATE(1027), - [sym_conditional_expression] = STATE(1027), - [sym_assignment_expression] = STATE(1027), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(1027), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(1027), - [sym_cast_expression] = STATE(1027), - [sym_sizeof_expression] = STATE(1027), - [sym_alignof_expression] = STATE(1027), - [sym_offsetof_expression] = STATE(1027), - [sym_generic_expression] = STATE(1027), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(1027), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(1027), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(1027), - [sym_concatenated_string] = STATE(1027), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(1027), - [sym__empty_declaration] = STATE(52), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_translation_unit_repeat1] = STATE(52), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_translation_unit] = STATE(1778), + [sym_preproc_include] = STATE(53), + [sym_preproc_def] = STATE(53), + [sym_preproc_function_def] = STATE(53), + [sym_preproc_call] = STATE(53), + [sym_preproc_if] = STATE(53), + [sym_preproc_ifdef] = STATE(53), + [sym_function_definition] = STATE(53), + [sym__old_style_function_definition] = STATE(399), + [sym_declaration] = STATE(53), + [sym_type_definition] = STATE(53), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1220), + [sym_linkage_specification] = STATE(53), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(702), + [sym_compound_statement] = STATE(53), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(923), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(53), + [sym_labeled_statement] = STATE(53), + [sym__top_level_expression_statement] = STATE(53), + [sym_if_statement] = STATE(53), + [sym_switch_statement] = STATE(53), + [sym_case_statement] = STATE(53), + [sym_while_statement] = STATE(53), + [sym_do_statement] = STATE(53), + [sym_for_statement] = STATE(53), + [sym_return_statement] = STATE(53), + [sym_break_statement] = STATE(53), + [sym_continue_statement] = STATE(53), + [sym_goto_statement] = STATE(53), + [sym__expression] = STATE(1067), + [sym__expression_not_binary] = STATE(1063), + [sym_conditional_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1063), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(1063), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(1063), + [sym_cast_expression] = STATE(1063), + [sym_sizeof_expression] = STATE(1063), + [sym_alignof_expression] = STATE(1063), + [sym_offsetof_expression] = STATE(1063), + [sym_generic_expression] = STATE(1063), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(1063), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(1063), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(1063), + [sym_concatenated_string] = STATE(1063), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(1063), + [sym__empty_declaration] = STATE(53), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_translation_unit_repeat1] = STATE(53), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), @@ -14873,76 +14985,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [2] = { - [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_preproc_else] = STATE(1602), - [sym_preproc_elif] = STATE(1602), - [sym_preproc_elifdef] = STATE(1602), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [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_preproc_else] = STATE(1719), + [sym_preproc_elif] = STATE(1719), + [sym_preproc_elifdef] = STATE(1719), + [sym_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), @@ -15042,76 +15155,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [3] = { - [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_preproc_else] = STATE(1729), - [sym_preproc_elif] = STATE(1729), - [sym_preproc_elifdef] = STATE(1729), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [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_preproc_else] = STATE(1650), + [sym_preproc_elif] = STATE(1650), + [sym_preproc_elifdef] = STATE(1650), + [sym_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), @@ -15211,76 +15325,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [4] = { - [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_preproc_else] = STATE(1598), - [sym_preproc_elif] = STATE(1598), - [sym_preproc_elifdef] = STATE(1598), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [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_preproc_else] = STATE(1728), + [sym_preproc_elif] = STATE(1728), + [sym_preproc_elifdef] = STATE(1728), + [sym_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), @@ -15380,76 +15495,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [5] = { - [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(1614), - [sym_preproc_elif] = STATE(1614), - [sym_preproc_elifdef] = STATE(1614), - [sym_function_definition] = STATE(4), - [sym_declaration] = STATE(4), - [sym_type_definition] = STATE(4), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(4), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(4), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(4), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(4), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [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(1646), + [sym_preproc_elif] = STATE(1646), + [sym_preproc_elifdef] = STATE(1646), + [sym_function_definition] = STATE(10), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(10), + [sym_type_definition] = STATE(10), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(10), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(10), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(10), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(10), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), @@ -15549,76 +15665,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [6] = { - [sym_preproc_include] = STATE(2), - [sym_preproc_def] = STATE(2), - [sym_preproc_function_def] = STATE(2), - [sym_preproc_call] = STATE(2), - [sym_preproc_if] = STATE(2), - [sym_preproc_ifdef] = STATE(2), - [sym_preproc_else] = STATE(1728), - [sym_preproc_elif] = STATE(1728), - [sym_preproc_elifdef] = STATE(1728), - [sym_function_definition] = STATE(2), - [sym_declaration] = STATE(2), - [sym_type_definition] = STATE(2), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(2), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(2), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(2), - [sym_labeled_statement] = STATE(2), - [sym_expression_statement] = STATE(2), - [sym_if_statement] = STATE(2), - [sym_switch_statement] = STATE(2), - [sym_case_statement] = STATE(2), - [sym_while_statement] = STATE(2), - [sym_do_statement] = STATE(2), - [sym_for_statement] = STATE(2), - [sym_return_statement] = STATE(2), - [sym_break_statement] = STATE(2), - [sym_continue_statement] = STATE(2), - [sym_goto_statement] = STATE(2), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(2), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(2), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [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(1591), + [sym_preproc_elif] = STATE(1591), + [sym_preproc_elifdef] = STATE(1591), + [sym_function_definition] = STATE(9), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(9), + [sym_type_definition] = STATE(9), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(9), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(9), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(9), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(9), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), @@ -15718,202 +15835,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [7] = { - [sym_preproc_include] = STATE(11), - [sym_preproc_def] = STATE(11), - [sym_preproc_function_def] = STATE(11), - [sym_preproc_call] = STATE(11), - [sym_preproc_if] = STATE(11), - [sym_preproc_ifdef] = STATE(11), - [sym_preproc_else] = STATE(1725), - [sym_preproc_elif] = STATE(1725), - [sym_preproc_elifdef] = STATE(1725), - [sym_function_definition] = STATE(11), - [sym_declaration] = STATE(11), - [sym_type_definition] = STATE(11), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(11), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(11), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(11), - [sym_labeled_statement] = STATE(11), - [sym_expression_statement] = STATE(11), - [sym_if_statement] = STATE(11), - [sym_switch_statement] = STATE(11), - [sym_case_statement] = STATE(11), - [sym_while_statement] = STATE(11), - [sym_do_statement] = STATE(11), - [sym_for_statement] = STATE(11), - [sym_return_statement] = STATE(11), - [sym_break_statement] = STATE(11), - [sym_continue_statement] = STATE(11), - [sym_goto_statement] = STATE(11), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(11), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(11), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(101), - [aux_sym_preproc_include_token1] = ACTIONS(103), - [aux_sym_preproc_def_token1] = ACTIONS(105), - [aux_sym_preproc_if_token1] = ACTIONS(107), - [aux_sym_preproc_if_token2] = ACTIONS(165), - [aux_sym_preproc_ifdef_token1] = ACTIONS(111), - [aux_sym_preproc_ifdef_token2] = ACTIONS(111), - [aux_sym_preproc_else_token1] = ACTIONS(113), - [aux_sym_preproc_elif_token1] = ACTIONS(115), - [aux_sym_preproc_elifdef_token1] = ACTIONS(117), - [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(119), - [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(121), - [anon_sym___extension__] = ACTIONS(123), - [anon_sym_typedef] = ACTIONS(125), - [anon_sym_extern] = ACTIONS(127), - [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(129), - [anon_sym_signed] = ACTIONS(43), - [anon_sym_unsigned] = ACTIONS(43), - [anon_sym_long] = ACTIONS(43), - [anon_sym_short] = ACTIONS(43), - [anon_sym_static] = ACTIONS(45), - [anon_sym_auto] = ACTIONS(45), - [anon_sym_register] = ACTIONS(45), - [anon_sym_inline] = ACTIONS(45), - [anon_sym___inline] = ACTIONS(45), - [anon_sym___inline__] = ACTIONS(45), - [anon_sym___forceinline] = ACTIONS(45), - [anon_sym_thread_local] = ACTIONS(45), - [anon_sym___thread] = ACTIONS(45), - [anon_sym_const] = ACTIONS(47), - [anon_sym_constexpr] = ACTIONS(47), - [anon_sym_volatile] = ACTIONS(47), - [anon_sym_restrict] = ACTIONS(47), - [anon_sym___restrict__] = ACTIONS(47), - [anon_sym__Atomic] = ACTIONS(47), - [anon_sym__Noreturn] = ACTIONS(47), - [anon_sym_noreturn] = 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(131), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(135), - [anon_sym_default] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(141), - [anon_sym_for] = ACTIONS(143), - [anon_sym_return] = ACTIONS(145), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(149), - [anon_sym_goto] = ACTIONS(151), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [8] = { [sym_preproc_include] = STATE(3), [sym_preproc_def] = STATE(3), [sym_preproc_function_def] = STATE(3), [sym_preproc_call] = STATE(3), [sym_preproc_if] = STATE(3), [sym_preproc_ifdef] = STATE(3), - [sym_preproc_else] = STATE(1756), - [sym_preproc_elif] = STATE(1756), - [sym_preproc_elifdef] = STATE(1756), + [sym_preproc_else] = STATE(1661), + [sym_preproc_elif] = STATE(1661), + [sym_preproc_elifdef] = STATE(1661), [sym_function_definition] = STATE(3), + [sym__old_style_function_definition] = STATE(139), [sym_declaration] = STATE(3), [sym_type_definition] = STATE(3), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), [sym_linkage_specification] = STATE(3), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), [sym_compound_statement] = STATE(3), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(3), [sym_labeled_statement] = STATE(3), [sym_expression_statement] = STATE(3), @@ -15927,41 +15876,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(3), [sym_continue_statement] = STATE(3), [sym_goto_statement] = STATE(3), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(3), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(3), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), [aux_sym_preproc_if_token1] = ACTIONS(107), - [aux_sym_preproc_if_token2] = ACTIONS(167), + [aux_sym_preproc_if_token2] = ACTIONS(165), [aux_sym_preproc_ifdef_token1] = ACTIONS(111), [aux_sym_preproc_ifdef_token2] = ACTIONS(111), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -16055,82 +16004,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [9] = { - [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_preproc_else] = STATE(1553), - [sym_preproc_elif] = STATE(1553), - [sym_preproc_elifdef] = STATE(1553), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [8] = { + [sym_preproc_include] = STATE(2), + [sym_preproc_def] = STATE(2), + [sym_preproc_function_def] = STATE(2), + [sym_preproc_call] = STATE(2), + [sym_preproc_if] = STATE(2), + [sym_preproc_ifdef] = STATE(2), + [sym_preproc_else] = STATE(1633), + [sym_preproc_elif] = STATE(1633), + [sym_preproc_elifdef] = STATE(1633), + [sym_function_definition] = STATE(2), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(2), + [sym_type_definition] = STATE(2), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(2), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(2), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(2), + [sym_labeled_statement] = STATE(2), + [sym_expression_statement] = STATE(2), + [sym_if_statement] = STATE(2), + [sym_switch_statement] = STATE(2), + [sym_case_statement] = STATE(2), + [sym_while_statement] = STATE(2), + [sym_do_statement] = STATE(2), + [sym_for_statement] = STATE(2), + [sym_return_statement] = STATE(2), + [sym_break_statement] = STATE(2), + [sym_continue_statement] = STATE(2), + [sym_goto_statement] = STATE(2), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(2), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(2), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), [aux_sym_preproc_if_token1] = ACTIONS(107), - [aux_sym_preproc_if_token2] = ACTIONS(169), + [aux_sym_preproc_if_token2] = ACTIONS(167), [aux_sym_preproc_ifdef_token1] = ACTIONS(111), [aux_sym_preproc_ifdef_token2] = ACTIONS(111), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -16224,82 +16174,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [10] = { - [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(1547), - [sym_preproc_elif] = STATE(1547), - [sym_preproc_elifdef] = STATE(1547), - [sym_function_definition] = STATE(9), - [sym_declaration] = STATE(9), - [sym_type_definition] = STATE(9), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(9), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(9), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(9), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(9), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [9] = { + [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_preproc_else] = STATE(1600), + [sym_preproc_elif] = STATE(1600), + [sym_preproc_elifdef] = STATE(1600), + [sym_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), [aux_sym_preproc_if_token1] = ACTIONS(107), - [aux_sym_preproc_if_token2] = ACTIONS(171), + [aux_sym_preproc_if_token2] = ACTIONS(169), [aux_sym_preproc_ifdef_token1] = ACTIONS(111), [aux_sym_preproc_ifdef_token2] = ACTIONS(111), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -16393,82 +16344,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [11] = { - [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_preproc_else] = STATE(1649), - [sym_preproc_elif] = STATE(1649), - [sym_preproc_elifdef] = STATE(1649), - [sym_function_definition] = STATE(25), - [sym_declaration] = STATE(25), - [sym_type_definition] = STATE(25), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [10] = { + [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_preproc_else] = STATE(1699), + [sym_preproc_elif] = STATE(1699), + [sym_preproc_elifdef] = STATE(1699), + [sym_function_definition] = STATE(26), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(101), [aux_sym_preproc_include_token1] = ACTIONS(103), [aux_sym_preproc_def_token1] = ACTIONS(105), [aux_sym_preproc_if_token1] = ACTIONS(107), - [aux_sym_preproc_if_token2] = ACTIONS(173), + [aux_sym_preproc_if_token2] = ACTIONS(171), [aux_sym_preproc_ifdef_token1] = ACTIONS(111), [aux_sym_preproc_ifdef_token2] = ACTIONS(111), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -16562,86 +16514,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [12] = { - [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(1551), - [sym_preproc_elif] = STATE(1551), - [sym_function_definition] = STATE(15), - [sym_declaration] = STATE(15), - [sym_type_definition] = STATE(15), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(15), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(15), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(15), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(15), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(175), - [aux_sym_preproc_include_token1] = ACTIONS(177), - [aux_sym_preproc_def_token1] = ACTIONS(179), - [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(183), - [aux_sym_preproc_ifdef_token1] = ACTIONS(185), - [aux_sym_preproc_ifdef_token2] = ACTIONS(185), + [11] = { + [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(1762), + [sym_preproc_elif] = STATE(1762), + [sym_preproc_elifdef] = STATE(1762), + [sym_function_definition] = STATE(4), + [sym__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(4), + [sym_type_definition] = STATE(4), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(4), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(4), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(4), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(4), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(101), + [aux_sym_preproc_include_token1] = ACTIONS(103), + [aux_sym_preproc_def_token1] = ACTIONS(105), + [aux_sym_preproc_if_token1] = ACTIONS(107), + [aux_sym_preproc_if_token2] = ACTIONS(173), + [aux_sym_preproc_ifdef_token1] = ACTIONS(111), + [aux_sym_preproc_ifdef_token2] = ACTIONS(111), [aux_sym_preproc_else_token1] = ACTIONS(113), [aux_sym_preproc_elif_token1] = ACTIONS(115), - [sym_preproc_directive] = ACTIONS(187), + [aux_sym_preproc_elifdef_token1] = ACTIONS(117), + [aux_sym_preproc_elifdef_token2] = ACTIONS(117), + [sym_preproc_directive] = ACTIONS(119), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -16649,10 +16605,10 @@ 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(189), - [anon_sym___extension__] = ACTIONS(191), - [anon_sym_typedef] = ACTIONS(193), - [anon_sym_extern] = ACTIONS(195), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym___extension__] = ACTIONS(123), + [anon_sym_typedef] = ACTIONS(125), + [anon_sym_extern] = ACTIONS(127), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -16662,7 +16618,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(197), + [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -16688,17 +16644,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(199), - [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(203), - [anon_sym_default] = ACTIONS(205), - [anon_sym_while] = ACTIONS(207), - [anon_sym_do] = ACTIONS(209), - [anon_sym_for] = ACTIONS(211), - [anon_sym_return] = ACTIONS(213), - [anon_sym_break] = ACTIONS(215), - [anon_sym_continue] = ACTIONS(217), - [anon_sym_goto] = ACTIONS(219), + [anon_sym_if] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(135), + [anon_sym_default] = ACTIONS(137), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(141), + [anon_sym_for] = ACTIONS(143), + [anon_sym_return] = ACTIONS(145), + [anon_sym_break] = ACTIONS(147), + [anon_sym_continue] = ACTIONS(149), + [anon_sym_goto] = ACTIONS(151), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -16728,81 +16684,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [13] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1538), - [sym_preproc_elif] = STATE(1538), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [12] = { + [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_preproc_else] = STATE(1598), + [sym_preproc_elif] = STATE(1598), + [sym_function_definition] = STATE(22), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(22), + [sym_type_definition] = STATE(22), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(22), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(22), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(22), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(22), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(221), + [aux_sym_preproc_if_token2] = ACTIONS(183), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -16894,81 +16851,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [14] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1552), - [sym_preproc_elif] = STATE(1552), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [13] = { + [sym_preproc_include] = STATE(24), + [sym_preproc_def] = STATE(24), + [sym_preproc_function_def] = STATE(24), + [sym_preproc_call] = STATE(24), + [sym_preproc_if] = STATE(24), + [sym_preproc_ifdef] = STATE(24), + [sym_preproc_else] = STATE(1651), + [sym_preproc_elif] = STATE(1651), + [sym_function_definition] = STATE(24), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(24), + [sym_type_definition] = STATE(24), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(24), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(24), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(24), + [sym_labeled_statement] = STATE(24), + [sym_expression_statement] = STATE(24), + [sym_if_statement] = STATE(24), + [sym_switch_statement] = STATE(24), + [sym_case_statement] = STATE(24), + [sym_while_statement] = STATE(24), + [sym_do_statement] = STATE(24), + [sym_for_statement] = STATE(24), + [sym_return_statement] = STATE(24), + [sym_break_statement] = STATE(24), + [sym_continue_statement] = STATE(24), + [sym_goto_statement] = STATE(24), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(24), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(24), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(223), + [aux_sym_preproc_if_token2] = ACTIONS(221), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -17060,81 +17018,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [15] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1558), - [sym_preproc_elif] = STATE(1558), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [14] = { + [sym_preproc_include] = STATE(18), + [sym_preproc_def] = STATE(18), + [sym_preproc_function_def] = STATE(18), + [sym_preproc_call] = STATE(18), + [sym_preproc_if] = STATE(18), + [sym_preproc_ifdef] = STATE(18), + [sym_preproc_else] = STATE(1716), + [sym_preproc_elif] = STATE(1716), + [sym_function_definition] = STATE(18), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(18), + [sym_type_definition] = STATE(18), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(18), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(18), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(18), + [sym_labeled_statement] = STATE(18), + [sym_expression_statement] = STATE(18), + [sym_if_statement] = STATE(18), + [sym_switch_statement] = STATE(18), + [sym_case_statement] = STATE(18), + [sym_while_statement] = STATE(18), + [sym_do_statement] = STATE(18), + [sym_for_statement] = STATE(18), + [sym_return_statement] = STATE(18), + [sym_break_statement] = STATE(18), + [sym_continue_statement] = STATE(18), + [sym_goto_statement] = STATE(18), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(18), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(18), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(225), + [aux_sym_preproc_if_token2] = ACTIONS(223), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -17226,81 +17185,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [16] = { - [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(1650), - [sym_preproc_elif] = STATE(1650), - [sym_function_definition] = STATE(13), - [sym_declaration] = STATE(13), - [sym_type_definition] = STATE(13), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(13), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(13), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(13), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(13), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [15] = { + [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(1732), + [sym_preproc_elif] = STATE(1732), + [sym_function_definition] = STATE(19), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(19), + [sym_type_definition] = STATE(19), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(19), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(19), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(19), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(19), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(227), + [aux_sym_preproc_if_token2] = ACTIONS(225), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -17392,81 +17352,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [17] = { - [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_preproc_else] = STATE(1738), - [sym_preproc_elif] = STATE(1738), - [sym_function_definition] = STATE(23), - [sym_declaration] = STATE(23), - [sym_type_definition] = STATE(23), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(23), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(23), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(23), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(23), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [16] = { + [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(1575), + [sym_preproc_elif] = STATE(1575), + [sym_function_definition] = STATE(17), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(17), + [sym_type_definition] = STATE(17), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(17), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(17), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(17), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(17), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(229), + [aux_sym_preproc_if_token2] = ACTIONS(227), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -17558,81 +17519,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [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(1604), - [sym_preproc_elif] = STATE(1604), - [sym_function_definition] = STATE(14), - [sym_declaration] = STATE(14), - [sym_type_definition] = STATE(14), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(14), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(14), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(14), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(14), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [17] = { + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1734), + [sym_preproc_elif] = STATE(1734), + [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(231), + [aux_sym_preproc_if_token2] = ACTIONS(229), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -17724,33 +17686,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [19] = { + [18] = { [sym_preproc_include] = STATE(27), [sym_preproc_def] = STATE(27), [sym_preproc_function_def] = STATE(27), [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1581), - [sym_preproc_elif] = STATE(1581), + [sym_preproc_else] = STATE(1726), + [sym_preproc_elif] = STATE(1726), [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -17764,41 +17727,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(233), + [aux_sym_preproc_if_token2] = ACTIONS(231), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -17890,33 +17853,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [20] = { + [19] = { [sym_preproc_include] = STATE(27), [sym_preproc_def] = STATE(27), [sym_preproc_function_def] = STATE(27), [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1735), - [sym_preproc_elif] = STATE(1735), + [sym_preproc_else] = STATE(1700), + [sym_preproc_elif] = STATE(1700), [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -17930,41 +17894,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(235), + [aux_sym_preproc_if_token2] = ACTIONS(233), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -18056,81 +18020,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [21] = { - [sym_preproc_include] = STATE(24), - [sym_preproc_def] = STATE(24), - [sym_preproc_function_def] = STATE(24), - [sym_preproc_call] = STATE(24), - [sym_preproc_if] = STATE(24), - [sym_preproc_ifdef] = STATE(24), - [sym_preproc_else] = STATE(1732), - [sym_preproc_elif] = STATE(1732), - [sym_function_definition] = STATE(24), - [sym_declaration] = STATE(24), - [sym_type_definition] = STATE(24), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(24), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(24), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(24), - [sym_labeled_statement] = STATE(24), - [sym_expression_statement] = STATE(24), - [sym_if_statement] = STATE(24), - [sym_switch_statement] = STATE(24), - [sym_case_statement] = STATE(24), - [sym_while_statement] = STATE(24), - [sym_do_statement] = STATE(24), - [sym_for_statement] = STATE(24), - [sym_return_statement] = STATE(24), - [sym_break_statement] = STATE(24), - [sym_continue_statement] = STATE(24), - [sym_goto_statement] = STATE(24), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(24), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(24), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [20] = { + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1758), + [sym_preproc_elif] = STATE(1758), + [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(237), + [aux_sym_preproc_if_token2] = ACTIONS(235), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -18222,81 +18187,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [22] = { - [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(1556), - [sym_preproc_elif] = STATE(1556), - [sym_function_definition] = STATE(20), - [sym_declaration] = STATE(20), - [sym_type_definition] = STATE(20), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(20), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(20), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(20), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(20), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [21] = { + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1654), + [sym_preproc_elif] = STATE(1654), + [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(239), + [aux_sym_preproc_if_token2] = ACTIONS(237), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -18388,33 +18354,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [23] = { + [22] = { [sym_preproc_include] = STATE(27), [sym_preproc_def] = STATE(27), [sym_preproc_function_def] = STATE(27), [sym_preproc_call] = STATE(27), [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1713), - [sym_preproc_elif] = STATE(1713), + [sym_preproc_else] = STATE(1605), + [sym_preproc_elif] = STATE(1605), [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -18428,41 +18395,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(241), + [aux_sym_preproc_if_token2] = ACTIONS(239), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -18554,81 +18521,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [24] = { - [sym_preproc_include] = STATE(27), - [sym_preproc_def] = STATE(27), - [sym_preproc_function_def] = STATE(27), - [sym_preproc_call] = STATE(27), - [sym_preproc_if] = STATE(27), - [sym_preproc_ifdef] = STATE(27), - [sym_preproc_else] = STATE(1737), - [sym_preproc_elif] = STATE(1737), - [sym_function_definition] = STATE(27), - [sym_declaration] = STATE(27), - [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(27), - [sym_labeled_statement] = STATE(27), - [sym_expression_statement] = STATE(27), - [sym_if_statement] = STATE(27), - [sym_switch_statement] = STATE(27), - [sym_case_statement] = STATE(27), - [sym_while_statement] = STATE(27), - [sym_do_statement] = STATE(27), - [sym_for_statement] = STATE(27), - [sym_return_statement] = STATE(27), - [sym_break_statement] = STATE(27), - [sym_continue_statement] = STATE(27), - [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [23] = { + [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(1733), + [sym_preproc_elif] = STATE(1733), + [sym_function_definition] = STATE(20), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(20), + [sym_type_definition] = STATE(20), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(20), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(20), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(20), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(20), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(243), + [aux_sym_preproc_if_token2] = ACTIONS(241), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -18720,247 +18688,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [25] = { - [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(663), - [sym__declaration_specifiers] = STATE(1177), - [sym_linkage_specification] = STATE(25), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(657), - [sym_compound_statement] = STATE(25), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(881), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(25), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(25), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(245), - [aux_sym_preproc_include_token1] = ACTIONS(248), - [aux_sym_preproc_def_token1] = ACTIONS(251), - [aux_sym_preproc_if_token1] = ACTIONS(254), - [aux_sym_preproc_if_token2] = ACTIONS(257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(259), - [aux_sym_preproc_ifdef_token2] = ACTIONS(259), - [aux_sym_preproc_else_token1] = ACTIONS(257), - [aux_sym_preproc_elif_token1] = ACTIONS(257), - [aux_sym_preproc_elifdef_token1] = ACTIONS(257), - [aux_sym_preproc_elifdef_token2] = ACTIONS(257), - [sym_preproc_directive] = ACTIONS(262), - [anon_sym_LPAREN2] = ACTIONS(265), - [anon_sym_BANG] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(268), - [anon_sym_DASH] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(271), - [anon_sym_STAR] = ACTIONS(274), - [anon_sym_AMP] = ACTIONS(274), - [anon_sym_SEMI] = ACTIONS(277), - [anon_sym___extension__] = ACTIONS(280), - [anon_sym_typedef] = ACTIONS(283), - [anon_sym_extern] = ACTIONS(286), - [anon_sym___attribute__] = ACTIONS(289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(292), - [anon_sym___declspec] = ACTIONS(295), - [anon_sym___cdecl] = ACTIONS(298), - [anon_sym___clrcall] = ACTIONS(298), - [anon_sym___stdcall] = ACTIONS(298), - [anon_sym___fastcall] = ACTIONS(298), - [anon_sym___thiscall] = ACTIONS(298), - [anon_sym___vectorcall] = ACTIONS(298), - [anon_sym_LBRACE] = ACTIONS(301), - [anon_sym_signed] = ACTIONS(304), - [anon_sym_unsigned] = ACTIONS(304), - [anon_sym_long] = ACTIONS(304), - [anon_sym_short] = ACTIONS(304), - [anon_sym_static] = ACTIONS(307), - [anon_sym_auto] = ACTIONS(307), - [anon_sym_register] = ACTIONS(307), - [anon_sym_inline] = ACTIONS(307), - [anon_sym___inline] = ACTIONS(307), - [anon_sym___inline__] = ACTIONS(307), - [anon_sym___forceinline] = ACTIONS(307), - [anon_sym_thread_local] = ACTIONS(307), - [anon_sym___thread] = ACTIONS(307), - [anon_sym_const] = ACTIONS(310), - [anon_sym_constexpr] = ACTIONS(310), - [anon_sym_volatile] = ACTIONS(310), - [anon_sym_restrict] = ACTIONS(310), - [anon_sym___restrict__] = ACTIONS(310), - [anon_sym__Atomic] = ACTIONS(310), - [anon_sym__Noreturn] = ACTIONS(310), - [anon_sym_noreturn] = ACTIONS(310), - [sym_primitive_type] = ACTIONS(313), - [anon_sym_enum] = ACTIONS(316), - [anon_sym_struct] = ACTIONS(319), - [anon_sym_union] = ACTIONS(322), - [anon_sym_if] = ACTIONS(325), - [anon_sym_switch] = ACTIONS(328), - [anon_sym_case] = ACTIONS(331), - [anon_sym_default] = ACTIONS(334), - [anon_sym_while] = ACTIONS(337), - [anon_sym_do] = ACTIONS(340), - [anon_sym_for] = ACTIONS(343), - [anon_sym_return] = ACTIONS(346), - [anon_sym_break] = ACTIONS(349), - [anon_sym_continue] = ACTIONS(352), - [anon_sym_goto] = ACTIONS(355), - [anon_sym_DASH_DASH] = ACTIONS(358), - [anon_sym_PLUS_PLUS] = ACTIONS(358), - [anon_sym_sizeof] = ACTIONS(361), - [anon_sym___alignof__] = ACTIONS(364), - [anon_sym___alignof] = ACTIONS(364), - [anon_sym__alignof] = ACTIONS(364), - [anon_sym_alignof] = ACTIONS(364), - [anon_sym__Alignof] = ACTIONS(364), - [anon_sym_offsetof] = ACTIONS(367), - [anon_sym__Generic] = ACTIONS(370), - [anon_sym_asm] = ACTIONS(373), - [anon_sym___asm__] = ACTIONS(373), - [sym_number_literal] = ACTIONS(376), - [anon_sym_L_SQUOTE] = ACTIONS(379), - [anon_sym_u_SQUOTE] = ACTIONS(379), - [anon_sym_U_SQUOTE] = ACTIONS(379), - [anon_sym_u8_SQUOTE] = ACTIONS(379), - [anon_sym_SQUOTE] = ACTIONS(379), - [anon_sym_L_DQUOTE] = ACTIONS(382), - [anon_sym_u_DQUOTE] = ACTIONS(382), - [anon_sym_U_DQUOTE] = ACTIONS(382), - [anon_sym_u8_DQUOTE] = ACTIONS(382), - [anon_sym_DQUOTE] = ACTIONS(382), - [sym_true] = ACTIONS(385), - [sym_false] = ACTIONS(385), - [anon_sym_NULL] = ACTIONS(388), - [anon_sym_nullptr] = ACTIONS(388), - [sym_comment] = ACTIONS(3), - }, - [26] = { - [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(1600), - [sym_preproc_elif] = STATE(1600), - [sym_function_definition] = STATE(19), - [sym_declaration] = STATE(19), - [sym_type_definition] = STATE(19), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), - [sym_linkage_specification] = STATE(19), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), - [sym_compound_statement] = STATE(19), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(19), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(19), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [24] = { + [sym_preproc_include] = STATE(27), + [sym_preproc_def] = STATE(27), + [sym_preproc_function_def] = STATE(27), + [sym_preproc_call] = STATE(27), + [sym_preproc_if] = STATE(27), + [sym_preproc_ifdef] = STATE(27), + [sym_preproc_else] = STATE(1642), + [sym_preproc_elif] = STATE(1642), + [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(27), + [sym_type_definition] = STATE(27), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(27), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(27), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(27), + [sym_labeled_statement] = STATE(27), + [sym_expression_statement] = STATE(27), + [sym_if_statement] = STATE(27), + [sym_switch_statement] = STATE(27), + [sym_case_statement] = STATE(27), + [sym_while_statement] = STATE(27), + [sym_do_statement] = STATE(27), + [sym_for_statement] = STATE(27), + [sym_return_statement] = STATE(27), + [sym_break_statement] = STATE(27), + [sym_continue_statement] = STATE(27), + [sym_goto_statement] = STATE(27), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(27), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(27), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(175), [aux_sym_preproc_include_token1] = ACTIONS(177), [aux_sym_preproc_def_token1] = ACTIONS(179), [aux_sym_preproc_if_token1] = ACTIONS(181), - [aux_sym_preproc_if_token2] = ACTIONS(391), + [aux_sym_preproc_if_token2] = ACTIONS(243), [aux_sym_preproc_ifdef_token1] = ACTIONS(185), [aux_sym_preproc_ifdef_token2] = ACTIONS(185), [aux_sym_preproc_else_token1] = ACTIONS(113), @@ -19052,6 +18855,340 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [25] = { + [sym_preproc_include] = STATE(21), + [sym_preproc_def] = STATE(21), + [sym_preproc_function_def] = STATE(21), + [sym_preproc_call] = STATE(21), + [sym_preproc_if] = STATE(21), + [sym_preproc_ifdef] = STATE(21), + [sym_preproc_else] = STATE(1754), + [sym_preproc_elif] = STATE(1754), + [sym_function_definition] = STATE(21), + [sym__old_style_function_definition] = STATE(193), + [sym_declaration] = STATE(21), + [sym_type_definition] = STATE(21), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), + [sym_linkage_specification] = STATE(21), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), + [sym_compound_statement] = STATE(21), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(21), + [sym_labeled_statement] = STATE(21), + [sym_expression_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_switch_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_while_statement] = STATE(21), + [sym_do_statement] = STATE(21), + [sym_for_statement] = STATE(21), + [sym_return_statement] = STATE(21), + [sym_break_statement] = STATE(21), + [sym_continue_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(21), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(21), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(175), + [aux_sym_preproc_include_token1] = ACTIONS(177), + [aux_sym_preproc_def_token1] = ACTIONS(179), + [aux_sym_preproc_if_token1] = ACTIONS(181), + [aux_sym_preproc_if_token2] = ACTIONS(245), + [aux_sym_preproc_ifdef_token1] = ACTIONS(185), + [aux_sym_preproc_ifdef_token2] = ACTIONS(185), + [aux_sym_preproc_else_token1] = ACTIONS(113), + [aux_sym_preproc_elif_token1] = ACTIONS(115), + [sym_preproc_directive] = ACTIONS(187), + [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(189), + [anon_sym___extension__] = ACTIONS(191), + [anon_sym_typedef] = ACTIONS(193), + [anon_sym_extern] = ACTIONS(195), + [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(197), + [anon_sym_signed] = ACTIONS(43), + [anon_sym_unsigned] = ACTIONS(43), + [anon_sym_long] = ACTIONS(43), + [anon_sym_short] = ACTIONS(43), + [anon_sym_static] = ACTIONS(45), + [anon_sym_auto] = ACTIONS(45), + [anon_sym_register] = ACTIONS(45), + [anon_sym_inline] = ACTIONS(45), + [anon_sym___inline] = ACTIONS(45), + [anon_sym___inline__] = ACTIONS(45), + [anon_sym___forceinline] = ACTIONS(45), + [anon_sym_thread_local] = ACTIONS(45), + [anon_sym___thread] = ACTIONS(45), + [anon_sym_const] = ACTIONS(47), + [anon_sym_constexpr] = ACTIONS(47), + [anon_sym_volatile] = ACTIONS(47), + [anon_sym_restrict] = ACTIONS(47), + [anon_sym___restrict__] = ACTIONS(47), + [anon_sym__Atomic] = ACTIONS(47), + [anon_sym__Noreturn] = ACTIONS(47), + [anon_sym_noreturn] = 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(199), + [anon_sym_switch] = ACTIONS(201), + [anon_sym_case] = ACTIONS(203), + [anon_sym_default] = ACTIONS(205), + [anon_sym_while] = ACTIONS(207), + [anon_sym_do] = ACTIONS(209), + [anon_sym_for] = ACTIONS(211), + [anon_sym_return] = ACTIONS(213), + [anon_sym_break] = ACTIONS(215), + [anon_sym_continue] = ACTIONS(217), + [anon_sym_goto] = ACTIONS(219), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [26] = { + [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__old_style_function_definition] = STATE(139), + [sym_declaration] = STATE(26), + [sym_type_definition] = STATE(26), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1217), + [sym_linkage_specification] = STATE(26), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(695), + [sym_compound_statement] = STATE(26), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(924), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(26), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(26), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(247), + [aux_sym_preproc_include_token1] = ACTIONS(250), + [aux_sym_preproc_def_token1] = ACTIONS(253), + [aux_sym_preproc_if_token1] = ACTIONS(256), + [aux_sym_preproc_if_token2] = ACTIONS(259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(261), + [aux_sym_preproc_ifdef_token2] = ACTIONS(261), + [aux_sym_preproc_else_token1] = ACTIONS(259), + [aux_sym_preproc_elif_token1] = ACTIONS(259), + [aux_sym_preproc_elifdef_token1] = ACTIONS(259), + [aux_sym_preproc_elifdef_token2] = ACTIONS(259), + [sym_preproc_directive] = ACTIONS(264), + [anon_sym_LPAREN2] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(270), + [anon_sym_TILDE] = ACTIONS(270), + [anon_sym_DASH] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(273), + [anon_sym_STAR] = ACTIONS(276), + [anon_sym_AMP] = ACTIONS(276), + [anon_sym_SEMI] = ACTIONS(279), + [anon_sym___extension__] = ACTIONS(282), + [anon_sym_typedef] = ACTIONS(285), + [anon_sym_extern] = ACTIONS(288), + [anon_sym___attribute__] = ACTIONS(291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(294), + [anon_sym___declspec] = ACTIONS(297), + [anon_sym___cdecl] = ACTIONS(300), + [anon_sym___clrcall] = ACTIONS(300), + [anon_sym___stdcall] = ACTIONS(300), + [anon_sym___fastcall] = ACTIONS(300), + [anon_sym___thiscall] = ACTIONS(300), + [anon_sym___vectorcall] = ACTIONS(300), + [anon_sym_LBRACE] = ACTIONS(303), + [anon_sym_signed] = ACTIONS(306), + [anon_sym_unsigned] = ACTIONS(306), + [anon_sym_long] = ACTIONS(306), + [anon_sym_short] = ACTIONS(306), + [anon_sym_static] = ACTIONS(309), + [anon_sym_auto] = ACTIONS(309), + [anon_sym_register] = ACTIONS(309), + [anon_sym_inline] = ACTIONS(309), + [anon_sym___inline] = ACTIONS(309), + [anon_sym___inline__] = ACTIONS(309), + [anon_sym___forceinline] = ACTIONS(309), + [anon_sym_thread_local] = ACTIONS(309), + [anon_sym___thread] = ACTIONS(309), + [anon_sym_const] = ACTIONS(312), + [anon_sym_constexpr] = ACTIONS(312), + [anon_sym_volatile] = ACTIONS(312), + [anon_sym_restrict] = ACTIONS(312), + [anon_sym___restrict__] = ACTIONS(312), + [anon_sym__Atomic] = ACTIONS(312), + [anon_sym__Noreturn] = ACTIONS(312), + [anon_sym_noreturn] = ACTIONS(312), + [sym_primitive_type] = ACTIONS(315), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(321), + [anon_sym_union] = ACTIONS(324), + [anon_sym_if] = ACTIONS(327), + [anon_sym_switch] = ACTIONS(330), + [anon_sym_case] = ACTIONS(333), + [anon_sym_default] = ACTIONS(336), + [anon_sym_while] = ACTIONS(339), + [anon_sym_do] = ACTIONS(342), + [anon_sym_for] = ACTIONS(345), + [anon_sym_return] = ACTIONS(348), + [anon_sym_break] = ACTIONS(351), + [anon_sym_continue] = ACTIONS(354), + [anon_sym_goto] = ACTIONS(357), + [anon_sym_DASH_DASH] = ACTIONS(360), + [anon_sym_PLUS_PLUS] = ACTIONS(360), + [anon_sym_sizeof] = ACTIONS(363), + [anon_sym___alignof__] = ACTIONS(366), + [anon_sym___alignof] = ACTIONS(366), + [anon_sym__alignof] = ACTIONS(366), + [anon_sym_alignof] = ACTIONS(366), + [anon_sym__Alignof] = ACTIONS(366), + [anon_sym_offsetof] = ACTIONS(369), + [anon_sym__Generic] = ACTIONS(372), + [anon_sym_asm] = ACTIONS(375), + [anon_sym___asm__] = ACTIONS(375), + [sym_number_literal] = ACTIONS(378), + [anon_sym_L_SQUOTE] = ACTIONS(381), + [anon_sym_u_SQUOTE] = ACTIONS(381), + [anon_sym_U_SQUOTE] = ACTIONS(381), + [anon_sym_u8_SQUOTE] = ACTIONS(381), + [anon_sym_SQUOTE] = ACTIONS(381), + [anon_sym_L_DQUOTE] = ACTIONS(384), + [anon_sym_u_DQUOTE] = ACTIONS(384), + [anon_sym_U_DQUOTE] = ACTIONS(384), + [anon_sym_u8_DQUOTE] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_true] = ACTIONS(387), + [sym_false] = ACTIONS(387), + [anon_sym_NULL] = ACTIONS(390), + [anon_sym_nullptr] = ACTIONS(390), + [sym_comment] = ACTIONS(3), + }, [27] = { [sym_preproc_include] = STATE(27), [sym_preproc_def] = STATE(27), @@ -19060,23 +19197,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(27), [sym_preproc_ifdef] = STATE(27), [sym_function_definition] = STATE(27), + [sym__old_style_function_definition] = STATE(193), [sym_declaration] = STATE(27), [sym_type_definition] = STATE(27), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1175), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1219), [sym_linkage_specification] = STATE(27), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(661), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(700), [sym_compound_statement] = STATE(27), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(885), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(921), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(27), [sym_labeled_statement] = STATE(27), [sym_expression_statement] = STATE(27), @@ -19090,92 +19228,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(27), [sym_continue_statement] = STATE(27), [sym_goto_statement] = STATE(27), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(27), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(27), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(393), [aux_sym_preproc_include_token1] = ACTIONS(396), [aux_sym_preproc_def_token1] = ACTIONS(399), [aux_sym_preproc_if_token1] = ACTIONS(402), - [aux_sym_preproc_if_token2] = ACTIONS(257), + [aux_sym_preproc_if_token2] = ACTIONS(259), [aux_sym_preproc_ifdef_token1] = ACTIONS(405), [aux_sym_preproc_ifdef_token2] = ACTIONS(405), - [aux_sym_preproc_else_token1] = ACTIONS(257), - [aux_sym_preproc_elif_token1] = ACTIONS(257), + [aux_sym_preproc_else_token1] = ACTIONS(259), + [aux_sym_preproc_elif_token1] = ACTIONS(259), [sym_preproc_directive] = ACTIONS(408), - [anon_sym_LPAREN2] = ACTIONS(265), - [anon_sym_BANG] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(268), - [anon_sym_DASH] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(271), - [anon_sym_STAR] = ACTIONS(274), - [anon_sym_AMP] = ACTIONS(274), + [anon_sym_LPAREN2] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(270), + [anon_sym_TILDE] = ACTIONS(270), + [anon_sym_DASH] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(273), + [anon_sym_STAR] = ACTIONS(276), + [anon_sym_AMP] = ACTIONS(276), [anon_sym_SEMI] = ACTIONS(411), [anon_sym___extension__] = ACTIONS(414), [anon_sym_typedef] = ACTIONS(417), [anon_sym_extern] = ACTIONS(420), - [anon_sym___attribute__] = ACTIONS(289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(292), - [anon_sym___declspec] = ACTIONS(295), - [anon_sym___cdecl] = ACTIONS(298), - [anon_sym___clrcall] = ACTIONS(298), - [anon_sym___stdcall] = ACTIONS(298), - [anon_sym___fastcall] = ACTIONS(298), - [anon_sym___thiscall] = ACTIONS(298), - [anon_sym___vectorcall] = ACTIONS(298), + [anon_sym___attribute__] = ACTIONS(291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(294), + [anon_sym___declspec] = ACTIONS(297), + [anon_sym___cdecl] = ACTIONS(300), + [anon_sym___clrcall] = ACTIONS(300), + [anon_sym___stdcall] = ACTIONS(300), + [anon_sym___fastcall] = ACTIONS(300), + [anon_sym___thiscall] = ACTIONS(300), + [anon_sym___vectorcall] = ACTIONS(300), [anon_sym_LBRACE] = ACTIONS(423), - [anon_sym_signed] = ACTIONS(304), - [anon_sym_unsigned] = ACTIONS(304), - [anon_sym_long] = ACTIONS(304), - [anon_sym_short] = ACTIONS(304), - [anon_sym_static] = ACTIONS(307), - [anon_sym_auto] = ACTIONS(307), - [anon_sym_register] = ACTIONS(307), - [anon_sym_inline] = ACTIONS(307), - [anon_sym___inline] = ACTIONS(307), - [anon_sym___inline__] = ACTIONS(307), - [anon_sym___forceinline] = ACTIONS(307), - [anon_sym_thread_local] = ACTIONS(307), - [anon_sym___thread] = ACTIONS(307), - [anon_sym_const] = ACTIONS(310), - [anon_sym_constexpr] = ACTIONS(310), - [anon_sym_volatile] = ACTIONS(310), - [anon_sym_restrict] = ACTIONS(310), - [anon_sym___restrict__] = ACTIONS(310), - [anon_sym__Atomic] = ACTIONS(310), - [anon_sym__Noreturn] = ACTIONS(310), - [anon_sym_noreturn] = ACTIONS(310), - [sym_primitive_type] = ACTIONS(313), - [anon_sym_enum] = ACTIONS(316), - [anon_sym_struct] = ACTIONS(319), - [anon_sym_union] = ACTIONS(322), + [anon_sym_signed] = ACTIONS(306), + [anon_sym_unsigned] = ACTIONS(306), + [anon_sym_long] = ACTIONS(306), + [anon_sym_short] = ACTIONS(306), + [anon_sym_static] = ACTIONS(309), + [anon_sym_auto] = ACTIONS(309), + [anon_sym_register] = ACTIONS(309), + [anon_sym_inline] = ACTIONS(309), + [anon_sym___inline] = ACTIONS(309), + [anon_sym___inline__] = ACTIONS(309), + [anon_sym___forceinline] = ACTIONS(309), + [anon_sym_thread_local] = ACTIONS(309), + [anon_sym___thread] = ACTIONS(309), + [anon_sym_const] = ACTIONS(312), + [anon_sym_constexpr] = ACTIONS(312), + [anon_sym_volatile] = ACTIONS(312), + [anon_sym_restrict] = ACTIONS(312), + [anon_sym___restrict__] = ACTIONS(312), + [anon_sym__Atomic] = ACTIONS(312), + [anon_sym__Noreturn] = ACTIONS(312), + [anon_sym_noreturn] = ACTIONS(312), + [sym_primitive_type] = ACTIONS(315), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(321), + [anon_sym_union] = ACTIONS(324), [anon_sym_if] = ACTIONS(426), [anon_sym_switch] = ACTIONS(429), [anon_sym_case] = ACTIONS(432), @@ -19187,110 +19325,274 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_break] = ACTIONS(450), [anon_sym_continue] = ACTIONS(453), [anon_sym_goto] = ACTIONS(456), - [anon_sym_DASH_DASH] = ACTIONS(358), - [anon_sym_PLUS_PLUS] = ACTIONS(358), - [anon_sym_sizeof] = ACTIONS(361), - [anon_sym___alignof__] = ACTIONS(364), - [anon_sym___alignof] = ACTIONS(364), - [anon_sym__alignof] = ACTIONS(364), - [anon_sym_alignof] = ACTIONS(364), - [anon_sym__Alignof] = ACTIONS(364), - [anon_sym_offsetof] = ACTIONS(367), - [anon_sym__Generic] = ACTIONS(370), - [anon_sym_asm] = ACTIONS(373), - [anon_sym___asm__] = ACTIONS(373), - [sym_number_literal] = ACTIONS(376), - [anon_sym_L_SQUOTE] = ACTIONS(379), - [anon_sym_u_SQUOTE] = ACTIONS(379), - [anon_sym_U_SQUOTE] = ACTIONS(379), - [anon_sym_u8_SQUOTE] = ACTIONS(379), - [anon_sym_SQUOTE] = ACTIONS(379), - [anon_sym_L_DQUOTE] = ACTIONS(382), - [anon_sym_u_DQUOTE] = ACTIONS(382), - [anon_sym_U_DQUOTE] = ACTIONS(382), - [anon_sym_u8_DQUOTE] = ACTIONS(382), - [anon_sym_DQUOTE] = ACTIONS(382), - [sym_true] = ACTIONS(385), - [sym_false] = ACTIONS(385), - [anon_sym_NULL] = ACTIONS(388), - [anon_sym_nullptr] = ACTIONS(388), + [anon_sym_DASH_DASH] = ACTIONS(360), + [anon_sym_PLUS_PLUS] = ACTIONS(360), + [anon_sym_sizeof] = ACTIONS(363), + [anon_sym___alignof__] = ACTIONS(366), + [anon_sym___alignof] = ACTIONS(366), + [anon_sym__alignof] = ACTIONS(366), + [anon_sym_alignof] = ACTIONS(366), + [anon_sym__Alignof] = ACTIONS(366), + [anon_sym_offsetof] = ACTIONS(369), + [anon_sym__Generic] = ACTIONS(372), + [anon_sym_asm] = ACTIONS(375), + [anon_sym___asm__] = ACTIONS(375), + [sym_number_literal] = ACTIONS(378), + [anon_sym_L_SQUOTE] = ACTIONS(381), + [anon_sym_u_SQUOTE] = ACTIONS(381), + [anon_sym_U_SQUOTE] = ACTIONS(381), + [anon_sym_u8_SQUOTE] = ACTIONS(381), + [anon_sym_SQUOTE] = ACTIONS(381), + [anon_sym_L_DQUOTE] = ACTIONS(384), + [anon_sym_u_DQUOTE] = ACTIONS(384), + [anon_sym_U_DQUOTE] = ACTIONS(384), + [anon_sym_u8_DQUOTE] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_true] = ACTIONS(387), + [sym_false] = ACTIONS(387), + [anon_sym_NULL] = ACTIONS(390), + [anon_sym_nullptr] = ACTIONS(390), [sym_comment] = ACTIONS(3), }, [28] = { - [sym_preproc_include] = STATE(50), - [sym_preproc_def] = STATE(50), - [sym_preproc_function_def] = STATE(50), - [sym_preproc_call] = STATE(50), - [sym_preproc_if] = STATE(50), - [sym_preproc_ifdef] = STATE(50), - [sym_function_definition] = STATE(50), - [sym_declaration] = STATE(50), - [sym_type_definition] = STATE(50), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(50), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(50), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(50), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(50), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [aux_sym_preproc_include_token1] = ACTIONS(462), + [aux_sym_preproc_def_token1] = ACTIONS(465), + [aux_sym_preproc_if_token1] = ACTIONS(468), + [aux_sym_preproc_ifdef_token1] = ACTIONS(471), + [aux_sym_preproc_ifdef_token2] = ACTIONS(471), + [sym_preproc_directive] = ACTIONS(474), + [anon_sym_LPAREN2] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(270), + [anon_sym_TILDE] = ACTIONS(270), + [anon_sym_DASH] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(273), + [anon_sym_STAR] = ACTIONS(276), + [anon_sym_AMP] = ACTIONS(276), + [anon_sym_SEMI] = ACTIONS(477), + [anon_sym___extension__] = ACTIONS(480), + [anon_sym_typedef] = ACTIONS(483), + [anon_sym_extern] = ACTIONS(486), + [anon_sym___attribute__] = ACTIONS(291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(294), + [anon_sym___declspec] = ACTIONS(297), + [anon_sym___cdecl] = ACTIONS(300), + [anon_sym___clrcall] = ACTIONS(300), + [anon_sym___stdcall] = ACTIONS(300), + [anon_sym___fastcall] = ACTIONS(300), + [anon_sym___thiscall] = ACTIONS(300), + [anon_sym___vectorcall] = ACTIONS(300), + [anon_sym_LBRACE] = ACTIONS(489), + [anon_sym_RBRACE] = ACTIONS(492), + [anon_sym_signed] = ACTIONS(306), + [anon_sym_unsigned] = ACTIONS(306), + [anon_sym_long] = ACTIONS(306), + [anon_sym_short] = ACTIONS(306), + [anon_sym_static] = ACTIONS(309), + [anon_sym_auto] = ACTIONS(309), + [anon_sym_register] = ACTIONS(309), + [anon_sym_inline] = ACTIONS(309), + [anon_sym___inline] = ACTIONS(309), + [anon_sym___inline__] = ACTIONS(309), + [anon_sym___forceinline] = ACTIONS(309), + [anon_sym_thread_local] = ACTIONS(309), + [anon_sym___thread] = ACTIONS(309), + [anon_sym_const] = ACTIONS(312), + [anon_sym_constexpr] = ACTIONS(312), + [anon_sym_volatile] = ACTIONS(312), + [anon_sym_restrict] = ACTIONS(312), + [anon_sym___restrict__] = ACTIONS(312), + [anon_sym__Atomic] = ACTIONS(312), + [anon_sym__Noreturn] = ACTIONS(312), + [anon_sym_noreturn] = ACTIONS(312), + [sym_primitive_type] = ACTIONS(315), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(321), + [anon_sym_union] = ACTIONS(324), + [anon_sym_if] = ACTIONS(494), + [anon_sym_switch] = ACTIONS(497), + [anon_sym_case] = ACTIONS(500), + [anon_sym_default] = ACTIONS(503), + [anon_sym_while] = ACTIONS(506), + [anon_sym_do] = ACTIONS(509), + [anon_sym_for] = ACTIONS(512), + [anon_sym_return] = ACTIONS(515), + [anon_sym_break] = ACTIONS(518), + [anon_sym_continue] = ACTIONS(521), + [anon_sym_goto] = ACTIONS(524), + [anon_sym_DASH_DASH] = ACTIONS(360), + [anon_sym_PLUS_PLUS] = ACTIONS(360), + [anon_sym_sizeof] = ACTIONS(363), + [anon_sym___alignof__] = ACTIONS(366), + [anon_sym___alignof] = ACTIONS(366), + [anon_sym__alignof] = ACTIONS(366), + [anon_sym_alignof] = ACTIONS(366), + [anon_sym__Alignof] = ACTIONS(366), + [anon_sym_offsetof] = ACTIONS(369), + [anon_sym__Generic] = ACTIONS(372), + [anon_sym_asm] = ACTIONS(375), + [anon_sym___asm__] = ACTIONS(375), + [sym_number_literal] = ACTIONS(378), + [anon_sym_L_SQUOTE] = ACTIONS(381), + [anon_sym_u_SQUOTE] = ACTIONS(381), + [anon_sym_U_SQUOTE] = ACTIONS(381), + [anon_sym_u8_SQUOTE] = ACTIONS(381), + [anon_sym_SQUOTE] = ACTIONS(381), + [anon_sym_L_DQUOTE] = ACTIONS(384), + [anon_sym_u_DQUOTE] = ACTIONS(384), + [anon_sym_U_DQUOTE] = ACTIONS(384), + [anon_sym_u8_DQUOTE] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_true] = ACTIONS(387), + [sym_false] = ACTIONS(387), + [anon_sym_NULL] = ACTIONS(390), + [anon_sym_nullptr] = ACTIONS(390), + [sym_comment] = ACTIONS(3), + }, + [29] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19298,10 +19600,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19311,8 +19613,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(479), - [anon_sym_RBRACE] = ACTIONS(481), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(549), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19338,17 +19640,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19378,81 +19680,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [29] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [30] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19460,10 +19763,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19473,8 +19776,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(479), - [anon_sym_RBRACE] = ACTIONS(505), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(573), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19500,17 +19803,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19540,81 +19843,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [30] = { - [sym_preproc_include] = STATE(46), - [sym_preproc_def] = STATE(46), - [sym_preproc_function_def] = STATE(46), - [sym_preproc_call] = STATE(46), - [sym_preproc_if] = STATE(46), - [sym_preproc_ifdef] = STATE(46), - [sym_function_definition] = STATE(46), - [sym_declaration] = STATE(46), - [sym_type_definition] = STATE(46), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(46), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(46), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(46), - [sym_labeled_statement] = STATE(46), - [sym_expression_statement] = STATE(46), - [sym_if_statement] = STATE(46), - [sym_switch_statement] = STATE(46), - [sym_case_statement] = STATE(46), - [sym_while_statement] = STATE(46), - [sym_do_statement] = STATE(46), - [sym_for_statement] = STATE(46), - [sym_return_statement] = STATE(46), - [sym_break_statement] = STATE(46), - [sym_continue_statement] = STATE(46), - [sym_goto_statement] = STATE(46), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(46), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(46), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [31] = { + [sym_preproc_include] = STATE(51), + [sym_preproc_def] = STATE(51), + [sym_preproc_function_def] = STATE(51), + [sym_preproc_call] = STATE(51), + [sym_preproc_if] = STATE(51), + [sym_preproc_ifdef] = STATE(51), + [sym_function_definition] = STATE(51), + [sym__old_style_function_definition] = STATE(346), + [sym_declaration] = STATE(51), + [sym_type_definition] = STATE(51), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1221), + [sym_linkage_specification] = STATE(51), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(694), + [sym_compound_statement] = STATE(51), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(926), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(51), + [sym_labeled_statement] = STATE(51), + [sym_expression_statement] = STATE(51), + [sym_if_statement] = STATE(51), + [sym_switch_statement] = STATE(51), + [sym_case_statement] = STATE(51), + [sym_while_statement] = STATE(51), + [sym_do_statement] = STATE(51), + [sym_for_statement] = STATE(51), + [sym_return_statement] = STATE(51), + [sym_break_statement] = STATE(51), + [sym_continue_statement] = STATE(51), + [sym_goto_statement] = STATE(51), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(51), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(51), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(575), + [aux_sym_preproc_include_token1] = ACTIONS(577), + [aux_sym_preproc_def_token1] = ACTIONS(579), + [aux_sym_preproc_if_token1] = ACTIONS(581), + [aux_sym_preproc_if_token2] = ACTIONS(583), + [aux_sym_preproc_ifdef_token1] = ACTIONS(585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(585), + [sym_preproc_directive] = ACTIONS(587), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19622,10 +19927,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym___extension__] = ACTIONS(591), + [anon_sym_typedef] = ACTIONS(593), + [anon_sym_extern] = ACTIONS(595), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19635,8 +19940,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(479), - [anon_sym_RBRACE] = ACTIONS(507), + [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19662,17 +19966,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19702,82 +20006,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [31] = { - [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(663), - [sym__declaration_specifiers] = STATE(1181), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(662), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(882), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(509), - [aux_sym_preproc_include_token1] = ACTIONS(511), - [aux_sym_preproc_def_token1] = ACTIONS(513), - [aux_sym_preproc_if_token1] = ACTIONS(515), - [aux_sym_preproc_if_token2] = ACTIONS(517), - [aux_sym_preproc_ifdef_token1] = ACTIONS(519), - [aux_sym_preproc_ifdef_token2] = ACTIONS(519), - [sym_preproc_directive] = ACTIONS(521), + [32] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(35), + [sym_type_definition] = STATE(35), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(35), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(35), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(35), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(35), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19785,10 +20089,10 @@ 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(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), - [anon_sym_extern] = ACTIONS(529), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19798,7 +20102,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(531), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(621), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19824,17 +20129,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(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -19864,81 +20169,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [32] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [33] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -19946,10 +20252,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -19959,8 +20265,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(479), - [anon_sym_RBRACE] = ACTIONS(555), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(623), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -19986,17 +20292,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20026,81 +20332,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [33] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [34] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(29), + [sym_type_definition] = STATE(29), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(29), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(29), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(29), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(29), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20108,10 +20415,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20121,8 +20428,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(479), - [anon_sym_RBRACE] = ACTIONS(557), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(625), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20148,17 +20455,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20188,81 +20495,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [34] = { - [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(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(33), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(33), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(33), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(33), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [35] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20270,10 +20578,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20283,8 +20591,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(479), - [anon_sym_RBRACE] = ACTIONS(559), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(627), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20310,17 +20618,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20350,82 +20658,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [35] = { - [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(663), - [sym__declaration_specifiers] = STATE(1181), - [sym_linkage_specification] = STATE(31), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(662), - [sym_compound_statement] = STATE(31), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(882), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(31), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(31), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(509), - [aux_sym_preproc_include_token1] = ACTIONS(511), - [aux_sym_preproc_def_token1] = ACTIONS(513), - [aux_sym_preproc_if_token1] = ACTIONS(515), - [aux_sym_preproc_if_token2] = ACTIONS(561), - [aux_sym_preproc_ifdef_token1] = ACTIONS(519), - [aux_sym_preproc_ifdef_token2] = ACTIONS(519), - [sym_preproc_directive] = ACTIONS(521), + [36] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20433,10 +20741,10 @@ 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(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), - [anon_sym_extern] = ACTIONS(529), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20446,7 +20754,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(531), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(629), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20472,17 +20781,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(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20512,81 +20821,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [36] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [37] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20594,10 +20904,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20607,8 +20917,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(479), - [anon_sym_RBRACE] = ACTIONS(563), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(631), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20634,17 +20944,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20674,81 +20984,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [37] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20756,10 +21067,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20769,8 +21080,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(479), - [anon_sym_RBRACE] = ACTIONS(565), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(633), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20796,17 +21107,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20836,81 +21147,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [38] = { - [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(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(37), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(37), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(37), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(37), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [39] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(38), + [sym_type_definition] = STATE(38), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(38), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(38), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(38), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(38), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -20918,10 +21230,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -20931,8 +21243,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(479), - [anon_sym_RBRACE] = ACTIONS(567), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(635), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -20958,17 +21270,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -20998,7 +21310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [39] = { + [40] = { [sym_preproc_include] = STATE(36), [sym_preproc_def] = STATE(36), [sym_preproc_function_def] = STATE(36), @@ -21006,23 +21318,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(36), [sym_preproc_ifdef] = STATE(36), [sym_function_definition] = STATE(36), + [sym__old_style_function_definition] = STATE(356), [sym_declaration] = STATE(36), [sym_type_definition] = STATE(36), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), [sym_linkage_specification] = STATE(36), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), [sym_compound_statement] = STATE(36), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(36), [sym_labeled_statement] = STATE(36), [sym_expression_statement] = STATE(36), @@ -21036,43 +21349,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(36), [sym_continue_statement] = STATE(36), [sym_goto_statement] = STATE(36), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(36), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(36), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21080,10 +21393,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -21093,8 +21406,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(479), - [anon_sym_RBRACE] = ACTIONS(569), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(637), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -21120,17 +21433,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -21160,168 +21473,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [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(663), - [sym__declaration_specifiers] = STATE(1181), - [sym_linkage_specification] = STATE(40), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(662), - [sym_compound_statement] = STATE(40), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(882), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(40), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(40), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(571), - [aux_sym_preproc_include_token1] = ACTIONS(574), - [aux_sym_preproc_def_token1] = ACTIONS(577), - [aux_sym_preproc_if_token1] = ACTIONS(580), - [aux_sym_preproc_if_token2] = ACTIONS(257), - [aux_sym_preproc_ifdef_token1] = ACTIONS(583), - [aux_sym_preproc_ifdef_token2] = ACTIONS(583), - [sym_preproc_directive] = ACTIONS(586), - [anon_sym_LPAREN2] = ACTIONS(265), - [anon_sym_BANG] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(268), - [anon_sym_DASH] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(271), - [anon_sym_STAR] = ACTIONS(274), - [anon_sym_AMP] = ACTIONS(274), - [anon_sym_SEMI] = ACTIONS(589), - [anon_sym___extension__] = ACTIONS(592), - [anon_sym_typedef] = ACTIONS(595), - [anon_sym_extern] = ACTIONS(598), - [anon_sym___attribute__] = ACTIONS(289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(292), - [anon_sym___declspec] = ACTIONS(295), - [anon_sym___cdecl] = ACTIONS(298), - [anon_sym___clrcall] = ACTIONS(298), - [anon_sym___stdcall] = ACTIONS(298), - [anon_sym___fastcall] = ACTIONS(298), - [anon_sym___thiscall] = ACTIONS(298), - [anon_sym___vectorcall] = ACTIONS(298), - [anon_sym_LBRACE] = ACTIONS(601), - [anon_sym_signed] = ACTIONS(304), - [anon_sym_unsigned] = ACTIONS(304), - [anon_sym_long] = ACTIONS(304), - [anon_sym_short] = ACTIONS(304), - [anon_sym_static] = ACTIONS(307), - [anon_sym_auto] = ACTIONS(307), - [anon_sym_register] = ACTIONS(307), - [anon_sym_inline] = ACTIONS(307), - [anon_sym___inline] = ACTIONS(307), - [anon_sym___inline__] = ACTIONS(307), - [anon_sym___forceinline] = ACTIONS(307), - [anon_sym_thread_local] = ACTIONS(307), - [anon_sym___thread] = ACTIONS(307), - [anon_sym_const] = ACTIONS(310), - [anon_sym_constexpr] = ACTIONS(310), - [anon_sym_volatile] = ACTIONS(310), - [anon_sym_restrict] = ACTIONS(310), - [anon_sym___restrict__] = ACTIONS(310), - [anon_sym__Atomic] = ACTIONS(310), - [anon_sym__Noreturn] = ACTIONS(310), - [anon_sym_noreturn] = ACTIONS(310), - [sym_primitive_type] = ACTIONS(313), - [anon_sym_enum] = ACTIONS(316), - [anon_sym_struct] = ACTIONS(319), - [anon_sym_union] = ACTIONS(322), - [anon_sym_if] = ACTIONS(604), - [anon_sym_switch] = ACTIONS(607), - [anon_sym_case] = ACTIONS(610), - [anon_sym_default] = ACTIONS(613), - [anon_sym_while] = ACTIONS(616), - [anon_sym_do] = ACTIONS(619), - [anon_sym_for] = ACTIONS(622), - [anon_sym_return] = ACTIONS(625), - [anon_sym_break] = ACTIONS(628), - [anon_sym_continue] = ACTIONS(631), - [anon_sym_goto] = ACTIONS(634), - [anon_sym_DASH_DASH] = ACTIONS(358), - [anon_sym_PLUS_PLUS] = ACTIONS(358), - [anon_sym_sizeof] = ACTIONS(361), - [anon_sym___alignof__] = ACTIONS(364), - [anon_sym___alignof] = ACTIONS(364), - [anon_sym__alignof] = ACTIONS(364), - [anon_sym_alignof] = ACTIONS(364), - [anon_sym__Alignof] = ACTIONS(364), - [anon_sym_offsetof] = ACTIONS(367), - [anon_sym__Generic] = ACTIONS(370), - [anon_sym_asm] = ACTIONS(373), - [anon_sym___asm__] = ACTIONS(373), - [sym_number_literal] = ACTIONS(376), - [anon_sym_L_SQUOTE] = ACTIONS(379), - [anon_sym_u_SQUOTE] = ACTIONS(379), - [anon_sym_U_SQUOTE] = ACTIONS(379), - [anon_sym_u8_SQUOTE] = ACTIONS(379), - [anon_sym_SQUOTE] = ACTIONS(379), - [anon_sym_L_DQUOTE] = ACTIONS(382), - [anon_sym_u_DQUOTE] = ACTIONS(382), - [anon_sym_U_DQUOTE] = ACTIONS(382), - [anon_sym_u8_DQUOTE] = ACTIONS(382), - [anon_sym_DQUOTE] = ACTIONS(382), - [sym_true] = ACTIONS(385), - [sym_false] = ACTIONS(385), - [anon_sym_NULL] = ACTIONS(388), - [anon_sym_nullptr] = ACTIONS(388), - [sym_comment] = ACTIONS(3), - }, [41] = { [sym_preproc_include] = STATE(47), [sym_preproc_def] = STATE(47), @@ -21330,23 +21481,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_preproc_if] = STATE(47), [sym_preproc_ifdef] = STATE(47), [sym_function_definition] = STATE(47), + [sym__old_style_function_definition] = STATE(356), [sym_declaration] = STATE(47), [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(47), [sym_labeled_statement] = STATE(47), [sym_expression_statement] = STATE(47), @@ -21360,43 +21512,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(47), [sym_continue_statement] = STATE(47), [sym_goto_statement] = STATE(47), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), + [sym_macro_type_specifier] = STATE(895), [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21404,10 +21556,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -21417,169 +21569,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(479), - [anon_sym_RBRACE] = ACTIONS(637), - [anon_sym_signed] = ACTIONS(43), - [anon_sym_unsigned] = ACTIONS(43), - [anon_sym_long] = ACTIONS(43), - [anon_sym_short] = ACTIONS(43), - [anon_sym_static] = ACTIONS(45), - [anon_sym_auto] = ACTIONS(45), - [anon_sym_register] = ACTIONS(45), - [anon_sym_inline] = ACTIONS(45), - [anon_sym___inline] = ACTIONS(45), - [anon_sym___inline__] = ACTIONS(45), - [anon_sym___forceinline] = ACTIONS(45), - [anon_sym_thread_local] = ACTIONS(45), - [anon_sym___thread] = ACTIONS(45), - [anon_sym_const] = ACTIONS(47), - [anon_sym_constexpr] = ACTIONS(47), - [anon_sym_volatile] = ACTIONS(47), - [anon_sym_restrict] = ACTIONS(47), - [anon_sym___restrict__] = ACTIONS(47), - [anon_sym__Atomic] = ACTIONS(47), - [anon_sym__Noreturn] = ACTIONS(47), - [anon_sym_noreturn] = 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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [42] = { - [sym_preproc_include] = STATE(43), - [sym_preproc_def] = STATE(43), - [sym_preproc_function_def] = STATE(43), - [sym_preproc_call] = STATE(43), - [sym_preproc_if] = STATE(43), - [sym_preproc_ifdef] = STATE(43), - [sym_function_definition] = STATE(43), - [sym_declaration] = STATE(43), - [sym_type_definition] = STATE(43), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(43), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(43), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(43), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(43), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), - [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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), - [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(479), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(639), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -21606,17 +21596,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -21646,81 +21636,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [43] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [42] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(30), + [sym_type_definition] = STATE(30), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(30), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(30), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(30), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(30), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -21728,10 +21719,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -21741,7 +21732,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(479), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(641), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -21768,179 +21759,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [44] = { - [sym_preproc_include] = STATE(41), - [sym_preproc_def] = STATE(41), - [sym_preproc_function_def] = STATE(41), - [sym_preproc_call] = STATE(41), - [sym_preproc_if] = STATE(41), - [sym_preproc_ifdef] = STATE(41), - [sym_function_definition] = STATE(41), - [sym_declaration] = STATE(41), - [sym_type_definition] = STATE(41), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(41), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(41), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(41), - [sym_labeled_statement] = STATE(41), - [sym_expression_statement] = STATE(41), - [sym_if_statement] = STATE(41), - [sym_switch_statement] = STATE(41), - [sym_case_statement] = STATE(41), - [sym_while_statement] = STATE(41), - [sym_do_statement] = STATE(41), - [sym_for_statement] = STATE(41), - [sym_return_statement] = STATE(41), - [sym_break_statement] = STATE(41), - [sym_continue_statement] = STATE(41), - [sym_goto_statement] = STATE(41), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(41), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(41), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), - [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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), - [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(479), - [anon_sym_RBRACE] = ACTIONS(643), - [anon_sym_signed] = ACTIONS(43), - [anon_sym_unsigned] = ACTIONS(43), - [anon_sym_long] = ACTIONS(43), - [anon_sym_short] = ACTIONS(43), - [anon_sym_static] = ACTIONS(45), - [anon_sym_auto] = ACTIONS(45), - [anon_sym_register] = ACTIONS(45), - [anon_sym_inline] = ACTIONS(45), - [anon_sym___inline] = ACTIONS(45), - [anon_sym___inline__] = ACTIONS(45), - [anon_sym___forceinline] = ACTIONS(45), - [anon_sym_thread_local] = ACTIONS(45), - [anon_sym___thread] = ACTIONS(45), - [anon_sym_const] = ACTIONS(47), - [anon_sym_constexpr] = ACTIONS(47), - [anon_sym_volatile] = ACTIONS(47), - [anon_sym_restrict] = ACTIONS(47), - [anon_sym___restrict__] = ACTIONS(47), - [anon_sym__Atomic] = ACTIONS(47), - [anon_sym__Noreturn] = ACTIONS(47), - [anon_sym_noreturn] = 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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -21970,81 +21799,408 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [43] = { + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(37), + [sym_type_definition] = STATE(37), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(37), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(37), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(37), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(37), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), + [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(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), + [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(547), + [anon_sym_RBRACE] = ACTIONS(643), + [anon_sym_signed] = ACTIONS(43), + [anon_sym_unsigned] = ACTIONS(43), + [anon_sym_long] = ACTIONS(43), + [anon_sym_short] = ACTIONS(43), + [anon_sym_static] = ACTIONS(45), + [anon_sym_auto] = ACTIONS(45), + [anon_sym_register] = ACTIONS(45), + [anon_sym_inline] = ACTIONS(45), + [anon_sym___inline] = ACTIONS(45), + [anon_sym___inline__] = ACTIONS(45), + [anon_sym___forceinline] = ACTIONS(45), + [anon_sym_thread_local] = ACTIONS(45), + [anon_sym___thread] = ACTIONS(45), + [anon_sym_const] = ACTIONS(47), + [anon_sym_constexpr] = ACTIONS(47), + [anon_sym_volatile] = ACTIONS(47), + [anon_sym_restrict] = ACTIONS(47), + [anon_sym___restrict__] = ACTIONS(47), + [anon_sym__Atomic] = ACTIONS(47), + [anon_sym__Noreturn] = ACTIONS(47), + [anon_sym_noreturn] = 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(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [44] = { + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym__old_style_function_definition] = STATE(346), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1221), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(694), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(926), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_case_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(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(44), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(44), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(645), + [aux_sym_preproc_include_token1] = ACTIONS(648), + [aux_sym_preproc_def_token1] = ACTIONS(651), + [aux_sym_preproc_if_token1] = ACTIONS(654), + [aux_sym_preproc_if_token2] = ACTIONS(259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(657), + [aux_sym_preproc_ifdef_token2] = ACTIONS(657), + [sym_preproc_directive] = ACTIONS(660), + [anon_sym_LPAREN2] = ACTIONS(267), + [anon_sym_BANG] = ACTIONS(270), + [anon_sym_TILDE] = ACTIONS(270), + [anon_sym_DASH] = ACTIONS(273), + [anon_sym_PLUS] = ACTIONS(273), + [anon_sym_STAR] = ACTIONS(276), + [anon_sym_AMP] = ACTIONS(276), + [anon_sym_SEMI] = ACTIONS(663), + [anon_sym___extension__] = ACTIONS(666), + [anon_sym_typedef] = ACTIONS(669), + [anon_sym_extern] = ACTIONS(672), + [anon_sym___attribute__] = ACTIONS(291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(294), + [anon_sym___declspec] = ACTIONS(297), + [anon_sym___cdecl] = ACTIONS(300), + [anon_sym___clrcall] = ACTIONS(300), + [anon_sym___stdcall] = ACTIONS(300), + [anon_sym___fastcall] = ACTIONS(300), + [anon_sym___thiscall] = ACTIONS(300), + [anon_sym___vectorcall] = ACTIONS(300), + [anon_sym_LBRACE] = ACTIONS(675), + [anon_sym_signed] = ACTIONS(306), + [anon_sym_unsigned] = ACTIONS(306), + [anon_sym_long] = ACTIONS(306), + [anon_sym_short] = ACTIONS(306), + [anon_sym_static] = ACTIONS(309), + [anon_sym_auto] = ACTIONS(309), + [anon_sym_register] = ACTIONS(309), + [anon_sym_inline] = ACTIONS(309), + [anon_sym___inline] = ACTIONS(309), + [anon_sym___inline__] = ACTIONS(309), + [anon_sym___forceinline] = ACTIONS(309), + [anon_sym_thread_local] = ACTIONS(309), + [anon_sym___thread] = ACTIONS(309), + [anon_sym_const] = ACTIONS(312), + [anon_sym_constexpr] = ACTIONS(312), + [anon_sym_volatile] = ACTIONS(312), + [anon_sym_restrict] = ACTIONS(312), + [anon_sym___restrict__] = ACTIONS(312), + [anon_sym__Atomic] = ACTIONS(312), + [anon_sym__Noreturn] = ACTIONS(312), + [anon_sym_noreturn] = ACTIONS(312), + [sym_primitive_type] = ACTIONS(315), + [anon_sym_enum] = ACTIONS(318), + [anon_sym_struct] = ACTIONS(321), + [anon_sym_union] = ACTIONS(324), + [anon_sym_if] = ACTIONS(678), + [anon_sym_switch] = ACTIONS(681), + [anon_sym_case] = ACTIONS(684), + [anon_sym_default] = ACTIONS(687), + [anon_sym_while] = ACTIONS(690), + [anon_sym_do] = ACTIONS(693), + [anon_sym_for] = ACTIONS(696), + [anon_sym_return] = ACTIONS(699), + [anon_sym_break] = ACTIONS(702), + [anon_sym_continue] = ACTIONS(705), + [anon_sym_goto] = ACTIONS(708), + [anon_sym_DASH_DASH] = ACTIONS(360), + [anon_sym_PLUS_PLUS] = ACTIONS(360), + [anon_sym_sizeof] = ACTIONS(363), + [anon_sym___alignof__] = ACTIONS(366), + [anon_sym___alignof] = ACTIONS(366), + [anon_sym__alignof] = ACTIONS(366), + [anon_sym_alignof] = ACTIONS(366), + [anon_sym__Alignof] = ACTIONS(366), + [anon_sym_offsetof] = ACTIONS(369), + [anon_sym__Generic] = ACTIONS(372), + [anon_sym_asm] = ACTIONS(375), + [anon_sym___asm__] = ACTIONS(375), + [sym_number_literal] = ACTIONS(378), + [anon_sym_L_SQUOTE] = ACTIONS(381), + [anon_sym_u_SQUOTE] = ACTIONS(381), + [anon_sym_U_SQUOTE] = ACTIONS(381), + [anon_sym_u8_SQUOTE] = ACTIONS(381), + [anon_sym_SQUOTE] = ACTIONS(381), + [anon_sym_L_DQUOTE] = ACTIONS(384), + [anon_sym_u_DQUOTE] = ACTIONS(384), + [anon_sym_U_DQUOTE] = ACTIONS(384), + [anon_sym_u8_DQUOTE] = ACTIONS(384), + [anon_sym_DQUOTE] = ACTIONS(384), + [sym_true] = ACTIONS(387), + [sym_false] = ACTIONS(387), + [anon_sym_NULL] = ACTIONS(390), + [anon_sym_nullptr] = ACTIONS(390), + [sym_comment] = ACTIONS(3), + }, [45] = { - [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(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(29), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(29), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(29), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(29), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22052,10 +22208,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -22065,8 +22221,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(479), - [anon_sym_RBRACE] = ACTIONS(645), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(711), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22092,17 +22248,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -22133,80 +22289,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [46] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22214,10 +22371,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -22227,8 +22384,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(479), - [anon_sym_RBRACE] = ACTIONS(647), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(713), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -22254,17 +22411,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -22295,242 +22452,244 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [47] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(649), - [aux_sym_preproc_include_token1] = ACTIONS(652), - [aux_sym_preproc_def_token1] = ACTIONS(655), - [aux_sym_preproc_if_token1] = ACTIONS(658), - [aux_sym_preproc_ifdef_token1] = ACTIONS(661), - [aux_sym_preproc_ifdef_token2] = ACTIONS(661), - [sym_preproc_directive] = ACTIONS(664), - [anon_sym_LPAREN2] = ACTIONS(265), - [anon_sym_BANG] = ACTIONS(268), - [anon_sym_TILDE] = ACTIONS(268), - [anon_sym_DASH] = ACTIONS(271), - [anon_sym_PLUS] = ACTIONS(271), - [anon_sym_STAR] = ACTIONS(274), - [anon_sym_AMP] = ACTIONS(274), - [anon_sym_SEMI] = ACTIONS(667), - [anon_sym___extension__] = ACTIONS(670), - [anon_sym_typedef] = ACTIONS(673), - [anon_sym_extern] = ACTIONS(676), - [anon_sym___attribute__] = ACTIONS(289), - [anon_sym_LBRACK_LBRACK] = ACTIONS(292), - [anon_sym___declspec] = ACTIONS(295), - [anon_sym___cdecl] = ACTIONS(298), - [anon_sym___clrcall] = ACTIONS(298), - [anon_sym___stdcall] = ACTIONS(298), - [anon_sym___fastcall] = ACTIONS(298), - [anon_sym___thiscall] = ACTIONS(298), - [anon_sym___vectorcall] = ACTIONS(298), - [anon_sym_LBRACE] = ACTIONS(679), - [anon_sym_RBRACE] = ACTIONS(682), - [anon_sym_signed] = ACTIONS(304), - [anon_sym_unsigned] = ACTIONS(304), - [anon_sym_long] = ACTIONS(304), - [anon_sym_short] = ACTIONS(304), - [anon_sym_static] = ACTIONS(307), - [anon_sym_auto] = ACTIONS(307), - [anon_sym_register] = ACTIONS(307), - [anon_sym_inline] = ACTIONS(307), - [anon_sym___inline] = ACTIONS(307), - [anon_sym___inline__] = ACTIONS(307), - [anon_sym___forceinline] = ACTIONS(307), - [anon_sym_thread_local] = ACTIONS(307), - [anon_sym___thread] = ACTIONS(307), - [anon_sym_const] = ACTIONS(310), - [anon_sym_constexpr] = ACTIONS(310), - [anon_sym_volatile] = ACTIONS(310), - [anon_sym_restrict] = ACTIONS(310), - [anon_sym___restrict__] = ACTIONS(310), - [anon_sym__Atomic] = ACTIONS(310), - [anon_sym__Noreturn] = ACTIONS(310), - [anon_sym_noreturn] = ACTIONS(310), - [sym_primitive_type] = ACTIONS(313), - [anon_sym_enum] = ACTIONS(316), - [anon_sym_struct] = ACTIONS(319), - [anon_sym_union] = ACTIONS(322), - [anon_sym_if] = ACTIONS(684), - [anon_sym_switch] = ACTIONS(687), - [anon_sym_case] = ACTIONS(690), - [anon_sym_default] = ACTIONS(693), - [anon_sym_while] = ACTIONS(696), - [anon_sym_do] = ACTIONS(699), - [anon_sym_for] = ACTIONS(702), - [anon_sym_return] = ACTIONS(705), - [anon_sym_break] = ACTIONS(708), - [anon_sym_continue] = ACTIONS(711), - [anon_sym_goto] = ACTIONS(714), - [anon_sym_DASH_DASH] = ACTIONS(358), - [anon_sym_PLUS_PLUS] = ACTIONS(358), - [anon_sym_sizeof] = ACTIONS(361), - [anon_sym___alignof__] = ACTIONS(364), - [anon_sym___alignof] = ACTIONS(364), - [anon_sym__alignof] = ACTIONS(364), - [anon_sym_alignof] = ACTIONS(364), - [anon_sym__Alignof] = ACTIONS(364), - [anon_sym_offsetof] = ACTIONS(367), - [anon_sym__Generic] = ACTIONS(370), - [anon_sym_asm] = ACTIONS(373), - [anon_sym___asm__] = ACTIONS(373), - [sym_number_literal] = ACTIONS(376), - [anon_sym_L_SQUOTE] = ACTIONS(379), - [anon_sym_u_SQUOTE] = ACTIONS(379), - [anon_sym_U_SQUOTE] = ACTIONS(379), - [anon_sym_u8_SQUOTE] = ACTIONS(379), - [anon_sym_SQUOTE] = ACTIONS(379), - [anon_sym_L_DQUOTE] = ACTIONS(382), - [anon_sym_u_DQUOTE] = ACTIONS(382), - [anon_sym_U_DQUOTE] = ACTIONS(382), - [anon_sym_u8_DQUOTE] = ACTIONS(382), - [anon_sym_DQUOTE] = ACTIONS(382), - [sym_true] = ACTIONS(385), - [sym_false] = ACTIONS(385), - [anon_sym_NULL] = ACTIONS(388), - [anon_sym_nullptr] = ACTIONS(388), + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(28), + [sym_type_definition] = STATE(28), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(28), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(28), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(28), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(28), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), + [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(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), + [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(547), + [anon_sym_RBRACE] = ACTIONS(715), + [anon_sym_signed] = ACTIONS(43), + [anon_sym_unsigned] = ACTIONS(43), + [anon_sym_long] = ACTIONS(43), + [anon_sym_short] = ACTIONS(43), + [anon_sym_static] = ACTIONS(45), + [anon_sym_auto] = ACTIONS(45), + [anon_sym_register] = ACTIONS(45), + [anon_sym_inline] = ACTIONS(45), + [anon_sym___inline] = ACTIONS(45), + [anon_sym___inline__] = ACTIONS(45), + [anon_sym___forceinline] = ACTIONS(45), + [anon_sym_thread_local] = ACTIONS(45), + [anon_sym___thread] = ACTIONS(45), + [anon_sym_const] = ACTIONS(47), + [anon_sym_constexpr] = ACTIONS(47), + [anon_sym_volatile] = ACTIONS(47), + [anon_sym_restrict] = ACTIONS(47), + [anon_sym___restrict__] = ACTIONS(47), + [anon_sym__Atomic] = ACTIONS(47), + [anon_sym__Noreturn] = ACTIONS(47), + [anon_sym_noreturn] = 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(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, [48] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [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__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(33), + [sym_type_definition] = STATE(33), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(33), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(33), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(33), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(33), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22538,10 +22697,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -22551,7 +22710,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(479), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(717), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -22578,17 +22737,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -22619,80 +22778,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [49] = { - [sym_preproc_include] = STATE(48), - [sym_preproc_def] = STATE(48), - [sym_preproc_function_def] = STATE(48), - [sym_preproc_call] = STATE(48), - [sym_preproc_if] = STATE(48), - [sym_preproc_ifdef] = STATE(48), - [sym_function_definition] = STATE(48), - [sym_declaration] = STATE(48), - [sym_type_definition] = STATE(48), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(48), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(48), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(48), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(48), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [sym_preproc_include] = STATE(45), + [sym_preproc_def] = STATE(45), + [sym_preproc_function_def] = STATE(45), + [sym_preproc_call] = STATE(45), + [sym_preproc_if] = STATE(45), + [sym_preproc_ifdef] = STATE(45), + [sym_function_definition] = STATE(45), + [sym__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(45), + [sym_type_definition] = STATE(45), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(45), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(45), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_case_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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(45), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(45), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22700,10 +22860,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -22713,7 +22873,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(479), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(719), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -22740,17 +22900,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -22781,80 +22941,81 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [50] = { - [sym_preproc_include] = STATE(47), - [sym_preproc_def] = STATE(47), - [sym_preproc_function_def] = STATE(47), - [sym_preproc_call] = STATE(47), - [sym_preproc_if] = STATE(47), - [sym_preproc_ifdef] = STATE(47), - [sym_function_definition] = STATE(47), - [sym_declaration] = STATE(47), - [sym_type_definition] = STATE(47), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(47), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(47), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_case_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(47), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(47), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [sym_preproc_include] = STATE(46), + [sym_preproc_def] = STATE(46), + [sym_preproc_function_def] = STATE(46), + [sym_preproc_call] = STATE(46), + [sym_preproc_if] = STATE(46), + [sym_preproc_ifdef] = STATE(46), + [sym_function_definition] = STATE(46), + [sym__old_style_function_definition] = STATE(356), + [sym_declaration] = STATE(46), + [sym_type_definition] = STATE(46), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1216), + [sym_linkage_specification] = STATE(46), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(693), + [sym_compound_statement] = STATE(46), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(925), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(46), + [sym_labeled_statement] = STATE(46), + [sym_expression_statement] = STATE(46), + [sym_if_statement] = STATE(46), + [sym_switch_statement] = STATE(46), + [sym_case_statement] = STATE(46), + [sym_while_statement] = STATE(46), + [sym_do_statement] = STATE(46), + [sym_for_statement] = STATE(46), + [sym_return_statement] = STATE(46), + [sym_break_statement] = STATE(46), + [sym_continue_statement] = STATE(46), + [sym_goto_statement] = STATE(46), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(46), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(46), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(527), + [aux_sym_preproc_include_token1] = ACTIONS(529), + [aux_sym_preproc_def_token1] = ACTIONS(531), + [aux_sym_preproc_if_token1] = ACTIONS(533), + [aux_sym_preproc_ifdef_token1] = ACTIONS(535), + [aux_sym_preproc_ifdef_token2] = ACTIONS(535), + [sym_preproc_directive] = ACTIONS(537), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -22862,10 +23023,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(545), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -22875,7 +23036,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(479), + [anon_sym_LBRACE] = ACTIONS(547), [anon_sym_RBRACE] = ACTIONS(721), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -22902,17 +23063,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -22943,80 +23104,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [51] = { - [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(663), - [sym__declaration_specifiers] = STATE(1186), - [sym_linkage_specification] = STATE(32), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(659), - [sym_compound_statement] = STATE(32), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(883), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym__empty_declaration] = STATE(32), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_repeat1] = STATE(32), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(459), - [aux_sym_preproc_include_token1] = ACTIONS(461), - [aux_sym_preproc_def_token1] = ACTIONS(463), - [aux_sym_preproc_if_token1] = ACTIONS(465), - [aux_sym_preproc_ifdef_token1] = ACTIONS(467), - [aux_sym_preproc_ifdef_token2] = ACTIONS(467), - [sym_preproc_directive] = ACTIONS(469), + [sym_preproc_include] = STATE(44), + [sym_preproc_def] = STATE(44), + [sym_preproc_function_def] = STATE(44), + [sym_preproc_call] = STATE(44), + [sym_preproc_if] = STATE(44), + [sym_preproc_ifdef] = STATE(44), + [sym_function_definition] = STATE(44), + [sym__old_style_function_definition] = STATE(346), + [sym_declaration] = STATE(44), + [sym_type_definition] = STATE(44), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1221), + [sym_linkage_specification] = STATE(44), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(694), + [sym_compound_statement] = STATE(44), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(926), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_case_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(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym__empty_declaration] = STATE(44), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_repeat1] = STATE(44), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(575), + [aux_sym_preproc_include_token1] = ACTIONS(577), + [aux_sym_preproc_def_token1] = ACTIONS(579), + [aux_sym_preproc_if_token1] = ACTIONS(581), + [aux_sym_preproc_if_token2] = ACTIONS(723), + [aux_sym_preproc_ifdef_token1] = ACTIONS(585), + [aux_sym_preproc_ifdef_token2] = ACTIONS(585), + [sym_preproc_directive] = ACTIONS(587), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -23024,10 +23187,10 @@ 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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(477), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym___extension__] = ACTIONS(591), + [anon_sym_typedef] = ACTIONS(593), + [anon_sym_extern] = ACTIONS(595), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), @@ -23037,8 +23200,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(479), - [anon_sym_RBRACE] = ACTIONS(723), + [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -23064,17 +23226,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(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -23105,74 +23267,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [52] = { - [sym_preproc_include] = STATE(53), - [sym_preproc_def] = STATE(53), - [sym_preproc_function_def] = STATE(53), - [sym_preproc_call] = STATE(53), - [sym_preproc_if] = STATE(53), - [sym_preproc_ifdef] = STATE(53), - [sym_function_definition] = STATE(53), - [sym__old_style_function_definition] = STATE(363), - [sym_declaration] = STATE(53), - [sym_type_definition] = STATE(53), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1172), - [sym_linkage_specification] = STATE(53), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(53), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(886), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(53), - [sym_labeled_statement] = STATE(53), - [sym__top_level_expression_statement] = STATE(53), - [sym_if_statement] = STATE(53), - [sym_switch_statement] = STATE(53), - [sym_case_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_do_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_return_statement] = STATE(53), - [sym_break_statement] = STATE(53), - [sym_continue_statement] = STATE(53), - [sym_goto_statement] = STATE(53), - [sym__expression] = STATE(1024), - [sym__expression_not_binary] = STATE(1027), - [sym_conditional_expression] = STATE(1027), - [sym_assignment_expression] = STATE(1027), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(1027), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(1027), - [sym_cast_expression] = STATE(1027), - [sym_sizeof_expression] = STATE(1027), - [sym_alignof_expression] = STATE(1027), - [sym_offsetof_expression] = STATE(1027), - [sym_generic_expression] = STATE(1027), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(1027), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(1027), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(1027), - [sym_concatenated_string] = STATE(1027), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(1027), - [sym__empty_declaration] = STATE(53), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_translation_unit_repeat1] = STATE(53), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_preproc_include] = STATE(52), + [sym_preproc_def] = STATE(52), + [sym_preproc_function_def] = STATE(52), + [sym_preproc_call] = STATE(52), + [sym_preproc_if] = STATE(52), + [sym_preproc_ifdef] = STATE(52), + [sym_function_definition] = STATE(52), + [sym__old_style_function_definition] = STATE(399), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1220), + [sym_linkage_specification] = STATE(52), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(702), + [sym_compound_statement] = STATE(52), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(923), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(52), + [sym_labeled_statement] = STATE(52), + [sym__top_level_expression_statement] = STATE(52), + [sym_if_statement] = STATE(52), + [sym_switch_statement] = STATE(52), + [sym_case_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(1067), + [sym__expression_not_binary] = STATE(1063), + [sym_conditional_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1063), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(1063), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(1063), + [sym_cast_expression] = STATE(1063), + [sym_sizeof_expression] = STATE(1063), + [sym_alignof_expression] = STATE(1063), + [sym_offsetof_expression] = STATE(1063), + [sym_generic_expression] = STATE(1063), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(1063), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(1063), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(1063), + [sym_concatenated_string] = STATE(1063), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(1063), + [sym__empty_declaration] = STATE(52), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_translation_unit_repeat1] = STATE(52), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [ts_builtin_sym_end] = ACTIONS(725), + [sym_identifier] = ACTIONS(727), + [aux_sym_preproc_include_token1] = ACTIONS(730), + [aux_sym_preproc_def_token1] = ACTIONS(733), + [aux_sym_preproc_if_token1] = ACTIONS(736), + [aux_sym_preproc_ifdef_token1] = ACTIONS(739), + [aux_sym_preproc_ifdef_token2] = ACTIONS(739), + [sym_preproc_directive] = ACTIONS(742), + [anon_sym_LPAREN2] = ACTIONS(745), + [anon_sym_BANG] = ACTIONS(748), + [anon_sym_TILDE] = ACTIONS(748), + [anon_sym_DASH] = ACTIONS(751), + [anon_sym_PLUS] = ACTIONS(751), + [anon_sym_STAR] = ACTIONS(754), + [anon_sym_AMP] = ACTIONS(754), + [anon_sym___extension__] = ACTIONS(757), + [anon_sym_typedef] = ACTIONS(760), + [anon_sym_extern] = ACTIONS(763), + [anon_sym___attribute__] = ACTIONS(766), + [anon_sym_LBRACK_LBRACK] = ACTIONS(769), + [anon_sym___declspec] = ACTIONS(772), + [anon_sym___cdecl] = ACTIONS(775), + [anon_sym___clrcall] = ACTIONS(775), + [anon_sym___stdcall] = ACTIONS(775), + [anon_sym___fastcall] = ACTIONS(775), + [anon_sym___thiscall] = ACTIONS(775), + [anon_sym___vectorcall] = ACTIONS(775), + [anon_sym_LBRACE] = ACTIONS(778), + [anon_sym_signed] = ACTIONS(781), + [anon_sym_unsigned] = ACTIONS(781), + [anon_sym_long] = ACTIONS(781), + [anon_sym_short] = ACTIONS(781), + [anon_sym_static] = ACTIONS(784), + [anon_sym_auto] = ACTIONS(784), + [anon_sym_register] = ACTIONS(784), + [anon_sym_inline] = ACTIONS(784), + [anon_sym___inline] = ACTIONS(784), + [anon_sym___inline__] = ACTIONS(784), + [anon_sym___forceinline] = ACTIONS(784), + [anon_sym_thread_local] = ACTIONS(784), + [anon_sym___thread] = ACTIONS(784), + [anon_sym_const] = ACTIONS(787), + [anon_sym_constexpr] = ACTIONS(787), + [anon_sym_volatile] = ACTIONS(787), + [anon_sym_restrict] = ACTIONS(787), + [anon_sym___restrict__] = ACTIONS(787), + [anon_sym__Atomic] = ACTIONS(787), + [anon_sym__Noreturn] = ACTIONS(787), + [anon_sym_noreturn] = ACTIONS(787), + [sym_primitive_type] = ACTIONS(790), + [anon_sym_enum] = ACTIONS(793), + [anon_sym_struct] = ACTIONS(796), + [anon_sym_union] = ACTIONS(799), + [anon_sym_if] = ACTIONS(802), + [anon_sym_switch] = ACTIONS(805), + [anon_sym_case] = ACTIONS(808), + [anon_sym_default] = ACTIONS(811), + [anon_sym_while] = ACTIONS(814), + [anon_sym_do] = ACTIONS(817), + [anon_sym_for] = ACTIONS(820), + [anon_sym_return] = ACTIONS(823), + [anon_sym_break] = ACTIONS(826), + [anon_sym_continue] = ACTIONS(829), + [anon_sym_goto] = ACTIONS(832), + [anon_sym_DASH_DASH] = ACTIONS(835), + [anon_sym_PLUS_PLUS] = ACTIONS(835), + [anon_sym_sizeof] = ACTIONS(838), + [anon_sym___alignof__] = ACTIONS(841), + [anon_sym___alignof] = ACTIONS(841), + [anon_sym__alignof] = ACTIONS(841), + [anon_sym_alignof] = ACTIONS(841), + [anon_sym__Alignof] = ACTIONS(841), + [anon_sym_offsetof] = ACTIONS(844), + [anon_sym__Generic] = ACTIONS(847), + [anon_sym_asm] = ACTIONS(850), + [anon_sym___asm__] = ACTIONS(850), + [sym_number_literal] = ACTIONS(853), + [anon_sym_L_SQUOTE] = ACTIONS(856), + [anon_sym_u_SQUOTE] = ACTIONS(856), + [anon_sym_U_SQUOTE] = ACTIONS(856), + [anon_sym_u8_SQUOTE] = ACTIONS(856), + [anon_sym_SQUOTE] = ACTIONS(856), + [anon_sym_L_DQUOTE] = ACTIONS(859), + [anon_sym_u_DQUOTE] = ACTIONS(859), + [anon_sym_U_DQUOTE] = ACTIONS(859), + [anon_sym_u8_DQUOTE] = ACTIONS(859), + [anon_sym_DQUOTE] = ACTIONS(859), + [sym_true] = ACTIONS(862), + [sym_false] = ACTIONS(862), + [anon_sym_NULL] = ACTIONS(865), + [anon_sym_nullptr] = ACTIONS(865), + [sym_comment] = ACTIONS(3), + }, + [53] = { + [sym_preproc_include] = STATE(52), + [sym_preproc_def] = STATE(52), + [sym_preproc_function_def] = STATE(52), + [sym_preproc_call] = STATE(52), + [sym_preproc_if] = STATE(52), + [sym_preproc_ifdef] = STATE(52), + [sym_function_definition] = STATE(52), + [sym__old_style_function_definition] = STATE(399), + [sym_declaration] = STATE(52), + [sym_type_definition] = STATE(52), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1220), + [sym_linkage_specification] = STATE(52), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_call_modifier] = STATE(702), + [sym_compound_statement] = STATE(52), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(923), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(52), + [sym_labeled_statement] = STATE(52), + [sym__top_level_expression_statement] = STATE(52), + [sym_if_statement] = STATE(52), + [sym_switch_statement] = STATE(52), + [sym_case_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(1067), + [sym__expression_not_binary] = STATE(1063), + [sym_conditional_expression] = STATE(1063), + [sym_assignment_expression] = STATE(1063), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(1063), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(1063), + [sym_cast_expression] = STATE(1063), + [sym_sizeof_expression] = STATE(1063), + [sym_alignof_expression] = STATE(1063), + [sym_offsetof_expression] = STATE(1063), + [sym_generic_expression] = STATE(1063), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(1063), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(1063), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(1063), + [sym_concatenated_string] = STATE(1063), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(1063), + [sym__empty_declaration] = STATE(52), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_translation_unit_repeat1] = STATE(52), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [ts_builtin_sym_end] = ACTIONS(868), [sym_identifier] = ACTIONS(7), [aux_sym_preproc_include_token1] = ACTIONS(9), [aux_sym_preproc_def_token1] = ACTIONS(11), @@ -23265,392 +23588,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [53] = { - [sym_preproc_include] = STATE(53), - [sym_preproc_def] = STATE(53), - [sym_preproc_function_def] = STATE(53), - [sym_preproc_call] = STATE(53), - [sym_preproc_if] = STATE(53), - [sym_preproc_ifdef] = STATE(53), - [sym_function_definition] = STATE(53), - [sym__old_style_function_definition] = STATE(363), - [sym_declaration] = STATE(53), - [sym_type_definition] = STATE(53), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1172), - [sym_linkage_specification] = STATE(53), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_call_modifier] = STATE(660), - [sym_compound_statement] = STATE(53), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(886), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(53), - [sym_labeled_statement] = STATE(53), - [sym__top_level_expression_statement] = STATE(53), - [sym_if_statement] = STATE(53), - [sym_switch_statement] = STATE(53), - [sym_case_statement] = STATE(53), - [sym_while_statement] = STATE(53), - [sym_do_statement] = STATE(53), - [sym_for_statement] = STATE(53), - [sym_return_statement] = STATE(53), - [sym_break_statement] = STATE(53), - [sym_continue_statement] = STATE(53), - [sym_goto_statement] = STATE(53), - [sym__expression] = STATE(1024), - [sym__expression_not_binary] = STATE(1027), - [sym_conditional_expression] = STATE(1027), - [sym_assignment_expression] = STATE(1027), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(1027), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(1027), - [sym_cast_expression] = STATE(1027), - [sym_sizeof_expression] = STATE(1027), - [sym_alignof_expression] = STATE(1027), - [sym_offsetof_expression] = STATE(1027), - [sym_generic_expression] = STATE(1027), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(1027), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(1027), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(1027), - [sym_concatenated_string] = STATE(1027), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(1027), - [sym__empty_declaration] = STATE(53), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_translation_unit_repeat1] = STATE(53), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [ts_builtin_sym_end] = ACTIONS(727), - [sym_identifier] = ACTIONS(729), - [aux_sym_preproc_include_token1] = ACTIONS(732), - [aux_sym_preproc_def_token1] = ACTIONS(735), - [aux_sym_preproc_if_token1] = ACTIONS(738), - [aux_sym_preproc_ifdef_token1] = ACTIONS(741), - [aux_sym_preproc_ifdef_token2] = ACTIONS(741), - [sym_preproc_directive] = ACTIONS(744), - [anon_sym_LPAREN2] = ACTIONS(747), - [anon_sym_BANG] = ACTIONS(750), - [anon_sym_TILDE] = ACTIONS(750), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_PLUS] = ACTIONS(753), - [anon_sym_STAR] = ACTIONS(756), - [anon_sym_AMP] = ACTIONS(756), - [anon_sym___extension__] = ACTIONS(759), - [anon_sym_typedef] = ACTIONS(762), - [anon_sym_extern] = ACTIONS(765), - [anon_sym___attribute__] = ACTIONS(768), - [anon_sym_LBRACK_LBRACK] = ACTIONS(771), - [anon_sym___declspec] = ACTIONS(774), - [anon_sym___cdecl] = ACTIONS(777), - [anon_sym___clrcall] = ACTIONS(777), - [anon_sym___stdcall] = ACTIONS(777), - [anon_sym___fastcall] = ACTIONS(777), - [anon_sym___thiscall] = ACTIONS(777), - [anon_sym___vectorcall] = ACTIONS(777), - [anon_sym_LBRACE] = ACTIONS(780), - [anon_sym_signed] = ACTIONS(783), - [anon_sym_unsigned] = ACTIONS(783), - [anon_sym_long] = ACTIONS(783), - [anon_sym_short] = ACTIONS(783), - [anon_sym_static] = ACTIONS(786), - [anon_sym_auto] = ACTIONS(786), - [anon_sym_register] = ACTIONS(786), - [anon_sym_inline] = ACTIONS(786), - [anon_sym___inline] = ACTIONS(786), - [anon_sym___inline__] = ACTIONS(786), - [anon_sym___forceinline] = ACTIONS(786), - [anon_sym_thread_local] = ACTIONS(786), - [anon_sym___thread] = ACTIONS(786), - [anon_sym_const] = ACTIONS(789), - [anon_sym_constexpr] = ACTIONS(789), - [anon_sym_volatile] = ACTIONS(789), - [anon_sym_restrict] = ACTIONS(789), - [anon_sym___restrict__] = ACTIONS(789), - [anon_sym__Atomic] = ACTIONS(789), - [anon_sym__Noreturn] = ACTIONS(789), - [anon_sym_noreturn] = ACTIONS(789), - [sym_primitive_type] = ACTIONS(792), - [anon_sym_enum] = ACTIONS(795), - [anon_sym_struct] = ACTIONS(798), - [anon_sym_union] = ACTIONS(801), - [anon_sym_if] = ACTIONS(804), - [anon_sym_switch] = ACTIONS(807), - [anon_sym_case] = ACTIONS(810), - [anon_sym_default] = ACTIONS(813), - [anon_sym_while] = ACTIONS(816), - [anon_sym_do] = ACTIONS(819), - [anon_sym_for] = ACTIONS(822), - [anon_sym_return] = ACTIONS(825), - [anon_sym_break] = ACTIONS(828), - [anon_sym_continue] = ACTIONS(831), - [anon_sym_goto] = ACTIONS(834), - [anon_sym_DASH_DASH] = ACTIONS(837), - [anon_sym_PLUS_PLUS] = ACTIONS(837), - [anon_sym_sizeof] = ACTIONS(840), - [anon_sym___alignof__] = ACTIONS(843), - [anon_sym___alignof] = ACTIONS(843), - [anon_sym__alignof] = ACTIONS(843), - [anon_sym_alignof] = ACTIONS(843), - [anon_sym__Alignof] = ACTIONS(843), - [anon_sym_offsetof] = ACTIONS(846), - [anon_sym__Generic] = ACTIONS(849), - [anon_sym_asm] = ACTIONS(852), - [anon_sym___asm__] = ACTIONS(852), - [sym_number_literal] = ACTIONS(855), - [anon_sym_L_SQUOTE] = ACTIONS(858), - [anon_sym_u_SQUOTE] = ACTIONS(858), - [anon_sym_U_SQUOTE] = ACTIONS(858), - [anon_sym_u8_SQUOTE] = ACTIONS(858), - [anon_sym_SQUOTE] = ACTIONS(858), - [anon_sym_L_DQUOTE] = ACTIONS(861), - [anon_sym_u_DQUOTE] = ACTIONS(861), - [anon_sym_U_DQUOTE] = ACTIONS(861), - [anon_sym_u8_DQUOTE] = ACTIONS(861), - [anon_sym_DQUOTE] = ACTIONS(861), - [sym_true] = ACTIONS(864), - [sym_false] = ACTIONS(864), - [anon_sym_NULL] = ACTIONS(867), - [anon_sym_nullptr] = ACTIONS(867), - [sym_comment] = ACTIONS(3), - }, [54] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1190), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1231), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(54), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(55), [sym_identifier] = ACTIONS(870), - [aux_sym_preproc_include_token1] = ACTIONS(873), - [aux_sym_preproc_def_token1] = ACTIONS(873), - [aux_sym_preproc_if_token1] = ACTIONS(873), - [aux_sym_preproc_if_token2] = ACTIONS(873), - [aux_sym_preproc_ifdef_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token2] = ACTIONS(873), - [aux_sym_preproc_else_token1] = ACTIONS(873), - [aux_sym_preproc_elif_token1] = ACTIONS(873), - [aux_sym_preproc_elifdef_token1] = ACTIONS(873), - [aux_sym_preproc_elifdef_token2] = ACTIONS(873), - [sym_preproc_directive] = ACTIONS(873), - [anon_sym_LPAREN2] = ACTIONS(875), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(887), - [anon_sym___extension__] = ACTIONS(890), - [anon_sym_typedef] = ACTIONS(893), - [anon_sym_extern] = ACTIONS(896), - [anon_sym___attribute__] = ACTIONS(899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(902), - [anon_sym___declspec] = ACTIONS(905), - [anon_sym___cdecl] = ACTIONS(873), - [anon_sym___clrcall] = ACTIONS(873), - [anon_sym___stdcall] = ACTIONS(873), - [anon_sym___fastcall] = ACTIONS(873), - [anon_sym___thiscall] = ACTIONS(873), - [anon_sym___vectorcall] = ACTIONS(873), - [anon_sym_LBRACE] = ACTIONS(908), - [anon_sym_signed] = ACTIONS(911), - [anon_sym_unsigned] = ACTIONS(911), - [anon_sym_long] = ACTIONS(911), - [anon_sym_short] = ACTIONS(911), - [anon_sym_static] = ACTIONS(896), - [anon_sym_auto] = ACTIONS(896), - [anon_sym_register] = ACTIONS(896), - [anon_sym_inline] = ACTIONS(896), - [anon_sym___inline] = ACTIONS(896), - [anon_sym___inline__] = ACTIONS(896), - [anon_sym___forceinline] = ACTIONS(896), - [anon_sym_thread_local] = ACTIONS(896), - [anon_sym___thread] = ACTIONS(896), - [anon_sym_const] = ACTIONS(914), - [anon_sym_constexpr] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_noreturn] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(929), - [anon_sym_else] = ACTIONS(873), - [anon_sym_switch] = ACTIONS(932), - [anon_sym_case] = ACTIONS(873), - [anon_sym_default] = ACTIONS(873), - [anon_sym_while] = ACTIONS(935), - [anon_sym_do] = ACTIONS(938), - [anon_sym_for] = ACTIONS(941), - [anon_sym_return] = ACTIONS(944), - [anon_sym_break] = ACTIONS(947), - [anon_sym_continue] = ACTIONS(950), - [anon_sym_goto] = ACTIONS(953), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_sizeof] = ACTIONS(959), - [anon_sym___alignof__] = ACTIONS(962), - [anon_sym___alignof] = ACTIONS(962), - [anon_sym__alignof] = ACTIONS(962), - [anon_sym_alignof] = ACTIONS(962), - [anon_sym__Alignof] = ACTIONS(962), - [anon_sym_offsetof] = ACTIONS(965), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(971), - [anon_sym___asm__] = ACTIONS(971), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(977), - [anon_sym_u_SQUOTE] = ACTIONS(977), - [anon_sym_U_SQUOTE] = ACTIONS(977), - [anon_sym_u8_SQUOTE] = ACTIONS(977), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_L_DQUOTE] = ACTIONS(980), - [anon_sym_u_DQUOTE] = ACTIONS(980), - [anon_sym_U_DQUOTE] = ACTIONS(980), - [anon_sym_u8_DQUOTE] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym_true] = ACTIONS(983), - [sym_false] = ACTIONS(983), - [anon_sym_NULL] = ACTIONS(986), - [anon_sym_nullptr] = ACTIONS(986), - [sym_comment] = ACTIONS(3), - }, - [55] = { - [sym_declaration] = STATE(56), - [sym_type_definition] = STATE(56), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1190), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(56), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(56), - [sym_identifier] = ACTIONS(989), - [aux_sym_preproc_include_token1] = ACTIONS(991), - [aux_sym_preproc_def_token1] = ACTIONS(991), - [aux_sym_preproc_if_token1] = ACTIONS(991), - [aux_sym_preproc_if_token2] = ACTIONS(991), - [aux_sym_preproc_ifdef_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token2] = ACTIONS(991), - [aux_sym_preproc_else_token1] = ACTIONS(991), - [aux_sym_preproc_elif_token1] = ACTIONS(991), - [aux_sym_preproc_elifdef_token1] = ACTIONS(991), - [aux_sym_preproc_elifdef_token2] = ACTIONS(991), - [sym_preproc_directive] = ACTIONS(991), + [aux_sym_preproc_include_token1] = ACTIONS(872), + [aux_sym_preproc_def_token1] = ACTIONS(872), + [aux_sym_preproc_if_token1] = ACTIONS(872), + [aux_sym_preproc_if_token2] = ACTIONS(872), + [aux_sym_preproc_ifdef_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token2] = ACTIONS(872), + [aux_sym_preproc_else_token1] = ACTIONS(872), + [aux_sym_preproc_elif_token1] = ACTIONS(872), + [aux_sym_preproc_elifdef_token1] = ACTIONS(872), + [aux_sym_preproc_elifdef_token2] = ACTIONS(872), + [sym_preproc_directive] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -23665,12 +23671,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(991), - [anon_sym___clrcall] = ACTIONS(991), - [anon_sym___stdcall] = ACTIONS(991), - [anon_sym___fastcall] = ACTIONS(991), - [anon_sym___thiscall] = ACTIONS(991), - [anon_sym___vectorcall] = ACTIONS(991), + [anon_sym___cdecl] = ACTIONS(872), + [anon_sym___clrcall] = ACTIONS(872), + [anon_sym___stdcall] = ACTIONS(872), + [anon_sym___fastcall] = ACTIONS(872), + [anon_sym___thiscall] = ACTIONS(872), + [anon_sym___vectorcall] = ACTIONS(872), [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -23698,10 +23704,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(131), - [anon_sym_else] = ACTIONS(991), + [anon_sym_else] = ACTIONS(872), [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(991), - [anon_sym_default] = ACTIONS(991), + [anon_sym_case] = ACTIONS(872), + [anon_sym_default] = ACTIONS(872), [anon_sym_while] = ACTIONS(139), [anon_sym_do] = ACTIONS(141), [anon_sym_for] = ACTIONS(143), @@ -23738,64 +23744,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [55] = { + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1231), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(874), + [aux_sym_preproc_include_token1] = ACTIONS(877), + [aux_sym_preproc_def_token1] = ACTIONS(877), + [aux_sym_preproc_if_token1] = ACTIONS(877), + [aux_sym_preproc_if_token2] = ACTIONS(877), + [aux_sym_preproc_ifdef_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token2] = ACTIONS(877), + [aux_sym_preproc_else_token1] = ACTIONS(877), + [aux_sym_preproc_elif_token1] = ACTIONS(877), + [aux_sym_preproc_elifdef_token1] = ACTIONS(877), + [aux_sym_preproc_elifdef_token2] = ACTIONS(877), + [sym_preproc_directive] = ACTIONS(877), + [anon_sym_LPAREN2] = ACTIONS(879), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(888), + [anon_sym_AMP] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(891), + [anon_sym___extension__] = ACTIONS(894), + [anon_sym_typedef] = ACTIONS(897), + [anon_sym_extern] = ACTIONS(900), + [anon_sym___attribute__] = ACTIONS(903), + [anon_sym_LBRACK_LBRACK] = ACTIONS(906), + [anon_sym___declspec] = ACTIONS(909), + [anon_sym___cdecl] = ACTIONS(877), + [anon_sym___clrcall] = ACTIONS(877), + [anon_sym___stdcall] = ACTIONS(877), + [anon_sym___fastcall] = ACTIONS(877), + [anon_sym___thiscall] = ACTIONS(877), + [anon_sym___vectorcall] = ACTIONS(877), + [anon_sym_LBRACE] = ACTIONS(912), + [anon_sym_signed] = ACTIONS(915), + [anon_sym_unsigned] = ACTIONS(915), + [anon_sym_long] = ACTIONS(915), + [anon_sym_short] = ACTIONS(915), + [anon_sym_static] = ACTIONS(900), + [anon_sym_auto] = ACTIONS(900), + [anon_sym_register] = ACTIONS(900), + [anon_sym_inline] = ACTIONS(900), + [anon_sym___inline] = ACTIONS(900), + [anon_sym___inline__] = ACTIONS(900), + [anon_sym___forceinline] = ACTIONS(900), + [anon_sym_thread_local] = ACTIONS(900), + [anon_sym___thread] = ACTIONS(900), + [anon_sym_const] = ACTIONS(918), + [anon_sym_constexpr] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_noreturn] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_union] = ACTIONS(930), + [anon_sym_if] = ACTIONS(933), + [anon_sym_else] = ACTIONS(877), + [anon_sym_switch] = ACTIONS(936), + [anon_sym_case] = ACTIONS(877), + [anon_sym_default] = ACTIONS(877), + [anon_sym_while] = ACTIONS(939), + [anon_sym_do] = ACTIONS(942), + [anon_sym_for] = ACTIONS(945), + [anon_sym_return] = ACTIONS(948), + [anon_sym_break] = ACTIONS(951), + [anon_sym_continue] = ACTIONS(954), + [anon_sym_goto] = ACTIONS(957), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(963), + [anon_sym___alignof__] = ACTIONS(966), + [anon_sym___alignof] = ACTIONS(966), + [anon_sym__alignof] = ACTIONS(966), + [anon_sym_alignof] = ACTIONS(966), + [anon_sym__Alignof] = ACTIONS(966), + [anon_sym_offsetof] = ACTIONS(969), + [anon_sym__Generic] = ACTIONS(972), + [anon_sym_asm] = ACTIONS(975), + [anon_sym___asm__] = ACTIONS(975), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(981), + [anon_sym_u_SQUOTE] = ACTIONS(981), + [anon_sym_U_SQUOTE] = ACTIONS(981), + [anon_sym_u8_SQUOTE] = ACTIONS(981), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_L_DQUOTE] = ACTIONS(984), + [anon_sym_u_DQUOTE] = ACTIONS(984), + [anon_sym_U_DQUOTE] = ACTIONS(984), + [anon_sym_u8_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym_true] = ACTIONS(987), + [sym_false] = ACTIONS(987), + [anon_sym_NULL] = ACTIONS(990), + [anon_sym_nullptr] = ACTIONS(990), + [sym_comment] = ACTIONS(3), + }, [56] = { - [sym_declaration] = STATE(54), - [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1190), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [sym_declaration] = STATE(55), + [sym_type_definition] = STATE(55), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1231), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(55), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(989), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(55), + [sym_identifier] = ACTIONS(870), [aux_sym_preproc_include_token1] = ACTIONS(993), [aux_sym_preproc_def_token1] = ACTIONS(993), [aux_sym_preproc_if_token1] = ACTIONS(993), @@ -23897,19 +24059,19 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [57] = { [sym_declaration] = STATE(54), [sym_type_definition] = STATE(54), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1190), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1231), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), [sym_compound_statement] = STATE(54), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(54), [sym_labeled_statement] = STATE(54), [sym_expression_statement] = STATE(54), @@ -23922,36 +24084,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(54), [sym_continue_statement] = STATE(54), [sym_goto_statement] = STATE(54), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [aux_sym_case_statement_repeat1] = STATE(54), - [sym_identifier] = ACTIONS(989), + [sym_identifier] = ACTIONS(870), [aux_sym_preproc_include_token1] = ACTIONS(995), [aux_sym_preproc_def_token1] = ACTIONS(995), [aux_sym_preproc_if_token1] = ACTIONS(995), @@ -24051,63 +24213,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [58] = { - [sym_declaration] = STATE(57), - [sym_type_definition] = STATE(57), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1190), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(57), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), + [sym_declaration] = STATE(56), + [sym_type_definition] = STATE(56), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1231), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(56), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), [aux_sym_attributed_declarator_repeat1] = STATE(418), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(57), - [sym_identifier] = ACTIONS(989), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(56), + [sym_identifier] = ACTIONS(870), [aux_sym_preproc_include_token1] = ACTIONS(997), [aux_sym_preproc_def_token1] = ACTIONS(997), [aux_sym_preproc_if_token1] = ACTIONS(997), @@ -24207,380 +24369,72 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [59] = { - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1185), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(59), - [sym_labeled_statement] = STATE(59), - [sym_expression_statement] = STATE(59), - [sym_if_statement] = STATE(59), - [sym_switch_statement] = STATE(59), - [sym_while_statement] = STATE(59), - [sym_do_statement] = STATE(59), - [sym_for_statement] = STATE(59), - [sym_return_statement] = STATE(59), - [sym_break_statement] = STATE(59), - [sym_continue_statement] = STATE(59), - [sym_goto_statement] = STATE(59), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(59), + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1224), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(61), [sym_identifier] = ACTIONS(999), - [aux_sym_preproc_include_token1] = ACTIONS(873), - [aux_sym_preproc_def_token1] = ACTIONS(873), - [aux_sym_preproc_if_token1] = ACTIONS(873), - [aux_sym_preproc_if_token2] = ACTIONS(873), - [aux_sym_preproc_ifdef_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token2] = ACTIONS(873), - [aux_sym_preproc_else_token1] = ACTIONS(873), - [aux_sym_preproc_elif_token1] = ACTIONS(873), - [sym_preproc_directive] = ACTIONS(873), - [anon_sym_LPAREN2] = ACTIONS(875), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(1002), - [anon_sym___extension__] = ACTIONS(1005), - [anon_sym_typedef] = ACTIONS(1008), - [anon_sym_extern] = ACTIONS(896), - [anon_sym___attribute__] = ACTIONS(899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(902), - [anon_sym___declspec] = ACTIONS(905), - [anon_sym___cdecl] = ACTIONS(873), - [anon_sym___clrcall] = ACTIONS(873), - [anon_sym___stdcall] = ACTIONS(873), - [anon_sym___fastcall] = ACTIONS(873), - [anon_sym___thiscall] = ACTIONS(873), - [anon_sym___vectorcall] = ACTIONS(873), - [anon_sym_LBRACE] = ACTIONS(1011), - [anon_sym_signed] = ACTIONS(911), - [anon_sym_unsigned] = ACTIONS(911), - [anon_sym_long] = ACTIONS(911), - [anon_sym_short] = ACTIONS(911), - [anon_sym_static] = ACTIONS(896), - [anon_sym_auto] = ACTIONS(896), - [anon_sym_register] = ACTIONS(896), - [anon_sym_inline] = ACTIONS(896), - [anon_sym___inline] = ACTIONS(896), - [anon_sym___inline__] = ACTIONS(896), - [anon_sym___forceinline] = ACTIONS(896), - [anon_sym_thread_local] = ACTIONS(896), - [anon_sym___thread] = ACTIONS(896), - [anon_sym_const] = ACTIONS(914), - [anon_sym_constexpr] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_noreturn] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(1014), - [anon_sym_else] = ACTIONS(873), - [anon_sym_switch] = ACTIONS(1017), - [anon_sym_case] = ACTIONS(873), - [anon_sym_default] = ACTIONS(873), - [anon_sym_while] = ACTIONS(1020), - [anon_sym_do] = ACTIONS(1023), - [anon_sym_for] = ACTIONS(1026), - [anon_sym_return] = ACTIONS(1029), - [anon_sym_break] = ACTIONS(1032), - [anon_sym_continue] = ACTIONS(1035), - [anon_sym_goto] = ACTIONS(1038), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_sizeof] = ACTIONS(959), - [anon_sym___alignof__] = ACTIONS(962), - [anon_sym___alignof] = ACTIONS(962), - [anon_sym__alignof] = ACTIONS(962), - [anon_sym_alignof] = ACTIONS(962), - [anon_sym__Alignof] = ACTIONS(962), - [anon_sym_offsetof] = ACTIONS(965), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(971), - [anon_sym___asm__] = ACTIONS(971), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(977), - [anon_sym_u_SQUOTE] = ACTIONS(977), - [anon_sym_U_SQUOTE] = ACTIONS(977), - [anon_sym_u8_SQUOTE] = ACTIONS(977), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_L_DQUOTE] = ACTIONS(980), - [anon_sym_u_DQUOTE] = ACTIONS(980), - [anon_sym_U_DQUOTE] = ACTIONS(980), - [anon_sym_u8_DQUOTE] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym_true] = ACTIONS(983), - [sym_false] = ACTIONS(983), - [anon_sym_NULL] = ACTIONS(986), - [anon_sym_nullptr] = ACTIONS(986), - [sym_comment] = ACTIONS(3), - }, - [60] = { - [sym_declaration] = STATE(62), - [sym_type_definition] = STATE(62), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1185), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(62), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(62), - [sym_identifier] = ACTIONS(1041), - [aux_sym_preproc_include_token1] = ACTIONS(997), - [aux_sym_preproc_def_token1] = ACTIONS(997), - [aux_sym_preproc_if_token1] = ACTIONS(997), - [aux_sym_preproc_if_token2] = ACTIONS(997), - [aux_sym_preproc_ifdef_token1] = ACTIONS(997), - [aux_sym_preproc_ifdef_token2] = ACTIONS(997), - [aux_sym_preproc_else_token1] = ACTIONS(997), - [aux_sym_preproc_elif_token1] = ACTIONS(997), - [sym_preproc_directive] = ACTIONS(997), - [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(189), - [anon_sym___extension__] = ACTIONS(191), - [anon_sym_typedef] = ACTIONS(193), - [anon_sym_extern] = ACTIONS(45), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(997), - [anon_sym___clrcall] = ACTIONS(997), - [anon_sym___stdcall] = ACTIONS(997), - [anon_sym___fastcall] = ACTIONS(997), - [anon_sym___thiscall] = ACTIONS(997), - [anon_sym___vectorcall] = ACTIONS(997), - [anon_sym_LBRACE] = ACTIONS(197), - [anon_sym_signed] = ACTIONS(43), - [anon_sym_unsigned] = ACTIONS(43), - [anon_sym_long] = ACTIONS(43), - [anon_sym_short] = ACTIONS(43), - [anon_sym_static] = ACTIONS(45), - [anon_sym_auto] = ACTIONS(45), - [anon_sym_register] = ACTIONS(45), - [anon_sym_inline] = ACTIONS(45), - [anon_sym___inline] = ACTIONS(45), - [anon_sym___inline__] = ACTIONS(45), - [anon_sym___forceinline] = ACTIONS(45), - [anon_sym_thread_local] = ACTIONS(45), - [anon_sym___thread] = ACTIONS(45), - [anon_sym_const] = ACTIONS(47), - [anon_sym_constexpr] = ACTIONS(47), - [anon_sym_volatile] = ACTIONS(47), - [anon_sym_restrict] = ACTIONS(47), - [anon_sym___restrict__] = ACTIONS(47), - [anon_sym__Atomic] = ACTIONS(47), - [anon_sym__Noreturn] = ACTIONS(47), - [anon_sym_noreturn] = 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(199), - [anon_sym_else] = ACTIONS(997), - [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(997), - [anon_sym_default] = ACTIONS(997), - [anon_sym_while] = ACTIONS(207), - [anon_sym_do] = ACTIONS(209), - [anon_sym_for] = ACTIONS(211), - [anon_sym_return] = ACTIONS(213), - [anon_sym_break] = ACTIONS(215), - [anon_sym_continue] = ACTIONS(217), - [anon_sym_goto] = ACTIONS(219), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [61] = { - [sym_declaration] = STATE(63), - [sym_type_definition] = STATE(63), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1185), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(63), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(63), - [sym_labeled_statement] = STATE(63), - [sym_expression_statement] = STATE(63), - [sym_if_statement] = STATE(63), - [sym_switch_statement] = STATE(63), - [sym_while_statement] = STATE(63), - [sym_do_statement] = STATE(63), - [sym_for_statement] = STATE(63), - [sym_return_statement] = STATE(63), - [sym_break_statement] = STATE(63), - [sym_continue_statement] = STATE(63), - [sym_goto_statement] = STATE(63), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(63), - [sym_identifier] = ACTIONS(1041), - [aux_sym_preproc_include_token1] = ACTIONS(991), - [aux_sym_preproc_def_token1] = ACTIONS(991), - [aux_sym_preproc_if_token1] = ACTIONS(991), - [aux_sym_preproc_if_token2] = ACTIONS(991), - [aux_sym_preproc_ifdef_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token2] = ACTIONS(991), - [aux_sym_preproc_else_token1] = ACTIONS(991), - [aux_sym_preproc_elif_token1] = ACTIONS(991), - [sym_preproc_directive] = ACTIONS(991), + [aux_sym_preproc_include_token1] = ACTIONS(993), + [aux_sym_preproc_def_token1] = ACTIONS(993), + [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_if_token2] = ACTIONS(993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token2] = ACTIONS(993), + [aux_sym_preproc_else_token1] = ACTIONS(993), + [aux_sym_preproc_elif_token1] = ACTIONS(993), + [sym_preproc_directive] = ACTIONS(993), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24595,12 +24449,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(991), - [anon_sym___clrcall] = ACTIONS(991), - [anon_sym___stdcall] = ACTIONS(991), - [anon_sym___fastcall] = ACTIONS(991), - [anon_sym___thiscall] = ACTIONS(991), - [anon_sym___vectorcall] = ACTIONS(991), + [anon_sym___cdecl] = ACTIONS(993), + [anon_sym___clrcall] = ACTIONS(993), + [anon_sym___stdcall] = ACTIONS(993), + [anon_sym___fastcall] = ACTIONS(993), + [anon_sym___thiscall] = ACTIONS(993), + [anon_sym___vectorcall] = ACTIONS(993), [anon_sym_LBRACE] = ACTIONS(197), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -24628,10 +24482,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(199), - [anon_sym_else] = ACTIONS(991), + [anon_sym_else] = ACTIONS(993), [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(991), - [anon_sym_default] = ACTIONS(991), + [anon_sym_case] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), [anon_sym_while] = ACTIONS(207), [anon_sym_do] = ACTIONS(209), [anon_sym_for] = ACTIONS(211), @@ -24668,64 +24522,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [62] = { - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1185), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(59), - [sym_labeled_statement] = STATE(59), - [sym_expression_statement] = STATE(59), - [sym_if_statement] = STATE(59), - [sym_switch_statement] = STATE(59), - [sym_while_statement] = STATE(59), - [sym_do_statement] = STATE(59), - [sym_for_statement] = STATE(59), - [sym_return_statement] = STATE(59), - [sym_break_statement] = STATE(59), - [sym_continue_statement] = STATE(59), - [sym_goto_statement] = STATE(59), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(59), - [sym_identifier] = ACTIONS(1041), + [60] = { + [sym_declaration] = STATE(62), + [sym_type_definition] = STATE(62), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1224), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(62), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(62), + [sym_identifier] = ACTIONS(999), [aux_sym_preproc_include_token1] = ACTIONS(995), [aux_sym_preproc_def_token1] = ACTIONS(995), [aux_sym_preproc_if_token1] = ACTIONS(995), @@ -24822,73 +24676,227 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [63] = { - [sym_declaration] = STATE(59), - [sym_type_definition] = STATE(59), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1185), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(59), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(59), - [sym_labeled_statement] = STATE(59), - [sym_expression_statement] = STATE(59), - [sym_if_statement] = STATE(59), - [sym_switch_statement] = STATE(59), - [sym_while_statement] = STATE(59), - [sym_do_statement] = STATE(59), - [sym_for_statement] = STATE(59), - [sym_return_statement] = STATE(59), - [sym_break_statement] = STATE(59), - [sym_continue_statement] = STATE(59), - [sym_goto_statement] = STATE(59), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(59), - [sym_identifier] = ACTIONS(1041), - [aux_sym_preproc_include_token1] = ACTIONS(993), - [aux_sym_preproc_def_token1] = ACTIONS(993), - [aux_sym_preproc_if_token1] = ACTIONS(993), - [aux_sym_preproc_if_token2] = ACTIONS(993), - [aux_sym_preproc_ifdef_token1] = ACTIONS(993), - [aux_sym_preproc_ifdef_token2] = ACTIONS(993), - [aux_sym_preproc_else_token1] = ACTIONS(993), - [aux_sym_preproc_elif_token1] = ACTIONS(993), - [sym_preproc_directive] = ACTIONS(993), + [61] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1224), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(61), + [sym_identifier] = ACTIONS(1001), + [aux_sym_preproc_include_token1] = ACTIONS(877), + [aux_sym_preproc_def_token1] = ACTIONS(877), + [aux_sym_preproc_if_token1] = ACTIONS(877), + [aux_sym_preproc_if_token2] = ACTIONS(877), + [aux_sym_preproc_ifdef_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token2] = ACTIONS(877), + [aux_sym_preproc_else_token1] = ACTIONS(877), + [aux_sym_preproc_elif_token1] = ACTIONS(877), + [sym_preproc_directive] = ACTIONS(877), + [anon_sym_LPAREN2] = ACTIONS(879), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(888), + [anon_sym_AMP] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(1004), + [anon_sym___extension__] = ACTIONS(1007), + [anon_sym_typedef] = ACTIONS(1010), + [anon_sym_extern] = ACTIONS(900), + [anon_sym___attribute__] = ACTIONS(903), + [anon_sym_LBRACK_LBRACK] = ACTIONS(906), + [anon_sym___declspec] = ACTIONS(909), + [anon_sym___cdecl] = ACTIONS(877), + [anon_sym___clrcall] = ACTIONS(877), + [anon_sym___stdcall] = ACTIONS(877), + [anon_sym___fastcall] = ACTIONS(877), + [anon_sym___thiscall] = ACTIONS(877), + [anon_sym___vectorcall] = ACTIONS(877), + [anon_sym_LBRACE] = ACTIONS(1013), + [anon_sym_signed] = ACTIONS(915), + [anon_sym_unsigned] = ACTIONS(915), + [anon_sym_long] = ACTIONS(915), + [anon_sym_short] = ACTIONS(915), + [anon_sym_static] = ACTIONS(900), + [anon_sym_auto] = ACTIONS(900), + [anon_sym_register] = ACTIONS(900), + [anon_sym_inline] = ACTIONS(900), + [anon_sym___inline] = ACTIONS(900), + [anon_sym___inline__] = ACTIONS(900), + [anon_sym___forceinline] = ACTIONS(900), + [anon_sym_thread_local] = ACTIONS(900), + [anon_sym___thread] = ACTIONS(900), + [anon_sym_const] = ACTIONS(918), + [anon_sym_constexpr] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_noreturn] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_union] = ACTIONS(930), + [anon_sym_if] = ACTIONS(1016), + [anon_sym_else] = ACTIONS(877), + [anon_sym_switch] = ACTIONS(1019), + [anon_sym_case] = ACTIONS(877), + [anon_sym_default] = ACTIONS(877), + [anon_sym_while] = ACTIONS(1022), + [anon_sym_do] = ACTIONS(1025), + [anon_sym_for] = ACTIONS(1028), + [anon_sym_return] = ACTIONS(1031), + [anon_sym_break] = ACTIONS(1034), + [anon_sym_continue] = ACTIONS(1037), + [anon_sym_goto] = ACTIONS(1040), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(963), + [anon_sym___alignof__] = ACTIONS(966), + [anon_sym___alignof] = ACTIONS(966), + [anon_sym__alignof] = ACTIONS(966), + [anon_sym_alignof] = ACTIONS(966), + [anon_sym__Alignof] = ACTIONS(966), + [anon_sym_offsetof] = ACTIONS(969), + [anon_sym__Generic] = ACTIONS(972), + [anon_sym_asm] = ACTIONS(975), + [anon_sym___asm__] = ACTIONS(975), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(981), + [anon_sym_u_SQUOTE] = ACTIONS(981), + [anon_sym_U_SQUOTE] = ACTIONS(981), + [anon_sym_u8_SQUOTE] = ACTIONS(981), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_L_DQUOTE] = ACTIONS(984), + [anon_sym_u_DQUOTE] = ACTIONS(984), + [anon_sym_U_DQUOTE] = ACTIONS(984), + [anon_sym_u8_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym_true] = ACTIONS(987), + [sym_false] = ACTIONS(987), + [anon_sym_NULL] = ACTIONS(990), + [anon_sym_nullptr] = ACTIONS(990), + [sym_comment] = ACTIONS(3), + }, + [62] = { + [sym_declaration] = STATE(61), + [sym_type_definition] = STATE(61), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1224), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(61), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(61), + [sym_identifier] = ACTIONS(999), + [aux_sym_preproc_include_token1] = ACTIONS(872), + [aux_sym_preproc_def_token1] = ACTIONS(872), + [aux_sym_preproc_if_token1] = ACTIONS(872), + [aux_sym_preproc_if_token2] = ACTIONS(872), + [aux_sym_preproc_ifdef_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token2] = ACTIONS(872), + [aux_sym_preproc_else_token1] = ACTIONS(872), + [aux_sym_preproc_elif_token1] = ACTIONS(872), + [sym_preproc_directive] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -24903,12 +24911,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(993), - [anon_sym___clrcall] = ACTIONS(993), - [anon_sym___stdcall] = ACTIONS(993), - [anon_sym___fastcall] = ACTIONS(993), - [anon_sym___thiscall] = ACTIONS(993), - [anon_sym___vectorcall] = ACTIONS(993), + [anon_sym___cdecl] = ACTIONS(872), + [anon_sym___clrcall] = ACTIONS(872), + [anon_sym___stdcall] = ACTIONS(872), + [anon_sym___fastcall] = ACTIONS(872), + [anon_sym___thiscall] = ACTIONS(872), + [anon_sym___vectorcall] = ACTIONS(872), [anon_sym_LBRACE] = ACTIONS(197), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -24936,10 +24944,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(199), - [anon_sym_else] = ACTIONS(993), + [anon_sym_else] = ACTIONS(872), [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(993), - [anon_sym_default] = ACTIONS(993), + [anon_sym_case] = ACTIONS(872), + [anon_sym_default] = ACTIONS(872), [anon_sym_while] = ACTIONS(207), [anon_sym_do] = ACTIONS(209), [anon_sym_for] = ACTIONS(211), @@ -24976,223 +24984,225 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [64] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1178), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(64), - [sym_identifier] = ACTIONS(1043), - [aux_sym_preproc_include_token1] = ACTIONS(873), - [aux_sym_preproc_def_token1] = ACTIONS(873), - [aux_sym_preproc_if_token1] = ACTIONS(873), - [aux_sym_preproc_if_token2] = ACTIONS(873), - [aux_sym_preproc_ifdef_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token2] = ACTIONS(873), - [sym_preproc_directive] = ACTIONS(873), - [anon_sym_LPAREN2] = ACTIONS(875), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(1046), - [anon_sym___extension__] = ACTIONS(1049), - [anon_sym_typedef] = ACTIONS(1052), - [anon_sym_extern] = ACTIONS(896), - [anon_sym___attribute__] = ACTIONS(899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(902), - [anon_sym___declspec] = ACTIONS(905), - [anon_sym___cdecl] = ACTIONS(873), - [anon_sym___clrcall] = ACTIONS(873), - [anon_sym___stdcall] = ACTIONS(873), - [anon_sym___fastcall] = ACTIONS(873), - [anon_sym___thiscall] = ACTIONS(873), - [anon_sym___vectorcall] = ACTIONS(873), - [anon_sym_LBRACE] = ACTIONS(1055), - [anon_sym_signed] = ACTIONS(911), - [anon_sym_unsigned] = ACTIONS(911), - [anon_sym_long] = ACTIONS(911), - [anon_sym_short] = ACTIONS(911), - [anon_sym_static] = ACTIONS(896), - [anon_sym_auto] = ACTIONS(896), - [anon_sym_register] = ACTIONS(896), - [anon_sym_inline] = ACTIONS(896), - [anon_sym___inline] = ACTIONS(896), - [anon_sym___inline__] = ACTIONS(896), - [anon_sym___forceinline] = ACTIONS(896), - [anon_sym_thread_local] = ACTIONS(896), - [anon_sym___thread] = ACTIONS(896), - [anon_sym_const] = ACTIONS(914), - [anon_sym_constexpr] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_noreturn] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(1058), - [anon_sym_else] = ACTIONS(873), - [anon_sym_switch] = ACTIONS(1061), - [anon_sym_case] = ACTIONS(873), - [anon_sym_default] = ACTIONS(873), - [anon_sym_while] = ACTIONS(1064), - [anon_sym_do] = ACTIONS(1067), - [anon_sym_for] = ACTIONS(1070), - [anon_sym_return] = ACTIONS(1073), - [anon_sym_break] = ACTIONS(1076), - [anon_sym_continue] = ACTIONS(1079), - [anon_sym_goto] = ACTIONS(1082), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_sizeof] = ACTIONS(959), - [anon_sym___alignof__] = ACTIONS(962), - [anon_sym___alignof] = ACTIONS(962), - [anon_sym__alignof] = ACTIONS(962), - [anon_sym_alignof] = ACTIONS(962), - [anon_sym__Alignof] = ACTIONS(962), - [anon_sym_offsetof] = ACTIONS(965), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(971), - [anon_sym___asm__] = ACTIONS(971), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(977), - [anon_sym_u_SQUOTE] = ACTIONS(977), - [anon_sym_U_SQUOTE] = ACTIONS(977), - [anon_sym_u8_SQUOTE] = ACTIONS(977), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_L_DQUOTE] = ACTIONS(980), - [anon_sym_u_DQUOTE] = ACTIONS(980), - [anon_sym_U_DQUOTE] = ACTIONS(980), - [anon_sym_u8_DQUOTE] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym_true] = ACTIONS(983), - [sym_false] = ACTIONS(983), - [anon_sym_NULL] = ACTIONS(986), - [anon_sym_nullptr] = ACTIONS(986), + [63] = { + [sym_declaration] = STATE(59), + [sym_type_definition] = STATE(59), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1224), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(59), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(59), + [sym_labeled_statement] = STATE(59), + [sym_expression_statement] = STATE(59), + [sym_if_statement] = STATE(59), + [sym_switch_statement] = STATE(59), + [sym_while_statement] = STATE(59), + [sym_do_statement] = STATE(59), + [sym_for_statement] = STATE(59), + [sym_return_statement] = STATE(59), + [sym_break_statement] = STATE(59), + [sym_continue_statement] = STATE(59), + [sym_goto_statement] = STATE(59), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(59), + [sym_identifier] = ACTIONS(999), + [aux_sym_preproc_include_token1] = ACTIONS(997), + [aux_sym_preproc_def_token1] = ACTIONS(997), + [aux_sym_preproc_if_token1] = ACTIONS(997), + [aux_sym_preproc_if_token2] = ACTIONS(997), + [aux_sym_preproc_ifdef_token1] = ACTIONS(997), + [aux_sym_preproc_ifdef_token2] = ACTIONS(997), + [aux_sym_preproc_else_token1] = ACTIONS(997), + [aux_sym_preproc_elif_token1] = ACTIONS(997), + [sym_preproc_directive] = ACTIONS(997), + [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(189), + [anon_sym___extension__] = ACTIONS(191), + [anon_sym_typedef] = ACTIONS(193), + [anon_sym_extern] = ACTIONS(45), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym___cdecl] = ACTIONS(997), + [anon_sym___clrcall] = ACTIONS(997), + [anon_sym___stdcall] = ACTIONS(997), + [anon_sym___fastcall] = ACTIONS(997), + [anon_sym___thiscall] = ACTIONS(997), + [anon_sym___vectorcall] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(197), + [anon_sym_signed] = ACTIONS(43), + [anon_sym_unsigned] = ACTIONS(43), + [anon_sym_long] = ACTIONS(43), + [anon_sym_short] = ACTIONS(43), + [anon_sym_static] = ACTIONS(45), + [anon_sym_auto] = ACTIONS(45), + [anon_sym_register] = ACTIONS(45), + [anon_sym_inline] = ACTIONS(45), + [anon_sym___inline] = ACTIONS(45), + [anon_sym___inline__] = ACTIONS(45), + [anon_sym___forceinline] = ACTIONS(45), + [anon_sym_thread_local] = ACTIONS(45), + [anon_sym___thread] = ACTIONS(45), + [anon_sym_const] = ACTIONS(47), + [anon_sym_constexpr] = ACTIONS(47), + [anon_sym_volatile] = ACTIONS(47), + [anon_sym_restrict] = ACTIONS(47), + [anon_sym___restrict__] = ACTIONS(47), + [anon_sym__Atomic] = ACTIONS(47), + [anon_sym__Noreturn] = ACTIONS(47), + [anon_sym_noreturn] = 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(199), + [anon_sym_else] = ACTIONS(997), + [anon_sym_switch] = ACTIONS(201), + [anon_sym_case] = ACTIONS(997), + [anon_sym_default] = ACTIONS(997), + [anon_sym_while] = ACTIONS(207), + [anon_sym_do] = ACTIONS(209), + [anon_sym_for] = ACTIONS(211), + [anon_sym_return] = ACTIONS(213), + [anon_sym_break] = ACTIONS(215), + [anon_sym_continue] = ACTIONS(217), + [anon_sym_goto] = ACTIONS(219), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [65] = { - [sym_declaration] = STATE(67), - [sym_type_definition] = STATE(67), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(67), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(67), - [sym_labeled_statement] = STATE(67), - [sym_expression_statement] = STATE(67), - [sym_if_statement] = STATE(67), - [sym_switch_statement] = STATE(67), - [sym_while_statement] = STATE(67), - [sym_do_statement] = STATE(67), - [sym_for_statement] = STATE(67), - [sym_return_statement] = STATE(67), - [sym_break_statement] = STATE(67), - [sym_continue_statement] = STATE(67), - [sym_goto_statement] = STATE(67), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(67), - [ts_builtin_sym_end] = ACTIONS(1085), - [sym_identifier] = ACTIONS(1087), - [aux_sym_preproc_include_token1] = ACTIONS(991), - [aux_sym_preproc_def_token1] = ACTIONS(991), - [aux_sym_preproc_if_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token2] = ACTIONS(991), - [sym_preproc_directive] = ACTIONS(991), + [64] = { + [sym_declaration] = STATE(77), + [sym_type_definition] = STATE(77), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(77), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(77), + [sym_labeled_statement] = STATE(77), + [sym_expression_statement] = STATE(77), + [sym_if_statement] = STATE(77), + [sym_switch_statement] = STATE(77), + [sym_while_statement] = STATE(77), + [sym_do_statement] = STATE(77), + [sym_for_statement] = STATE(77), + [sym_return_statement] = STATE(77), + [sym_break_statement] = STATE(77), + [sym_continue_statement] = STATE(77), + [sym_goto_statement] = STATE(77), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(77), + [ts_builtin_sym_end] = ACTIONS(1043), + [sym_identifier] = ACTIONS(1045), + [aux_sym_preproc_include_token1] = ACTIONS(997), + [aux_sym_preproc_def_token1] = ACTIONS(997), + [aux_sym_preproc_if_token1] = ACTIONS(997), + [aux_sym_preproc_ifdef_token1] = ACTIONS(997), + [aux_sym_preproc_ifdef_token2] = ACTIONS(997), + [sym_preproc_directive] = ACTIONS(997), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25200,19 +25210,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(1089), + [anon_sym_SEMI] = ACTIONS(1047), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(991), - [anon_sym___clrcall] = ACTIONS(991), - [anon_sym___stdcall] = ACTIONS(991), - [anon_sym___fastcall] = ACTIONS(991), - [anon_sym___thiscall] = ACTIONS(991), - [anon_sym___vectorcall] = ACTIONS(991), + [anon_sym___cdecl] = ACTIONS(997), + [anon_sym___clrcall] = ACTIONS(997), + [anon_sym___stdcall] = ACTIONS(997), + [anon_sym___fastcall] = ACTIONS(997), + [anon_sym___thiscall] = ACTIONS(997), + [anon_sym___vectorcall] = ACTIONS(997), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -25240,10 +25250,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(991), + [anon_sym_else] = ACTIONS(997), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(991), - [anon_sym_default] = ACTIONS(991), + [anon_sym_case] = ACTIONS(997), + [anon_sym_default] = ACTIONS(997), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -25280,220 +25290,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [66] = { - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(66), - [sym_labeled_statement] = STATE(66), - [sym_expression_statement] = STATE(66), - [sym_if_statement] = STATE(66), - [sym_switch_statement] = STATE(66), - [sym_while_statement] = STATE(66), - [sym_do_statement] = STATE(66), - [sym_for_statement] = STATE(66), - [sym_return_statement] = STATE(66), - [sym_break_statement] = STATE(66), - [sym_continue_statement] = STATE(66), - [sym_goto_statement] = STATE(66), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(66), - [ts_builtin_sym_end] = ACTIONS(1091), - [sym_identifier] = ACTIONS(1093), - [aux_sym_preproc_include_token1] = ACTIONS(873), - [aux_sym_preproc_def_token1] = ACTIONS(873), - [aux_sym_preproc_if_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token2] = ACTIONS(873), - [sym_preproc_directive] = ACTIONS(873), - [anon_sym_LPAREN2] = ACTIONS(875), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(1096), - [anon_sym___extension__] = ACTIONS(1099), - [anon_sym_typedef] = ACTIONS(1102), - [anon_sym_extern] = ACTIONS(896), - [anon_sym___attribute__] = ACTIONS(899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(902), - [anon_sym___declspec] = ACTIONS(905), - [anon_sym___cdecl] = ACTIONS(873), - [anon_sym___clrcall] = ACTIONS(873), - [anon_sym___stdcall] = ACTIONS(873), - [anon_sym___fastcall] = ACTIONS(873), - [anon_sym___thiscall] = ACTIONS(873), - [anon_sym___vectorcall] = ACTIONS(873), - [anon_sym_LBRACE] = ACTIONS(1105), - [anon_sym_signed] = ACTIONS(911), - [anon_sym_unsigned] = ACTIONS(911), - [anon_sym_long] = ACTIONS(911), - [anon_sym_short] = ACTIONS(911), - [anon_sym_static] = ACTIONS(896), - [anon_sym_auto] = ACTIONS(896), - [anon_sym_register] = ACTIONS(896), - [anon_sym_inline] = ACTIONS(896), - [anon_sym___inline] = ACTIONS(896), - [anon_sym___inline__] = ACTIONS(896), - [anon_sym___forceinline] = ACTIONS(896), - [anon_sym_thread_local] = ACTIONS(896), - [anon_sym___thread] = ACTIONS(896), - [anon_sym_const] = ACTIONS(914), - [anon_sym_constexpr] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_noreturn] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(1108), - [anon_sym_else] = ACTIONS(873), - [anon_sym_switch] = ACTIONS(1111), - [anon_sym_case] = ACTIONS(873), - [anon_sym_default] = ACTIONS(873), - [anon_sym_while] = ACTIONS(1114), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1120), - [anon_sym_return] = ACTIONS(1123), - [anon_sym_break] = ACTIONS(1126), - [anon_sym_continue] = ACTIONS(1129), - [anon_sym_goto] = ACTIONS(1132), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_sizeof] = ACTIONS(959), - [anon_sym___alignof__] = ACTIONS(962), - [anon_sym___alignof] = ACTIONS(962), - [anon_sym__alignof] = ACTIONS(962), - [anon_sym_alignof] = ACTIONS(962), - [anon_sym__Alignof] = ACTIONS(962), - [anon_sym_offsetof] = ACTIONS(965), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(971), - [anon_sym___asm__] = ACTIONS(971), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(977), - [anon_sym_u_SQUOTE] = ACTIONS(977), - [anon_sym_U_SQUOTE] = ACTIONS(977), - [anon_sym_u8_SQUOTE] = ACTIONS(977), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_L_DQUOTE] = ACTIONS(980), - [anon_sym_u_DQUOTE] = ACTIONS(980), - [anon_sym_U_DQUOTE] = ACTIONS(980), - [anon_sym_u8_DQUOTE] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym_true] = ACTIONS(983), - [sym_false] = ACTIONS(983), - [anon_sym_NULL] = ACTIONS(986), - [anon_sym_nullptr] = ACTIONS(986), - [sym_comment] = ACTIONS(3), - }, - [67] = { - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(66), - [sym_labeled_statement] = STATE(66), - [sym_expression_statement] = STATE(66), - [sym_if_statement] = STATE(66), - [sym_switch_statement] = STATE(66), - [sym_while_statement] = STATE(66), - [sym_do_statement] = STATE(66), - [sym_for_statement] = STATE(66), - [sym_return_statement] = STATE(66), - [sym_break_statement] = STATE(66), - [sym_continue_statement] = STATE(66), - [sym_goto_statement] = STATE(66), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(66), - [ts_builtin_sym_end] = ACTIONS(1135), - [sym_identifier] = ACTIONS(1087), + [65] = { + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1240), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(73), + [sym_labeled_statement] = STATE(73), + [sym_expression_statement] = STATE(73), + [sym_if_statement] = STATE(73), + [sym_switch_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(1049), [aux_sym_preproc_include_token1] = ACTIONS(993), [aux_sym_preproc_def_token1] = ACTIONS(993), [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_if_token2] = ACTIONS(993), [aux_sym_preproc_ifdef_token1] = ACTIONS(993), [aux_sym_preproc_ifdef_token2] = ACTIONS(993), [sym_preproc_directive] = ACTIONS(993), @@ -25504,9 +25362,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(1089), - [anon_sym___extension__] = ACTIONS(27), - [anon_sym_typedef] = ACTIONS(29), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym___extension__] = ACTIONS(591), + [anon_sym_typedef] = ACTIONS(593), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -25517,7 +25375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(993), [anon_sym___thiscall] = ACTIONS(993), [anon_sym___vectorcall] = ACTIONS(993), - [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -25543,18 +25401,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(599), [anon_sym_else] = ACTIONS(993), - [anon_sym_switch] = ACTIONS(59), + [anon_sym_switch] = ACTIONS(601), [anon_sym_case] = ACTIONS(993), [anon_sym_default] = ACTIONS(993), - [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(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -25584,174 +25442,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [68] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1184), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1137), - [aux_sym_preproc_include_token1] = ACTIONS(873), - [aux_sym_preproc_def_token1] = ACTIONS(873), - [aux_sym_preproc_if_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token1] = ACTIONS(873), - [aux_sym_preproc_ifdef_token2] = ACTIONS(873), - [sym_preproc_directive] = ACTIONS(873), - [anon_sym_LPAREN2] = ACTIONS(875), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym___extension__] = ACTIONS(1143), - [anon_sym_typedef] = ACTIONS(1146), - [anon_sym_extern] = ACTIONS(896), - [anon_sym___attribute__] = ACTIONS(899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(902), - [anon_sym___declspec] = ACTIONS(905), - [anon_sym___cdecl] = ACTIONS(873), - [anon_sym___clrcall] = ACTIONS(873), - [anon_sym___stdcall] = ACTIONS(873), - [anon_sym___fastcall] = ACTIONS(873), - [anon_sym___thiscall] = ACTIONS(873), - [anon_sym___vectorcall] = ACTIONS(873), - [anon_sym_LBRACE] = ACTIONS(1149), - [anon_sym_RBRACE] = ACTIONS(1091), - [anon_sym_signed] = ACTIONS(911), - [anon_sym_unsigned] = ACTIONS(911), - [anon_sym_long] = ACTIONS(911), - [anon_sym_short] = ACTIONS(911), - [anon_sym_static] = ACTIONS(896), - [anon_sym_auto] = ACTIONS(896), - [anon_sym_register] = ACTIONS(896), - [anon_sym_inline] = ACTIONS(896), - [anon_sym___inline] = ACTIONS(896), - [anon_sym___inline__] = ACTIONS(896), - [anon_sym___forceinline] = ACTIONS(896), - [anon_sym_thread_local] = ACTIONS(896), - [anon_sym___thread] = ACTIONS(896), - [anon_sym_const] = ACTIONS(914), - [anon_sym_constexpr] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_noreturn] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(1152), - [anon_sym_else] = ACTIONS(873), - [anon_sym_switch] = ACTIONS(1155), - [anon_sym_case] = ACTIONS(873), - [anon_sym_default] = ACTIONS(873), - [anon_sym_while] = ACTIONS(1158), - [anon_sym_do] = ACTIONS(1161), - [anon_sym_for] = ACTIONS(1164), - [anon_sym_return] = ACTIONS(1167), - [anon_sym_break] = ACTIONS(1170), - [anon_sym_continue] = ACTIONS(1173), - [anon_sym_goto] = ACTIONS(1176), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_sizeof] = ACTIONS(959), - [anon_sym___alignof__] = ACTIONS(962), - [anon_sym___alignof] = ACTIONS(962), - [anon_sym__alignof] = ACTIONS(962), - [anon_sym_alignof] = ACTIONS(962), - [anon_sym__Alignof] = ACTIONS(962), - [anon_sym_offsetof] = ACTIONS(965), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(971), - [anon_sym___asm__] = ACTIONS(971), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(977), - [anon_sym_u_SQUOTE] = ACTIONS(977), - [anon_sym_U_SQUOTE] = ACTIONS(977), - [anon_sym_u8_SQUOTE] = ACTIONS(977), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_L_DQUOTE] = ACTIONS(980), - [anon_sym_u_DQUOTE] = ACTIONS(980), - [anon_sym_U_DQUOTE] = ACTIONS(980), - [anon_sym_u8_DQUOTE] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym_true] = ACTIONS(983), - [sym_false] = ACTIONS(983), - [anon_sym_NULL] = ACTIONS(986), - [anon_sym_nullptr] = ACTIONS(986), + [66] = { + [sym_declaration] = STATE(69), + [sym_type_definition] = STATE(69), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1226), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(69), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(69), + [sym_identifier] = ACTIONS(1051), + [aux_sym_preproc_include_token1] = ACTIONS(995), + [aux_sym_preproc_def_token1] = ACTIONS(995), + [aux_sym_preproc_if_token1] = ACTIONS(995), + [aux_sym_preproc_ifdef_token1] = ACTIONS(995), + [aux_sym_preproc_ifdef_token2] = ACTIONS(995), + [sym_preproc_directive] = ACTIONS(995), + [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(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), + [anon_sym_extern] = ACTIONS(45), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym___cdecl] = ACTIONS(995), + [anon_sym___clrcall] = ACTIONS(995), + [anon_sym___stdcall] = ACTIONS(995), + [anon_sym___fastcall] = ACTIONS(995), + [anon_sym___thiscall] = ACTIONS(995), + [anon_sym___vectorcall] = ACTIONS(995), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(1053), + [anon_sym_signed] = ACTIONS(43), + [anon_sym_unsigned] = ACTIONS(43), + [anon_sym_long] = ACTIONS(43), + [anon_sym_short] = ACTIONS(43), + [anon_sym_static] = ACTIONS(45), + [anon_sym_auto] = ACTIONS(45), + [anon_sym_register] = ACTIONS(45), + [anon_sym_inline] = ACTIONS(45), + [anon_sym___inline] = ACTIONS(45), + [anon_sym___inline__] = ACTIONS(45), + [anon_sym___forceinline] = ACTIONS(45), + [anon_sym_thread_local] = ACTIONS(45), + [anon_sym___thread] = ACTIONS(45), + [anon_sym_const] = ACTIONS(47), + [anon_sym_constexpr] = ACTIONS(47), + [anon_sym_volatile] = ACTIONS(47), + [anon_sym_restrict] = ACTIONS(47), + [anon_sym___restrict__] = ACTIONS(47), + [anon_sym__Atomic] = ACTIONS(47), + [anon_sym__Noreturn] = ACTIONS(47), + [anon_sym_noreturn] = 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(551), + [anon_sym_else] = ACTIONS(995), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(995), + [anon_sym_default] = ACTIONS(995), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [69] = { + [67] = { [sym_declaration] = STATE(68), [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1184), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1226), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(68), [sym_labeled_statement] = STATE(68), [sym_expression_statement] = STATE(68), @@ -25764,36 +25622,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(68), [sym_continue_statement] = STATE(68), [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1179), + [sym_identifier] = ACTIONS(1051), [aux_sym_preproc_include_token1] = ACTIONS(993), [aux_sym_preproc_def_token1] = ACTIONS(993), [aux_sym_preproc_if_token1] = ACTIONS(993), @@ -25807,9 +25665,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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -25820,8 +25678,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(993), [anon_sym___thiscall] = ACTIONS(993), [anon_sym___vectorcall] = ACTIONS(993), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_RBRACE] = ACTIONS(1135), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(1055), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -25847,18 +25705,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(483), + [anon_sym_if] = ACTIONS(551), [anon_sym_else] = ACTIONS(993), - [anon_sym_switch] = ACTIONS(485), + [anon_sym_switch] = ACTIONS(553), [anon_sym_case] = ACTIONS(993), [anon_sym_default] = ACTIONS(993), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -25888,71 +25746,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [70] = { - [sym_declaration] = STATE(73), - [sym_type_definition] = STATE(73), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1178), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(73), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(73), - [sym_labeled_statement] = STATE(73), - [sym_expression_statement] = STATE(73), - [sym_if_statement] = STATE(73), - [sym_switch_statement] = STATE(73), - [sym_while_statement] = STATE(73), - [sym_do_statement] = STATE(73), - [sym_for_statement] = STATE(73), - [sym_return_statement] = STATE(73), - [sym_break_statement] = STATE(73), - [sym_continue_statement] = STATE(73), - [sym_goto_statement] = STATE(73), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(73), - [sym_identifier] = ACTIONS(1181), - [aux_sym_preproc_include_token1] = ACTIONS(991), - [aux_sym_preproc_def_token1] = ACTIONS(991), - [aux_sym_preproc_if_token1] = ACTIONS(991), - [aux_sym_preproc_if_token2] = ACTIONS(991), - [aux_sym_preproc_ifdef_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token2] = ACTIONS(991), - [sym_preproc_directive] = ACTIONS(991), + [68] = { + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1226), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(68), + [sym_labeled_statement] = STATE(68), + [sym_expression_statement] = STATE(68), + [sym_if_statement] = STATE(68), + [sym_switch_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_do_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_return_statement] = STATE(68), + [sym_break_statement] = STATE(68), + [sym_continue_statement] = STATE(68), + [sym_goto_statement] = STATE(68), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1057), + [aux_sym_preproc_include_token1] = ACTIONS(877), + [aux_sym_preproc_def_token1] = ACTIONS(877), + [aux_sym_preproc_if_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token2] = ACTIONS(877), + [sym_preproc_directive] = ACTIONS(877), + [anon_sym_LPAREN2] = ACTIONS(879), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(888), + [anon_sym_AMP] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(1060), + [anon_sym___extension__] = ACTIONS(1063), + [anon_sym_typedef] = ACTIONS(1066), + [anon_sym_extern] = ACTIONS(900), + [anon_sym___attribute__] = ACTIONS(903), + [anon_sym_LBRACK_LBRACK] = ACTIONS(906), + [anon_sym___declspec] = ACTIONS(909), + [anon_sym___cdecl] = ACTIONS(877), + [anon_sym___clrcall] = ACTIONS(877), + [anon_sym___stdcall] = ACTIONS(877), + [anon_sym___fastcall] = ACTIONS(877), + [anon_sym___thiscall] = ACTIONS(877), + [anon_sym___vectorcall] = ACTIONS(877), + [anon_sym_LBRACE] = ACTIONS(1069), + [anon_sym_RBRACE] = ACTIONS(1072), + [anon_sym_signed] = ACTIONS(915), + [anon_sym_unsigned] = ACTIONS(915), + [anon_sym_long] = ACTIONS(915), + [anon_sym_short] = ACTIONS(915), + [anon_sym_static] = ACTIONS(900), + [anon_sym_auto] = ACTIONS(900), + [anon_sym_register] = ACTIONS(900), + [anon_sym_inline] = ACTIONS(900), + [anon_sym___inline] = ACTIONS(900), + [anon_sym___inline__] = ACTIONS(900), + [anon_sym___forceinline] = ACTIONS(900), + [anon_sym_thread_local] = ACTIONS(900), + [anon_sym___thread] = ACTIONS(900), + [anon_sym_const] = ACTIONS(918), + [anon_sym_constexpr] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_noreturn] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_union] = ACTIONS(930), + [anon_sym_if] = ACTIONS(1074), + [anon_sym_else] = ACTIONS(877), + [anon_sym_switch] = ACTIONS(1077), + [anon_sym_case] = ACTIONS(877), + [anon_sym_default] = ACTIONS(877), + [anon_sym_while] = ACTIONS(1080), + [anon_sym_do] = ACTIONS(1083), + [anon_sym_for] = ACTIONS(1086), + [anon_sym_return] = ACTIONS(1089), + [anon_sym_break] = ACTIONS(1092), + [anon_sym_continue] = ACTIONS(1095), + [anon_sym_goto] = ACTIONS(1098), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(963), + [anon_sym___alignof__] = ACTIONS(966), + [anon_sym___alignof] = ACTIONS(966), + [anon_sym__alignof] = ACTIONS(966), + [anon_sym_alignof] = ACTIONS(966), + [anon_sym__Alignof] = ACTIONS(966), + [anon_sym_offsetof] = ACTIONS(969), + [anon_sym__Generic] = ACTIONS(972), + [anon_sym_asm] = ACTIONS(975), + [anon_sym___asm__] = ACTIONS(975), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(981), + [anon_sym_u_SQUOTE] = ACTIONS(981), + [anon_sym_U_SQUOTE] = ACTIONS(981), + [anon_sym_u8_SQUOTE] = ACTIONS(981), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_L_DQUOTE] = ACTIONS(984), + [anon_sym_u_DQUOTE] = ACTIONS(984), + [anon_sym_U_DQUOTE] = ACTIONS(984), + [anon_sym_u8_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym_true] = ACTIONS(987), + [sym_false] = ACTIONS(987), + [anon_sym_NULL] = ACTIONS(990), + [anon_sym_nullptr] = ACTIONS(990), + [sym_comment] = ACTIONS(3), + }, + [69] = { + [sym_declaration] = STATE(68), + [sym_type_definition] = STATE(68), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1226), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(68), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(68), + [sym_labeled_statement] = STATE(68), + [sym_expression_statement] = STATE(68), + [sym_if_statement] = STATE(68), + [sym_switch_statement] = STATE(68), + [sym_while_statement] = STATE(68), + [sym_do_statement] = STATE(68), + [sym_for_statement] = STATE(68), + [sym_return_statement] = STATE(68), + [sym_break_statement] = STATE(68), + [sym_continue_statement] = STATE(68), + [sym_goto_statement] = STATE(68), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(68), + [sym_identifier] = ACTIONS(1051), + [aux_sym_preproc_include_token1] = ACTIONS(872), + [aux_sym_preproc_def_token1] = ACTIONS(872), + [aux_sym_preproc_if_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token2] = ACTIONS(872), + [sym_preproc_directive] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -25960,20 +25969,21 @@ 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(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(991), - [anon_sym___clrcall] = ACTIONS(991), - [anon_sym___stdcall] = ACTIONS(991), - [anon_sym___fastcall] = ACTIONS(991), - [anon_sym___thiscall] = ACTIONS(991), - [anon_sym___vectorcall] = ACTIONS(991), - [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym___cdecl] = ACTIONS(872), + [anon_sym___clrcall] = ACTIONS(872), + [anon_sym___stdcall] = ACTIONS(872), + [anon_sym___fastcall] = ACTIONS(872), + [anon_sym___thiscall] = ACTIONS(872), + [anon_sym___vectorcall] = ACTIONS(872), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(1101), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -25999,18 +26009,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(533), - [anon_sym_else] = ACTIONS(991), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(991), - [anon_sym_default] = ACTIONS(991), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), + [anon_sym_else] = ACTIONS(872), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(872), + [anon_sym_default] = ACTIONS(872), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26040,71 +26050,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [71] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1178), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(64), - [sym_identifier] = ACTIONS(1181), - [aux_sym_preproc_include_token1] = ACTIONS(995), - [aux_sym_preproc_def_token1] = ACTIONS(995), - [aux_sym_preproc_if_token1] = ACTIONS(995), - [aux_sym_preproc_if_token2] = ACTIONS(995), - [aux_sym_preproc_ifdef_token1] = ACTIONS(995), - [aux_sym_preproc_ifdef_token2] = ACTIONS(995), - [sym_preproc_directive] = ACTIONS(995), + [70] = { + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(78), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(78), + [ts_builtin_sym_end] = ACTIONS(1101), + [sym_identifier] = ACTIONS(1045), + [aux_sym_preproc_include_token1] = ACTIONS(872), + [aux_sym_preproc_def_token1] = ACTIONS(872), + [aux_sym_preproc_if_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token2] = ACTIONS(872), + [sym_preproc_directive] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26112,20 +26122,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(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym___extension__] = ACTIONS(27), + [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(995), - [anon_sym___clrcall] = ACTIONS(995), - [anon_sym___stdcall] = ACTIONS(995), - [anon_sym___fastcall] = ACTIONS(995), - [anon_sym___thiscall] = ACTIONS(995), - [anon_sym___vectorcall] = ACTIONS(995), - [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym___cdecl] = ACTIONS(872), + [anon_sym___clrcall] = ACTIONS(872), + [anon_sym___stdcall] = ACTIONS(872), + [anon_sym___fastcall] = ACTIONS(872), + [anon_sym___thiscall] = ACTIONS(872), + [anon_sym___vectorcall] = ACTIONS(872), + [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26151,18 +26161,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(533), - [anon_sym_else] = ACTIONS(995), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(995), - [anon_sym_default] = ACTIONS(995), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_if] = ACTIONS(57), + [anon_sym_else] = ACTIONS(872), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(872), + [anon_sym_default] = ACTIONS(872), + [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), @@ -26192,65 +26202,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [72] = { - [sym_declaration] = STATE(66), - [sym_type_definition] = STATE(66), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(66), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(66), - [sym_labeled_statement] = STATE(66), - [sym_expression_statement] = STATE(66), - [sym_if_statement] = STATE(66), - [sym_switch_statement] = STATE(66), - [sym_while_statement] = STATE(66), - [sym_do_statement] = STATE(66), - [sym_for_statement] = STATE(66), - [sym_return_statement] = STATE(66), - [sym_break_statement] = STATE(66), - [sym_continue_statement] = STATE(66), - [sym_goto_statement] = STATE(66), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(66), - [ts_builtin_sym_end] = ACTIONS(1183), - [sym_identifier] = ACTIONS(1087), + [71] = { + [sym_declaration] = STATE(70), + [sym_type_definition] = STATE(70), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(70), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(70), + [sym_labeled_statement] = STATE(70), + [sym_expression_statement] = STATE(70), + [sym_if_statement] = STATE(70), + [sym_switch_statement] = STATE(70), + [sym_while_statement] = STATE(70), + [sym_do_statement] = STATE(70), + [sym_for_statement] = STATE(70), + [sym_return_statement] = STATE(70), + [sym_break_statement] = STATE(70), + [sym_continue_statement] = STATE(70), + [sym_goto_statement] = STATE(70), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(70), + [ts_builtin_sym_end] = ACTIONS(1053), + [sym_identifier] = ACTIONS(1045), [aux_sym_preproc_include_token1] = ACTIONS(995), [aux_sym_preproc_def_token1] = ACTIONS(995), [aux_sym_preproc_if_token1] = ACTIONS(995), @@ -26264,7 +26274,7 @@ 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(1089), + [anon_sym_SEMI] = ACTIONS(1047), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), @@ -26344,71 +26354,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [73] = { - [sym_declaration] = STATE(64), - [sym_type_definition] = STATE(64), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1178), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(64), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(64), - [sym_labeled_statement] = STATE(64), - [sym_expression_statement] = STATE(64), - [sym_if_statement] = STATE(64), - [sym_switch_statement] = STATE(64), - [sym_while_statement] = STATE(64), - [sym_do_statement] = STATE(64), - [sym_for_statement] = STATE(64), - [sym_return_statement] = STATE(64), - [sym_break_statement] = STATE(64), - [sym_continue_statement] = STATE(64), - [sym_goto_statement] = STATE(64), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(64), - [sym_identifier] = ACTIONS(1181), - [aux_sym_preproc_include_token1] = ACTIONS(993), - [aux_sym_preproc_def_token1] = ACTIONS(993), - [aux_sym_preproc_if_token1] = ACTIONS(993), - [aux_sym_preproc_if_token2] = ACTIONS(993), - [aux_sym_preproc_ifdef_token1] = ACTIONS(993), - [aux_sym_preproc_ifdef_token2] = ACTIONS(993), - [sym_preproc_directive] = ACTIONS(993), + [72] = { + [sym_declaration] = STATE(67), + [sym_type_definition] = STATE(67), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1226), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(67), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(67), + [sym_labeled_statement] = STATE(67), + [sym_expression_statement] = STATE(67), + [sym_if_statement] = STATE(67), + [sym_switch_statement] = STATE(67), + [sym_while_statement] = STATE(67), + [sym_do_statement] = STATE(67), + [sym_for_statement] = STATE(67), + [sym_return_statement] = STATE(67), + [sym_break_statement] = STATE(67), + [sym_continue_statement] = STATE(67), + [sym_goto_statement] = STATE(67), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(67), + [sym_identifier] = ACTIONS(1051), + [aux_sym_preproc_include_token1] = ACTIONS(997), + [aux_sym_preproc_def_token1] = ACTIONS(997), + [aux_sym_preproc_if_token1] = ACTIONS(997), + [aux_sym_preproc_ifdef_token1] = ACTIONS(997), + [aux_sym_preproc_ifdef_token2] = ACTIONS(997), + [sym_preproc_directive] = ACTIONS(997), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26416,20 +26425,21 @@ 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(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym___extension__] = ACTIONS(541), + [anon_sym_typedef] = ACTIONS(543), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(993), - [anon_sym___clrcall] = ACTIONS(993), - [anon_sym___stdcall] = ACTIONS(993), - [anon_sym___fastcall] = ACTIONS(993), - [anon_sym___thiscall] = ACTIONS(993), - [anon_sym___vectorcall] = ACTIONS(993), - [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym___cdecl] = ACTIONS(997), + [anon_sym___clrcall] = ACTIONS(997), + [anon_sym___stdcall] = ACTIONS(997), + [anon_sym___fastcall] = ACTIONS(997), + [anon_sym___thiscall] = ACTIONS(997), + [anon_sym___vectorcall] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_RBRACE] = ACTIONS(1043), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26455,18 +26465,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(533), - [anon_sym_else] = ACTIONS(993), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(993), - [anon_sym_default] = ACTIONS(993), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_if] = ACTIONS(551), + [anon_sym_else] = ACTIONS(997), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(997), + [anon_sym_default] = ACTIONS(997), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26496,70 +26506,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [73] = { + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1240), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(73), + [sym_labeled_statement] = STATE(73), + [sym_expression_statement] = STATE(73), + [sym_if_statement] = STATE(73), + [sym_switch_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(1103), + [aux_sym_preproc_include_token1] = ACTIONS(877), + [aux_sym_preproc_def_token1] = ACTIONS(877), + [aux_sym_preproc_if_token1] = ACTIONS(877), + [aux_sym_preproc_if_token2] = ACTIONS(877), + [aux_sym_preproc_ifdef_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token2] = ACTIONS(877), + [sym_preproc_directive] = ACTIONS(877), + [anon_sym_LPAREN2] = ACTIONS(879), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(888), + [anon_sym_AMP] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(1106), + [anon_sym___extension__] = ACTIONS(1109), + [anon_sym_typedef] = ACTIONS(1112), + [anon_sym_extern] = ACTIONS(900), + [anon_sym___attribute__] = ACTIONS(903), + [anon_sym_LBRACK_LBRACK] = ACTIONS(906), + [anon_sym___declspec] = ACTIONS(909), + [anon_sym___cdecl] = ACTIONS(877), + [anon_sym___clrcall] = ACTIONS(877), + [anon_sym___stdcall] = ACTIONS(877), + [anon_sym___fastcall] = ACTIONS(877), + [anon_sym___thiscall] = ACTIONS(877), + [anon_sym___vectorcall] = ACTIONS(877), + [anon_sym_LBRACE] = ACTIONS(1115), + [anon_sym_signed] = ACTIONS(915), + [anon_sym_unsigned] = ACTIONS(915), + [anon_sym_long] = ACTIONS(915), + [anon_sym_short] = ACTIONS(915), + [anon_sym_static] = ACTIONS(900), + [anon_sym_auto] = ACTIONS(900), + [anon_sym_register] = ACTIONS(900), + [anon_sym_inline] = ACTIONS(900), + [anon_sym___inline] = ACTIONS(900), + [anon_sym___inline__] = ACTIONS(900), + [anon_sym___forceinline] = ACTIONS(900), + [anon_sym_thread_local] = ACTIONS(900), + [anon_sym___thread] = ACTIONS(900), + [anon_sym_const] = ACTIONS(918), + [anon_sym_constexpr] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_noreturn] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_union] = ACTIONS(930), + [anon_sym_if] = ACTIONS(1118), + [anon_sym_else] = ACTIONS(877), + [anon_sym_switch] = ACTIONS(1121), + [anon_sym_case] = ACTIONS(877), + [anon_sym_default] = ACTIONS(877), + [anon_sym_while] = ACTIONS(1124), + [anon_sym_do] = ACTIONS(1127), + [anon_sym_for] = ACTIONS(1130), + [anon_sym_return] = ACTIONS(1133), + [anon_sym_break] = ACTIONS(1136), + [anon_sym_continue] = ACTIONS(1139), + [anon_sym_goto] = ACTIONS(1142), + [anon_sym_DASH_DASH] = ACTIONS(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(963), + [anon_sym___alignof__] = ACTIONS(966), + [anon_sym___alignof] = ACTIONS(966), + [anon_sym__alignof] = ACTIONS(966), + [anon_sym_alignof] = ACTIONS(966), + [anon_sym__Alignof] = ACTIONS(966), + [anon_sym_offsetof] = ACTIONS(969), + [anon_sym__Generic] = ACTIONS(972), + [anon_sym_asm] = ACTIONS(975), + [anon_sym___asm__] = ACTIONS(975), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(981), + [anon_sym_u_SQUOTE] = ACTIONS(981), + [anon_sym_U_SQUOTE] = ACTIONS(981), + [anon_sym_u8_SQUOTE] = ACTIONS(981), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_L_DQUOTE] = ACTIONS(984), + [anon_sym_u_DQUOTE] = ACTIONS(984), + [anon_sym_U_DQUOTE] = ACTIONS(984), + [anon_sym_u8_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym_true] = ACTIONS(987), + [sym_false] = ACTIONS(987), + [anon_sym_NULL] = ACTIONS(990), + [anon_sym_nullptr] = ACTIONS(990), + [sym_comment] = ACTIONS(3), + }, [74] = { - [sym_declaration] = STATE(75), - [sym_type_definition] = STATE(75), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1184), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(75), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(75), - [sym_identifier] = ACTIONS(1179), - [aux_sym_preproc_include_token1] = ACTIONS(997), - [aux_sym_preproc_def_token1] = ACTIONS(997), - [aux_sym_preproc_if_token1] = ACTIONS(997), - [aux_sym_preproc_ifdef_token1] = ACTIONS(997), - [aux_sym_preproc_ifdef_token2] = ACTIONS(997), - [sym_preproc_directive] = ACTIONS(997), + [sym_declaration] = STATE(73), + [sym_type_definition] = STATE(73), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1240), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(73), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(73), + [sym_labeled_statement] = STATE(73), + [sym_expression_statement] = STATE(73), + [sym_if_statement] = STATE(73), + [sym_switch_statement] = STATE(73), + [sym_while_statement] = STATE(73), + [sym_do_statement] = STATE(73), + [sym_for_statement] = STATE(73), + [sym_return_statement] = STATE(73), + [sym_break_statement] = STATE(73), + [sym_continue_statement] = STATE(73), + [sym_goto_statement] = STATE(73), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(73), + [sym_identifier] = ACTIONS(1049), + [aux_sym_preproc_include_token1] = ACTIONS(872), + [aux_sym_preproc_def_token1] = ACTIONS(872), + [aux_sym_preproc_if_token1] = ACTIONS(872), + [aux_sym_preproc_if_token2] = ACTIONS(872), + [aux_sym_preproc_ifdef_token1] = ACTIONS(872), + [aux_sym_preproc_ifdef_token2] = ACTIONS(872), + [sym_preproc_directive] = ACTIONS(872), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -26567,21 +26730,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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym___extension__] = ACTIONS(591), + [anon_sym_typedef] = ACTIONS(593), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(997), - [anon_sym___clrcall] = ACTIONS(997), - [anon_sym___stdcall] = ACTIONS(997), - [anon_sym___fastcall] = ACTIONS(997), - [anon_sym___thiscall] = ACTIONS(997), - [anon_sym___vectorcall] = ACTIONS(997), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_RBRACE] = ACTIONS(1185), + [anon_sym___cdecl] = ACTIONS(872), + [anon_sym___clrcall] = ACTIONS(872), + [anon_sym___stdcall] = ACTIONS(872), + [anon_sym___fastcall] = ACTIONS(872), + [anon_sym___thiscall] = ACTIONS(872), + [anon_sym___vectorcall] = ACTIONS(872), + [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26607,18 +26769,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(483), - [anon_sym_else] = ACTIONS(997), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(997), - [anon_sym_default] = ACTIONS(997), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_if] = ACTIONS(599), + [anon_sym_else] = ACTIONS(872), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(872), + [anon_sym_default] = ACTIONS(872), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26649,66 +26811,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [75] = { - [sym_declaration] = STATE(68), - [sym_type_definition] = STATE(68), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1184), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(68), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(68), - [sym_labeled_statement] = STATE(68), - [sym_expression_statement] = STATE(68), - [sym_if_statement] = STATE(68), - [sym_switch_statement] = STATE(68), - [sym_while_statement] = STATE(68), - [sym_do_statement] = STATE(68), - [sym_for_statement] = STATE(68), - [sym_return_statement] = STATE(68), - [sym_break_statement] = STATE(68), - [sym_continue_statement] = STATE(68), - [sym_goto_statement] = STATE(68), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(68), - [sym_identifier] = ACTIONS(1179), + [sym_declaration] = STATE(74), + [sym_type_definition] = STATE(74), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1240), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(74), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(74), + [sym_labeled_statement] = STATE(74), + [sym_expression_statement] = STATE(74), + [sym_if_statement] = STATE(74), + [sym_switch_statement] = STATE(74), + [sym_while_statement] = STATE(74), + [sym_do_statement] = STATE(74), + [sym_for_statement] = STATE(74), + [sym_return_statement] = STATE(74), + [sym_break_statement] = STATE(74), + [sym_continue_statement] = STATE(74), + [sym_goto_statement] = STATE(74), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(74), + [sym_identifier] = ACTIONS(1049), [aux_sym_preproc_include_token1] = ACTIONS(995), [aux_sym_preproc_def_token1] = ACTIONS(995), [aux_sym_preproc_if_token1] = ACTIONS(995), + [aux_sym_preproc_if_token2] = ACTIONS(995), [aux_sym_preproc_ifdef_token1] = ACTIONS(995), [aux_sym_preproc_ifdef_token2] = ACTIONS(995), [sym_preproc_directive] = ACTIONS(995), @@ -26719,9 +26882,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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym___extension__] = ACTIONS(591), + [anon_sym_typedef] = ACTIONS(593), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -26732,8 +26895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(995), [anon_sym___thiscall] = ACTIONS(995), [anon_sym___vectorcall] = ACTIONS(995), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_RBRACE] = ACTIONS(1183), + [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26759,18 +26921,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(483), + [anon_sym_if] = ACTIONS(599), [anon_sym_else] = ACTIONS(995), - [anon_sym_switch] = ACTIONS(485), + [anon_sym_switch] = ACTIONS(601), [anon_sym_case] = ACTIONS(995), [anon_sym_default] = ACTIONS(995), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26801,63 +26963,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [76] = { - [sym_declaration] = STATE(71), - [sym_type_definition] = STATE(71), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1178), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(71), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(71), - [sym_labeled_statement] = STATE(71), - [sym_expression_statement] = STATE(71), - [sym_if_statement] = STATE(71), - [sym_switch_statement] = STATE(71), - [sym_while_statement] = STATE(71), - [sym_do_statement] = STATE(71), - [sym_for_statement] = STATE(71), - [sym_return_statement] = STATE(71), - [sym_break_statement] = STATE(71), - [sym_continue_statement] = STATE(71), - [sym_goto_statement] = STATE(71), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(71), - [sym_identifier] = ACTIONS(1181), + [sym_declaration] = STATE(65), + [sym_type_definition] = STATE(65), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1240), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(65), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_attributed_statement] = STATE(65), + [sym_labeled_statement] = STATE(65), + [sym_expression_statement] = STATE(65), + [sym_if_statement] = STATE(65), + [sym_switch_statement] = STATE(65), + [sym_while_statement] = STATE(65), + [sym_do_statement] = STATE(65), + [sym_for_statement] = STATE(65), + [sym_return_statement] = STATE(65), + [sym_break_statement] = STATE(65), + [sym_continue_statement] = STATE(65), + [sym_goto_statement] = STATE(65), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(65), + [sym_identifier] = ACTIONS(1049), [aux_sym_preproc_include_token1] = ACTIONS(997), [aux_sym_preproc_def_token1] = ACTIONS(997), [aux_sym_preproc_if_token1] = ACTIONS(997), @@ -26872,9 +27034,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(523), - [anon_sym___extension__] = ACTIONS(525), - [anon_sym_typedef] = ACTIONS(527), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym___extension__] = ACTIONS(591), + [anon_sym_typedef] = ACTIONS(593), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), @@ -26885,7 +27047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___fastcall] = ACTIONS(997), [anon_sym___thiscall] = ACTIONS(997), [anon_sym___vectorcall] = ACTIONS(997), - [anon_sym_LBRACE] = ACTIONS(531), + [anon_sym_LBRACE] = ACTIONS(597), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), @@ -26911,18 +27073,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(533), + [anon_sym_if] = ACTIONS(599), [anon_sym_else] = ACTIONS(997), - [anon_sym_switch] = ACTIONS(535), + [anon_sym_switch] = ACTIONS(601), [anon_sym_case] = ACTIONS(997), [anon_sym_default] = ACTIONS(997), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -26953,222 +27115,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [77] = { - [sym_declaration] = STATE(69), - [sym_type_definition] = STATE(69), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1184), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(69), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(69), - [sym_identifier] = ACTIONS(1179), - [aux_sym_preproc_include_token1] = ACTIONS(991), - [aux_sym_preproc_def_token1] = ACTIONS(991), - [aux_sym_preproc_if_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token1] = ACTIONS(991), - [aux_sym_preproc_ifdef_token2] = ACTIONS(991), - [sym_preproc_directive] = ACTIONS(991), - [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(471), - [anon_sym___extension__] = ACTIONS(473), - [anon_sym_typedef] = ACTIONS(475), - [anon_sym_extern] = ACTIONS(45), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(35), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(991), - [anon_sym___clrcall] = ACTIONS(991), - [anon_sym___stdcall] = ACTIONS(991), - [anon_sym___fastcall] = ACTIONS(991), - [anon_sym___thiscall] = ACTIONS(991), - [anon_sym___vectorcall] = ACTIONS(991), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_RBRACE] = ACTIONS(1085), - [anon_sym_signed] = ACTIONS(43), - [anon_sym_unsigned] = ACTIONS(43), - [anon_sym_long] = ACTIONS(43), - [anon_sym_short] = ACTIONS(43), - [anon_sym_static] = ACTIONS(45), - [anon_sym_auto] = ACTIONS(45), - [anon_sym_register] = ACTIONS(45), - [anon_sym_inline] = ACTIONS(45), - [anon_sym___inline] = ACTIONS(45), - [anon_sym___inline__] = ACTIONS(45), - [anon_sym___forceinline] = ACTIONS(45), - [anon_sym_thread_local] = ACTIONS(45), - [anon_sym___thread] = ACTIONS(45), - [anon_sym_const] = ACTIONS(47), - [anon_sym_constexpr] = ACTIONS(47), - [anon_sym_volatile] = ACTIONS(47), - [anon_sym_restrict] = ACTIONS(47), - [anon_sym___restrict__] = ACTIONS(47), - [anon_sym__Atomic] = ACTIONS(47), - [anon_sym__Noreturn] = ACTIONS(47), - [anon_sym_noreturn] = 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(483), - [anon_sym_else] = ACTIONS(991), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(991), - [anon_sym_default] = ACTIONS(991), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [78] = { - [sym_declaration] = STATE(72), - [sym_type_definition] = STATE(72), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(72), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(72), - [sym_labeled_statement] = STATE(72), - [sym_expression_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_switch_statement] = STATE(72), - [sym_while_statement] = STATE(72), - [sym_do_statement] = STATE(72), - [sym_for_statement] = STATE(72), - [sym_return_statement] = STATE(72), - [sym_break_statement] = STATE(72), - [sym_continue_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(72), - [ts_builtin_sym_end] = ACTIONS(1185), - [sym_identifier] = ACTIONS(1087), - [aux_sym_preproc_include_token1] = ACTIONS(997), - [aux_sym_preproc_def_token1] = ACTIONS(997), - [aux_sym_preproc_if_token1] = ACTIONS(997), - [aux_sym_preproc_ifdef_token1] = ACTIONS(997), - [aux_sym_preproc_ifdef_token2] = ACTIONS(997), - [sym_preproc_directive] = ACTIONS(997), + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(78), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(78), + [ts_builtin_sym_end] = ACTIONS(1055), + [sym_identifier] = ACTIONS(1045), + [aux_sym_preproc_include_token1] = ACTIONS(993), + [aux_sym_preproc_def_token1] = ACTIONS(993), + [aux_sym_preproc_if_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token1] = ACTIONS(993), + [aux_sym_preproc_ifdef_token2] = ACTIONS(993), + [sym_preproc_directive] = ACTIONS(993), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -27176,19 +27186,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(1089), + [anon_sym_SEMI] = ACTIONS(1047), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(35), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___cdecl] = ACTIONS(997), - [anon_sym___clrcall] = ACTIONS(997), - [anon_sym___stdcall] = ACTIONS(997), - [anon_sym___fastcall] = ACTIONS(997), - [anon_sym___thiscall] = ACTIONS(997), - [anon_sym___vectorcall] = ACTIONS(997), + [anon_sym___cdecl] = ACTIONS(993), + [anon_sym___clrcall] = ACTIONS(993), + [anon_sym___stdcall] = ACTIONS(993), + [anon_sym___fastcall] = ACTIONS(993), + [anon_sym___thiscall] = ACTIONS(993), + [anon_sym___vectorcall] = ACTIONS(993), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), @@ -27216,10 +27226,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(997), + [anon_sym_else] = ACTIONS(993), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(997), - [anon_sym_default] = ACTIONS(997), + [anon_sym_case] = ACTIONS(993), + [anon_sym_default] = ACTIONS(993), [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(69), @@ -27256,63 +27266,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [78] = { + [sym_declaration] = STATE(78), + [sym_type_definition] = STATE(78), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(78), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(78), + [ts_builtin_sym_end] = ACTIONS(1072), + [sym_identifier] = ACTIONS(1145), + [aux_sym_preproc_include_token1] = ACTIONS(877), + [aux_sym_preproc_def_token1] = ACTIONS(877), + [aux_sym_preproc_if_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token1] = ACTIONS(877), + [aux_sym_preproc_ifdef_token2] = ACTIONS(877), + [sym_preproc_directive] = ACTIONS(877), + [anon_sym_LPAREN2] = ACTIONS(879), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(888), + [anon_sym_AMP] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(1148), + [anon_sym___extension__] = ACTIONS(1151), + [anon_sym_typedef] = ACTIONS(1154), + [anon_sym_extern] = ACTIONS(900), + [anon_sym___attribute__] = ACTIONS(903), + [anon_sym_LBRACK_LBRACK] = ACTIONS(906), + [anon_sym___declspec] = ACTIONS(909), + [anon_sym___cdecl] = ACTIONS(877), + [anon_sym___clrcall] = ACTIONS(877), + [anon_sym___stdcall] = ACTIONS(877), + [anon_sym___fastcall] = ACTIONS(877), + [anon_sym___thiscall] = ACTIONS(877), + [anon_sym___vectorcall] = ACTIONS(877), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_signed] = ACTIONS(915), + [anon_sym_unsigned] = ACTIONS(915), + [anon_sym_long] = ACTIONS(915), + [anon_sym_short] = ACTIONS(915), + [anon_sym_static] = ACTIONS(900), + [anon_sym_auto] = ACTIONS(900), + [anon_sym_register] = ACTIONS(900), + [anon_sym_inline] = ACTIONS(900), + [anon_sym___inline] = ACTIONS(900), + [anon_sym___inline__] = ACTIONS(900), + [anon_sym___forceinline] = ACTIONS(900), + [anon_sym_thread_local] = ACTIONS(900), + [anon_sym___thread] = ACTIONS(900), + [anon_sym_const] = ACTIONS(918), + [anon_sym_constexpr] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_noreturn] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_union] = ACTIONS(930), + [anon_sym_if] = ACTIONS(1160), + [anon_sym_else] = ACTIONS(877), + [anon_sym_switch] = ACTIONS(1163), + [anon_sym_case] = ACTIONS(877), + [anon_sym_default] = ACTIONS(877), + [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(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(963), + [anon_sym___alignof__] = ACTIONS(966), + [anon_sym___alignof] = ACTIONS(966), + [anon_sym__alignof] = ACTIONS(966), + [anon_sym_alignof] = ACTIONS(966), + [anon_sym__Alignof] = ACTIONS(966), + [anon_sym_offsetof] = ACTIONS(969), + [anon_sym__Generic] = ACTIONS(972), + [anon_sym_asm] = ACTIONS(975), + [anon_sym___asm__] = ACTIONS(975), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(981), + [anon_sym_u_SQUOTE] = ACTIONS(981), + [anon_sym_U_SQUOTE] = ACTIONS(981), + [anon_sym_u8_SQUOTE] = ACTIONS(981), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_L_DQUOTE] = ACTIONS(984), + [anon_sym_u_DQUOTE] = ACTIONS(984), + [anon_sym_U_DQUOTE] = ACTIONS(984), + [anon_sym_u8_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym_true] = ACTIONS(987), + [sym_false] = ACTIONS(987), + [anon_sym_NULL] = ACTIONS(990), + [anon_sym_nullptr] = ACTIONS(990), + [sym_comment] = ACTIONS(3), + }, [79] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(80), - [sym_labeled_statement] = STATE(80), - [sym_expression_statement] = STATE(80), - [sym_if_statement] = STATE(80), - [sym_switch_statement] = STATE(80), - [sym_while_statement] = STATE(80), - [sym_do_statement] = STATE(80), - [sym_for_statement] = STATE(80), - [sym_return_statement] = STATE(80), - [sym_break_statement] = STATE(80), - [sym_continue_statement] = STATE(80), - [sym_goto_statement] = STATE(80), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(80), + [sym_declaration] = STATE(82), + [sym_type_definition] = STATE(82), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(82), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(82), [sym_identifier] = ACTIONS(1187), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -27321,7 +27483,7 @@ 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(471), + [anon_sym_SEMI] = ACTIONS(539), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), @@ -27355,7 +27517,7 @@ 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(1189), - [anon_sym_else] = ACTIONS(993), + [anon_sym_else] = ACTIONS(995), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), @@ -27394,158 +27556,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [80] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(80), - [sym_labeled_statement] = STATE(80), - [sym_expression_statement] = STATE(80), - [sym_if_statement] = STATE(80), - [sym_switch_statement] = STATE(80), - [sym_while_statement] = STATE(80), - [sym_do_statement] = STATE(80), - [sym_for_statement] = STATE(80), - [sym_return_statement] = STATE(80), - [sym_break_statement] = STATE(80), - [sym_continue_statement] = STATE(80), - [sym_goto_statement] = STATE(80), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(80), - [sym_identifier] = ACTIONS(1195), - [anon_sym_LPAREN2] = ACTIONS(875), - [anon_sym_BANG] = ACTIONS(878), - [anon_sym_TILDE] = ACTIONS(878), - [anon_sym_DASH] = ACTIONS(881), - [anon_sym_PLUS] = ACTIONS(881), - [anon_sym_STAR] = ACTIONS(884), - [anon_sym_AMP] = ACTIONS(884), - [anon_sym_SEMI] = ACTIONS(1140), - [anon_sym___extension__] = ACTIONS(1099), - [anon_sym_typedef] = ACTIONS(1102), - [anon_sym_extern] = ACTIONS(896), - [anon_sym___attribute__] = ACTIONS(899), - [anon_sym_LBRACK_LBRACK] = ACTIONS(902), - [anon_sym___declspec] = ACTIONS(905), - [anon_sym_LBRACE] = ACTIONS(1105), - [anon_sym_signed] = ACTIONS(911), - [anon_sym_unsigned] = ACTIONS(911), - [anon_sym_long] = ACTIONS(911), - [anon_sym_short] = ACTIONS(911), - [anon_sym_static] = ACTIONS(896), - [anon_sym_auto] = ACTIONS(896), - [anon_sym_register] = ACTIONS(896), - [anon_sym_inline] = ACTIONS(896), - [anon_sym___inline] = ACTIONS(896), - [anon_sym___inline__] = ACTIONS(896), - [anon_sym___forceinline] = ACTIONS(896), - [anon_sym_thread_local] = ACTIONS(896), - [anon_sym___thread] = ACTIONS(896), - [anon_sym_const] = ACTIONS(914), - [anon_sym_constexpr] = ACTIONS(914), - [anon_sym_volatile] = ACTIONS(914), - [anon_sym_restrict] = ACTIONS(914), - [anon_sym___restrict__] = ACTIONS(914), - [anon_sym__Atomic] = ACTIONS(914), - [anon_sym__Noreturn] = ACTIONS(914), - [anon_sym_noreturn] = ACTIONS(914), - [sym_primitive_type] = ACTIONS(917), - [anon_sym_enum] = ACTIONS(920), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_union] = ACTIONS(926), - [anon_sym_if] = ACTIONS(1198), - [anon_sym_else] = ACTIONS(873), - [anon_sym_switch] = ACTIONS(1111), - [anon_sym_while] = ACTIONS(1201), - [anon_sym_do] = ACTIONS(1117), - [anon_sym_for] = ACTIONS(1204), - [anon_sym_return] = ACTIONS(1123), - [anon_sym_break] = ACTIONS(1126), - [anon_sym_continue] = ACTIONS(1129), - [anon_sym_goto] = ACTIONS(1132), - [anon_sym_DASH_DASH] = ACTIONS(956), - [anon_sym_PLUS_PLUS] = ACTIONS(956), - [anon_sym_sizeof] = ACTIONS(959), - [anon_sym___alignof__] = ACTIONS(962), - [anon_sym___alignof] = ACTIONS(962), - [anon_sym__alignof] = ACTIONS(962), - [anon_sym_alignof] = ACTIONS(962), - [anon_sym__Alignof] = ACTIONS(962), - [anon_sym_offsetof] = ACTIONS(965), - [anon_sym__Generic] = ACTIONS(968), - [anon_sym_asm] = ACTIONS(971), - [anon_sym___asm__] = ACTIONS(971), - [sym_number_literal] = ACTIONS(974), - [anon_sym_L_SQUOTE] = ACTIONS(977), - [anon_sym_u_SQUOTE] = ACTIONS(977), - [anon_sym_U_SQUOTE] = ACTIONS(977), - [anon_sym_u8_SQUOTE] = ACTIONS(977), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_L_DQUOTE] = ACTIONS(980), - [anon_sym_u_DQUOTE] = ACTIONS(980), - [anon_sym_U_DQUOTE] = ACTIONS(980), - [anon_sym_u8_DQUOTE] = ACTIONS(980), - [anon_sym_DQUOTE] = ACTIONS(980), - [sym_true] = ACTIONS(983), - [sym_false] = ACTIONS(983), - [anon_sym_NULL] = ACTIONS(986), - [anon_sym_nullptr] = ACTIONS(986), - [sym_comment] = ACTIONS(3), - }, - [81] = { [sym_declaration] = STATE(83), [sym_type_definition] = STATE(83), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), [sym_compound_statement] = STATE(83), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), [sym_attributed_statement] = STATE(83), [sym_labeled_statement] = STATE(83), [sym_expression_statement] = STATE(83), @@ -27558,34 +27583,34 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(83), [sym_continue_statement] = STATE(83), [sym_goto_statement] = STATE(83), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [aux_sym_case_statement_repeat1] = STATE(83), [sym_identifier] = ACTIONS(1187), [anon_sym_LPAREN2] = ACTIONS(19), @@ -27595,7 +27620,7 @@ 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(471), + [anon_sym_SEMI] = ACTIONS(539), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), @@ -27667,63 +27692,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, + [81] = { + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(81), + [sym_identifier] = ACTIONS(1195), + [anon_sym_LPAREN2] = ACTIONS(879), + [anon_sym_BANG] = ACTIONS(882), + [anon_sym_TILDE] = ACTIONS(882), + [anon_sym_DASH] = ACTIONS(885), + [anon_sym_PLUS] = ACTIONS(885), + [anon_sym_STAR] = ACTIONS(888), + [anon_sym_AMP] = ACTIONS(888), + [anon_sym_SEMI] = ACTIONS(1060), + [anon_sym___extension__] = ACTIONS(1151), + [anon_sym_typedef] = ACTIONS(1154), + [anon_sym_extern] = ACTIONS(900), + [anon_sym___attribute__] = ACTIONS(903), + [anon_sym_LBRACK_LBRACK] = ACTIONS(906), + [anon_sym___declspec] = ACTIONS(909), + [anon_sym_LBRACE] = ACTIONS(1157), + [anon_sym_signed] = ACTIONS(915), + [anon_sym_unsigned] = ACTIONS(915), + [anon_sym_long] = ACTIONS(915), + [anon_sym_short] = ACTIONS(915), + [anon_sym_static] = ACTIONS(900), + [anon_sym_auto] = ACTIONS(900), + [anon_sym_register] = ACTIONS(900), + [anon_sym_inline] = ACTIONS(900), + [anon_sym___inline] = ACTIONS(900), + [anon_sym___inline__] = ACTIONS(900), + [anon_sym___forceinline] = ACTIONS(900), + [anon_sym_thread_local] = ACTIONS(900), + [anon_sym___thread] = ACTIONS(900), + [anon_sym_const] = ACTIONS(918), + [anon_sym_constexpr] = ACTIONS(918), + [anon_sym_volatile] = ACTIONS(918), + [anon_sym_restrict] = ACTIONS(918), + [anon_sym___restrict__] = ACTIONS(918), + [anon_sym__Atomic] = ACTIONS(918), + [anon_sym__Noreturn] = ACTIONS(918), + [anon_sym_noreturn] = ACTIONS(918), + [sym_primitive_type] = ACTIONS(921), + [anon_sym_enum] = ACTIONS(924), + [anon_sym_struct] = ACTIONS(927), + [anon_sym_union] = ACTIONS(930), + [anon_sym_if] = ACTIONS(1198), + [anon_sym_else] = ACTIONS(877), + [anon_sym_switch] = ACTIONS(1163), + [anon_sym_while] = ACTIONS(1201), + [anon_sym_do] = ACTIONS(1169), + [anon_sym_for] = ACTIONS(1204), + [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(960), + [anon_sym_PLUS_PLUS] = ACTIONS(960), + [anon_sym_sizeof] = ACTIONS(963), + [anon_sym___alignof__] = ACTIONS(966), + [anon_sym___alignof] = ACTIONS(966), + [anon_sym__alignof] = ACTIONS(966), + [anon_sym_alignof] = ACTIONS(966), + [anon_sym__Alignof] = ACTIONS(966), + [anon_sym_offsetof] = ACTIONS(969), + [anon_sym__Generic] = ACTIONS(972), + [anon_sym_asm] = ACTIONS(975), + [anon_sym___asm__] = ACTIONS(975), + [sym_number_literal] = ACTIONS(978), + [anon_sym_L_SQUOTE] = ACTIONS(981), + [anon_sym_u_SQUOTE] = ACTIONS(981), + [anon_sym_U_SQUOTE] = ACTIONS(981), + [anon_sym_u8_SQUOTE] = ACTIONS(981), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_L_DQUOTE] = ACTIONS(984), + [anon_sym_u_DQUOTE] = ACTIONS(984), + [anon_sym_U_DQUOTE] = ACTIONS(984), + [anon_sym_u8_DQUOTE] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [sym_true] = ACTIONS(987), + [sym_false] = ACTIONS(987), + [anon_sym_NULL] = ACTIONS(990), + [anon_sym_nullptr] = ACTIONS(990), + [sym_comment] = ACTIONS(3), + }, [82] = { - [sym_declaration] = STATE(79), - [sym_type_definition] = STATE(79), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(79), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [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_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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(79), + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(81), [sym_identifier] = ACTIONS(1187), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -27732,7 +27894,7 @@ 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(471), + [anon_sym_SEMI] = ACTIONS(539), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), @@ -27766,7 +27928,7 @@ 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(1189), - [anon_sym_else] = ACTIONS(991), + [anon_sym_else] = ACTIONS(872), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), @@ -27805,62 +27967,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [83] = { - [sym_declaration] = STATE(80), - [sym_type_definition] = STATE(80), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1179), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(443), - [sym_ms_declspec_modifier] = STATE(663), - [sym_compound_statement] = STATE(80), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_attributed_statement] = STATE(80), - [sym_labeled_statement] = STATE(80), - [sym_expression_statement] = STATE(80), - [sym_if_statement] = STATE(80), - [sym_switch_statement] = STATE(80), - [sym_while_statement] = STATE(80), - [sym_do_statement] = STATE(80), - [sym_for_statement] = STATE(80), - [sym_return_statement] = STATE(80), - [sym_break_statement] = STATE(80), - [sym_continue_statement] = STATE(80), - [sym_goto_statement] = STATE(80), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [aux_sym_case_statement_repeat1] = STATE(80), + [sym_declaration] = STATE(81), + [sym_type_definition] = STATE(81), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1236), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(463), + [sym_ms_declspec_modifier] = STATE(711), + [sym_compound_statement] = STATE(81), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [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_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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [aux_sym_case_statement_repeat1] = STATE(81), [sym_identifier] = ACTIONS(1187), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -27869,7 +28031,7 @@ 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(471), + [anon_sym_SEMI] = ACTIONS(539), [anon_sym___extension__] = ACTIONS(27), [anon_sym_typedef] = ACTIONS(29), [anon_sym_extern] = ACTIONS(45), @@ -27903,7 +28065,7 @@ 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(1189), - [anon_sym_else] = ACTIONS(995), + [anon_sym_else] = ACTIONS(993), [anon_sym_switch] = ACTIONS(59), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), @@ -27942,47 +28104,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [84] = { - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1187), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__for_statement_body] = STATE(1720), - [sym__expression] = STATE(957), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1627), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_declaration] = STATE(528), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__for_statement_body] = STATE(1675), + [sym__expression] = STATE(1010), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1626), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(1207), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28052,47 +28214,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [85] = { - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1187), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__for_statement_body] = STATE(1688), - [sym__expression] = STATE(957), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1627), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_declaration] = STATE(528), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__for_statement_body] = STATE(1717), + [sym__expression] = STATE(1010), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1626), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(1207), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28162,47 +28324,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [86] = { - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1187), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__for_statement_body] = STATE(1668), - [sym__expression] = STATE(957), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1627), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_declaration] = STATE(528), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__for_statement_body] = STATE(1738), + [sym__expression] = STATE(1010), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1626), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(1207), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28272,47 +28434,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [87] = { - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1187), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__for_statement_body] = STATE(1615), - [sym__expression] = STATE(957), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1627), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_declaration] = STATE(528), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__for_statement_body] = STATE(1670), + [sym__expression] = STATE(1010), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1626), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(1207), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28382,47 +28544,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [88] = { - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1187), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__for_statement_body] = STATE(1623), - [sym__expression] = STATE(957), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1627), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_declaration] = STATE(528), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__for_statement_body] = STATE(1659), + [sym__expression] = STATE(1010), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1626), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(1207), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28492,47 +28654,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [89] = { - [sym_declaration] = STATE(507), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1187), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__for_statement_body] = STATE(1750), - [sym__expression] = STATE(957), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1627), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), + [sym_declaration] = STATE(528), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1242), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__for_statement_body] = STATE(1649), + [sym__expression] = STATE(1010), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1626), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), [sym_identifier] = ACTIONS(1207), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -28602,7 +28764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [90] = { - [sym_else_clause] = STATE(106), + [sym_else_clause] = STATE(125), [sym_identifier] = ACTIONS(1213), [aux_sym_preproc_include_token1] = ACTIONS(1213), [aux_sym_preproc_def_token1] = ACTIONS(1213), @@ -29003,103 +29165,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [94] = { - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token2] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [aux_sym_preproc_else_token1] = ACTIONS(1227), - [aux_sym_preproc_elif_token1] = ACTIONS(1227), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1227), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, [95] = { @@ -29203,106 +29365,306 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [96] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [sym_identifier] = ACTIONS(1227), + [aux_sym_preproc_include_token1] = ACTIONS(1227), + [aux_sym_preproc_def_token1] = ACTIONS(1227), + [aux_sym_preproc_if_token1] = ACTIONS(1227), + [aux_sym_preproc_if_token2] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), + [aux_sym_preproc_else_token1] = ACTIONS(1227), + [aux_sym_preproc_elif_token1] = ACTIONS(1227), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1227), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1227), + [anon_sym_LPAREN2] = ACTIONS(1229), + [anon_sym_BANG] = ACTIONS(1229), + [anon_sym_TILDE] = ACTIONS(1229), + [anon_sym_DASH] = ACTIONS(1227), + [anon_sym_PLUS] = ACTIONS(1227), + [anon_sym_STAR] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1229), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym___extension__] = ACTIONS(1227), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym___attribute__] = ACTIONS(1227), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), + [anon_sym___declspec] = ACTIONS(1227), + [anon_sym___cdecl] = ACTIONS(1227), + [anon_sym___clrcall] = ACTIONS(1227), + [anon_sym___stdcall] = ACTIONS(1227), + [anon_sym___fastcall] = ACTIONS(1227), + [anon_sym___thiscall] = ACTIONS(1227), + [anon_sym___vectorcall] = ACTIONS(1227), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_signed] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym___inline] = ACTIONS(1227), + [anon_sym___inline__] = ACTIONS(1227), + [anon_sym___forceinline] = ACTIONS(1227), + [anon_sym_thread_local] = ACTIONS(1227), + [anon_sym___thread] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_constexpr] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym___restrict__] = ACTIONS(1227), + [anon_sym__Atomic] = ACTIONS(1227), + [anon_sym__Noreturn] = ACTIONS(1227), + [anon_sym_noreturn] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1227), + [anon_sym_switch] = ACTIONS(1227), + [anon_sym_case] = ACTIONS(1227), + [anon_sym_default] = ACTIONS(1227), + [anon_sym_while] = ACTIONS(1227), + [anon_sym_do] = ACTIONS(1227), + [anon_sym_for] = ACTIONS(1227), + [anon_sym_return] = ACTIONS(1227), + [anon_sym_break] = ACTIONS(1227), + [anon_sym_continue] = ACTIONS(1227), + [anon_sym_goto] = ACTIONS(1227), + [anon_sym_DASH_DASH] = ACTIONS(1229), + [anon_sym_PLUS_PLUS] = ACTIONS(1229), + [anon_sym_sizeof] = ACTIONS(1227), + [anon_sym___alignof__] = ACTIONS(1227), + [anon_sym___alignof] = ACTIONS(1227), + [anon_sym__alignof] = ACTIONS(1227), + [anon_sym_alignof] = ACTIONS(1227), + [anon_sym__Alignof] = ACTIONS(1227), + [anon_sym_offsetof] = ACTIONS(1227), + [anon_sym__Generic] = ACTIONS(1227), + [anon_sym_asm] = ACTIONS(1227), + [anon_sym___asm__] = ACTIONS(1227), + [sym_number_literal] = ACTIONS(1229), + [anon_sym_L_SQUOTE] = ACTIONS(1229), + [anon_sym_u_SQUOTE] = ACTIONS(1229), + [anon_sym_U_SQUOTE] = ACTIONS(1229), + [anon_sym_u8_SQUOTE] = ACTIONS(1229), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_L_DQUOTE] = ACTIONS(1229), + [anon_sym_u_DQUOTE] = ACTIONS(1229), + [anon_sym_U_DQUOTE] = ACTIONS(1229), + [anon_sym_u8_DQUOTE] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym_true] = ACTIONS(1227), + [sym_false] = ACTIONS(1227), + [anon_sym_NULL] = ACTIONS(1227), + [anon_sym_nullptr] = ACTIONS(1227), [sym_comment] = ACTIONS(3), }, [97] = { + [sym_identifier] = ACTIONS(1231), + [aux_sym_preproc_include_token1] = ACTIONS(1231), + [aux_sym_preproc_def_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token2] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), + [aux_sym_preproc_else_token1] = ACTIONS(1231), + [aux_sym_preproc_elif_token1] = ACTIONS(1231), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1231), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1231), + [sym_preproc_directive] = ACTIONS(1231), + [anon_sym_LPAREN2] = ACTIONS(1233), + [anon_sym_BANG] = ACTIONS(1233), + [anon_sym_TILDE] = ACTIONS(1233), + [anon_sym_DASH] = ACTIONS(1231), + [anon_sym_PLUS] = ACTIONS(1231), + [anon_sym_STAR] = ACTIONS(1233), + [anon_sym_AMP] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1231), + [anon_sym_typedef] = ACTIONS(1231), + [anon_sym_extern] = ACTIONS(1231), + [anon_sym___attribute__] = ACTIONS(1231), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), + [anon_sym___declspec] = ACTIONS(1231), + [anon_sym___cdecl] = ACTIONS(1231), + [anon_sym___clrcall] = ACTIONS(1231), + [anon_sym___stdcall] = ACTIONS(1231), + [anon_sym___fastcall] = ACTIONS(1231), + [anon_sym___thiscall] = ACTIONS(1231), + [anon_sym___vectorcall] = ACTIONS(1231), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_signed] = ACTIONS(1231), + [anon_sym_unsigned] = ACTIONS(1231), + [anon_sym_long] = ACTIONS(1231), + [anon_sym_short] = ACTIONS(1231), + [anon_sym_static] = ACTIONS(1231), + [anon_sym_auto] = ACTIONS(1231), + [anon_sym_register] = ACTIONS(1231), + [anon_sym_inline] = ACTIONS(1231), + [anon_sym___inline] = ACTIONS(1231), + [anon_sym___inline__] = ACTIONS(1231), + [anon_sym___forceinline] = ACTIONS(1231), + [anon_sym_thread_local] = ACTIONS(1231), + [anon_sym___thread] = ACTIONS(1231), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_constexpr] = ACTIONS(1231), + [anon_sym_volatile] = ACTIONS(1231), + [anon_sym_restrict] = ACTIONS(1231), + [anon_sym___restrict__] = ACTIONS(1231), + [anon_sym__Atomic] = ACTIONS(1231), + [anon_sym__Noreturn] = ACTIONS(1231), + [anon_sym_noreturn] = ACTIONS(1231), + [sym_primitive_type] = ACTIONS(1231), + [anon_sym_enum] = ACTIONS(1231), + [anon_sym_struct] = ACTIONS(1231), + [anon_sym_union] = ACTIONS(1231), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_else] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1231), + [anon_sym_case] = ACTIONS(1231), + [anon_sym_default] = ACTIONS(1231), + [anon_sym_while] = ACTIONS(1231), + [anon_sym_do] = ACTIONS(1231), + [anon_sym_for] = ACTIONS(1231), + [anon_sym_return] = ACTIONS(1231), + [anon_sym_break] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(1231), + [anon_sym_goto] = ACTIONS(1231), + [anon_sym_DASH_DASH] = ACTIONS(1233), + [anon_sym_PLUS_PLUS] = ACTIONS(1233), + [anon_sym_sizeof] = ACTIONS(1231), + [anon_sym___alignof__] = ACTIONS(1231), + [anon_sym___alignof] = ACTIONS(1231), + [anon_sym__alignof] = ACTIONS(1231), + [anon_sym_alignof] = ACTIONS(1231), + [anon_sym__Alignof] = ACTIONS(1231), + [anon_sym_offsetof] = ACTIONS(1231), + [anon_sym__Generic] = ACTIONS(1231), + [anon_sym_asm] = ACTIONS(1231), + [anon_sym___asm__] = ACTIONS(1231), + [sym_number_literal] = ACTIONS(1233), + [anon_sym_L_SQUOTE] = ACTIONS(1233), + [anon_sym_u_SQUOTE] = ACTIONS(1233), + [anon_sym_U_SQUOTE] = ACTIONS(1233), + [anon_sym_u8_SQUOTE] = ACTIONS(1233), + [anon_sym_SQUOTE] = ACTIONS(1233), + [anon_sym_L_DQUOTE] = ACTIONS(1233), + [anon_sym_u_DQUOTE] = ACTIONS(1233), + [anon_sym_U_DQUOTE] = ACTIONS(1233), + [anon_sym_u8_DQUOTE] = ACTIONS(1233), + [anon_sym_DQUOTE] = ACTIONS(1233), + [sym_true] = ACTIONS(1231), + [sym_false] = ACTIONS(1231), + [anon_sym_NULL] = ACTIONS(1231), + [anon_sym_nullptr] = ACTIONS(1231), + [sym_comment] = ACTIONS(3), + }, + [98] = { + [sym_identifier] = ACTIONS(1235), + [aux_sym_preproc_include_token1] = ACTIONS(1235), + [aux_sym_preproc_def_token1] = ACTIONS(1235), + [aux_sym_preproc_if_token1] = ACTIONS(1235), + [aux_sym_preproc_if_token2] = ACTIONS(1235), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1235), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1235), + [aux_sym_preproc_else_token1] = ACTIONS(1235), + [aux_sym_preproc_elif_token1] = ACTIONS(1235), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1235), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1235), + [sym_preproc_directive] = ACTIONS(1235), + [anon_sym_LPAREN2] = ACTIONS(1237), + [anon_sym_BANG] = ACTIONS(1237), + [anon_sym_TILDE] = ACTIONS(1237), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_PLUS] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_AMP] = ACTIONS(1237), + [anon_sym_SEMI] = ACTIONS(1237), + [anon_sym___extension__] = ACTIONS(1235), + [anon_sym_typedef] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(1235), + [anon_sym___attribute__] = ACTIONS(1235), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym___declspec] = ACTIONS(1235), + [anon_sym___cdecl] = ACTIONS(1235), + [anon_sym___clrcall] = ACTIONS(1235), + [anon_sym___stdcall] = ACTIONS(1235), + [anon_sym___fastcall] = ACTIONS(1235), + [anon_sym___thiscall] = ACTIONS(1235), + [anon_sym___vectorcall] = ACTIONS(1235), + [anon_sym_LBRACE] = ACTIONS(1237), + [anon_sym_signed] = ACTIONS(1235), + [anon_sym_unsigned] = ACTIONS(1235), + [anon_sym_long] = ACTIONS(1235), + [anon_sym_short] = ACTIONS(1235), + [anon_sym_static] = ACTIONS(1235), + [anon_sym_auto] = ACTIONS(1235), + [anon_sym_register] = ACTIONS(1235), + [anon_sym_inline] = ACTIONS(1235), + [anon_sym___inline] = ACTIONS(1235), + [anon_sym___inline__] = ACTIONS(1235), + [anon_sym___forceinline] = ACTIONS(1235), + [anon_sym_thread_local] = ACTIONS(1235), + [anon_sym___thread] = ACTIONS(1235), + [anon_sym_const] = ACTIONS(1235), + [anon_sym_constexpr] = ACTIONS(1235), + [anon_sym_volatile] = ACTIONS(1235), + [anon_sym_restrict] = ACTIONS(1235), + [anon_sym___restrict__] = ACTIONS(1235), + [anon_sym__Atomic] = ACTIONS(1235), + [anon_sym__Noreturn] = ACTIONS(1235), + [anon_sym_noreturn] = ACTIONS(1235), + [sym_primitive_type] = ACTIONS(1235), + [anon_sym_enum] = ACTIONS(1235), + [anon_sym_struct] = ACTIONS(1235), + [anon_sym_union] = ACTIONS(1235), + [anon_sym_if] = ACTIONS(1235), + [anon_sym_else] = ACTIONS(1235), + [anon_sym_switch] = ACTIONS(1235), + [anon_sym_case] = ACTIONS(1235), + [anon_sym_default] = ACTIONS(1235), + [anon_sym_while] = ACTIONS(1235), + [anon_sym_do] = ACTIONS(1235), + [anon_sym_for] = ACTIONS(1235), + [anon_sym_return] = ACTIONS(1235), + [anon_sym_break] = ACTIONS(1235), + [anon_sym_continue] = ACTIONS(1235), + [anon_sym_goto] = ACTIONS(1235), + [anon_sym_DASH_DASH] = ACTIONS(1237), + [anon_sym_PLUS_PLUS] = ACTIONS(1237), + [anon_sym_sizeof] = ACTIONS(1235), + [anon_sym___alignof__] = ACTIONS(1235), + [anon_sym___alignof] = ACTIONS(1235), + [anon_sym__alignof] = ACTIONS(1235), + [anon_sym_alignof] = ACTIONS(1235), + [anon_sym__Alignof] = ACTIONS(1235), + [anon_sym_offsetof] = ACTIONS(1235), + [anon_sym__Generic] = ACTIONS(1235), + [anon_sym_asm] = ACTIONS(1235), + [anon_sym___asm__] = ACTIONS(1235), + [sym_number_literal] = ACTIONS(1237), + [anon_sym_L_SQUOTE] = ACTIONS(1237), + [anon_sym_u_SQUOTE] = ACTIONS(1237), + [anon_sym_U_SQUOTE] = ACTIONS(1237), + [anon_sym_u8_SQUOTE] = ACTIONS(1237), + [anon_sym_SQUOTE] = ACTIONS(1237), + [anon_sym_L_DQUOTE] = ACTIONS(1237), + [anon_sym_u_DQUOTE] = ACTIONS(1237), + [anon_sym_U_DQUOTE] = ACTIONS(1237), + [anon_sym_u8_DQUOTE] = ACTIONS(1237), + [anon_sym_DQUOTE] = ACTIONS(1237), + [sym_true] = ACTIONS(1235), + [sym_false] = ACTIONS(1235), + [anon_sym_NULL] = ACTIONS(1235), + [anon_sym_nullptr] = ACTIONS(1235), + [sym_comment] = ACTIONS(3), + }, + [99] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -29402,7 +29764,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [98] = { + [100] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [aux_sym_preproc_else_token1] = ACTIONS(1239), + [aux_sym_preproc_elif_token1] = ACTIONS(1239), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + }, + [101] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -29502,7 +29964,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [99] = { + [102] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -29602,7 +30064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [100] = { + [103] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -29702,7 +30164,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [101] = { + [104] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -29802,306 +30264,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [102] = { - [sym_identifier] = ACTIONS(1231), - [aux_sym_preproc_include_token1] = ACTIONS(1231), - [aux_sym_preproc_def_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token2] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), - [aux_sym_preproc_else_token1] = ACTIONS(1231), - [aux_sym_preproc_elif_token1] = ACTIONS(1231), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1231), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1231), - [sym_preproc_directive] = ACTIONS(1231), - [anon_sym_LPAREN2] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym___extension__] = ACTIONS(1231), - [anon_sym_typedef] = ACTIONS(1231), - [anon_sym_extern] = ACTIONS(1231), - [anon_sym___attribute__] = ACTIONS(1231), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), - [anon_sym___declspec] = ACTIONS(1231), - [anon_sym___cdecl] = ACTIONS(1231), - [anon_sym___clrcall] = ACTIONS(1231), - [anon_sym___stdcall] = ACTIONS(1231), - [anon_sym___fastcall] = ACTIONS(1231), - [anon_sym___thiscall] = ACTIONS(1231), - [anon_sym___vectorcall] = ACTIONS(1231), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_signed] = ACTIONS(1231), - [anon_sym_unsigned] = ACTIONS(1231), - [anon_sym_long] = ACTIONS(1231), - [anon_sym_short] = ACTIONS(1231), - [anon_sym_static] = ACTIONS(1231), - [anon_sym_auto] = ACTIONS(1231), - [anon_sym_register] = ACTIONS(1231), - [anon_sym_inline] = ACTIONS(1231), - [anon_sym___inline] = ACTIONS(1231), - [anon_sym___inline__] = ACTIONS(1231), - [anon_sym___forceinline] = ACTIONS(1231), - [anon_sym_thread_local] = ACTIONS(1231), - [anon_sym___thread] = ACTIONS(1231), - [anon_sym_const] = ACTIONS(1231), - [anon_sym_constexpr] = ACTIONS(1231), - [anon_sym_volatile] = ACTIONS(1231), - [anon_sym_restrict] = ACTIONS(1231), - [anon_sym___restrict__] = ACTIONS(1231), - [anon_sym__Atomic] = ACTIONS(1231), - [anon_sym__Noreturn] = ACTIONS(1231), - [anon_sym_noreturn] = ACTIONS(1231), - [sym_primitive_type] = ACTIONS(1231), - [anon_sym_enum] = ACTIONS(1231), - [anon_sym_struct] = ACTIONS(1231), - [anon_sym_union] = ACTIONS(1231), - [anon_sym_if] = ACTIONS(1231), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_switch] = ACTIONS(1231), - [anon_sym_case] = ACTIONS(1231), - [anon_sym_default] = ACTIONS(1231), - [anon_sym_while] = ACTIONS(1231), - [anon_sym_do] = ACTIONS(1231), - [anon_sym_for] = ACTIONS(1231), - [anon_sym_return] = ACTIONS(1231), - [anon_sym_break] = ACTIONS(1231), - [anon_sym_continue] = ACTIONS(1231), - [anon_sym_goto] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1233), - [anon_sym_PLUS_PLUS] = ACTIONS(1233), - [anon_sym_sizeof] = ACTIONS(1231), - [anon_sym___alignof__] = ACTIONS(1231), - [anon_sym___alignof] = ACTIONS(1231), - [anon_sym__alignof] = ACTIONS(1231), - [anon_sym_alignof] = ACTIONS(1231), - [anon_sym__Alignof] = ACTIONS(1231), - [anon_sym_offsetof] = ACTIONS(1231), - [anon_sym__Generic] = ACTIONS(1231), - [anon_sym_asm] = ACTIONS(1231), - [anon_sym___asm__] = ACTIONS(1231), - [sym_number_literal] = ACTIONS(1233), - [anon_sym_L_SQUOTE] = ACTIONS(1233), - [anon_sym_u_SQUOTE] = ACTIONS(1233), - [anon_sym_U_SQUOTE] = ACTIONS(1233), - [anon_sym_u8_SQUOTE] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_L_DQUOTE] = ACTIONS(1233), - [anon_sym_u_DQUOTE] = ACTIONS(1233), - [anon_sym_U_DQUOTE] = ACTIONS(1233), - [anon_sym_u8_DQUOTE] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [sym_true] = ACTIONS(1231), - [sym_false] = ACTIONS(1231), - [anon_sym_NULL] = ACTIONS(1231), - [anon_sym_nullptr] = ACTIONS(1231), - [sym_comment] = ACTIONS(3), - }, - [103] = { - [sym_identifier] = ACTIONS(1235), - [aux_sym_preproc_include_token1] = ACTIONS(1235), - [aux_sym_preproc_def_token1] = ACTIONS(1235), - [aux_sym_preproc_if_token1] = ACTIONS(1235), - [aux_sym_preproc_if_token2] = ACTIONS(1235), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1235), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1235), - [aux_sym_preproc_else_token1] = ACTIONS(1235), - [aux_sym_preproc_elif_token1] = ACTIONS(1235), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1235), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1235), - [sym_preproc_directive] = ACTIONS(1235), - [anon_sym_LPAREN2] = ACTIONS(1237), - [anon_sym_BANG] = ACTIONS(1237), - [anon_sym_TILDE] = ACTIONS(1237), - [anon_sym_DASH] = ACTIONS(1235), - [anon_sym_PLUS] = ACTIONS(1235), - [anon_sym_STAR] = ACTIONS(1237), - [anon_sym_AMP] = ACTIONS(1237), - [anon_sym_SEMI] = ACTIONS(1237), - [anon_sym___extension__] = ACTIONS(1235), - [anon_sym_typedef] = ACTIONS(1235), - [anon_sym_extern] = ACTIONS(1235), - [anon_sym___attribute__] = ACTIONS(1235), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), - [anon_sym___declspec] = ACTIONS(1235), - [anon_sym___cdecl] = ACTIONS(1235), - [anon_sym___clrcall] = ACTIONS(1235), - [anon_sym___stdcall] = ACTIONS(1235), - [anon_sym___fastcall] = ACTIONS(1235), - [anon_sym___thiscall] = ACTIONS(1235), - [anon_sym___vectorcall] = ACTIONS(1235), - [anon_sym_LBRACE] = ACTIONS(1237), - [anon_sym_signed] = ACTIONS(1235), - [anon_sym_unsigned] = ACTIONS(1235), - [anon_sym_long] = ACTIONS(1235), - [anon_sym_short] = ACTIONS(1235), - [anon_sym_static] = ACTIONS(1235), - [anon_sym_auto] = ACTIONS(1235), - [anon_sym_register] = ACTIONS(1235), - [anon_sym_inline] = ACTIONS(1235), - [anon_sym___inline] = ACTIONS(1235), - [anon_sym___inline__] = ACTIONS(1235), - [anon_sym___forceinline] = ACTIONS(1235), - [anon_sym_thread_local] = ACTIONS(1235), - [anon_sym___thread] = ACTIONS(1235), - [anon_sym_const] = ACTIONS(1235), - [anon_sym_constexpr] = ACTIONS(1235), - [anon_sym_volatile] = ACTIONS(1235), - [anon_sym_restrict] = ACTIONS(1235), - [anon_sym___restrict__] = ACTIONS(1235), - [anon_sym__Atomic] = ACTIONS(1235), - [anon_sym__Noreturn] = ACTIONS(1235), - [anon_sym_noreturn] = ACTIONS(1235), - [sym_primitive_type] = ACTIONS(1235), - [anon_sym_enum] = ACTIONS(1235), - [anon_sym_struct] = ACTIONS(1235), - [anon_sym_union] = ACTIONS(1235), - [anon_sym_if] = ACTIONS(1235), - [anon_sym_else] = ACTIONS(1235), - [anon_sym_switch] = ACTIONS(1235), - [anon_sym_case] = ACTIONS(1235), - [anon_sym_default] = ACTIONS(1235), - [anon_sym_while] = ACTIONS(1235), - [anon_sym_do] = ACTIONS(1235), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_return] = ACTIONS(1235), - [anon_sym_break] = ACTIONS(1235), - [anon_sym_continue] = ACTIONS(1235), - [anon_sym_goto] = ACTIONS(1235), - [anon_sym_DASH_DASH] = ACTIONS(1237), - [anon_sym_PLUS_PLUS] = ACTIONS(1237), - [anon_sym_sizeof] = ACTIONS(1235), - [anon_sym___alignof__] = ACTIONS(1235), - [anon_sym___alignof] = ACTIONS(1235), - [anon_sym__alignof] = ACTIONS(1235), - [anon_sym_alignof] = ACTIONS(1235), - [anon_sym__Alignof] = ACTIONS(1235), - [anon_sym_offsetof] = ACTIONS(1235), - [anon_sym__Generic] = ACTIONS(1235), - [anon_sym_asm] = ACTIONS(1235), - [anon_sym___asm__] = ACTIONS(1235), - [sym_number_literal] = ACTIONS(1237), - [anon_sym_L_SQUOTE] = ACTIONS(1237), - [anon_sym_u_SQUOTE] = ACTIONS(1237), - [anon_sym_U_SQUOTE] = ACTIONS(1237), - [anon_sym_u8_SQUOTE] = ACTIONS(1237), - [anon_sym_SQUOTE] = ACTIONS(1237), - [anon_sym_L_DQUOTE] = ACTIONS(1237), - [anon_sym_u_DQUOTE] = ACTIONS(1237), - [anon_sym_U_DQUOTE] = ACTIONS(1237), - [anon_sym_u8_DQUOTE] = ACTIONS(1237), - [anon_sym_DQUOTE] = ACTIONS(1237), - [sym_true] = ACTIONS(1235), - [sym_false] = ACTIONS(1235), - [anon_sym_NULL] = ACTIONS(1235), - [anon_sym_nullptr] = ACTIONS(1235), - [sym_comment] = ACTIONS(3), - }, - [104] = { - [sym_identifier] = ACTIONS(1239), - [aux_sym_preproc_include_token1] = ACTIONS(1239), - [aux_sym_preproc_def_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token2] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), - [aux_sym_preproc_else_token1] = ACTIONS(1239), - [aux_sym_preproc_elif_token1] = ACTIONS(1239), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1239), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1239), - [sym_preproc_directive] = ACTIONS(1239), - [anon_sym_LPAREN2] = ACTIONS(1241), - [anon_sym_BANG] = ACTIONS(1241), - [anon_sym_TILDE] = ACTIONS(1241), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1239), - [anon_sym_typedef] = ACTIONS(1239), - [anon_sym_extern] = ACTIONS(1239), - [anon_sym___attribute__] = ACTIONS(1239), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), - [anon_sym___declspec] = ACTIONS(1239), - [anon_sym___cdecl] = ACTIONS(1239), - [anon_sym___clrcall] = ACTIONS(1239), - [anon_sym___stdcall] = ACTIONS(1239), - [anon_sym___fastcall] = ACTIONS(1239), - [anon_sym___thiscall] = ACTIONS(1239), - [anon_sym___vectorcall] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1241), - [anon_sym_signed] = ACTIONS(1239), - [anon_sym_unsigned] = ACTIONS(1239), - [anon_sym_long] = ACTIONS(1239), - [anon_sym_short] = ACTIONS(1239), - [anon_sym_static] = ACTIONS(1239), - [anon_sym_auto] = ACTIONS(1239), - [anon_sym_register] = ACTIONS(1239), - [anon_sym_inline] = ACTIONS(1239), - [anon_sym___inline] = ACTIONS(1239), - [anon_sym___inline__] = ACTIONS(1239), - [anon_sym___forceinline] = ACTIONS(1239), - [anon_sym_thread_local] = ACTIONS(1239), - [anon_sym___thread] = ACTIONS(1239), - [anon_sym_const] = ACTIONS(1239), - [anon_sym_constexpr] = ACTIONS(1239), - [anon_sym_volatile] = ACTIONS(1239), - [anon_sym_restrict] = ACTIONS(1239), - [anon_sym___restrict__] = ACTIONS(1239), - [anon_sym__Atomic] = ACTIONS(1239), - [anon_sym__Noreturn] = ACTIONS(1239), - [anon_sym_noreturn] = ACTIONS(1239), - [sym_primitive_type] = ACTIONS(1239), - [anon_sym_enum] = ACTIONS(1239), - [anon_sym_struct] = ACTIONS(1239), - [anon_sym_union] = ACTIONS(1239), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_else] = ACTIONS(1239), - [anon_sym_switch] = ACTIONS(1239), - [anon_sym_case] = ACTIONS(1239), - [anon_sym_default] = ACTIONS(1239), - [anon_sym_while] = ACTIONS(1239), - [anon_sym_do] = ACTIONS(1239), - [anon_sym_for] = ACTIONS(1239), - [anon_sym_return] = ACTIONS(1239), - [anon_sym_break] = ACTIONS(1239), - [anon_sym_continue] = ACTIONS(1239), - [anon_sym_goto] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1241), - [anon_sym_PLUS_PLUS] = ACTIONS(1241), - [anon_sym_sizeof] = ACTIONS(1239), - [anon_sym___alignof__] = ACTIONS(1239), - [anon_sym___alignof] = ACTIONS(1239), - [anon_sym__alignof] = ACTIONS(1239), - [anon_sym_alignof] = ACTIONS(1239), - [anon_sym__Alignof] = ACTIONS(1239), - [anon_sym_offsetof] = ACTIONS(1239), - [anon_sym__Generic] = ACTIONS(1239), - [anon_sym_asm] = ACTIONS(1239), - [anon_sym___asm__] = ACTIONS(1239), - [sym_number_literal] = ACTIONS(1241), - [anon_sym_L_SQUOTE] = ACTIONS(1241), - [anon_sym_u_SQUOTE] = ACTIONS(1241), - [anon_sym_U_SQUOTE] = ACTIONS(1241), - [anon_sym_u8_SQUOTE] = ACTIONS(1241), - [anon_sym_SQUOTE] = ACTIONS(1241), - [anon_sym_L_DQUOTE] = ACTIONS(1241), - [anon_sym_u_DQUOTE] = ACTIONS(1241), - [anon_sym_U_DQUOTE] = ACTIONS(1241), - [anon_sym_u8_DQUOTE] = ACTIONS(1241), - [anon_sym_DQUOTE] = ACTIONS(1241), - [sym_true] = ACTIONS(1239), - [sym_false] = ACTIONS(1239), - [anon_sym_NULL] = ACTIONS(1239), - [anon_sym_nullptr] = ACTIONS(1239), - [sym_comment] = ACTIONS(3), - }, [105] = { [sym_identifier] = ACTIONS(1243), [aux_sym_preproc_include_token1] = ACTIONS(1243), @@ -30703,6 +30865,106 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [111] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [112] = { [sym_identifier] = ACTIONS(1263), [aux_sym_preproc_include_token1] = ACTIONS(1263), [aux_sym_preproc_def_token1] = ACTIONS(1263), @@ -30802,7 +31064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1263), [sym_comment] = ACTIONS(3), }, - [112] = { + [113] = { [sym_identifier] = ACTIONS(1267), [aux_sym_preproc_include_token1] = ACTIONS(1267), [aux_sym_preproc_def_token1] = ACTIONS(1267), @@ -30902,7 +31164,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1267), [sym_comment] = ACTIONS(3), }, - [113] = { + [114] = { [sym_identifier] = ACTIONS(1271), [aux_sym_preproc_include_token1] = ACTIONS(1271), [aux_sym_preproc_def_token1] = ACTIONS(1271), @@ -31002,7 +31264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1271), [sym_comment] = ACTIONS(3), }, - [114] = { + [115] = { [sym_identifier] = ACTIONS(1275), [aux_sym_preproc_include_token1] = ACTIONS(1275), [aux_sym_preproc_def_token1] = ACTIONS(1275), @@ -31102,7 +31364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1275), [sym_comment] = ACTIONS(3), }, - [115] = { + [116] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -31202,7 +31464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [116] = { + [117] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -31302,7 +31564,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [117] = { + [118] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [119] = { [sym_identifier] = ACTIONS(1279), [aux_sym_preproc_include_token1] = ACTIONS(1279), [aux_sym_preproc_def_token1] = ACTIONS(1279), @@ -31402,7 +31764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1279), [sym_comment] = ACTIONS(3), }, - [118] = { + [120] = { [sym_identifier] = ACTIONS(1283), [aux_sym_preproc_include_token1] = ACTIONS(1283), [aux_sym_preproc_def_token1] = ACTIONS(1283), @@ -31502,7 +31864,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1283), [sym_comment] = ACTIONS(3), }, - [119] = { + [121] = { [sym_identifier] = ACTIONS(1287), [aux_sym_preproc_include_token1] = ACTIONS(1287), [aux_sym_preproc_def_token1] = ACTIONS(1287), @@ -31602,7 +31964,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1287), [sym_comment] = ACTIONS(3), }, - [120] = { + [122] = { [sym_identifier] = ACTIONS(1291), [aux_sym_preproc_include_token1] = ACTIONS(1291), [aux_sym_preproc_def_token1] = ACTIONS(1291), @@ -31702,107 +32064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1291), [sym_comment] = ACTIONS(3), }, - [121] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [122] = { + [123] = { [sym_identifier] = ACTIONS(1295), [aux_sym_preproc_include_token1] = ACTIONS(1295), [aux_sym_preproc_def_token1] = ACTIONS(1295), @@ -31902,7 +32164,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1295), [sym_comment] = ACTIONS(3), }, - [123] = { + [124] = { [sym_identifier] = ACTIONS(1299), [aux_sym_preproc_include_token1] = ACTIONS(1299), [aux_sym_preproc_def_token1] = ACTIONS(1299), @@ -32002,106 +32264,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1299), [sym_comment] = ACTIONS(3), }, - [124] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, [125] = { [sym_identifier] = ACTIONS(1303), [aux_sym_preproc_include_token1] = ACTIONS(1303), @@ -34183,7 +34345,601 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [146] = { - [sym_else_clause] = STATE(169), + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token2] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [aux_sym_preproc_else_token1] = ACTIONS(1387), + [aux_sym_preproc_elif_token1] = ACTIONS(1387), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), + [sym_comment] = ACTIONS(3), + }, + [147] = { + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token2] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [aux_sym_preproc_else_token1] = ACTIONS(1391), + [aux_sym_preproc_elif_token1] = ACTIONS(1391), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + }, + [148] = { + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token2] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [aux_sym_preproc_else_token1] = ACTIONS(1395), + [aux_sym_preproc_elif_token1] = ACTIONS(1395), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + }, + [149] = { + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token2] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [aux_sym_preproc_else_token1] = ACTIONS(1399), + [aux_sym_preproc_elif_token1] = ACTIONS(1399), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + }, + [150] = { + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token2] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [aux_sym_preproc_else_token1] = ACTIONS(1403), + [aux_sym_preproc_elif_token1] = ACTIONS(1403), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + }, + [151] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token2] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [aux_sym_preproc_else_token1] = ACTIONS(1407), + [aux_sym_preproc_elif_token1] = ACTIONS(1407), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + }, + [152] = { + [sym_else_clause] = STATE(183), [sym_identifier] = ACTIONS(1213), [aux_sym_preproc_include_token1] = ACTIONS(1213), [aux_sym_preproc_def_token1] = ACTIONS(1213), @@ -34241,7 +34997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1213), [anon_sym_union] = ACTIONS(1213), [anon_sym_if] = ACTIONS(1213), - [anon_sym_else] = ACTIONS(1387), + [anon_sym_else] = ACTIONS(1411), [anon_sym_switch] = ACTIONS(1213), [anon_sym_case] = ACTIONS(1213), [anon_sym_default] = ACTIONS(1213), @@ -34281,204 +35037,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1213), [sym_comment] = ACTIONS(3), }, - [147] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token2] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [aux_sym_preproc_else_token1] = ACTIONS(1389), - [aux_sym_preproc_elif_token1] = ACTIONS(1389), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), - [sym_comment] = ACTIONS(3), - }, - [148] = { - [sym_identifier] = ACTIONS(1223), - [aux_sym_preproc_include_token1] = ACTIONS(1223), - [aux_sym_preproc_def_token1] = ACTIONS(1223), - [aux_sym_preproc_if_token1] = ACTIONS(1223), - [aux_sym_preproc_if_token2] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), - [aux_sym_preproc_else_token1] = ACTIONS(1223), - [aux_sym_preproc_elif_token1] = ACTIONS(1223), - [sym_preproc_directive] = ACTIONS(1223), - [anon_sym_LPAREN2] = ACTIONS(1225), - [anon_sym_BANG] = ACTIONS(1225), - [anon_sym_TILDE] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1225), - [anon_sym_AMP] = ACTIONS(1225), - [anon_sym_SEMI] = ACTIONS(1225), - [anon_sym___extension__] = ACTIONS(1223), - [anon_sym_typedef] = ACTIONS(1223), - [anon_sym_extern] = ACTIONS(1223), - [anon_sym___attribute__] = ACTIONS(1223), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(1223), - [anon_sym___cdecl] = ACTIONS(1223), - [anon_sym___clrcall] = ACTIONS(1223), - [anon_sym___stdcall] = ACTIONS(1223), - [anon_sym___fastcall] = ACTIONS(1223), - [anon_sym___thiscall] = ACTIONS(1223), - [anon_sym___vectorcall] = ACTIONS(1223), - [anon_sym_LBRACE] = ACTIONS(1225), - [anon_sym_signed] = ACTIONS(1223), - [anon_sym_unsigned] = ACTIONS(1223), - [anon_sym_long] = ACTIONS(1223), - [anon_sym_short] = ACTIONS(1223), - [anon_sym_static] = ACTIONS(1223), - [anon_sym_auto] = ACTIONS(1223), - [anon_sym_register] = ACTIONS(1223), - [anon_sym_inline] = ACTIONS(1223), - [anon_sym___inline] = ACTIONS(1223), - [anon_sym___inline__] = ACTIONS(1223), - [anon_sym___forceinline] = ACTIONS(1223), - [anon_sym_thread_local] = ACTIONS(1223), - [anon_sym___thread] = ACTIONS(1223), - [anon_sym_const] = ACTIONS(1223), - [anon_sym_constexpr] = ACTIONS(1223), - [anon_sym_volatile] = ACTIONS(1223), - [anon_sym_restrict] = ACTIONS(1223), - [anon_sym___restrict__] = ACTIONS(1223), - [anon_sym__Atomic] = ACTIONS(1223), - [anon_sym__Noreturn] = ACTIONS(1223), - [anon_sym_noreturn] = ACTIONS(1223), - [sym_primitive_type] = ACTIONS(1223), - [anon_sym_enum] = ACTIONS(1223), - [anon_sym_struct] = ACTIONS(1223), - [anon_sym_union] = ACTIONS(1223), - [anon_sym_if] = ACTIONS(1223), - [anon_sym_else] = ACTIONS(1223), - [anon_sym_switch] = ACTIONS(1223), - [anon_sym_case] = ACTIONS(1223), - [anon_sym_default] = ACTIONS(1223), - [anon_sym_while] = ACTIONS(1223), - [anon_sym_do] = ACTIONS(1223), - [anon_sym_for] = ACTIONS(1223), - [anon_sym_return] = ACTIONS(1223), - [anon_sym_break] = ACTIONS(1223), - [anon_sym_continue] = ACTIONS(1223), - [anon_sym_goto] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1225), - [anon_sym_PLUS_PLUS] = ACTIONS(1225), - [anon_sym_sizeof] = ACTIONS(1223), - [anon_sym___alignof__] = ACTIONS(1223), - [anon_sym___alignof] = ACTIONS(1223), - [anon_sym__alignof] = ACTIONS(1223), - [anon_sym_alignof] = ACTIONS(1223), - [anon_sym__Alignof] = ACTIONS(1223), - [anon_sym_offsetof] = ACTIONS(1223), - [anon_sym__Generic] = ACTIONS(1223), - [anon_sym_asm] = ACTIONS(1223), - [anon_sym___asm__] = ACTIONS(1223), - [sym_number_literal] = ACTIONS(1225), - [anon_sym_L_SQUOTE] = ACTIONS(1225), - [anon_sym_u_SQUOTE] = ACTIONS(1225), - [anon_sym_U_SQUOTE] = ACTIONS(1225), - [anon_sym_u8_SQUOTE] = ACTIONS(1225), - [anon_sym_SQUOTE] = ACTIONS(1225), - [anon_sym_L_DQUOTE] = ACTIONS(1225), - [anon_sym_u_DQUOTE] = ACTIONS(1225), - [anon_sym_U_DQUOTE] = ACTIONS(1225), - [anon_sym_u8_DQUOTE] = ACTIONS(1225), - [anon_sym_DQUOTE] = ACTIONS(1225), - [sym_true] = ACTIONS(1223), - [sym_false] = ACTIONS(1223), - [anon_sym_NULL] = ACTIONS(1223), - [anon_sym_nullptr] = ACTIONS(1223), + [153] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [149] = { + [154] = { [sym_identifier] = ACTIONS(1255), [aux_sym_preproc_include_token1] = ACTIONS(1255), [aux_sym_preproc_def_token1] = ACTIONS(1255), @@ -34576,2751 +35233,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1255), [sym_comment] = ACTIONS(3), }, - [150] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [151] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [152] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [153] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [154] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [155] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [156] = { - [sym_identifier] = ACTIONS(1279), - [aux_sym_preproc_include_token1] = ACTIONS(1279), - [aux_sym_preproc_def_token1] = ACTIONS(1279), - [aux_sym_preproc_if_token1] = ACTIONS(1279), - [aux_sym_preproc_if_token2] = ACTIONS(1279), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), - [aux_sym_preproc_else_token1] = ACTIONS(1279), - [aux_sym_preproc_elif_token1] = ACTIONS(1279), - [sym_preproc_directive] = ACTIONS(1279), - [anon_sym_LPAREN2] = ACTIONS(1281), - [anon_sym_BANG] = ACTIONS(1281), - [anon_sym_TILDE] = ACTIONS(1281), - [anon_sym_DASH] = ACTIONS(1279), - [anon_sym_PLUS] = ACTIONS(1279), - [anon_sym_STAR] = ACTIONS(1281), - [anon_sym_AMP] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1279), - [anon_sym_typedef] = ACTIONS(1279), - [anon_sym_extern] = ACTIONS(1279), - [anon_sym___attribute__] = ACTIONS(1279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), - [anon_sym___declspec] = ACTIONS(1279), - [anon_sym___cdecl] = ACTIONS(1279), - [anon_sym___clrcall] = ACTIONS(1279), - [anon_sym___stdcall] = ACTIONS(1279), - [anon_sym___fastcall] = ACTIONS(1279), - [anon_sym___thiscall] = ACTIONS(1279), - [anon_sym___vectorcall] = ACTIONS(1279), - [anon_sym_LBRACE] = ACTIONS(1281), - [anon_sym_signed] = ACTIONS(1279), - [anon_sym_unsigned] = ACTIONS(1279), - [anon_sym_long] = ACTIONS(1279), - [anon_sym_short] = ACTIONS(1279), - [anon_sym_static] = ACTIONS(1279), - [anon_sym_auto] = ACTIONS(1279), - [anon_sym_register] = ACTIONS(1279), - [anon_sym_inline] = ACTIONS(1279), - [anon_sym___inline] = ACTIONS(1279), - [anon_sym___inline__] = ACTIONS(1279), - [anon_sym___forceinline] = ACTIONS(1279), - [anon_sym_thread_local] = ACTIONS(1279), - [anon_sym___thread] = ACTIONS(1279), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [sym_primitive_type] = ACTIONS(1279), - [anon_sym_enum] = ACTIONS(1279), - [anon_sym_struct] = ACTIONS(1279), - [anon_sym_union] = ACTIONS(1279), - [anon_sym_if] = ACTIONS(1279), - [anon_sym_else] = ACTIONS(1279), - [anon_sym_switch] = ACTIONS(1279), - [anon_sym_case] = ACTIONS(1279), - [anon_sym_default] = ACTIONS(1279), - [anon_sym_while] = ACTIONS(1279), - [anon_sym_do] = ACTIONS(1279), - [anon_sym_for] = ACTIONS(1279), - [anon_sym_return] = ACTIONS(1279), - [anon_sym_break] = ACTIONS(1279), - [anon_sym_continue] = ACTIONS(1279), - [anon_sym_goto] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1281), - [anon_sym_PLUS_PLUS] = ACTIONS(1281), - [anon_sym_sizeof] = ACTIONS(1279), - [anon_sym___alignof__] = ACTIONS(1279), - [anon_sym___alignof] = ACTIONS(1279), - [anon_sym__alignof] = ACTIONS(1279), - [anon_sym_alignof] = ACTIONS(1279), - [anon_sym__Alignof] = ACTIONS(1279), - [anon_sym_offsetof] = ACTIONS(1279), - [anon_sym__Generic] = ACTIONS(1279), - [anon_sym_asm] = ACTIONS(1279), - [anon_sym___asm__] = ACTIONS(1279), - [sym_number_literal] = ACTIONS(1281), - [anon_sym_L_SQUOTE] = ACTIONS(1281), - [anon_sym_u_SQUOTE] = ACTIONS(1281), - [anon_sym_U_SQUOTE] = ACTIONS(1281), - [anon_sym_u8_SQUOTE] = ACTIONS(1281), - [anon_sym_SQUOTE] = ACTIONS(1281), - [anon_sym_L_DQUOTE] = ACTIONS(1281), - [anon_sym_u_DQUOTE] = ACTIONS(1281), - [anon_sym_U_DQUOTE] = ACTIONS(1281), - [anon_sym_u8_DQUOTE] = ACTIONS(1281), - [anon_sym_DQUOTE] = ACTIONS(1281), - [sym_true] = ACTIONS(1279), - [sym_false] = ACTIONS(1279), - [anon_sym_NULL] = ACTIONS(1279), - [anon_sym_nullptr] = ACTIONS(1279), - [sym_comment] = ACTIONS(3), - }, - [157] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [158] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [159] = { - [sym_identifier] = ACTIONS(1283), - [aux_sym_preproc_include_token1] = ACTIONS(1283), - [aux_sym_preproc_def_token1] = ACTIONS(1283), - [aux_sym_preproc_if_token1] = ACTIONS(1283), - [aux_sym_preproc_if_token2] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), - [aux_sym_preproc_else_token1] = ACTIONS(1283), - [aux_sym_preproc_elif_token1] = ACTIONS(1283), - [sym_preproc_directive] = ACTIONS(1283), - [anon_sym_LPAREN2] = ACTIONS(1285), - [anon_sym_BANG] = ACTIONS(1285), - [anon_sym_TILDE] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1283), - [anon_sym_extern] = ACTIONS(1283), - [anon_sym___attribute__] = ACTIONS(1283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), - [anon_sym___declspec] = ACTIONS(1283), - [anon_sym___cdecl] = ACTIONS(1283), - [anon_sym___clrcall] = ACTIONS(1283), - [anon_sym___stdcall] = ACTIONS(1283), - [anon_sym___fastcall] = ACTIONS(1283), - [anon_sym___thiscall] = ACTIONS(1283), - [anon_sym___vectorcall] = ACTIONS(1283), - [anon_sym_LBRACE] = ACTIONS(1285), - [anon_sym_signed] = ACTIONS(1283), - [anon_sym_unsigned] = ACTIONS(1283), - [anon_sym_long] = ACTIONS(1283), - [anon_sym_short] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1283), - [anon_sym_auto] = ACTIONS(1283), - [anon_sym_register] = ACTIONS(1283), - [anon_sym_inline] = ACTIONS(1283), - [anon_sym___inline] = ACTIONS(1283), - [anon_sym___inline__] = ACTIONS(1283), - [anon_sym___forceinline] = ACTIONS(1283), - [anon_sym_thread_local] = ACTIONS(1283), - [anon_sym___thread] = ACTIONS(1283), - [anon_sym_const] = ACTIONS(1283), - [anon_sym_constexpr] = ACTIONS(1283), - [anon_sym_volatile] = ACTIONS(1283), - [anon_sym_restrict] = ACTIONS(1283), - [anon_sym___restrict__] = ACTIONS(1283), - [anon_sym__Atomic] = ACTIONS(1283), - [anon_sym__Noreturn] = ACTIONS(1283), - [anon_sym_noreturn] = ACTIONS(1283), - [sym_primitive_type] = ACTIONS(1283), - [anon_sym_enum] = ACTIONS(1283), - [anon_sym_struct] = ACTIONS(1283), - [anon_sym_union] = ACTIONS(1283), - [anon_sym_if] = ACTIONS(1283), - [anon_sym_else] = ACTIONS(1283), - [anon_sym_switch] = ACTIONS(1283), - [anon_sym_case] = ACTIONS(1283), - [anon_sym_default] = ACTIONS(1283), - [anon_sym_while] = ACTIONS(1283), - [anon_sym_do] = ACTIONS(1283), - [anon_sym_for] = ACTIONS(1283), - [anon_sym_return] = ACTIONS(1283), - [anon_sym_break] = ACTIONS(1283), - [anon_sym_continue] = ACTIONS(1283), - [anon_sym_goto] = ACTIONS(1283), - [anon_sym_DASH_DASH] = ACTIONS(1285), - [anon_sym_PLUS_PLUS] = ACTIONS(1285), - [anon_sym_sizeof] = ACTIONS(1283), - [anon_sym___alignof__] = ACTIONS(1283), - [anon_sym___alignof] = ACTIONS(1283), - [anon_sym__alignof] = ACTIONS(1283), - [anon_sym_alignof] = ACTIONS(1283), - [anon_sym__Alignof] = ACTIONS(1283), - [anon_sym_offsetof] = ACTIONS(1283), - [anon_sym__Generic] = ACTIONS(1283), - [anon_sym_asm] = ACTIONS(1283), - [anon_sym___asm__] = ACTIONS(1283), - [sym_number_literal] = ACTIONS(1285), - [anon_sym_L_SQUOTE] = ACTIONS(1285), - [anon_sym_u_SQUOTE] = ACTIONS(1285), - [anon_sym_U_SQUOTE] = ACTIONS(1285), - [anon_sym_u8_SQUOTE] = ACTIONS(1285), - [anon_sym_SQUOTE] = ACTIONS(1285), - [anon_sym_L_DQUOTE] = ACTIONS(1285), - [anon_sym_u_DQUOTE] = ACTIONS(1285), - [anon_sym_U_DQUOTE] = ACTIONS(1285), - [anon_sym_u8_DQUOTE] = ACTIONS(1285), - [anon_sym_DQUOTE] = ACTIONS(1285), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [anon_sym_NULL] = ACTIONS(1283), - [anon_sym_nullptr] = ACTIONS(1283), - [sym_comment] = ACTIONS(3), - }, - [160] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [161] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [162] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [163] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [164] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [165] = { - [ts_builtin_sym_end] = ACTIONS(1305), - [sym_identifier] = ACTIONS(1303), - [aux_sym_preproc_include_token1] = ACTIONS(1303), - [aux_sym_preproc_def_token1] = ACTIONS(1303), - [anon_sym_COMMA] = ACTIONS(1305), - [anon_sym_RPAREN] = ACTIONS(1305), - [aux_sym_preproc_if_token1] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), - [sym_preproc_directive] = ACTIONS(1303), - [anon_sym_LPAREN2] = ACTIONS(1305), - [anon_sym_BANG] = ACTIONS(1305), - [anon_sym_TILDE] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1303), - [anon_sym_STAR] = ACTIONS(1305), - [anon_sym_AMP] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1303), - [anon_sym_typedef] = ACTIONS(1303), - [anon_sym_extern] = ACTIONS(1303), - [anon_sym___attribute__] = ACTIONS(1303), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), - [anon_sym___declspec] = ACTIONS(1303), - [anon_sym___cdecl] = ACTIONS(1303), - [anon_sym___clrcall] = ACTIONS(1303), - [anon_sym___stdcall] = ACTIONS(1303), - [anon_sym___fastcall] = ACTIONS(1303), - [anon_sym___thiscall] = ACTIONS(1303), - [anon_sym___vectorcall] = ACTIONS(1303), - [anon_sym_LBRACE] = ACTIONS(1305), - [anon_sym_signed] = ACTIONS(1303), - [anon_sym_unsigned] = ACTIONS(1303), - [anon_sym_long] = ACTIONS(1303), - [anon_sym_short] = ACTIONS(1303), - [anon_sym_static] = ACTIONS(1303), - [anon_sym_auto] = ACTIONS(1303), - [anon_sym_register] = ACTIONS(1303), - [anon_sym_inline] = ACTIONS(1303), - [anon_sym___inline] = ACTIONS(1303), - [anon_sym___inline__] = ACTIONS(1303), - [anon_sym___forceinline] = ACTIONS(1303), - [anon_sym_thread_local] = ACTIONS(1303), - [anon_sym___thread] = ACTIONS(1303), - [anon_sym_const] = ACTIONS(1303), - [anon_sym_constexpr] = ACTIONS(1303), - [anon_sym_volatile] = ACTIONS(1303), - [anon_sym_restrict] = ACTIONS(1303), - [anon_sym___restrict__] = ACTIONS(1303), - [anon_sym__Atomic] = ACTIONS(1303), - [anon_sym__Noreturn] = ACTIONS(1303), - [anon_sym_noreturn] = ACTIONS(1303), - [sym_primitive_type] = ACTIONS(1303), - [anon_sym_enum] = ACTIONS(1303), - [anon_sym_struct] = ACTIONS(1303), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_if] = ACTIONS(1303), - [anon_sym_else] = ACTIONS(1303), - [anon_sym_switch] = ACTIONS(1303), - [anon_sym_case] = ACTIONS(1303), - [anon_sym_default] = ACTIONS(1303), - [anon_sym_while] = ACTIONS(1303), - [anon_sym_do] = ACTIONS(1303), - [anon_sym_for] = ACTIONS(1303), - [anon_sym_return] = ACTIONS(1303), - [anon_sym_break] = ACTIONS(1303), - [anon_sym_continue] = ACTIONS(1303), - [anon_sym_goto] = ACTIONS(1303), - [anon_sym_DASH_DASH] = ACTIONS(1305), - [anon_sym_PLUS_PLUS] = ACTIONS(1305), - [anon_sym_sizeof] = ACTIONS(1303), - [anon_sym___alignof__] = ACTIONS(1303), - [anon_sym___alignof] = ACTIONS(1303), - [anon_sym__alignof] = ACTIONS(1303), - [anon_sym_alignof] = ACTIONS(1303), - [anon_sym__Alignof] = ACTIONS(1303), - [anon_sym_offsetof] = ACTIONS(1303), - [anon_sym__Generic] = ACTIONS(1303), - [anon_sym_asm] = ACTIONS(1303), - [anon_sym___asm__] = ACTIONS(1303), - [sym_number_literal] = ACTIONS(1305), - [anon_sym_L_SQUOTE] = ACTIONS(1305), - [anon_sym_u_SQUOTE] = ACTIONS(1305), - [anon_sym_U_SQUOTE] = ACTIONS(1305), - [anon_sym_u8_SQUOTE] = ACTIONS(1305), - [anon_sym_SQUOTE] = ACTIONS(1305), - [anon_sym_L_DQUOTE] = ACTIONS(1305), - [anon_sym_u_DQUOTE] = ACTIONS(1305), - [anon_sym_U_DQUOTE] = ACTIONS(1305), - [anon_sym_u8_DQUOTE] = ACTIONS(1305), - [anon_sym_DQUOTE] = ACTIONS(1305), - [sym_true] = ACTIONS(1303), - [sym_false] = ACTIONS(1303), - [anon_sym_NULL] = ACTIONS(1303), - [anon_sym_nullptr] = ACTIONS(1303), - [sym_comment] = ACTIONS(3), - }, - [166] = { - [sym_identifier] = ACTIONS(1275), - [aux_sym_preproc_include_token1] = ACTIONS(1275), - [aux_sym_preproc_def_token1] = ACTIONS(1275), - [aux_sym_preproc_if_token1] = ACTIONS(1275), - [aux_sym_preproc_if_token2] = ACTIONS(1275), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), - [aux_sym_preproc_else_token1] = ACTIONS(1275), - [aux_sym_preproc_elif_token1] = ACTIONS(1275), - [sym_preproc_directive] = ACTIONS(1275), - [anon_sym_LPAREN2] = ACTIONS(1277), - [anon_sym_BANG] = ACTIONS(1277), - [anon_sym_TILDE] = ACTIONS(1277), - [anon_sym_DASH] = ACTIONS(1275), - [anon_sym_PLUS] = ACTIONS(1275), - [anon_sym_STAR] = ACTIONS(1277), - [anon_sym_AMP] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1275), - [anon_sym_typedef] = ACTIONS(1275), - [anon_sym_extern] = ACTIONS(1275), - [anon_sym___attribute__] = ACTIONS(1275), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), - [anon_sym___declspec] = ACTIONS(1275), - [anon_sym___cdecl] = ACTIONS(1275), - [anon_sym___clrcall] = ACTIONS(1275), - [anon_sym___stdcall] = ACTIONS(1275), - [anon_sym___fastcall] = ACTIONS(1275), - [anon_sym___thiscall] = ACTIONS(1275), - [anon_sym___vectorcall] = ACTIONS(1275), - [anon_sym_LBRACE] = ACTIONS(1277), - [anon_sym_signed] = ACTIONS(1275), - [anon_sym_unsigned] = ACTIONS(1275), - [anon_sym_long] = ACTIONS(1275), - [anon_sym_short] = ACTIONS(1275), - [anon_sym_static] = ACTIONS(1275), - [anon_sym_auto] = ACTIONS(1275), - [anon_sym_register] = ACTIONS(1275), - [anon_sym_inline] = ACTIONS(1275), - [anon_sym___inline] = ACTIONS(1275), - [anon_sym___inline__] = ACTIONS(1275), - [anon_sym___forceinline] = ACTIONS(1275), - [anon_sym_thread_local] = ACTIONS(1275), - [anon_sym___thread] = ACTIONS(1275), - [anon_sym_const] = ACTIONS(1275), - [anon_sym_constexpr] = ACTIONS(1275), - [anon_sym_volatile] = ACTIONS(1275), - [anon_sym_restrict] = ACTIONS(1275), - [anon_sym___restrict__] = ACTIONS(1275), - [anon_sym__Atomic] = ACTIONS(1275), - [anon_sym__Noreturn] = ACTIONS(1275), - [anon_sym_noreturn] = ACTIONS(1275), - [sym_primitive_type] = ACTIONS(1275), - [anon_sym_enum] = ACTIONS(1275), - [anon_sym_struct] = ACTIONS(1275), - [anon_sym_union] = ACTIONS(1275), - [anon_sym_if] = ACTIONS(1275), - [anon_sym_else] = ACTIONS(1275), - [anon_sym_switch] = ACTIONS(1275), - [anon_sym_case] = ACTIONS(1275), - [anon_sym_default] = ACTIONS(1275), - [anon_sym_while] = ACTIONS(1275), - [anon_sym_do] = ACTIONS(1275), - [anon_sym_for] = ACTIONS(1275), - [anon_sym_return] = ACTIONS(1275), - [anon_sym_break] = ACTIONS(1275), - [anon_sym_continue] = ACTIONS(1275), - [anon_sym_goto] = ACTIONS(1275), - [anon_sym_DASH_DASH] = ACTIONS(1277), - [anon_sym_PLUS_PLUS] = ACTIONS(1277), - [anon_sym_sizeof] = ACTIONS(1275), - [anon_sym___alignof__] = ACTIONS(1275), - [anon_sym___alignof] = ACTIONS(1275), - [anon_sym__alignof] = ACTIONS(1275), - [anon_sym_alignof] = ACTIONS(1275), - [anon_sym__Alignof] = ACTIONS(1275), - [anon_sym_offsetof] = ACTIONS(1275), - [anon_sym__Generic] = ACTIONS(1275), - [anon_sym_asm] = ACTIONS(1275), - [anon_sym___asm__] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(1277), - [anon_sym_L_SQUOTE] = ACTIONS(1277), - [anon_sym_u_SQUOTE] = ACTIONS(1277), - [anon_sym_U_SQUOTE] = ACTIONS(1277), - [anon_sym_u8_SQUOTE] = ACTIONS(1277), - [anon_sym_SQUOTE] = ACTIONS(1277), - [anon_sym_L_DQUOTE] = ACTIONS(1277), - [anon_sym_u_DQUOTE] = ACTIONS(1277), - [anon_sym_U_DQUOTE] = ACTIONS(1277), - [anon_sym_u8_DQUOTE] = ACTIONS(1277), - [anon_sym_DQUOTE] = ACTIONS(1277), - [sym_true] = ACTIONS(1275), - [sym_false] = ACTIONS(1275), - [anon_sym_NULL] = ACTIONS(1275), - [anon_sym_nullptr] = ACTIONS(1275), - [sym_comment] = ACTIONS(3), - }, - [167] = { - [sym__expression] = STATE(689), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(688), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(688), - [sym_call_expression] = STATE(688), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(688), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(688), - [sym_initializer_list] = STATE(673), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_identifier] = ACTIONS(1393), - [anon_sym_COMMA] = ACTIONS(1395), - [anon_sym_RPAREN] = ACTIONS(1395), - [anon_sym_LPAREN2] = ACTIONS(1397), - [anon_sym_BANG] = ACTIONS(1399), - [anon_sym_TILDE] = ACTIONS(1401), - [anon_sym_DASH] = ACTIONS(1399), - [anon_sym_PLUS] = ACTIONS(1399), - [anon_sym_STAR] = ACTIONS(1403), - [anon_sym_SLASH] = ACTIONS(1405), - [anon_sym_PERCENT] = ACTIONS(1405), - [anon_sym_PIPE_PIPE] = ACTIONS(1395), - [anon_sym_AMP_AMP] = ACTIONS(1395), - [anon_sym_PIPE] = ACTIONS(1405), - [anon_sym_CARET] = ACTIONS(1405), - [anon_sym_AMP] = ACTIONS(1403), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1405), - [anon_sym_GT_EQ] = ACTIONS(1395), - [anon_sym_LT_EQ] = ACTIONS(1395), - [anon_sym_LT] = ACTIONS(1405), - [anon_sym_LT_LT] = ACTIONS(1405), - [anon_sym_GT_GT] = ACTIONS(1405), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym___attribute__] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1395), - [anon_sym_EQ] = ACTIONS(1405), - [anon_sym_COLON] = ACTIONS(1395), - [anon_sym_QMARK] = ACTIONS(1395), - [anon_sym_STAR_EQ] = ACTIONS(1395), - [anon_sym_SLASH_EQ] = ACTIONS(1395), - [anon_sym_PERCENT_EQ] = ACTIONS(1395), - [anon_sym_PLUS_EQ] = ACTIONS(1395), - [anon_sym_DASH_EQ] = ACTIONS(1395), - [anon_sym_LT_LT_EQ] = ACTIONS(1395), - [anon_sym_GT_GT_EQ] = ACTIONS(1395), - [anon_sym_AMP_EQ] = ACTIONS(1395), - [anon_sym_CARET_EQ] = ACTIONS(1395), - [anon_sym_PIPE_EQ] = ACTIONS(1395), - [anon_sym_DASH_DASH] = ACTIONS(1409), - [anon_sym_PLUS_PLUS] = ACTIONS(1409), - [anon_sym_sizeof] = ACTIONS(1411), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1405), - [anon_sym_DASH_GT] = ACTIONS(1395), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [168] = { - [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1251), - [aux_sym_preproc_def_token1] = ACTIONS(1251), - [aux_sym_preproc_if_token1] = ACTIONS(1251), - [aux_sym_preproc_if_token2] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), - [aux_sym_preproc_else_token1] = ACTIONS(1251), - [aux_sym_preproc_elif_token1] = ACTIONS(1251), - [sym_preproc_directive] = ACTIONS(1251), - [anon_sym_LPAREN2] = ACTIONS(1253), - [anon_sym_BANG] = ACTIONS(1253), - [anon_sym_TILDE] = ACTIONS(1253), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1251), - [anon_sym_typedef] = ACTIONS(1251), - [anon_sym_extern] = ACTIONS(1251), - [anon_sym___attribute__] = ACTIONS(1251), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), - [anon_sym___declspec] = ACTIONS(1251), - [anon_sym___cdecl] = ACTIONS(1251), - [anon_sym___clrcall] = ACTIONS(1251), - [anon_sym___stdcall] = ACTIONS(1251), - [anon_sym___fastcall] = ACTIONS(1251), - [anon_sym___thiscall] = ACTIONS(1251), - [anon_sym___vectorcall] = ACTIONS(1251), - [anon_sym_LBRACE] = ACTIONS(1253), - [anon_sym_signed] = ACTIONS(1251), - [anon_sym_unsigned] = ACTIONS(1251), - [anon_sym_long] = ACTIONS(1251), - [anon_sym_short] = ACTIONS(1251), - [anon_sym_static] = ACTIONS(1251), - [anon_sym_auto] = ACTIONS(1251), - [anon_sym_register] = ACTIONS(1251), - [anon_sym_inline] = ACTIONS(1251), - [anon_sym___inline] = ACTIONS(1251), - [anon_sym___inline__] = ACTIONS(1251), - [anon_sym___forceinline] = ACTIONS(1251), - [anon_sym_thread_local] = ACTIONS(1251), - [anon_sym___thread] = ACTIONS(1251), - [anon_sym_const] = ACTIONS(1251), - [anon_sym_constexpr] = ACTIONS(1251), - [anon_sym_volatile] = ACTIONS(1251), - [anon_sym_restrict] = ACTIONS(1251), - [anon_sym___restrict__] = ACTIONS(1251), - [anon_sym__Atomic] = ACTIONS(1251), - [anon_sym__Noreturn] = ACTIONS(1251), - [anon_sym_noreturn] = ACTIONS(1251), - [sym_primitive_type] = ACTIONS(1251), - [anon_sym_enum] = ACTIONS(1251), - [anon_sym_struct] = ACTIONS(1251), - [anon_sym_union] = ACTIONS(1251), - [anon_sym_if] = ACTIONS(1251), - [anon_sym_else] = ACTIONS(1251), - [anon_sym_switch] = ACTIONS(1251), - [anon_sym_case] = ACTIONS(1251), - [anon_sym_default] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1251), - [anon_sym_do] = ACTIONS(1251), - [anon_sym_for] = ACTIONS(1251), - [anon_sym_return] = ACTIONS(1251), - [anon_sym_break] = ACTIONS(1251), - [anon_sym_continue] = ACTIONS(1251), - [anon_sym_goto] = ACTIONS(1251), - [anon_sym_DASH_DASH] = ACTIONS(1253), - [anon_sym_PLUS_PLUS] = ACTIONS(1253), - [anon_sym_sizeof] = ACTIONS(1251), - [anon_sym___alignof__] = ACTIONS(1251), - [anon_sym___alignof] = ACTIONS(1251), - [anon_sym__alignof] = ACTIONS(1251), - [anon_sym_alignof] = ACTIONS(1251), - [anon_sym__Alignof] = ACTIONS(1251), - [anon_sym_offsetof] = ACTIONS(1251), - [anon_sym__Generic] = ACTIONS(1251), - [anon_sym_asm] = ACTIONS(1251), - [anon_sym___asm__] = ACTIONS(1251), - [sym_number_literal] = ACTIONS(1253), - [anon_sym_L_SQUOTE] = ACTIONS(1253), - [anon_sym_u_SQUOTE] = ACTIONS(1253), - [anon_sym_U_SQUOTE] = ACTIONS(1253), - [anon_sym_u8_SQUOTE] = ACTIONS(1253), - [anon_sym_SQUOTE] = ACTIONS(1253), - [anon_sym_L_DQUOTE] = ACTIONS(1253), - [anon_sym_u_DQUOTE] = ACTIONS(1253), - [anon_sym_U_DQUOTE] = ACTIONS(1253), - [anon_sym_u8_DQUOTE] = ACTIONS(1253), - [anon_sym_DQUOTE] = ACTIONS(1253), - [sym_true] = ACTIONS(1251), - [sym_false] = ACTIONS(1251), - [anon_sym_NULL] = ACTIONS(1251), - [anon_sym_nullptr] = ACTIONS(1251), - [sym_comment] = ACTIONS(3), - }, - [169] = { - [sym_identifier] = ACTIONS(1247), - [aux_sym_preproc_include_token1] = ACTIONS(1247), - [aux_sym_preproc_def_token1] = ACTIONS(1247), - [aux_sym_preproc_if_token1] = ACTIONS(1247), - [aux_sym_preproc_if_token2] = ACTIONS(1247), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), - [aux_sym_preproc_else_token1] = ACTIONS(1247), - [aux_sym_preproc_elif_token1] = ACTIONS(1247), - [sym_preproc_directive] = ACTIONS(1247), - [anon_sym_LPAREN2] = ACTIONS(1249), - [anon_sym_BANG] = ACTIONS(1249), - [anon_sym_TILDE] = ACTIONS(1249), - [anon_sym_DASH] = ACTIONS(1247), - [anon_sym_PLUS] = ACTIONS(1247), - [anon_sym_STAR] = ACTIONS(1249), - [anon_sym_AMP] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1247), - [anon_sym_typedef] = ACTIONS(1247), - [anon_sym_extern] = ACTIONS(1247), - [anon_sym___attribute__] = ACTIONS(1247), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), - [anon_sym___declspec] = ACTIONS(1247), - [anon_sym___cdecl] = ACTIONS(1247), - [anon_sym___clrcall] = ACTIONS(1247), - [anon_sym___stdcall] = ACTIONS(1247), - [anon_sym___fastcall] = ACTIONS(1247), - [anon_sym___thiscall] = ACTIONS(1247), - [anon_sym___vectorcall] = ACTIONS(1247), - [anon_sym_LBRACE] = ACTIONS(1249), - [anon_sym_signed] = ACTIONS(1247), - [anon_sym_unsigned] = ACTIONS(1247), - [anon_sym_long] = ACTIONS(1247), - [anon_sym_short] = ACTIONS(1247), - [anon_sym_static] = ACTIONS(1247), - [anon_sym_auto] = ACTIONS(1247), - [anon_sym_register] = ACTIONS(1247), - [anon_sym_inline] = ACTIONS(1247), - [anon_sym___inline] = ACTIONS(1247), - [anon_sym___inline__] = ACTIONS(1247), - [anon_sym___forceinline] = ACTIONS(1247), - [anon_sym_thread_local] = ACTIONS(1247), - [anon_sym___thread] = ACTIONS(1247), - [anon_sym_const] = ACTIONS(1247), - [anon_sym_constexpr] = ACTIONS(1247), - [anon_sym_volatile] = ACTIONS(1247), - [anon_sym_restrict] = ACTIONS(1247), - [anon_sym___restrict__] = ACTIONS(1247), - [anon_sym__Atomic] = ACTIONS(1247), - [anon_sym__Noreturn] = ACTIONS(1247), - [anon_sym_noreturn] = ACTIONS(1247), - [sym_primitive_type] = ACTIONS(1247), - [anon_sym_enum] = ACTIONS(1247), - [anon_sym_struct] = ACTIONS(1247), - [anon_sym_union] = ACTIONS(1247), - [anon_sym_if] = ACTIONS(1247), - [anon_sym_else] = ACTIONS(1247), - [anon_sym_switch] = ACTIONS(1247), - [anon_sym_case] = ACTIONS(1247), - [anon_sym_default] = ACTIONS(1247), - [anon_sym_while] = ACTIONS(1247), - [anon_sym_do] = ACTIONS(1247), - [anon_sym_for] = ACTIONS(1247), - [anon_sym_return] = ACTIONS(1247), - [anon_sym_break] = ACTIONS(1247), - [anon_sym_continue] = ACTIONS(1247), - [anon_sym_goto] = ACTIONS(1247), - [anon_sym_DASH_DASH] = ACTIONS(1249), - [anon_sym_PLUS_PLUS] = ACTIONS(1249), - [anon_sym_sizeof] = ACTIONS(1247), - [anon_sym___alignof__] = ACTIONS(1247), - [anon_sym___alignof] = ACTIONS(1247), - [anon_sym__alignof] = ACTIONS(1247), - [anon_sym_alignof] = ACTIONS(1247), - [anon_sym__Alignof] = ACTIONS(1247), - [anon_sym_offsetof] = ACTIONS(1247), - [anon_sym__Generic] = ACTIONS(1247), - [anon_sym_asm] = ACTIONS(1247), - [anon_sym___asm__] = ACTIONS(1247), - [sym_number_literal] = ACTIONS(1249), - [anon_sym_L_SQUOTE] = ACTIONS(1249), - [anon_sym_u_SQUOTE] = ACTIONS(1249), - [anon_sym_U_SQUOTE] = ACTIONS(1249), - [anon_sym_u8_SQUOTE] = ACTIONS(1249), - [anon_sym_SQUOTE] = ACTIONS(1249), - [anon_sym_L_DQUOTE] = ACTIONS(1249), - [anon_sym_u_DQUOTE] = ACTIONS(1249), - [anon_sym_U_DQUOTE] = ACTIONS(1249), - [anon_sym_u8_DQUOTE] = ACTIONS(1249), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_true] = ACTIONS(1247), - [sym_false] = ACTIONS(1247), - [anon_sym_NULL] = ACTIONS(1247), - [anon_sym_nullptr] = ACTIONS(1247), - [sym_comment] = ACTIONS(3), - }, - [170] = { - [sym_identifier] = ACTIONS(1243), - [aux_sym_preproc_include_token1] = ACTIONS(1243), - [aux_sym_preproc_def_token1] = ACTIONS(1243), - [aux_sym_preproc_if_token1] = ACTIONS(1243), - [aux_sym_preproc_if_token2] = ACTIONS(1243), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), - [aux_sym_preproc_else_token1] = ACTIONS(1243), - [aux_sym_preproc_elif_token1] = ACTIONS(1243), - [sym_preproc_directive] = ACTIONS(1243), - [anon_sym_LPAREN2] = ACTIONS(1245), - [anon_sym_BANG] = ACTIONS(1245), - [anon_sym_TILDE] = ACTIONS(1245), - [anon_sym_DASH] = ACTIONS(1243), - [anon_sym_PLUS] = ACTIONS(1243), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_AMP] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1243), - [anon_sym_typedef] = ACTIONS(1243), - [anon_sym_extern] = ACTIONS(1243), - [anon_sym___attribute__] = ACTIONS(1243), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), - [anon_sym___declspec] = ACTIONS(1243), - [anon_sym___cdecl] = ACTIONS(1243), - [anon_sym___clrcall] = ACTIONS(1243), - [anon_sym___stdcall] = ACTIONS(1243), - [anon_sym___fastcall] = ACTIONS(1243), - [anon_sym___thiscall] = ACTIONS(1243), - [anon_sym___vectorcall] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_signed] = ACTIONS(1243), - [anon_sym_unsigned] = ACTIONS(1243), - [anon_sym_long] = ACTIONS(1243), - [anon_sym_short] = ACTIONS(1243), - [anon_sym_static] = ACTIONS(1243), - [anon_sym_auto] = ACTIONS(1243), - [anon_sym_register] = ACTIONS(1243), - [anon_sym_inline] = ACTIONS(1243), - [anon_sym___inline] = ACTIONS(1243), - [anon_sym___inline__] = ACTIONS(1243), - [anon_sym___forceinline] = ACTIONS(1243), - [anon_sym_thread_local] = ACTIONS(1243), - [anon_sym___thread] = ACTIONS(1243), - [anon_sym_const] = ACTIONS(1243), - [anon_sym_constexpr] = ACTIONS(1243), - [anon_sym_volatile] = ACTIONS(1243), - [anon_sym_restrict] = ACTIONS(1243), - [anon_sym___restrict__] = ACTIONS(1243), - [anon_sym__Atomic] = ACTIONS(1243), - [anon_sym__Noreturn] = ACTIONS(1243), - [anon_sym_noreturn] = ACTIONS(1243), - [sym_primitive_type] = ACTIONS(1243), - [anon_sym_enum] = ACTIONS(1243), - [anon_sym_struct] = ACTIONS(1243), - [anon_sym_union] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1243), - [anon_sym_else] = ACTIONS(1243), - [anon_sym_switch] = ACTIONS(1243), - [anon_sym_case] = ACTIONS(1243), - [anon_sym_default] = ACTIONS(1243), - [anon_sym_while] = ACTIONS(1243), - [anon_sym_do] = ACTIONS(1243), - [anon_sym_for] = ACTIONS(1243), - [anon_sym_return] = ACTIONS(1243), - [anon_sym_break] = ACTIONS(1243), - [anon_sym_continue] = ACTIONS(1243), - [anon_sym_goto] = ACTIONS(1243), - [anon_sym_DASH_DASH] = ACTIONS(1245), - [anon_sym_PLUS_PLUS] = ACTIONS(1245), - [anon_sym_sizeof] = ACTIONS(1243), - [anon_sym___alignof__] = ACTIONS(1243), - [anon_sym___alignof] = ACTIONS(1243), - [anon_sym__alignof] = ACTIONS(1243), - [anon_sym_alignof] = ACTIONS(1243), - [anon_sym__Alignof] = ACTIONS(1243), - [anon_sym_offsetof] = ACTIONS(1243), - [anon_sym__Generic] = ACTIONS(1243), - [anon_sym_asm] = ACTIONS(1243), - [anon_sym___asm__] = ACTIONS(1243), - [sym_number_literal] = ACTIONS(1245), - [anon_sym_L_SQUOTE] = ACTIONS(1245), - [anon_sym_u_SQUOTE] = ACTIONS(1245), - [anon_sym_U_SQUOTE] = ACTIONS(1245), - [anon_sym_u8_SQUOTE] = ACTIONS(1245), - [anon_sym_SQUOTE] = ACTIONS(1245), - [anon_sym_L_DQUOTE] = ACTIONS(1245), - [anon_sym_u_DQUOTE] = ACTIONS(1245), - [anon_sym_U_DQUOTE] = ACTIONS(1245), - [anon_sym_u8_DQUOTE] = ACTIONS(1245), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_true] = ACTIONS(1243), - [sym_false] = ACTIONS(1243), - [anon_sym_NULL] = ACTIONS(1243), - [anon_sym_nullptr] = ACTIONS(1243), - [sym_comment] = ACTIONS(3), - }, - [171] = { - [sym_identifier] = ACTIONS(1287), - [aux_sym_preproc_include_token1] = ACTIONS(1287), - [aux_sym_preproc_def_token1] = ACTIONS(1287), - [aux_sym_preproc_if_token1] = ACTIONS(1287), - [aux_sym_preproc_if_token2] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), - [aux_sym_preproc_else_token1] = ACTIONS(1287), - [aux_sym_preproc_elif_token1] = ACTIONS(1287), - [sym_preproc_directive] = ACTIONS(1287), - [anon_sym_LPAREN2] = ACTIONS(1289), - [anon_sym_BANG] = ACTIONS(1289), - [anon_sym_TILDE] = ACTIONS(1289), - [anon_sym_DASH] = ACTIONS(1287), - [anon_sym_PLUS] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_AMP] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1287), - [anon_sym_typedef] = ACTIONS(1287), - [anon_sym_extern] = ACTIONS(1287), - [anon_sym___attribute__] = ACTIONS(1287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), - [anon_sym___declspec] = ACTIONS(1287), - [anon_sym___cdecl] = ACTIONS(1287), - [anon_sym___clrcall] = ACTIONS(1287), - [anon_sym___stdcall] = ACTIONS(1287), - [anon_sym___fastcall] = ACTIONS(1287), - [anon_sym___thiscall] = ACTIONS(1287), - [anon_sym___vectorcall] = ACTIONS(1287), - [anon_sym_LBRACE] = ACTIONS(1289), - [anon_sym_signed] = ACTIONS(1287), - [anon_sym_unsigned] = ACTIONS(1287), - [anon_sym_long] = ACTIONS(1287), - [anon_sym_short] = ACTIONS(1287), - [anon_sym_static] = ACTIONS(1287), - [anon_sym_auto] = ACTIONS(1287), - [anon_sym_register] = ACTIONS(1287), - [anon_sym_inline] = ACTIONS(1287), - [anon_sym___inline] = ACTIONS(1287), - [anon_sym___inline__] = ACTIONS(1287), - [anon_sym___forceinline] = ACTIONS(1287), - [anon_sym_thread_local] = ACTIONS(1287), - [anon_sym___thread] = ACTIONS(1287), - [anon_sym_const] = ACTIONS(1287), - [anon_sym_constexpr] = ACTIONS(1287), - [anon_sym_volatile] = ACTIONS(1287), - [anon_sym_restrict] = ACTIONS(1287), - [anon_sym___restrict__] = ACTIONS(1287), - [anon_sym__Atomic] = ACTIONS(1287), - [anon_sym__Noreturn] = ACTIONS(1287), - [anon_sym_noreturn] = ACTIONS(1287), - [sym_primitive_type] = ACTIONS(1287), - [anon_sym_enum] = ACTIONS(1287), - [anon_sym_struct] = ACTIONS(1287), - [anon_sym_union] = ACTIONS(1287), - [anon_sym_if] = ACTIONS(1287), - [anon_sym_else] = ACTIONS(1287), - [anon_sym_switch] = ACTIONS(1287), - [anon_sym_case] = ACTIONS(1287), - [anon_sym_default] = ACTIONS(1287), - [anon_sym_while] = ACTIONS(1287), - [anon_sym_do] = ACTIONS(1287), - [anon_sym_for] = ACTIONS(1287), - [anon_sym_return] = ACTIONS(1287), - [anon_sym_break] = ACTIONS(1287), - [anon_sym_continue] = ACTIONS(1287), - [anon_sym_goto] = ACTIONS(1287), - [anon_sym_DASH_DASH] = ACTIONS(1289), - [anon_sym_PLUS_PLUS] = ACTIONS(1289), - [anon_sym_sizeof] = ACTIONS(1287), - [anon_sym___alignof__] = ACTIONS(1287), - [anon_sym___alignof] = ACTIONS(1287), - [anon_sym__alignof] = ACTIONS(1287), - [anon_sym_alignof] = ACTIONS(1287), - [anon_sym__Alignof] = ACTIONS(1287), - [anon_sym_offsetof] = ACTIONS(1287), - [anon_sym__Generic] = ACTIONS(1287), - [anon_sym_asm] = ACTIONS(1287), - [anon_sym___asm__] = ACTIONS(1287), - [sym_number_literal] = ACTIONS(1289), - [anon_sym_L_SQUOTE] = ACTIONS(1289), - [anon_sym_u_SQUOTE] = ACTIONS(1289), - [anon_sym_U_SQUOTE] = ACTIONS(1289), - [anon_sym_u8_SQUOTE] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1289), - [anon_sym_L_DQUOTE] = ACTIONS(1289), - [anon_sym_u_DQUOTE] = ACTIONS(1289), - [anon_sym_U_DQUOTE] = ACTIONS(1289), - [anon_sym_u8_DQUOTE] = ACTIONS(1289), - [anon_sym_DQUOTE] = ACTIONS(1289), - [sym_true] = ACTIONS(1287), - [sym_false] = ACTIONS(1287), - [anon_sym_NULL] = ACTIONS(1287), - [anon_sym_nullptr] = ACTIONS(1287), - [sym_comment] = ACTIONS(3), - }, - [172] = { - [sym_identifier] = ACTIONS(1239), - [aux_sym_preproc_include_token1] = ACTIONS(1239), - [aux_sym_preproc_def_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token2] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), - [aux_sym_preproc_else_token1] = ACTIONS(1239), - [aux_sym_preproc_elif_token1] = ACTIONS(1239), - [sym_preproc_directive] = ACTIONS(1239), - [anon_sym_LPAREN2] = ACTIONS(1241), - [anon_sym_BANG] = ACTIONS(1241), - [anon_sym_TILDE] = ACTIONS(1241), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1239), - [anon_sym_typedef] = ACTIONS(1239), - [anon_sym_extern] = ACTIONS(1239), - [anon_sym___attribute__] = ACTIONS(1239), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), - [anon_sym___declspec] = ACTIONS(1239), - [anon_sym___cdecl] = ACTIONS(1239), - [anon_sym___clrcall] = ACTIONS(1239), - [anon_sym___stdcall] = ACTIONS(1239), - [anon_sym___fastcall] = ACTIONS(1239), - [anon_sym___thiscall] = ACTIONS(1239), - [anon_sym___vectorcall] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1241), - [anon_sym_signed] = ACTIONS(1239), - [anon_sym_unsigned] = ACTIONS(1239), - [anon_sym_long] = ACTIONS(1239), - [anon_sym_short] = ACTIONS(1239), - [anon_sym_static] = ACTIONS(1239), - [anon_sym_auto] = ACTIONS(1239), - [anon_sym_register] = ACTIONS(1239), - [anon_sym_inline] = ACTIONS(1239), - [anon_sym___inline] = ACTIONS(1239), - [anon_sym___inline__] = ACTIONS(1239), - [anon_sym___forceinline] = ACTIONS(1239), - [anon_sym_thread_local] = ACTIONS(1239), - [anon_sym___thread] = ACTIONS(1239), - [anon_sym_const] = ACTIONS(1239), - [anon_sym_constexpr] = ACTIONS(1239), - [anon_sym_volatile] = ACTIONS(1239), - [anon_sym_restrict] = ACTIONS(1239), - [anon_sym___restrict__] = ACTIONS(1239), - [anon_sym__Atomic] = ACTIONS(1239), - [anon_sym__Noreturn] = ACTIONS(1239), - [anon_sym_noreturn] = ACTIONS(1239), - [sym_primitive_type] = ACTIONS(1239), - [anon_sym_enum] = ACTIONS(1239), - [anon_sym_struct] = ACTIONS(1239), - [anon_sym_union] = ACTIONS(1239), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_else] = ACTIONS(1239), - [anon_sym_switch] = ACTIONS(1239), - [anon_sym_case] = ACTIONS(1239), - [anon_sym_default] = ACTIONS(1239), - [anon_sym_while] = ACTIONS(1239), - [anon_sym_do] = ACTIONS(1239), - [anon_sym_for] = ACTIONS(1239), - [anon_sym_return] = ACTIONS(1239), - [anon_sym_break] = ACTIONS(1239), - [anon_sym_continue] = ACTIONS(1239), - [anon_sym_goto] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1241), - [anon_sym_PLUS_PLUS] = ACTIONS(1241), - [anon_sym_sizeof] = ACTIONS(1239), - [anon_sym___alignof__] = ACTIONS(1239), - [anon_sym___alignof] = ACTIONS(1239), - [anon_sym__alignof] = ACTIONS(1239), - [anon_sym_alignof] = ACTIONS(1239), - [anon_sym__Alignof] = ACTIONS(1239), - [anon_sym_offsetof] = ACTIONS(1239), - [anon_sym__Generic] = ACTIONS(1239), - [anon_sym_asm] = ACTIONS(1239), - [anon_sym___asm__] = ACTIONS(1239), - [sym_number_literal] = ACTIONS(1241), - [anon_sym_L_SQUOTE] = ACTIONS(1241), - [anon_sym_u_SQUOTE] = ACTIONS(1241), - [anon_sym_U_SQUOTE] = ACTIONS(1241), - [anon_sym_u8_SQUOTE] = ACTIONS(1241), - [anon_sym_SQUOTE] = ACTIONS(1241), - [anon_sym_L_DQUOTE] = ACTIONS(1241), - [anon_sym_u_DQUOTE] = ACTIONS(1241), - [anon_sym_U_DQUOTE] = ACTIONS(1241), - [anon_sym_u8_DQUOTE] = ACTIONS(1241), - [anon_sym_DQUOTE] = ACTIONS(1241), - [sym_true] = ACTIONS(1239), - [sym_false] = ACTIONS(1239), - [anon_sym_NULL] = ACTIONS(1239), - [anon_sym_nullptr] = ACTIONS(1239), - [sym_comment] = ACTIONS(3), - }, - [173] = { - [sym_identifier] = ACTIONS(1291), - [aux_sym_preproc_include_token1] = ACTIONS(1291), - [aux_sym_preproc_def_token1] = ACTIONS(1291), - [aux_sym_preproc_if_token1] = ACTIONS(1291), - [aux_sym_preproc_if_token2] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), - [aux_sym_preproc_else_token1] = ACTIONS(1291), - [aux_sym_preproc_elif_token1] = ACTIONS(1291), - [sym_preproc_directive] = ACTIONS(1291), - [anon_sym_LPAREN2] = ACTIONS(1293), - [anon_sym_BANG] = ACTIONS(1293), - [anon_sym_TILDE] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1291), - [anon_sym_PLUS] = ACTIONS(1291), - [anon_sym_STAR] = ACTIONS(1293), - [anon_sym_AMP] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1291), - [anon_sym_typedef] = ACTIONS(1291), - [anon_sym_extern] = ACTIONS(1291), - [anon_sym___attribute__] = ACTIONS(1291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), - [anon_sym___declspec] = ACTIONS(1291), - [anon_sym___cdecl] = ACTIONS(1291), - [anon_sym___clrcall] = ACTIONS(1291), - [anon_sym___stdcall] = ACTIONS(1291), - [anon_sym___fastcall] = ACTIONS(1291), - [anon_sym___thiscall] = ACTIONS(1291), - [anon_sym___vectorcall] = ACTIONS(1291), - [anon_sym_LBRACE] = ACTIONS(1293), - [anon_sym_signed] = ACTIONS(1291), - [anon_sym_unsigned] = ACTIONS(1291), - [anon_sym_long] = ACTIONS(1291), - [anon_sym_short] = ACTIONS(1291), - [anon_sym_static] = ACTIONS(1291), - [anon_sym_auto] = ACTIONS(1291), - [anon_sym_register] = ACTIONS(1291), - [anon_sym_inline] = ACTIONS(1291), - [anon_sym___inline] = ACTIONS(1291), - [anon_sym___inline__] = ACTIONS(1291), - [anon_sym___forceinline] = ACTIONS(1291), - [anon_sym_thread_local] = ACTIONS(1291), - [anon_sym___thread] = ACTIONS(1291), - [anon_sym_const] = ACTIONS(1291), - [anon_sym_constexpr] = ACTIONS(1291), - [anon_sym_volatile] = ACTIONS(1291), - [anon_sym_restrict] = ACTIONS(1291), - [anon_sym___restrict__] = ACTIONS(1291), - [anon_sym__Atomic] = ACTIONS(1291), - [anon_sym__Noreturn] = ACTIONS(1291), - [anon_sym_noreturn] = ACTIONS(1291), - [sym_primitive_type] = ACTIONS(1291), - [anon_sym_enum] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1291), - [anon_sym_union] = ACTIONS(1291), - [anon_sym_if] = ACTIONS(1291), - [anon_sym_else] = ACTIONS(1291), - [anon_sym_switch] = ACTIONS(1291), - [anon_sym_case] = ACTIONS(1291), - [anon_sym_default] = ACTIONS(1291), - [anon_sym_while] = ACTIONS(1291), - [anon_sym_do] = ACTIONS(1291), - [anon_sym_for] = ACTIONS(1291), - [anon_sym_return] = ACTIONS(1291), - [anon_sym_break] = ACTIONS(1291), - [anon_sym_continue] = ACTIONS(1291), - [anon_sym_goto] = ACTIONS(1291), - [anon_sym_DASH_DASH] = ACTIONS(1293), - [anon_sym_PLUS_PLUS] = ACTIONS(1293), - [anon_sym_sizeof] = ACTIONS(1291), - [anon_sym___alignof__] = ACTIONS(1291), - [anon_sym___alignof] = ACTIONS(1291), - [anon_sym__alignof] = ACTIONS(1291), - [anon_sym_alignof] = ACTIONS(1291), - [anon_sym__Alignof] = ACTIONS(1291), - [anon_sym_offsetof] = ACTIONS(1291), - [anon_sym__Generic] = ACTIONS(1291), - [anon_sym_asm] = ACTIONS(1291), - [anon_sym___asm__] = ACTIONS(1291), - [sym_number_literal] = ACTIONS(1293), - [anon_sym_L_SQUOTE] = ACTIONS(1293), - [anon_sym_u_SQUOTE] = ACTIONS(1293), - [anon_sym_U_SQUOTE] = ACTIONS(1293), - [anon_sym_u8_SQUOTE] = ACTIONS(1293), - [anon_sym_SQUOTE] = ACTIONS(1293), - [anon_sym_L_DQUOTE] = ACTIONS(1293), - [anon_sym_u_DQUOTE] = ACTIONS(1293), - [anon_sym_U_DQUOTE] = ACTIONS(1293), - [anon_sym_u8_DQUOTE] = ACTIONS(1293), - [anon_sym_DQUOTE] = ACTIONS(1293), - [sym_true] = ACTIONS(1291), - [sym_false] = ACTIONS(1291), - [anon_sym_NULL] = ACTIONS(1291), - [anon_sym_nullptr] = ACTIONS(1291), - [sym_comment] = ACTIONS(3), - }, - [174] = { - [sym_identifier] = ACTIONS(1295), - [aux_sym_preproc_include_token1] = ACTIONS(1295), - [aux_sym_preproc_def_token1] = ACTIONS(1295), - [aux_sym_preproc_if_token1] = ACTIONS(1295), - [aux_sym_preproc_if_token2] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), - [aux_sym_preproc_else_token1] = ACTIONS(1295), - [aux_sym_preproc_elif_token1] = ACTIONS(1295), - [sym_preproc_directive] = ACTIONS(1295), - [anon_sym_LPAREN2] = ACTIONS(1297), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_TILDE] = ACTIONS(1297), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_PLUS] = ACTIONS(1295), - [anon_sym_STAR] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1295), - [anon_sym_typedef] = ACTIONS(1295), - [anon_sym_extern] = ACTIONS(1295), - [anon_sym___attribute__] = ACTIONS(1295), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), - [anon_sym___declspec] = ACTIONS(1295), - [anon_sym___cdecl] = ACTIONS(1295), - [anon_sym___clrcall] = ACTIONS(1295), - [anon_sym___stdcall] = ACTIONS(1295), - [anon_sym___fastcall] = ACTIONS(1295), - [anon_sym___thiscall] = ACTIONS(1295), - [anon_sym___vectorcall] = ACTIONS(1295), - [anon_sym_LBRACE] = ACTIONS(1297), - [anon_sym_signed] = ACTIONS(1295), - [anon_sym_unsigned] = ACTIONS(1295), - [anon_sym_long] = ACTIONS(1295), - [anon_sym_short] = ACTIONS(1295), - [anon_sym_static] = ACTIONS(1295), - [anon_sym_auto] = ACTIONS(1295), - [anon_sym_register] = ACTIONS(1295), - [anon_sym_inline] = ACTIONS(1295), - [anon_sym___inline] = ACTIONS(1295), - [anon_sym___inline__] = ACTIONS(1295), - [anon_sym___forceinline] = ACTIONS(1295), - [anon_sym_thread_local] = ACTIONS(1295), - [anon_sym___thread] = ACTIONS(1295), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_constexpr] = ACTIONS(1295), - [anon_sym_volatile] = ACTIONS(1295), - [anon_sym_restrict] = ACTIONS(1295), - [anon_sym___restrict__] = ACTIONS(1295), - [anon_sym__Atomic] = ACTIONS(1295), - [anon_sym__Noreturn] = ACTIONS(1295), - [anon_sym_noreturn] = ACTIONS(1295), - [sym_primitive_type] = ACTIONS(1295), - [anon_sym_enum] = ACTIONS(1295), - [anon_sym_struct] = ACTIONS(1295), - [anon_sym_union] = ACTIONS(1295), - [anon_sym_if] = ACTIONS(1295), - [anon_sym_else] = ACTIONS(1295), - [anon_sym_switch] = ACTIONS(1295), - [anon_sym_case] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1295), - [anon_sym_while] = ACTIONS(1295), - [anon_sym_do] = ACTIONS(1295), - [anon_sym_for] = ACTIONS(1295), - [anon_sym_return] = ACTIONS(1295), - [anon_sym_break] = ACTIONS(1295), - [anon_sym_continue] = ACTIONS(1295), - [anon_sym_goto] = ACTIONS(1295), - [anon_sym_DASH_DASH] = ACTIONS(1297), - [anon_sym_PLUS_PLUS] = ACTIONS(1297), - [anon_sym_sizeof] = ACTIONS(1295), - [anon_sym___alignof__] = ACTIONS(1295), - [anon_sym___alignof] = ACTIONS(1295), - [anon_sym__alignof] = ACTIONS(1295), - [anon_sym_alignof] = ACTIONS(1295), - [anon_sym__Alignof] = ACTIONS(1295), - [anon_sym_offsetof] = ACTIONS(1295), - [anon_sym__Generic] = ACTIONS(1295), - [anon_sym_asm] = ACTIONS(1295), - [anon_sym___asm__] = ACTIONS(1295), - [sym_number_literal] = ACTIONS(1297), - [anon_sym_L_SQUOTE] = ACTIONS(1297), - [anon_sym_u_SQUOTE] = ACTIONS(1297), - [anon_sym_U_SQUOTE] = ACTIONS(1297), - [anon_sym_u8_SQUOTE] = ACTIONS(1297), - [anon_sym_SQUOTE] = ACTIONS(1297), - [anon_sym_L_DQUOTE] = ACTIONS(1297), - [anon_sym_u_DQUOTE] = ACTIONS(1297), - [anon_sym_U_DQUOTE] = ACTIONS(1297), - [anon_sym_u8_DQUOTE] = ACTIONS(1297), - [anon_sym_DQUOTE] = ACTIONS(1297), - [sym_true] = ACTIONS(1295), - [sym_false] = ACTIONS(1295), - [anon_sym_NULL] = ACTIONS(1295), - [anon_sym_nullptr] = ACTIONS(1295), - [sym_comment] = ACTIONS(3), - }, - [175] = { - [sym_identifier] = ACTIONS(1299), - [aux_sym_preproc_include_token1] = ACTIONS(1299), - [aux_sym_preproc_def_token1] = ACTIONS(1299), - [aux_sym_preproc_if_token1] = ACTIONS(1299), - [aux_sym_preproc_if_token2] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), - [aux_sym_preproc_else_token1] = ACTIONS(1299), - [aux_sym_preproc_elif_token1] = ACTIONS(1299), - [sym_preproc_directive] = ACTIONS(1299), - [anon_sym_LPAREN2] = ACTIONS(1301), - [anon_sym_BANG] = ACTIONS(1301), - [anon_sym_TILDE] = ACTIONS(1301), - [anon_sym_DASH] = ACTIONS(1299), - [anon_sym_PLUS] = ACTIONS(1299), - [anon_sym_STAR] = ACTIONS(1301), - [anon_sym_AMP] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1299), - [anon_sym_typedef] = ACTIONS(1299), - [anon_sym_extern] = ACTIONS(1299), - [anon_sym___attribute__] = ACTIONS(1299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), - [anon_sym___declspec] = ACTIONS(1299), - [anon_sym___cdecl] = ACTIONS(1299), - [anon_sym___clrcall] = ACTIONS(1299), - [anon_sym___stdcall] = ACTIONS(1299), - [anon_sym___fastcall] = ACTIONS(1299), - [anon_sym___thiscall] = ACTIONS(1299), - [anon_sym___vectorcall] = ACTIONS(1299), - [anon_sym_LBRACE] = ACTIONS(1301), - [anon_sym_signed] = ACTIONS(1299), - [anon_sym_unsigned] = ACTIONS(1299), - [anon_sym_long] = ACTIONS(1299), - [anon_sym_short] = ACTIONS(1299), - [anon_sym_static] = ACTIONS(1299), - [anon_sym_auto] = ACTIONS(1299), - [anon_sym_register] = ACTIONS(1299), - [anon_sym_inline] = ACTIONS(1299), - [anon_sym___inline] = ACTIONS(1299), - [anon_sym___inline__] = ACTIONS(1299), - [anon_sym___forceinline] = ACTIONS(1299), - [anon_sym_thread_local] = ACTIONS(1299), - [anon_sym___thread] = ACTIONS(1299), - [anon_sym_const] = ACTIONS(1299), - [anon_sym_constexpr] = ACTIONS(1299), - [anon_sym_volatile] = ACTIONS(1299), - [anon_sym_restrict] = ACTIONS(1299), - [anon_sym___restrict__] = ACTIONS(1299), - [anon_sym__Atomic] = ACTIONS(1299), - [anon_sym__Noreturn] = ACTIONS(1299), - [anon_sym_noreturn] = ACTIONS(1299), - [sym_primitive_type] = ACTIONS(1299), - [anon_sym_enum] = ACTIONS(1299), - [anon_sym_struct] = ACTIONS(1299), - [anon_sym_union] = ACTIONS(1299), - [anon_sym_if] = ACTIONS(1299), - [anon_sym_else] = ACTIONS(1299), - [anon_sym_switch] = ACTIONS(1299), - [anon_sym_case] = ACTIONS(1299), - [anon_sym_default] = ACTIONS(1299), - [anon_sym_while] = ACTIONS(1299), - [anon_sym_do] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1299), - [anon_sym_return] = ACTIONS(1299), - [anon_sym_break] = ACTIONS(1299), - [anon_sym_continue] = ACTIONS(1299), - [anon_sym_goto] = ACTIONS(1299), - [anon_sym_DASH_DASH] = ACTIONS(1301), - [anon_sym_PLUS_PLUS] = ACTIONS(1301), - [anon_sym_sizeof] = ACTIONS(1299), - [anon_sym___alignof__] = ACTIONS(1299), - [anon_sym___alignof] = ACTIONS(1299), - [anon_sym__alignof] = ACTIONS(1299), - [anon_sym_alignof] = ACTIONS(1299), - [anon_sym__Alignof] = ACTIONS(1299), - [anon_sym_offsetof] = ACTIONS(1299), - [anon_sym__Generic] = ACTIONS(1299), - [anon_sym_asm] = ACTIONS(1299), - [anon_sym___asm__] = ACTIONS(1299), - [sym_number_literal] = ACTIONS(1301), - [anon_sym_L_SQUOTE] = ACTIONS(1301), - [anon_sym_u_SQUOTE] = ACTIONS(1301), - [anon_sym_U_SQUOTE] = ACTIONS(1301), - [anon_sym_u8_SQUOTE] = ACTIONS(1301), - [anon_sym_SQUOTE] = ACTIONS(1301), - [anon_sym_L_DQUOTE] = ACTIONS(1301), - [anon_sym_u_DQUOTE] = ACTIONS(1301), - [anon_sym_U_DQUOTE] = ACTIONS(1301), - [anon_sym_u8_DQUOTE] = ACTIONS(1301), - [anon_sym_DQUOTE] = ACTIONS(1301), - [sym_true] = ACTIONS(1299), - [sym_false] = ACTIONS(1299), - [anon_sym_NULL] = ACTIONS(1299), - [anon_sym_nullptr] = ACTIONS(1299), - [sym_comment] = ACTIONS(3), - }, - [176] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [aux_sym_preproc_else_token1] = ACTIONS(1219), - [aux_sym_preproc_elif_token1] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [155] = { + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token2] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [aux_sym_preproc_else_token1] = ACTIONS(1287), + [aux_sym_preproc_elif_token1] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), [sym_comment] = ACTIONS(3), }, - [177] = { - [sym_identifier] = ACTIONS(1303), - [aux_sym_preproc_include_token1] = ACTIONS(1303), - [aux_sym_preproc_def_token1] = ACTIONS(1303), - [aux_sym_preproc_if_token1] = ACTIONS(1303), - [aux_sym_preproc_if_token2] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), - [aux_sym_preproc_else_token1] = ACTIONS(1303), - [aux_sym_preproc_elif_token1] = ACTIONS(1303), - [sym_preproc_directive] = ACTIONS(1303), - [anon_sym_LPAREN2] = ACTIONS(1305), - [anon_sym_BANG] = ACTIONS(1305), - [anon_sym_TILDE] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1303), - [anon_sym_STAR] = ACTIONS(1305), - [anon_sym_AMP] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1303), - [anon_sym_typedef] = ACTIONS(1303), - [anon_sym_extern] = ACTIONS(1303), - [anon_sym___attribute__] = ACTIONS(1303), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), - [anon_sym___declspec] = ACTIONS(1303), - [anon_sym___cdecl] = ACTIONS(1303), - [anon_sym___clrcall] = ACTIONS(1303), - [anon_sym___stdcall] = ACTIONS(1303), - [anon_sym___fastcall] = ACTIONS(1303), - [anon_sym___thiscall] = ACTIONS(1303), - [anon_sym___vectorcall] = ACTIONS(1303), - [anon_sym_LBRACE] = ACTIONS(1305), - [anon_sym_signed] = ACTIONS(1303), - [anon_sym_unsigned] = ACTIONS(1303), - [anon_sym_long] = ACTIONS(1303), - [anon_sym_short] = ACTIONS(1303), - [anon_sym_static] = ACTIONS(1303), - [anon_sym_auto] = ACTIONS(1303), - [anon_sym_register] = ACTIONS(1303), - [anon_sym_inline] = ACTIONS(1303), - [anon_sym___inline] = ACTIONS(1303), - [anon_sym___inline__] = ACTIONS(1303), - [anon_sym___forceinline] = ACTIONS(1303), - [anon_sym_thread_local] = ACTIONS(1303), - [anon_sym___thread] = ACTIONS(1303), - [anon_sym_const] = ACTIONS(1303), - [anon_sym_constexpr] = ACTIONS(1303), - [anon_sym_volatile] = ACTIONS(1303), - [anon_sym_restrict] = ACTIONS(1303), - [anon_sym___restrict__] = ACTIONS(1303), - [anon_sym__Atomic] = ACTIONS(1303), - [anon_sym__Noreturn] = ACTIONS(1303), - [anon_sym_noreturn] = ACTIONS(1303), - [sym_primitive_type] = ACTIONS(1303), - [anon_sym_enum] = ACTIONS(1303), - [anon_sym_struct] = ACTIONS(1303), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_if] = ACTIONS(1303), - [anon_sym_else] = ACTIONS(1303), - [anon_sym_switch] = ACTIONS(1303), - [anon_sym_case] = ACTIONS(1303), - [anon_sym_default] = ACTIONS(1303), - [anon_sym_while] = ACTIONS(1303), - [anon_sym_do] = ACTIONS(1303), - [anon_sym_for] = ACTIONS(1303), - [anon_sym_return] = ACTIONS(1303), - [anon_sym_break] = ACTIONS(1303), - [anon_sym_continue] = ACTIONS(1303), - [anon_sym_goto] = ACTIONS(1303), - [anon_sym_DASH_DASH] = ACTIONS(1305), - [anon_sym_PLUS_PLUS] = ACTIONS(1305), - [anon_sym_sizeof] = ACTIONS(1303), - [anon_sym___alignof__] = ACTIONS(1303), - [anon_sym___alignof] = ACTIONS(1303), - [anon_sym__alignof] = ACTIONS(1303), - [anon_sym_alignof] = ACTIONS(1303), - [anon_sym__Alignof] = ACTIONS(1303), - [anon_sym_offsetof] = ACTIONS(1303), - [anon_sym__Generic] = ACTIONS(1303), - [anon_sym_asm] = ACTIONS(1303), - [anon_sym___asm__] = ACTIONS(1303), - [sym_number_literal] = ACTIONS(1305), - [anon_sym_L_SQUOTE] = ACTIONS(1305), - [anon_sym_u_SQUOTE] = ACTIONS(1305), - [anon_sym_U_SQUOTE] = ACTIONS(1305), - [anon_sym_u8_SQUOTE] = ACTIONS(1305), - [anon_sym_SQUOTE] = ACTIONS(1305), - [anon_sym_L_DQUOTE] = ACTIONS(1305), - [anon_sym_u_DQUOTE] = ACTIONS(1305), - [anon_sym_U_DQUOTE] = ACTIONS(1305), - [anon_sym_u8_DQUOTE] = ACTIONS(1305), - [anon_sym_DQUOTE] = ACTIONS(1305), - [sym_true] = ACTIONS(1303), - [sym_false] = ACTIONS(1303), - [anon_sym_NULL] = ACTIONS(1303), - [anon_sym_nullptr] = ACTIONS(1303), + [156] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [aux_sym_preproc_else_token1] = ACTIONS(1239), + [aux_sym_preproc_elif_token1] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), [sym_comment] = ACTIONS(3), }, - [178] = { + [157] = { [sym_identifier] = ACTIONS(1227), [aux_sym_preproc_include_token1] = ACTIONS(1227), [aux_sym_preproc_def_token1] = ACTIONS(1227), @@ -37365,256 +35474,158 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___forceinline] = ACTIONS(1227), [anon_sym_thread_local] = ACTIONS(1227), [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1227), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - }, - [179] = { - [sym_identifier] = ACTIONS(1259), - [aux_sym_preproc_include_token1] = ACTIONS(1259), - [aux_sym_preproc_def_token1] = ACTIONS(1259), - [aux_sym_preproc_if_token1] = ACTIONS(1259), - [aux_sym_preproc_if_token2] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), - [aux_sym_preproc_else_token1] = ACTIONS(1259), - [aux_sym_preproc_elif_token1] = ACTIONS(1259), - [sym_preproc_directive] = ACTIONS(1259), - [anon_sym_LPAREN2] = ACTIONS(1261), - [anon_sym_BANG] = ACTIONS(1261), - [anon_sym_TILDE] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_AMP] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1259), - [anon_sym_typedef] = ACTIONS(1259), - [anon_sym_extern] = ACTIONS(1259), - [anon_sym___attribute__] = ACTIONS(1259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), - [anon_sym___declspec] = ACTIONS(1259), - [anon_sym___cdecl] = ACTIONS(1259), - [anon_sym___clrcall] = ACTIONS(1259), - [anon_sym___stdcall] = ACTIONS(1259), - [anon_sym___fastcall] = ACTIONS(1259), - [anon_sym___thiscall] = ACTIONS(1259), - [anon_sym___vectorcall] = ACTIONS(1259), - [anon_sym_LBRACE] = ACTIONS(1261), - [anon_sym_signed] = ACTIONS(1259), - [anon_sym_unsigned] = ACTIONS(1259), - [anon_sym_long] = ACTIONS(1259), - [anon_sym_short] = ACTIONS(1259), - [anon_sym_static] = ACTIONS(1259), - [anon_sym_auto] = ACTIONS(1259), - [anon_sym_register] = ACTIONS(1259), - [anon_sym_inline] = ACTIONS(1259), - [anon_sym___inline] = ACTIONS(1259), - [anon_sym___inline__] = ACTIONS(1259), - [anon_sym___forceinline] = ACTIONS(1259), - [anon_sym_thread_local] = ACTIONS(1259), - [anon_sym___thread] = ACTIONS(1259), - [anon_sym_const] = ACTIONS(1259), - [anon_sym_constexpr] = ACTIONS(1259), - [anon_sym_volatile] = ACTIONS(1259), - [anon_sym_restrict] = ACTIONS(1259), - [anon_sym___restrict__] = ACTIONS(1259), - [anon_sym__Atomic] = ACTIONS(1259), - [anon_sym__Noreturn] = ACTIONS(1259), - [anon_sym_noreturn] = ACTIONS(1259), - [sym_primitive_type] = ACTIONS(1259), - [anon_sym_enum] = ACTIONS(1259), - [anon_sym_struct] = ACTIONS(1259), - [anon_sym_union] = ACTIONS(1259), - [anon_sym_if] = ACTIONS(1259), - [anon_sym_else] = ACTIONS(1259), - [anon_sym_switch] = ACTIONS(1259), - [anon_sym_case] = ACTIONS(1259), - [anon_sym_default] = ACTIONS(1259), - [anon_sym_while] = ACTIONS(1259), - [anon_sym_do] = ACTIONS(1259), - [anon_sym_for] = ACTIONS(1259), - [anon_sym_return] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1259), - [anon_sym_continue] = ACTIONS(1259), - [anon_sym_goto] = ACTIONS(1259), - [anon_sym_DASH_DASH] = ACTIONS(1261), - [anon_sym_PLUS_PLUS] = ACTIONS(1261), - [anon_sym_sizeof] = ACTIONS(1259), - [anon_sym___alignof__] = ACTIONS(1259), - [anon_sym___alignof] = ACTIONS(1259), - [anon_sym__alignof] = ACTIONS(1259), - [anon_sym_alignof] = ACTIONS(1259), - [anon_sym__Alignof] = ACTIONS(1259), - [anon_sym_offsetof] = ACTIONS(1259), - [anon_sym__Generic] = ACTIONS(1259), - [anon_sym_asm] = ACTIONS(1259), - [anon_sym___asm__] = ACTIONS(1259), - [sym_number_literal] = ACTIONS(1261), - [anon_sym_L_SQUOTE] = ACTIONS(1261), - [anon_sym_u_SQUOTE] = ACTIONS(1261), - [anon_sym_U_SQUOTE] = ACTIONS(1261), - [anon_sym_u8_SQUOTE] = ACTIONS(1261), - [anon_sym_SQUOTE] = ACTIONS(1261), - [anon_sym_L_DQUOTE] = ACTIONS(1261), - [anon_sym_u_DQUOTE] = ACTIONS(1261), - [anon_sym_U_DQUOTE] = ACTIONS(1261), - [anon_sym_u8_DQUOTE] = ACTIONS(1261), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_true] = ACTIONS(1259), - [sym_false] = ACTIONS(1259), - [anon_sym_NULL] = ACTIONS(1259), - [anon_sym_nullptr] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_constexpr] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym___restrict__] = ACTIONS(1227), + [anon_sym__Atomic] = ACTIONS(1227), + [anon_sym__Noreturn] = ACTIONS(1227), + [anon_sym_noreturn] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1227), + [anon_sym_switch] = ACTIONS(1227), + [anon_sym_case] = ACTIONS(1227), + [anon_sym_default] = ACTIONS(1227), + [anon_sym_while] = ACTIONS(1227), + [anon_sym_do] = ACTIONS(1227), + [anon_sym_for] = ACTIONS(1227), + [anon_sym_return] = ACTIONS(1227), + [anon_sym_break] = ACTIONS(1227), + [anon_sym_continue] = ACTIONS(1227), + [anon_sym_goto] = ACTIONS(1227), + [anon_sym_DASH_DASH] = ACTIONS(1229), + [anon_sym_PLUS_PLUS] = ACTIONS(1229), + [anon_sym_sizeof] = ACTIONS(1227), + [anon_sym___alignof__] = ACTIONS(1227), + [anon_sym___alignof] = ACTIONS(1227), + [anon_sym__alignof] = ACTIONS(1227), + [anon_sym_alignof] = ACTIONS(1227), + [anon_sym__Alignof] = ACTIONS(1227), + [anon_sym_offsetof] = ACTIONS(1227), + [anon_sym__Generic] = ACTIONS(1227), + [anon_sym_asm] = ACTIONS(1227), + [anon_sym___asm__] = ACTIONS(1227), + [sym_number_literal] = ACTIONS(1229), + [anon_sym_L_SQUOTE] = ACTIONS(1229), + [anon_sym_u_SQUOTE] = ACTIONS(1229), + [anon_sym_U_SQUOTE] = ACTIONS(1229), + [anon_sym_u8_SQUOTE] = ACTIONS(1229), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_L_DQUOTE] = ACTIONS(1229), + [anon_sym_u_DQUOTE] = ACTIONS(1229), + [anon_sym_U_DQUOTE] = ACTIONS(1229), + [anon_sym_u8_DQUOTE] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym_true] = ACTIONS(1227), + [sym_false] = ACTIONS(1227), + [anon_sym_NULL] = ACTIONS(1227), + [anon_sym_nullptr] = ACTIONS(1227), [sym_comment] = ACTIONS(3), }, - [180] = { - [sym_identifier] = ACTIONS(1263), - [aux_sym_preproc_include_token1] = ACTIONS(1263), - [aux_sym_preproc_def_token1] = ACTIONS(1263), - [aux_sym_preproc_if_token1] = ACTIONS(1263), - [aux_sym_preproc_if_token2] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), - [aux_sym_preproc_else_token1] = ACTIONS(1263), - [aux_sym_preproc_elif_token1] = ACTIONS(1263), - [sym_preproc_directive] = ACTIONS(1263), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1263), - [anon_sym_typedef] = ACTIONS(1263), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym___attribute__] = ACTIONS(1263), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), - [anon_sym___declspec] = ACTIONS(1263), - [anon_sym___cdecl] = ACTIONS(1263), - [anon_sym___clrcall] = ACTIONS(1263), - [anon_sym___stdcall] = ACTIONS(1263), - [anon_sym___fastcall] = ACTIONS(1263), - [anon_sym___thiscall] = ACTIONS(1263), - [anon_sym___vectorcall] = ACTIONS(1263), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_signed] = ACTIONS(1263), - [anon_sym_unsigned] = ACTIONS(1263), - [anon_sym_long] = ACTIONS(1263), - [anon_sym_short] = ACTIONS(1263), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_auto] = ACTIONS(1263), - [anon_sym_register] = ACTIONS(1263), - [anon_sym_inline] = ACTIONS(1263), - [anon_sym___inline] = ACTIONS(1263), - [anon_sym___inline__] = ACTIONS(1263), - [anon_sym___forceinline] = ACTIONS(1263), - [anon_sym_thread_local] = ACTIONS(1263), - [anon_sym___thread] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_constexpr] = ACTIONS(1263), - [anon_sym_volatile] = ACTIONS(1263), - [anon_sym_restrict] = ACTIONS(1263), - [anon_sym___restrict__] = ACTIONS(1263), - [anon_sym__Atomic] = ACTIONS(1263), - [anon_sym__Noreturn] = ACTIONS(1263), - [anon_sym_noreturn] = ACTIONS(1263), - [sym_primitive_type] = ACTIONS(1263), - [anon_sym_enum] = ACTIONS(1263), - [anon_sym_struct] = ACTIONS(1263), - [anon_sym_union] = ACTIONS(1263), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_else] = ACTIONS(1263), - [anon_sym_switch] = ACTIONS(1263), - [anon_sym_case] = ACTIONS(1263), - [anon_sym_default] = ACTIONS(1263), - [anon_sym_while] = ACTIONS(1263), - [anon_sym_do] = ACTIONS(1263), - [anon_sym_for] = ACTIONS(1263), - [anon_sym_return] = ACTIONS(1263), - [anon_sym_break] = ACTIONS(1263), - [anon_sym_continue] = ACTIONS(1263), - [anon_sym_goto] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), - [anon_sym_sizeof] = ACTIONS(1263), - [anon_sym___alignof__] = ACTIONS(1263), - [anon_sym___alignof] = ACTIONS(1263), - [anon_sym__alignof] = ACTIONS(1263), - [anon_sym_alignof] = ACTIONS(1263), - [anon_sym__Alignof] = ACTIONS(1263), - [anon_sym_offsetof] = ACTIONS(1263), - [anon_sym__Generic] = ACTIONS(1263), - [anon_sym_asm] = ACTIONS(1263), - [anon_sym___asm__] = ACTIONS(1263), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_true] = ACTIONS(1263), - [sym_false] = ACTIONS(1263), - [anon_sym_NULL] = ACTIONS(1263), - [anon_sym_nullptr] = ACTIONS(1263), + [158] = { + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token2] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [aux_sym_preproc_else_token1] = ACTIONS(1291), + [aux_sym_preproc_elif_token1] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), [sym_comment] = ACTIONS(3), }, - [181] = { + [159] = { [sym_identifier] = ACTIONS(1267), [aux_sym_preproc_include_token1] = ACTIONS(1267), [aux_sym_preproc_def_token1] = ACTIONS(1267), @@ -37712,105 +35723,301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1267), [sym_comment] = ACTIONS(3), }, - [182] = { - [sym_identifier] = ACTIONS(1271), - [aux_sym_preproc_include_token1] = ACTIONS(1271), - [aux_sym_preproc_def_token1] = ACTIONS(1271), - [aux_sym_preproc_if_token1] = ACTIONS(1271), - [aux_sym_preproc_if_token2] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), - [aux_sym_preproc_else_token1] = ACTIONS(1271), - [aux_sym_preproc_elif_token1] = ACTIONS(1271), - [sym_preproc_directive] = ACTIONS(1271), - [anon_sym_LPAREN2] = ACTIONS(1273), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_TILDE] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_PLUS] = ACTIONS(1271), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1271), - [anon_sym_typedef] = ACTIONS(1271), - [anon_sym_extern] = ACTIONS(1271), - [anon_sym___attribute__] = ACTIONS(1271), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), - [anon_sym___declspec] = ACTIONS(1271), - [anon_sym___cdecl] = ACTIONS(1271), - [anon_sym___clrcall] = ACTIONS(1271), - [anon_sym___stdcall] = ACTIONS(1271), - [anon_sym___fastcall] = ACTIONS(1271), - [anon_sym___thiscall] = ACTIONS(1271), - [anon_sym___vectorcall] = ACTIONS(1271), - [anon_sym_LBRACE] = ACTIONS(1273), - [anon_sym_signed] = ACTIONS(1271), - [anon_sym_unsigned] = ACTIONS(1271), - [anon_sym_long] = ACTIONS(1271), - [anon_sym_short] = ACTIONS(1271), - [anon_sym_static] = ACTIONS(1271), - [anon_sym_auto] = ACTIONS(1271), - [anon_sym_register] = ACTIONS(1271), - [anon_sym_inline] = ACTIONS(1271), - [anon_sym___inline] = ACTIONS(1271), - [anon_sym___inline__] = ACTIONS(1271), - [anon_sym___forceinline] = ACTIONS(1271), - [anon_sym_thread_local] = ACTIONS(1271), - [anon_sym___thread] = ACTIONS(1271), - [anon_sym_const] = ACTIONS(1271), - [anon_sym_constexpr] = ACTIONS(1271), - [anon_sym_volatile] = ACTIONS(1271), - [anon_sym_restrict] = ACTIONS(1271), - [anon_sym___restrict__] = ACTIONS(1271), - [anon_sym__Atomic] = ACTIONS(1271), - [anon_sym__Noreturn] = ACTIONS(1271), - [anon_sym_noreturn] = ACTIONS(1271), - [sym_primitive_type] = ACTIONS(1271), - [anon_sym_enum] = ACTIONS(1271), - [anon_sym_struct] = ACTIONS(1271), - [anon_sym_union] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1271), - [anon_sym_else] = ACTIONS(1271), - [anon_sym_switch] = ACTIONS(1271), - [anon_sym_case] = ACTIONS(1271), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_while] = ACTIONS(1271), - [anon_sym_do] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1271), - [anon_sym_return] = ACTIONS(1271), - [anon_sym_break] = ACTIONS(1271), - [anon_sym_continue] = ACTIONS(1271), - [anon_sym_goto] = ACTIONS(1271), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_sizeof] = ACTIONS(1271), - [anon_sym___alignof__] = ACTIONS(1271), - [anon_sym___alignof] = ACTIONS(1271), - [anon_sym__alignof] = ACTIONS(1271), - [anon_sym_alignof] = ACTIONS(1271), - [anon_sym__Alignof] = ACTIONS(1271), - [anon_sym_offsetof] = ACTIONS(1271), - [anon_sym__Generic] = ACTIONS(1271), - [anon_sym_asm] = ACTIONS(1271), - [anon_sym___asm__] = ACTIONS(1271), - [sym_number_literal] = ACTIONS(1273), - [anon_sym_L_SQUOTE] = ACTIONS(1273), - [anon_sym_u_SQUOTE] = ACTIONS(1273), - [anon_sym_U_SQUOTE] = ACTIONS(1273), - [anon_sym_u8_SQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1273), - [anon_sym_L_DQUOTE] = ACTIONS(1273), - [anon_sym_u_DQUOTE] = ACTIONS(1273), - [anon_sym_U_DQUOTE] = ACTIONS(1273), - [anon_sym_u8_DQUOTE] = ACTIONS(1273), - [anon_sym_DQUOTE] = ACTIONS(1273), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [anon_sym_NULL] = ACTIONS(1271), - [anon_sym_nullptr] = ACTIONS(1271), + [160] = { + [sym_identifier] = ACTIONS(1223), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token2] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [aux_sym_preproc_else_token1] = ACTIONS(1223), + [aux_sym_preproc_elif_token1] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(1225), + [anon_sym_TILDE] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1223), + [anon_sym_PLUS] = ACTIONS(1223), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_SEMI] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1223), + [anon_sym_extern] = ACTIONS(1223), + [anon_sym___attribute__] = ACTIONS(1223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym___declspec] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(1225), + [anon_sym_signed] = ACTIONS(1223), + [anon_sym_unsigned] = ACTIONS(1223), + [anon_sym_long] = ACTIONS(1223), + [anon_sym_short] = ACTIONS(1223), + [anon_sym_static] = ACTIONS(1223), + [anon_sym_auto] = ACTIONS(1223), + [anon_sym_register] = ACTIONS(1223), + [anon_sym_inline] = ACTIONS(1223), + [anon_sym___inline] = ACTIONS(1223), + [anon_sym___inline__] = ACTIONS(1223), + [anon_sym___forceinline] = ACTIONS(1223), + [anon_sym_thread_local] = ACTIONS(1223), + [anon_sym___thread] = ACTIONS(1223), + [anon_sym_const] = ACTIONS(1223), + [anon_sym_constexpr] = ACTIONS(1223), + [anon_sym_volatile] = ACTIONS(1223), + [anon_sym_restrict] = ACTIONS(1223), + [anon_sym___restrict__] = ACTIONS(1223), + [anon_sym__Atomic] = ACTIONS(1223), + [anon_sym__Noreturn] = ACTIONS(1223), + [anon_sym_noreturn] = ACTIONS(1223), + [sym_primitive_type] = ACTIONS(1223), + [anon_sym_enum] = ACTIONS(1223), + [anon_sym_struct] = ACTIONS(1223), + [anon_sym_union] = ACTIONS(1223), + [anon_sym_if] = ACTIONS(1223), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(1223), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(1223), + [anon_sym_do] = ACTIONS(1223), + [anon_sym_for] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_continue] = ACTIONS(1223), + [anon_sym_goto] = ACTIONS(1223), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_sizeof] = ACTIONS(1223), + [anon_sym___alignof__] = ACTIONS(1223), + [anon_sym___alignof] = ACTIONS(1223), + [anon_sym__alignof] = ACTIONS(1223), + [anon_sym_alignof] = ACTIONS(1223), + [anon_sym__Alignof] = ACTIONS(1223), + [anon_sym_offsetof] = ACTIONS(1223), + [anon_sym__Generic] = ACTIONS(1223), + [anon_sym_asm] = ACTIONS(1223), + [anon_sym___asm__] = ACTIONS(1223), + [sym_number_literal] = ACTIONS(1225), + [anon_sym_L_SQUOTE] = ACTIONS(1225), + [anon_sym_u_SQUOTE] = ACTIONS(1225), + [anon_sym_U_SQUOTE] = ACTIONS(1225), + [anon_sym_u8_SQUOTE] = ACTIONS(1225), + [anon_sym_SQUOTE] = ACTIONS(1225), + [anon_sym_L_DQUOTE] = ACTIONS(1225), + [anon_sym_u_DQUOTE] = ACTIONS(1225), + [anon_sym_U_DQUOTE] = ACTIONS(1225), + [anon_sym_u8_DQUOTE] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1225), + [sym_true] = ACTIONS(1223), + [sym_false] = ACTIONS(1223), + [anon_sym_NULL] = ACTIONS(1223), + [anon_sym_nullptr] = ACTIONS(1223), + [sym_comment] = ACTIONS(3), + }, + [161] = { + [sym_identifier] = ACTIONS(1231), + [aux_sym_preproc_include_token1] = ACTIONS(1231), + [aux_sym_preproc_def_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token2] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), + [aux_sym_preproc_else_token1] = ACTIONS(1231), + [aux_sym_preproc_elif_token1] = ACTIONS(1231), + [sym_preproc_directive] = ACTIONS(1231), + [anon_sym_LPAREN2] = ACTIONS(1233), + [anon_sym_BANG] = ACTIONS(1233), + [anon_sym_TILDE] = ACTIONS(1233), + [anon_sym_DASH] = ACTIONS(1231), + [anon_sym_PLUS] = ACTIONS(1231), + [anon_sym_STAR] = ACTIONS(1233), + [anon_sym_AMP] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1231), + [anon_sym_typedef] = ACTIONS(1231), + [anon_sym_extern] = ACTIONS(1231), + [anon_sym___attribute__] = ACTIONS(1231), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), + [anon_sym___declspec] = ACTIONS(1231), + [anon_sym___cdecl] = ACTIONS(1231), + [anon_sym___clrcall] = ACTIONS(1231), + [anon_sym___stdcall] = ACTIONS(1231), + [anon_sym___fastcall] = ACTIONS(1231), + [anon_sym___thiscall] = ACTIONS(1231), + [anon_sym___vectorcall] = ACTIONS(1231), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_signed] = ACTIONS(1231), + [anon_sym_unsigned] = ACTIONS(1231), + [anon_sym_long] = ACTIONS(1231), + [anon_sym_short] = ACTIONS(1231), + [anon_sym_static] = ACTIONS(1231), + [anon_sym_auto] = ACTIONS(1231), + [anon_sym_register] = ACTIONS(1231), + [anon_sym_inline] = ACTIONS(1231), + [anon_sym___inline] = ACTIONS(1231), + [anon_sym___inline__] = ACTIONS(1231), + [anon_sym___forceinline] = ACTIONS(1231), + [anon_sym_thread_local] = ACTIONS(1231), + [anon_sym___thread] = ACTIONS(1231), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_constexpr] = ACTIONS(1231), + [anon_sym_volatile] = ACTIONS(1231), + [anon_sym_restrict] = ACTIONS(1231), + [anon_sym___restrict__] = ACTIONS(1231), + [anon_sym__Atomic] = ACTIONS(1231), + [anon_sym__Noreturn] = ACTIONS(1231), + [anon_sym_noreturn] = ACTIONS(1231), + [sym_primitive_type] = ACTIONS(1231), + [anon_sym_enum] = ACTIONS(1231), + [anon_sym_struct] = ACTIONS(1231), + [anon_sym_union] = ACTIONS(1231), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_else] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1231), + [anon_sym_case] = ACTIONS(1231), + [anon_sym_default] = ACTIONS(1231), + [anon_sym_while] = ACTIONS(1231), + [anon_sym_do] = ACTIONS(1231), + [anon_sym_for] = ACTIONS(1231), + [anon_sym_return] = ACTIONS(1231), + [anon_sym_break] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(1231), + [anon_sym_goto] = ACTIONS(1231), + [anon_sym_DASH_DASH] = ACTIONS(1233), + [anon_sym_PLUS_PLUS] = ACTIONS(1233), + [anon_sym_sizeof] = ACTIONS(1231), + [anon_sym___alignof__] = ACTIONS(1231), + [anon_sym___alignof] = ACTIONS(1231), + [anon_sym__alignof] = ACTIONS(1231), + [anon_sym_alignof] = ACTIONS(1231), + [anon_sym__Alignof] = ACTIONS(1231), + [anon_sym_offsetof] = ACTIONS(1231), + [anon_sym__Generic] = ACTIONS(1231), + [anon_sym_asm] = ACTIONS(1231), + [anon_sym___asm__] = ACTIONS(1231), + [sym_number_literal] = ACTIONS(1233), + [anon_sym_L_SQUOTE] = ACTIONS(1233), + [anon_sym_u_SQUOTE] = ACTIONS(1233), + [anon_sym_U_SQUOTE] = ACTIONS(1233), + [anon_sym_u8_SQUOTE] = ACTIONS(1233), + [anon_sym_SQUOTE] = ACTIONS(1233), + [anon_sym_L_DQUOTE] = ACTIONS(1233), + [anon_sym_u_DQUOTE] = ACTIONS(1233), + [anon_sym_U_DQUOTE] = ACTIONS(1233), + [anon_sym_u8_DQUOTE] = ACTIONS(1233), + [anon_sym_DQUOTE] = ACTIONS(1233), + [sym_true] = ACTIONS(1231), + [sym_false] = ACTIONS(1231), + [anon_sym_NULL] = ACTIONS(1231), + [anon_sym_nullptr] = ACTIONS(1231), [sym_comment] = ACTIONS(3), }, - [183] = { + [162] = { + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token2] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [aux_sym_preproc_else_token1] = ACTIONS(1247), + [aux_sym_preproc_elif_token1] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + }, + [163] = { [sym_identifier] = ACTIONS(1235), [aux_sym_preproc_include_token1] = ACTIONS(1235), [aux_sym_preproc_def_token1] = ACTIONS(1235), @@ -37908,114 +36115,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1235), [sym_comment] = ACTIONS(3), }, - [184] = { - [sym_identifier] = ACTIONS(1231), - [aux_sym_preproc_include_token1] = ACTIONS(1231), - [aux_sym_preproc_def_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token2] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), - [aux_sym_preproc_else_token1] = ACTIONS(1231), - [aux_sym_preproc_elif_token1] = ACTIONS(1231), - [sym_preproc_directive] = ACTIONS(1231), - [anon_sym_LPAREN2] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym___extension__] = ACTIONS(1231), - [anon_sym_typedef] = ACTIONS(1231), - [anon_sym_extern] = ACTIONS(1231), - [anon_sym___attribute__] = ACTIONS(1231), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), - [anon_sym___declspec] = ACTIONS(1231), - [anon_sym___cdecl] = ACTIONS(1231), - [anon_sym___clrcall] = ACTIONS(1231), - [anon_sym___stdcall] = ACTIONS(1231), - [anon_sym___fastcall] = ACTIONS(1231), - [anon_sym___thiscall] = ACTIONS(1231), - [anon_sym___vectorcall] = ACTIONS(1231), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_signed] = ACTIONS(1231), - [anon_sym_unsigned] = ACTIONS(1231), - [anon_sym_long] = ACTIONS(1231), - [anon_sym_short] = ACTIONS(1231), - [anon_sym_static] = ACTIONS(1231), - [anon_sym_auto] = ACTIONS(1231), - [anon_sym_register] = ACTIONS(1231), - [anon_sym_inline] = ACTIONS(1231), - [anon_sym___inline] = ACTIONS(1231), - [anon_sym___inline__] = ACTIONS(1231), - [anon_sym___forceinline] = ACTIONS(1231), - [anon_sym_thread_local] = ACTIONS(1231), - [anon_sym___thread] = ACTIONS(1231), - [anon_sym_const] = ACTIONS(1231), - [anon_sym_constexpr] = ACTIONS(1231), - [anon_sym_volatile] = ACTIONS(1231), - [anon_sym_restrict] = ACTIONS(1231), - [anon_sym___restrict__] = ACTIONS(1231), - [anon_sym__Atomic] = ACTIONS(1231), - [anon_sym__Noreturn] = ACTIONS(1231), - [anon_sym_noreturn] = ACTIONS(1231), - [sym_primitive_type] = ACTIONS(1231), - [anon_sym_enum] = ACTIONS(1231), - [anon_sym_struct] = ACTIONS(1231), - [anon_sym_union] = ACTIONS(1231), - [anon_sym_if] = ACTIONS(1231), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_switch] = ACTIONS(1231), - [anon_sym_case] = ACTIONS(1231), - [anon_sym_default] = ACTIONS(1231), - [anon_sym_while] = ACTIONS(1231), - [anon_sym_do] = ACTIONS(1231), - [anon_sym_for] = ACTIONS(1231), - [anon_sym_return] = ACTIONS(1231), - [anon_sym_break] = ACTIONS(1231), - [anon_sym_continue] = ACTIONS(1231), - [anon_sym_goto] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1233), - [anon_sym_PLUS_PLUS] = ACTIONS(1233), - [anon_sym_sizeof] = ACTIONS(1231), - [anon_sym___alignof__] = ACTIONS(1231), - [anon_sym___alignof] = ACTIONS(1231), - [anon_sym__alignof] = ACTIONS(1231), - [anon_sym_alignof] = ACTIONS(1231), - [anon_sym__Alignof] = ACTIONS(1231), - [anon_sym_offsetof] = ACTIONS(1231), - [anon_sym__Generic] = ACTIONS(1231), - [anon_sym_asm] = ACTIONS(1231), - [anon_sym___asm__] = ACTIONS(1231), - [sym_number_literal] = ACTIONS(1233), - [anon_sym_L_SQUOTE] = ACTIONS(1233), - [anon_sym_u_SQUOTE] = ACTIONS(1233), - [anon_sym_U_SQUOTE] = ACTIONS(1233), - [anon_sym_u8_SQUOTE] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_L_DQUOTE] = ACTIONS(1233), - [anon_sym_u_DQUOTE] = ACTIONS(1233), - [anon_sym_U_DQUOTE] = ACTIONS(1233), - [anon_sym_u8_DQUOTE] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [sym_true] = ACTIONS(1231), - [sym_false] = ACTIONS(1231), - [anon_sym_NULL] = ACTIONS(1231), - [anon_sym_nullptr] = ACTIONS(1231), + [164] = { + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token2] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [aux_sym_preproc_else_token1] = ACTIONS(1275), + [aux_sym_preproc_elif_token1] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), [sym_comment] = ACTIONS(3), }, - [185] = { - [ts_builtin_sym_end] = ACTIONS(1281), + [165] = { + [sym__expression] = STATE(714), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(726), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(726), + [sym_call_expression] = STATE(726), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(726), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(726), + [sym_initializer_list] = STATE(751), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_identifier] = ACTIONS(1413), + [anon_sym_COMMA] = ACTIONS(1415), + [anon_sym_RPAREN] = ACTIONS(1415), + [anon_sym_LPAREN2] = ACTIONS(1417), + [anon_sym_BANG] = ACTIONS(1419), + [anon_sym_TILDE] = ACTIONS(1421), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1423), + [anon_sym_SLASH] = ACTIONS(1425), + [anon_sym_PERCENT] = ACTIONS(1425), + [anon_sym_PIPE_PIPE] = ACTIONS(1415), + [anon_sym_AMP_AMP] = ACTIONS(1415), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_CARET] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1415), + [anon_sym_BANG_EQ] = ACTIONS(1415), + [anon_sym_GT] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1415), + [anon_sym_LT_EQ] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(1425), + [anon_sym_LT_LT] = ACTIONS(1425), + [anon_sym_GT_GT] = ACTIONS(1425), + [anon_sym_SEMI] = ACTIONS(1415), + [anon_sym___attribute__] = ACTIONS(1425), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1415), + [anon_sym_LBRACK] = ACTIONS(1415), + [anon_sym_EQ] = ACTIONS(1425), + [anon_sym_COLON] = ACTIONS(1415), + [anon_sym_QMARK] = ACTIONS(1415), + [anon_sym_STAR_EQ] = ACTIONS(1415), + [anon_sym_SLASH_EQ] = ACTIONS(1415), + [anon_sym_PERCENT_EQ] = ACTIONS(1415), + [anon_sym_PLUS_EQ] = ACTIONS(1415), + [anon_sym_DASH_EQ] = ACTIONS(1415), + [anon_sym_LT_LT_EQ] = ACTIONS(1415), + [anon_sym_GT_GT_EQ] = ACTIONS(1415), + [anon_sym_AMP_EQ] = ACTIONS(1415), + [anon_sym_CARET_EQ] = ACTIONS(1415), + [anon_sym_PIPE_EQ] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1429), + [anon_sym_PLUS_PLUS] = ACTIONS(1429), + [anon_sym_sizeof] = ACTIONS(1431), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DASH_GT] = ACTIONS(1415), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [166] = { [sym_identifier] = ACTIONS(1279), [aux_sym_preproc_include_token1] = ACTIONS(1279), [aux_sym_preproc_def_token1] = ACTIONS(1279), - [anon_sym_COMMA] = ACTIONS(1281), - [anon_sym_RPAREN] = ACTIONS(1281), [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token2] = ACTIONS(1279), [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [aux_sym_preproc_else_token1] = ACTIONS(1279), + [aux_sym_preproc_elif_token1] = ACTIONS(1279), [sym_preproc_directive] = ACTIONS(1279), [anon_sym_LPAREN2] = ACTIONS(1281), [anon_sym_BANG] = ACTIONS(1281), @@ -38040,2205 +36345,2520 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACE] = ACTIONS(1281), [anon_sym_signed] = ACTIONS(1279), [anon_sym_unsigned] = ACTIONS(1279), - [anon_sym_long] = ACTIONS(1279), - [anon_sym_short] = ACTIONS(1279), - [anon_sym_static] = ACTIONS(1279), - [anon_sym_auto] = ACTIONS(1279), - [anon_sym_register] = ACTIONS(1279), - [anon_sym_inline] = ACTIONS(1279), - [anon_sym___inline] = ACTIONS(1279), - [anon_sym___inline__] = ACTIONS(1279), - [anon_sym___forceinline] = ACTIONS(1279), - [anon_sym_thread_local] = ACTIONS(1279), - [anon_sym___thread] = ACTIONS(1279), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [sym_primitive_type] = ACTIONS(1279), - [anon_sym_enum] = ACTIONS(1279), - [anon_sym_struct] = ACTIONS(1279), - [anon_sym_union] = ACTIONS(1279), - [anon_sym_if] = ACTIONS(1279), - [anon_sym_else] = ACTIONS(1279), - [anon_sym_switch] = ACTIONS(1279), - [anon_sym_case] = ACTIONS(1279), - [anon_sym_default] = ACTIONS(1279), - [anon_sym_while] = ACTIONS(1279), - [anon_sym_do] = ACTIONS(1279), - [anon_sym_for] = ACTIONS(1279), - [anon_sym_return] = ACTIONS(1279), - [anon_sym_break] = ACTIONS(1279), - [anon_sym_continue] = ACTIONS(1279), - [anon_sym_goto] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1281), - [anon_sym_PLUS_PLUS] = ACTIONS(1281), - [anon_sym_sizeof] = ACTIONS(1279), - [anon_sym___alignof__] = ACTIONS(1279), - [anon_sym___alignof] = ACTIONS(1279), - [anon_sym__alignof] = ACTIONS(1279), - [anon_sym_alignof] = ACTIONS(1279), - [anon_sym__Alignof] = ACTIONS(1279), - [anon_sym_offsetof] = ACTIONS(1279), - [anon_sym__Generic] = ACTIONS(1279), - [anon_sym_asm] = ACTIONS(1279), - [anon_sym___asm__] = ACTIONS(1279), - [sym_number_literal] = ACTIONS(1281), - [anon_sym_L_SQUOTE] = ACTIONS(1281), - [anon_sym_u_SQUOTE] = ACTIONS(1281), - [anon_sym_U_SQUOTE] = ACTIONS(1281), - [anon_sym_u8_SQUOTE] = ACTIONS(1281), - [anon_sym_SQUOTE] = ACTIONS(1281), - [anon_sym_L_DQUOTE] = ACTIONS(1281), - [anon_sym_u_DQUOTE] = ACTIONS(1281), - [anon_sym_U_DQUOTE] = ACTIONS(1281), - [anon_sym_u8_DQUOTE] = ACTIONS(1281), - [anon_sym_DQUOTE] = ACTIONS(1281), - [sym_true] = ACTIONS(1279), - [sym_false] = ACTIONS(1279), - [anon_sym_NULL] = ACTIONS(1279), - [anon_sym_nullptr] = ACTIONS(1279), - [sym_comment] = ACTIONS(3), - }, - [186] = { - [sym_identifier] = ACTIONS(1383), - [aux_sym_preproc_include_token1] = ACTIONS(1383), - [aux_sym_preproc_def_token1] = ACTIONS(1383), - [aux_sym_preproc_if_token1] = ACTIONS(1383), - [aux_sym_preproc_if_token2] = ACTIONS(1383), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), - [aux_sym_preproc_else_token1] = ACTIONS(1383), - [aux_sym_preproc_elif_token1] = ACTIONS(1383), - [sym_preproc_directive] = ACTIONS(1383), - [anon_sym_LPAREN2] = ACTIONS(1385), - [anon_sym_BANG] = ACTIONS(1385), - [anon_sym_TILDE] = ACTIONS(1385), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_STAR] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), - [anon_sym_SEMI] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1383), - [anon_sym_typedef] = ACTIONS(1383), - [anon_sym_extern] = ACTIONS(1383), - [anon_sym___attribute__] = ACTIONS(1383), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), - [anon_sym___declspec] = ACTIONS(1383), - [anon_sym___cdecl] = ACTIONS(1383), - [anon_sym___clrcall] = ACTIONS(1383), - [anon_sym___stdcall] = ACTIONS(1383), - [anon_sym___fastcall] = ACTIONS(1383), - [anon_sym___thiscall] = ACTIONS(1383), - [anon_sym___vectorcall] = ACTIONS(1383), - [anon_sym_LBRACE] = ACTIONS(1385), - [anon_sym_signed] = ACTIONS(1383), - [anon_sym_unsigned] = ACTIONS(1383), - [anon_sym_long] = ACTIONS(1383), - [anon_sym_short] = ACTIONS(1383), - [anon_sym_static] = ACTIONS(1383), - [anon_sym_auto] = ACTIONS(1383), - [anon_sym_register] = ACTIONS(1383), - [anon_sym_inline] = ACTIONS(1383), - [anon_sym___inline] = ACTIONS(1383), - [anon_sym___inline__] = ACTIONS(1383), - [anon_sym___forceinline] = ACTIONS(1383), - [anon_sym_thread_local] = ACTIONS(1383), - [anon_sym___thread] = ACTIONS(1383), - [anon_sym_const] = ACTIONS(1383), - [anon_sym_constexpr] = ACTIONS(1383), - [anon_sym_volatile] = ACTIONS(1383), - [anon_sym_restrict] = ACTIONS(1383), - [anon_sym___restrict__] = ACTIONS(1383), - [anon_sym__Atomic] = ACTIONS(1383), - [anon_sym__Noreturn] = ACTIONS(1383), - [anon_sym_noreturn] = ACTIONS(1383), - [sym_primitive_type] = ACTIONS(1383), - [anon_sym_enum] = ACTIONS(1383), - [anon_sym_struct] = ACTIONS(1383), - [anon_sym_union] = ACTIONS(1383), - [anon_sym_if] = ACTIONS(1383), - [anon_sym_switch] = ACTIONS(1383), - [anon_sym_case] = ACTIONS(1383), - [anon_sym_default] = ACTIONS(1383), - [anon_sym_while] = ACTIONS(1383), - [anon_sym_do] = ACTIONS(1383), - [anon_sym_for] = ACTIONS(1383), - [anon_sym_return] = ACTIONS(1383), - [anon_sym_break] = ACTIONS(1383), - [anon_sym_continue] = ACTIONS(1383), - [anon_sym_goto] = ACTIONS(1383), - [anon_sym_DASH_DASH] = ACTIONS(1385), - [anon_sym_PLUS_PLUS] = ACTIONS(1385), - [anon_sym_sizeof] = ACTIONS(1383), - [anon_sym___alignof__] = ACTIONS(1383), - [anon_sym___alignof] = ACTIONS(1383), - [anon_sym__alignof] = ACTIONS(1383), - [anon_sym_alignof] = ACTIONS(1383), - [anon_sym__Alignof] = ACTIONS(1383), - [anon_sym_offsetof] = ACTIONS(1383), - [anon_sym__Generic] = ACTIONS(1383), - [anon_sym_asm] = ACTIONS(1383), - [anon_sym___asm__] = ACTIONS(1383), - [sym_number_literal] = ACTIONS(1385), - [anon_sym_L_SQUOTE] = ACTIONS(1385), - [anon_sym_u_SQUOTE] = ACTIONS(1385), - [anon_sym_U_SQUOTE] = ACTIONS(1385), - [anon_sym_u8_SQUOTE] = ACTIONS(1385), - [anon_sym_SQUOTE] = ACTIONS(1385), - [anon_sym_L_DQUOTE] = ACTIONS(1385), - [anon_sym_u_DQUOTE] = ACTIONS(1385), - [anon_sym_U_DQUOTE] = ACTIONS(1385), - [anon_sym_u8_DQUOTE] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(1385), - [sym_true] = ACTIONS(1383), - [sym_false] = ACTIONS(1383), - [anon_sym_NULL] = ACTIONS(1383), - [anon_sym_nullptr] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), [sym_comment] = ACTIONS(3), }, - [187] = { - [sym_identifier] = ACTIONS(1327), - [aux_sym_preproc_include_token1] = ACTIONS(1327), - [aux_sym_preproc_def_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token2] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), - [aux_sym_preproc_else_token1] = ACTIONS(1327), - [aux_sym_preproc_elif_token1] = ACTIONS(1327), - [sym_preproc_directive] = ACTIONS(1327), - [anon_sym_LPAREN2] = ACTIONS(1329), - [anon_sym_BANG] = ACTIONS(1329), - [anon_sym_TILDE] = ACTIONS(1329), - [anon_sym_DASH] = ACTIONS(1327), - [anon_sym_PLUS] = ACTIONS(1327), - [anon_sym_STAR] = ACTIONS(1329), - [anon_sym_AMP] = ACTIONS(1329), - [anon_sym_SEMI] = ACTIONS(1329), - [anon_sym___extension__] = ACTIONS(1327), - [anon_sym_typedef] = ACTIONS(1327), - [anon_sym_extern] = ACTIONS(1327), - [anon_sym___attribute__] = ACTIONS(1327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), - [anon_sym___declspec] = ACTIONS(1327), - [anon_sym___cdecl] = ACTIONS(1327), - [anon_sym___clrcall] = ACTIONS(1327), - [anon_sym___stdcall] = ACTIONS(1327), - [anon_sym___fastcall] = ACTIONS(1327), - [anon_sym___thiscall] = ACTIONS(1327), - [anon_sym___vectorcall] = ACTIONS(1327), - [anon_sym_LBRACE] = ACTIONS(1329), - [anon_sym_signed] = ACTIONS(1327), - [anon_sym_unsigned] = ACTIONS(1327), - [anon_sym_long] = ACTIONS(1327), - [anon_sym_short] = ACTIONS(1327), - [anon_sym_static] = ACTIONS(1327), - [anon_sym_auto] = ACTIONS(1327), - [anon_sym_register] = ACTIONS(1327), - [anon_sym_inline] = ACTIONS(1327), - [anon_sym___inline] = ACTIONS(1327), - [anon_sym___inline__] = ACTIONS(1327), - [anon_sym___forceinline] = ACTIONS(1327), - [anon_sym_thread_local] = ACTIONS(1327), - [anon_sym___thread] = ACTIONS(1327), - [anon_sym_const] = ACTIONS(1327), - [anon_sym_constexpr] = ACTIONS(1327), - [anon_sym_volatile] = ACTIONS(1327), - [anon_sym_restrict] = ACTIONS(1327), - [anon_sym___restrict__] = ACTIONS(1327), - [anon_sym__Atomic] = ACTIONS(1327), - [anon_sym__Noreturn] = ACTIONS(1327), - [anon_sym_noreturn] = ACTIONS(1327), - [sym_primitive_type] = ACTIONS(1327), - [anon_sym_enum] = ACTIONS(1327), - [anon_sym_struct] = ACTIONS(1327), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_if] = ACTIONS(1327), - [anon_sym_switch] = ACTIONS(1327), - [anon_sym_case] = ACTIONS(1327), - [anon_sym_default] = ACTIONS(1327), - [anon_sym_while] = ACTIONS(1327), - [anon_sym_do] = ACTIONS(1327), - [anon_sym_for] = ACTIONS(1327), - [anon_sym_return] = ACTIONS(1327), - [anon_sym_break] = ACTIONS(1327), - [anon_sym_continue] = ACTIONS(1327), - [anon_sym_goto] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1329), - [anon_sym_PLUS_PLUS] = ACTIONS(1329), - [anon_sym_sizeof] = ACTIONS(1327), - [anon_sym___alignof__] = ACTIONS(1327), - [anon_sym___alignof] = ACTIONS(1327), - [anon_sym__alignof] = ACTIONS(1327), - [anon_sym_alignof] = ACTIONS(1327), - [anon_sym__Alignof] = ACTIONS(1327), - [anon_sym_offsetof] = ACTIONS(1327), - [anon_sym__Generic] = ACTIONS(1327), - [anon_sym_asm] = ACTIONS(1327), - [anon_sym___asm__] = ACTIONS(1327), - [sym_number_literal] = ACTIONS(1329), - [anon_sym_L_SQUOTE] = ACTIONS(1329), - [anon_sym_u_SQUOTE] = ACTIONS(1329), - [anon_sym_U_SQUOTE] = ACTIONS(1329), - [anon_sym_u8_SQUOTE] = ACTIONS(1329), - [anon_sym_SQUOTE] = ACTIONS(1329), - [anon_sym_L_DQUOTE] = ACTIONS(1329), - [anon_sym_u_DQUOTE] = ACTIONS(1329), - [anon_sym_U_DQUOTE] = ACTIONS(1329), - [anon_sym_u8_DQUOTE] = ACTIONS(1329), - [anon_sym_DQUOTE] = ACTIONS(1329), - [sym_true] = ACTIONS(1327), - [sym_false] = ACTIONS(1327), - [anon_sym_NULL] = ACTIONS(1327), - [anon_sym_nullptr] = ACTIONS(1327), + [167] = { + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token2] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [aux_sym_preproc_else_token1] = ACTIONS(1259), + [aux_sym_preproc_elif_token1] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), [sym_comment] = ACTIONS(3), }, - [188] = { - [sym_identifier] = ACTIONS(1347), - [aux_sym_preproc_include_token1] = ACTIONS(1347), - [aux_sym_preproc_def_token1] = ACTIONS(1347), - [aux_sym_preproc_if_token1] = ACTIONS(1347), - [aux_sym_preproc_if_token2] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), - [aux_sym_preproc_else_token1] = ACTIONS(1347), - [aux_sym_preproc_elif_token1] = ACTIONS(1347), - [sym_preproc_directive] = ACTIONS(1347), - [anon_sym_LPAREN2] = ACTIONS(1349), - [anon_sym_BANG] = ACTIONS(1349), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_DASH] = ACTIONS(1347), - [anon_sym_PLUS] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(1349), - [anon_sym_AMP] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1347), - [anon_sym_typedef] = ACTIONS(1347), - [anon_sym_extern] = ACTIONS(1347), - [anon_sym___attribute__] = ACTIONS(1347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), - [anon_sym___declspec] = ACTIONS(1347), - [anon_sym___cdecl] = ACTIONS(1347), - [anon_sym___clrcall] = ACTIONS(1347), - [anon_sym___stdcall] = ACTIONS(1347), - [anon_sym___fastcall] = ACTIONS(1347), - [anon_sym___thiscall] = ACTIONS(1347), - [anon_sym___vectorcall] = ACTIONS(1347), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_signed] = ACTIONS(1347), - [anon_sym_unsigned] = ACTIONS(1347), - [anon_sym_long] = ACTIONS(1347), - [anon_sym_short] = ACTIONS(1347), - [anon_sym_static] = ACTIONS(1347), - [anon_sym_auto] = ACTIONS(1347), - [anon_sym_register] = ACTIONS(1347), - [anon_sym_inline] = ACTIONS(1347), - [anon_sym___inline] = ACTIONS(1347), - [anon_sym___inline__] = ACTIONS(1347), - [anon_sym___forceinline] = ACTIONS(1347), - [anon_sym_thread_local] = ACTIONS(1347), - [anon_sym___thread] = ACTIONS(1347), - [anon_sym_const] = ACTIONS(1347), - [anon_sym_constexpr] = ACTIONS(1347), - [anon_sym_volatile] = ACTIONS(1347), - [anon_sym_restrict] = ACTIONS(1347), - [anon_sym___restrict__] = ACTIONS(1347), - [anon_sym__Atomic] = ACTIONS(1347), - [anon_sym__Noreturn] = ACTIONS(1347), - [anon_sym_noreturn] = ACTIONS(1347), - [sym_primitive_type] = ACTIONS(1347), - [anon_sym_enum] = ACTIONS(1347), - [anon_sym_struct] = ACTIONS(1347), - [anon_sym_union] = ACTIONS(1347), - [anon_sym_if] = ACTIONS(1347), - [anon_sym_switch] = ACTIONS(1347), - [anon_sym_case] = ACTIONS(1347), - [anon_sym_default] = ACTIONS(1347), - [anon_sym_while] = ACTIONS(1347), - [anon_sym_do] = ACTIONS(1347), - [anon_sym_for] = ACTIONS(1347), - [anon_sym_return] = ACTIONS(1347), - [anon_sym_break] = ACTIONS(1347), - [anon_sym_continue] = ACTIONS(1347), - [anon_sym_goto] = ACTIONS(1347), - [anon_sym_DASH_DASH] = ACTIONS(1349), - [anon_sym_PLUS_PLUS] = ACTIONS(1349), - [anon_sym_sizeof] = ACTIONS(1347), - [anon_sym___alignof__] = ACTIONS(1347), - [anon_sym___alignof] = ACTIONS(1347), - [anon_sym__alignof] = ACTIONS(1347), - [anon_sym_alignof] = ACTIONS(1347), - [anon_sym__Alignof] = ACTIONS(1347), - [anon_sym_offsetof] = ACTIONS(1347), - [anon_sym__Generic] = ACTIONS(1347), - [anon_sym_asm] = ACTIONS(1347), - [anon_sym___asm__] = ACTIONS(1347), - [sym_number_literal] = ACTIONS(1349), - [anon_sym_L_SQUOTE] = ACTIONS(1349), - [anon_sym_u_SQUOTE] = ACTIONS(1349), - [anon_sym_U_SQUOTE] = ACTIONS(1349), - [anon_sym_u8_SQUOTE] = ACTIONS(1349), - [anon_sym_SQUOTE] = ACTIONS(1349), - [anon_sym_L_DQUOTE] = ACTIONS(1349), - [anon_sym_u_DQUOTE] = ACTIONS(1349), - [anon_sym_U_DQUOTE] = ACTIONS(1349), - [anon_sym_u8_DQUOTE] = ACTIONS(1349), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym_true] = ACTIONS(1347), - [sym_false] = ACTIONS(1347), - [anon_sym_NULL] = ACTIONS(1347), - [anon_sym_nullptr] = ACTIONS(1347), + [168] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [aux_sym_preproc_else_token1] = ACTIONS(1243), + [aux_sym_preproc_elif_token1] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + }, + [169] = { + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token2] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [aux_sym_preproc_else_token1] = ACTIONS(1299), + [aux_sym_preproc_elif_token1] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), [sym_comment] = ACTIONS(3), }, - [189] = { - [sym_identifier] = ACTIONS(1359), - [aux_sym_preproc_include_token1] = ACTIONS(1359), - [aux_sym_preproc_def_token1] = ACTIONS(1359), - [aux_sym_preproc_if_token1] = ACTIONS(1359), - [aux_sym_preproc_if_token2] = ACTIONS(1359), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), - [aux_sym_preproc_else_token1] = ACTIONS(1359), - [aux_sym_preproc_elif_token1] = ACTIONS(1359), - [sym_preproc_directive] = ACTIONS(1359), - [anon_sym_LPAREN2] = ACTIONS(1361), - [anon_sym_BANG] = ACTIONS(1361), - [anon_sym_TILDE] = ACTIONS(1361), - [anon_sym_DASH] = ACTIONS(1359), - [anon_sym_PLUS] = ACTIONS(1359), - [anon_sym_STAR] = ACTIONS(1361), - [anon_sym_AMP] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1359), - [anon_sym_typedef] = ACTIONS(1359), - [anon_sym_extern] = ACTIONS(1359), - [anon_sym___attribute__] = ACTIONS(1359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), - [anon_sym___declspec] = ACTIONS(1359), - [anon_sym___cdecl] = ACTIONS(1359), - [anon_sym___clrcall] = ACTIONS(1359), - [anon_sym___stdcall] = ACTIONS(1359), - [anon_sym___fastcall] = ACTIONS(1359), - [anon_sym___thiscall] = ACTIONS(1359), - [anon_sym___vectorcall] = ACTIONS(1359), - [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_signed] = ACTIONS(1359), - [anon_sym_unsigned] = ACTIONS(1359), - [anon_sym_long] = ACTIONS(1359), - [anon_sym_short] = ACTIONS(1359), - [anon_sym_static] = ACTIONS(1359), - [anon_sym_auto] = ACTIONS(1359), - [anon_sym_register] = ACTIONS(1359), - [anon_sym_inline] = ACTIONS(1359), - [anon_sym___inline] = ACTIONS(1359), - [anon_sym___inline__] = ACTIONS(1359), - [anon_sym___forceinline] = ACTIONS(1359), - [anon_sym_thread_local] = ACTIONS(1359), - [anon_sym___thread] = ACTIONS(1359), - [anon_sym_const] = ACTIONS(1359), - [anon_sym_constexpr] = ACTIONS(1359), - [anon_sym_volatile] = ACTIONS(1359), - [anon_sym_restrict] = ACTIONS(1359), - [anon_sym___restrict__] = ACTIONS(1359), - [anon_sym__Atomic] = ACTIONS(1359), - [anon_sym__Noreturn] = ACTIONS(1359), - [anon_sym_noreturn] = ACTIONS(1359), - [sym_primitive_type] = ACTIONS(1359), - [anon_sym_enum] = ACTIONS(1359), - [anon_sym_struct] = ACTIONS(1359), - [anon_sym_union] = ACTIONS(1359), - [anon_sym_if] = ACTIONS(1359), - [anon_sym_switch] = ACTIONS(1359), - [anon_sym_case] = ACTIONS(1359), - [anon_sym_default] = ACTIONS(1359), - [anon_sym_while] = ACTIONS(1359), - [anon_sym_do] = ACTIONS(1359), - [anon_sym_for] = ACTIONS(1359), - [anon_sym_return] = ACTIONS(1359), - [anon_sym_break] = ACTIONS(1359), - [anon_sym_continue] = ACTIONS(1359), - [anon_sym_goto] = ACTIONS(1359), - [anon_sym_DASH_DASH] = ACTIONS(1361), - [anon_sym_PLUS_PLUS] = ACTIONS(1361), - [anon_sym_sizeof] = ACTIONS(1359), - [anon_sym___alignof__] = ACTIONS(1359), - [anon_sym___alignof] = ACTIONS(1359), - [anon_sym__alignof] = ACTIONS(1359), - [anon_sym_alignof] = ACTIONS(1359), - [anon_sym__Alignof] = ACTIONS(1359), - [anon_sym_offsetof] = ACTIONS(1359), - [anon_sym__Generic] = ACTIONS(1359), - [anon_sym_asm] = ACTIONS(1359), - [anon_sym___asm__] = ACTIONS(1359), - [sym_number_literal] = ACTIONS(1361), - [anon_sym_L_SQUOTE] = ACTIONS(1361), - [anon_sym_u_SQUOTE] = ACTIONS(1361), - [anon_sym_U_SQUOTE] = ACTIONS(1361), - [anon_sym_u8_SQUOTE] = ACTIONS(1361), - [anon_sym_SQUOTE] = ACTIONS(1361), - [anon_sym_L_DQUOTE] = ACTIONS(1361), - [anon_sym_u_DQUOTE] = ACTIONS(1361), - [anon_sym_U_DQUOTE] = ACTIONS(1361), - [anon_sym_u8_DQUOTE] = ACTIONS(1361), - [anon_sym_DQUOTE] = ACTIONS(1361), - [sym_true] = ACTIONS(1359), - [sym_false] = ACTIONS(1359), - [anon_sym_NULL] = ACTIONS(1359), - [anon_sym_nullptr] = ACTIONS(1359), + [170] = { + [ts_builtin_sym_end] = ACTIONS(1289), + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [anon_sym_COMMA] = ACTIONS(1289), + [anon_sym_RPAREN] = ACTIONS(1289), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), [sym_comment] = ACTIONS(3), }, - [190] = { - [sym_else_clause] = STATE(261), - [sym_identifier] = ACTIONS(1213), - [aux_sym_preproc_include_token1] = ACTIONS(1213), - [aux_sym_preproc_def_token1] = ACTIONS(1213), - [aux_sym_preproc_if_token1] = ACTIONS(1213), - [aux_sym_preproc_if_token2] = ACTIONS(1213), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1213), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1213), - [sym_preproc_directive] = ACTIONS(1213), - [anon_sym_LPAREN2] = ACTIONS(1215), - [anon_sym_BANG] = ACTIONS(1215), - [anon_sym_TILDE] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_SEMI] = ACTIONS(1215), - [anon_sym___extension__] = ACTIONS(1213), - [anon_sym_typedef] = ACTIONS(1213), - [anon_sym_extern] = ACTIONS(1213), - [anon_sym___attribute__] = ACTIONS(1213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1215), - [anon_sym___declspec] = ACTIONS(1213), - [anon_sym___cdecl] = ACTIONS(1213), - [anon_sym___clrcall] = ACTIONS(1213), - [anon_sym___stdcall] = ACTIONS(1213), - [anon_sym___fastcall] = ACTIONS(1213), - [anon_sym___thiscall] = ACTIONS(1213), - [anon_sym___vectorcall] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1215), - [anon_sym_signed] = ACTIONS(1213), - [anon_sym_unsigned] = ACTIONS(1213), - [anon_sym_long] = ACTIONS(1213), - [anon_sym_short] = ACTIONS(1213), - [anon_sym_static] = ACTIONS(1213), - [anon_sym_auto] = ACTIONS(1213), - [anon_sym_register] = ACTIONS(1213), - [anon_sym_inline] = ACTIONS(1213), - [anon_sym___inline] = ACTIONS(1213), - [anon_sym___inline__] = ACTIONS(1213), - [anon_sym___forceinline] = ACTIONS(1213), - [anon_sym_thread_local] = ACTIONS(1213), - [anon_sym___thread] = ACTIONS(1213), - [anon_sym_const] = ACTIONS(1213), - [anon_sym_constexpr] = ACTIONS(1213), - [anon_sym_volatile] = ACTIONS(1213), - [anon_sym_restrict] = ACTIONS(1213), - [anon_sym___restrict__] = ACTIONS(1213), - [anon_sym__Atomic] = ACTIONS(1213), - [anon_sym__Noreturn] = ACTIONS(1213), - [anon_sym_noreturn] = ACTIONS(1213), - [sym_primitive_type] = ACTIONS(1213), - [anon_sym_enum] = ACTIONS(1213), - [anon_sym_struct] = ACTIONS(1213), - [anon_sym_union] = ACTIONS(1213), - [anon_sym_if] = ACTIONS(1213), - [anon_sym_else] = ACTIONS(1413), - [anon_sym_switch] = ACTIONS(1213), - [anon_sym_case] = ACTIONS(1213), - [anon_sym_default] = ACTIONS(1213), - [anon_sym_while] = ACTIONS(1213), - [anon_sym_do] = ACTIONS(1213), - [anon_sym_for] = ACTIONS(1213), - [anon_sym_return] = ACTIONS(1213), - [anon_sym_break] = ACTIONS(1213), - [anon_sym_continue] = ACTIONS(1213), - [anon_sym_goto] = ACTIONS(1213), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_sizeof] = ACTIONS(1213), - [anon_sym___alignof__] = ACTIONS(1213), - [anon_sym___alignof] = ACTIONS(1213), - [anon_sym__alignof] = ACTIONS(1213), - [anon_sym_alignof] = ACTIONS(1213), - [anon_sym__Alignof] = ACTIONS(1213), - [anon_sym_offsetof] = ACTIONS(1213), - [anon_sym__Generic] = ACTIONS(1213), - [anon_sym_asm] = ACTIONS(1213), - [anon_sym___asm__] = ACTIONS(1213), - [sym_number_literal] = ACTIONS(1215), - [anon_sym_L_SQUOTE] = ACTIONS(1215), - [anon_sym_u_SQUOTE] = ACTIONS(1215), - [anon_sym_U_SQUOTE] = ACTIONS(1215), - [anon_sym_u8_SQUOTE] = ACTIONS(1215), - [anon_sym_SQUOTE] = ACTIONS(1215), - [anon_sym_L_DQUOTE] = ACTIONS(1215), - [anon_sym_u_DQUOTE] = ACTIONS(1215), - [anon_sym_U_DQUOTE] = ACTIONS(1215), - [anon_sym_u8_DQUOTE] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1215), - [sym_true] = ACTIONS(1213), - [sym_false] = ACTIONS(1213), - [anon_sym_NULL] = ACTIONS(1213), - [anon_sym_nullptr] = ACTIONS(1213), + [171] = { + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token2] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [aux_sym_preproc_else_token1] = ACTIONS(1263), + [aux_sym_preproc_elif_token1] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [sym_number_literal] = ACTIONS(1265), + [anon_sym_L_SQUOTE] = ACTIONS(1265), + [anon_sym_u_SQUOTE] = ACTIONS(1265), + [anon_sym_U_SQUOTE] = ACTIONS(1265), + [anon_sym_u8_SQUOTE] = ACTIONS(1265), + [anon_sym_SQUOTE] = ACTIONS(1265), + [anon_sym_L_DQUOTE] = ACTIONS(1265), + [anon_sym_u_DQUOTE] = ACTIONS(1265), + [anon_sym_U_DQUOTE] = ACTIONS(1265), + [anon_sym_u8_DQUOTE] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym_true] = ACTIONS(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), [sym_comment] = ACTIONS(3), }, - [191] = { - [sym_identifier] = ACTIONS(1335), - [aux_sym_preproc_include_token1] = ACTIONS(1335), - [aux_sym_preproc_def_token1] = ACTIONS(1335), - [aux_sym_preproc_if_token1] = ACTIONS(1335), - [aux_sym_preproc_if_token2] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), - [aux_sym_preproc_else_token1] = ACTIONS(1335), - [aux_sym_preproc_elif_token1] = ACTIONS(1335), - [sym_preproc_directive] = ACTIONS(1335), - [anon_sym_LPAREN2] = ACTIONS(1337), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_TILDE] = ACTIONS(1337), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_STAR] = ACTIONS(1337), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym___extension__] = ACTIONS(1335), - [anon_sym_typedef] = ACTIONS(1335), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym___attribute__] = ACTIONS(1335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), - [anon_sym___declspec] = ACTIONS(1335), - [anon_sym___cdecl] = ACTIONS(1335), - [anon_sym___clrcall] = ACTIONS(1335), - [anon_sym___stdcall] = ACTIONS(1335), - [anon_sym___fastcall] = ACTIONS(1335), - [anon_sym___thiscall] = ACTIONS(1335), - [anon_sym___vectorcall] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_signed] = ACTIONS(1335), - [anon_sym_unsigned] = ACTIONS(1335), - [anon_sym_long] = ACTIONS(1335), - [anon_sym_short] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_auto] = ACTIONS(1335), - [anon_sym_register] = ACTIONS(1335), - [anon_sym_inline] = ACTIONS(1335), - [anon_sym___inline] = ACTIONS(1335), - [anon_sym___inline__] = ACTIONS(1335), - [anon_sym___forceinline] = ACTIONS(1335), - [anon_sym_thread_local] = ACTIONS(1335), - [anon_sym___thread] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_constexpr] = ACTIONS(1335), - [anon_sym_volatile] = ACTIONS(1335), - [anon_sym_restrict] = ACTIONS(1335), - [anon_sym___restrict__] = ACTIONS(1335), - [anon_sym__Atomic] = ACTIONS(1335), - [anon_sym__Noreturn] = ACTIONS(1335), - [anon_sym_noreturn] = ACTIONS(1335), - [sym_primitive_type] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1335), - [anon_sym_case] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_goto] = ACTIONS(1335), - [anon_sym_DASH_DASH] = ACTIONS(1337), - [anon_sym_PLUS_PLUS] = ACTIONS(1337), - [anon_sym_sizeof] = ACTIONS(1335), - [anon_sym___alignof__] = ACTIONS(1335), - [anon_sym___alignof] = ACTIONS(1335), - [anon_sym__alignof] = ACTIONS(1335), - [anon_sym_alignof] = ACTIONS(1335), - [anon_sym__Alignof] = ACTIONS(1335), - [anon_sym_offsetof] = ACTIONS(1335), - [anon_sym__Generic] = ACTIONS(1335), - [anon_sym_asm] = ACTIONS(1335), - [anon_sym___asm__] = ACTIONS(1335), - [sym_number_literal] = ACTIONS(1337), - [anon_sym_L_SQUOTE] = ACTIONS(1337), - [anon_sym_u_SQUOTE] = ACTIONS(1337), - [anon_sym_U_SQUOTE] = ACTIONS(1337), - [anon_sym_u8_SQUOTE] = ACTIONS(1337), - [anon_sym_SQUOTE] = ACTIONS(1337), - [anon_sym_L_DQUOTE] = ACTIONS(1337), - [anon_sym_u_DQUOTE] = ACTIONS(1337), - [anon_sym_U_DQUOTE] = ACTIONS(1337), - [anon_sym_u8_DQUOTE] = ACTIONS(1337), - [anon_sym_DQUOTE] = ACTIONS(1337), - [sym_true] = ACTIONS(1335), - [sym_false] = ACTIONS(1335), - [anon_sym_NULL] = ACTIONS(1335), - [anon_sym_nullptr] = ACTIONS(1335), + [172] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [192] = { - [sym_else_clause] = STATE(224), - [sym_identifier] = ACTIONS(1213), - [aux_sym_preproc_include_token1] = ACTIONS(1213), - [aux_sym_preproc_def_token1] = ACTIONS(1213), - [aux_sym_preproc_if_token1] = ACTIONS(1213), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1213), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1213), - [sym_preproc_directive] = ACTIONS(1213), - [anon_sym_LPAREN2] = ACTIONS(1215), - [anon_sym_BANG] = ACTIONS(1215), - [anon_sym_TILDE] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_SEMI] = ACTIONS(1215), - [anon_sym___extension__] = ACTIONS(1213), - [anon_sym_typedef] = ACTIONS(1213), - [anon_sym_extern] = ACTIONS(1213), - [anon_sym___attribute__] = ACTIONS(1213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1215), - [anon_sym___declspec] = ACTIONS(1213), - [anon_sym___cdecl] = ACTIONS(1213), - [anon_sym___clrcall] = ACTIONS(1213), - [anon_sym___stdcall] = ACTIONS(1213), - [anon_sym___fastcall] = ACTIONS(1213), - [anon_sym___thiscall] = ACTIONS(1213), - [anon_sym___vectorcall] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1215), - [anon_sym_RBRACE] = ACTIONS(1215), - [anon_sym_signed] = ACTIONS(1213), - [anon_sym_unsigned] = ACTIONS(1213), - [anon_sym_long] = ACTIONS(1213), - [anon_sym_short] = ACTIONS(1213), - [anon_sym_static] = ACTIONS(1213), - [anon_sym_auto] = ACTIONS(1213), - [anon_sym_register] = ACTIONS(1213), - [anon_sym_inline] = ACTIONS(1213), - [anon_sym___inline] = ACTIONS(1213), - [anon_sym___inline__] = ACTIONS(1213), - [anon_sym___forceinline] = ACTIONS(1213), - [anon_sym_thread_local] = ACTIONS(1213), - [anon_sym___thread] = ACTIONS(1213), - [anon_sym_const] = ACTIONS(1213), - [anon_sym_constexpr] = ACTIONS(1213), - [anon_sym_volatile] = ACTIONS(1213), - [anon_sym_restrict] = ACTIONS(1213), - [anon_sym___restrict__] = ACTIONS(1213), - [anon_sym__Atomic] = ACTIONS(1213), - [anon_sym__Noreturn] = ACTIONS(1213), - [anon_sym_noreturn] = ACTIONS(1213), - [sym_primitive_type] = ACTIONS(1213), - [anon_sym_enum] = ACTIONS(1213), - [anon_sym_struct] = ACTIONS(1213), - [anon_sym_union] = ACTIONS(1213), - [anon_sym_if] = ACTIONS(1213), - [anon_sym_else] = ACTIONS(1415), - [anon_sym_switch] = ACTIONS(1213), - [anon_sym_case] = ACTIONS(1213), - [anon_sym_default] = ACTIONS(1213), - [anon_sym_while] = ACTIONS(1213), - [anon_sym_do] = ACTIONS(1213), - [anon_sym_for] = ACTIONS(1213), - [anon_sym_return] = ACTIONS(1213), - [anon_sym_break] = ACTIONS(1213), - [anon_sym_continue] = ACTIONS(1213), - [anon_sym_goto] = ACTIONS(1213), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_sizeof] = ACTIONS(1213), - [anon_sym___alignof__] = ACTIONS(1213), - [anon_sym___alignof] = ACTIONS(1213), - [anon_sym__alignof] = ACTIONS(1213), - [anon_sym_alignof] = ACTIONS(1213), - [anon_sym__Alignof] = ACTIONS(1213), - [anon_sym_offsetof] = ACTIONS(1213), - [anon_sym__Generic] = ACTIONS(1213), - [anon_sym_asm] = ACTIONS(1213), - [anon_sym___asm__] = ACTIONS(1213), - [sym_number_literal] = ACTIONS(1215), - [anon_sym_L_SQUOTE] = ACTIONS(1215), - [anon_sym_u_SQUOTE] = ACTIONS(1215), - [anon_sym_U_SQUOTE] = ACTIONS(1215), - [anon_sym_u8_SQUOTE] = ACTIONS(1215), - [anon_sym_SQUOTE] = ACTIONS(1215), - [anon_sym_L_DQUOTE] = ACTIONS(1215), - [anon_sym_u_DQUOTE] = ACTIONS(1215), - [anon_sym_U_DQUOTE] = ACTIONS(1215), - [anon_sym_u8_DQUOTE] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1215), - [sym_true] = ACTIONS(1213), - [sym_false] = ACTIONS(1213), - [anon_sym_NULL] = ACTIONS(1213), - [anon_sym_nullptr] = ACTIONS(1213), + [173] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token2] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [aux_sym_preproc_else_token1] = ACTIONS(1251), + [aux_sym_preproc_elif_token1] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), [sym_comment] = ACTIONS(3), }, - [193] = { - [sym_identifier] = ACTIONS(1363), - [aux_sym_preproc_include_token1] = ACTIONS(1363), - [aux_sym_preproc_def_token1] = ACTIONS(1363), - [aux_sym_preproc_if_token1] = ACTIONS(1363), - [aux_sym_preproc_if_token2] = ACTIONS(1363), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), - [aux_sym_preproc_else_token1] = ACTIONS(1363), - [aux_sym_preproc_elif_token1] = ACTIONS(1363), - [sym_preproc_directive] = ACTIONS(1363), - [anon_sym_LPAREN2] = ACTIONS(1365), - [anon_sym_BANG] = ACTIONS(1365), - [anon_sym_TILDE] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1363), - [anon_sym_typedef] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym___attribute__] = ACTIONS(1363), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), - [anon_sym___declspec] = ACTIONS(1363), - [anon_sym___cdecl] = ACTIONS(1363), - [anon_sym___clrcall] = ACTIONS(1363), - [anon_sym___stdcall] = ACTIONS(1363), - [anon_sym___fastcall] = ACTIONS(1363), - [anon_sym___thiscall] = ACTIONS(1363), - [anon_sym___vectorcall] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1365), - [anon_sym_signed] = ACTIONS(1363), - [anon_sym_unsigned] = ACTIONS(1363), - [anon_sym_long] = ACTIONS(1363), - [anon_sym_short] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(1363), - [anon_sym_auto] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_inline] = ACTIONS(1363), - [anon_sym___inline] = ACTIONS(1363), - [anon_sym___inline__] = ACTIONS(1363), - [anon_sym___forceinline] = ACTIONS(1363), - [anon_sym_thread_local] = ACTIONS(1363), - [anon_sym___thread] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_constexpr] = ACTIONS(1363), - [anon_sym_volatile] = ACTIONS(1363), - [anon_sym_restrict] = ACTIONS(1363), - [anon_sym___restrict__] = ACTIONS(1363), - [anon_sym__Atomic] = ACTIONS(1363), - [anon_sym__Noreturn] = ACTIONS(1363), - [anon_sym_noreturn] = ACTIONS(1363), - [sym_primitive_type] = ACTIONS(1363), - [anon_sym_enum] = ACTIONS(1363), - [anon_sym_struct] = ACTIONS(1363), - [anon_sym_union] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_switch] = ACTIONS(1363), - [anon_sym_case] = ACTIONS(1363), - [anon_sym_default] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_goto] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1365), - [anon_sym_sizeof] = ACTIONS(1363), - [anon_sym___alignof__] = ACTIONS(1363), - [anon_sym___alignof] = ACTIONS(1363), - [anon_sym__alignof] = ACTIONS(1363), - [anon_sym_alignof] = ACTIONS(1363), - [anon_sym__Alignof] = ACTIONS(1363), - [anon_sym_offsetof] = ACTIONS(1363), - [anon_sym__Generic] = ACTIONS(1363), - [anon_sym_asm] = ACTIONS(1363), - [anon_sym___asm__] = ACTIONS(1363), - [sym_number_literal] = ACTIONS(1365), - [anon_sym_L_SQUOTE] = ACTIONS(1365), - [anon_sym_u_SQUOTE] = ACTIONS(1365), - [anon_sym_U_SQUOTE] = ACTIONS(1365), - [anon_sym_u8_SQUOTE] = ACTIONS(1365), - [anon_sym_SQUOTE] = ACTIONS(1365), - [anon_sym_L_DQUOTE] = ACTIONS(1365), - [anon_sym_u_DQUOTE] = ACTIONS(1365), - [anon_sym_U_DQUOTE] = ACTIONS(1365), - [anon_sym_u8_DQUOTE] = ACTIONS(1365), - [anon_sym_DQUOTE] = ACTIONS(1365), - [sym_true] = ACTIONS(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1363), - [anon_sym_nullptr] = ACTIONS(1363), + [174] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [175] = { + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token2] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [aux_sym_preproc_else_token1] = ACTIONS(1295), + [aux_sym_preproc_elif_token1] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), [sym_comment] = ACTIONS(3), }, - [194] = { - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1315), - [aux_sym_preproc_def_token1] = ACTIONS(1315), - [aux_sym_preproc_if_token1] = ACTIONS(1315), - [aux_sym_preproc_if_token2] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), - [aux_sym_preproc_else_token1] = ACTIONS(1315), - [aux_sym_preproc_elif_token1] = ACTIONS(1315), - [sym_preproc_directive] = ACTIONS(1315), - [anon_sym_LPAREN2] = ACTIONS(1317), - [anon_sym_BANG] = ACTIONS(1317), - [anon_sym_TILDE] = ACTIONS(1317), - [anon_sym_DASH] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1315), - [anon_sym_STAR] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1315), - [anon_sym_typedef] = ACTIONS(1315), - [anon_sym_extern] = ACTIONS(1315), - [anon_sym___attribute__] = ACTIONS(1315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), - [anon_sym___declspec] = ACTIONS(1315), - [anon_sym___cdecl] = ACTIONS(1315), - [anon_sym___clrcall] = ACTIONS(1315), - [anon_sym___stdcall] = ACTIONS(1315), - [anon_sym___fastcall] = ACTIONS(1315), - [anon_sym___thiscall] = ACTIONS(1315), - [anon_sym___vectorcall] = ACTIONS(1315), - [anon_sym_LBRACE] = ACTIONS(1317), - [anon_sym_signed] = ACTIONS(1315), - [anon_sym_unsigned] = ACTIONS(1315), - [anon_sym_long] = ACTIONS(1315), - [anon_sym_short] = ACTIONS(1315), - [anon_sym_static] = ACTIONS(1315), - [anon_sym_auto] = ACTIONS(1315), - [anon_sym_register] = ACTIONS(1315), - [anon_sym_inline] = ACTIONS(1315), - [anon_sym___inline] = ACTIONS(1315), - [anon_sym___inline__] = ACTIONS(1315), - [anon_sym___forceinline] = ACTIONS(1315), - [anon_sym_thread_local] = ACTIONS(1315), - [anon_sym___thread] = ACTIONS(1315), - [anon_sym_const] = ACTIONS(1315), - [anon_sym_constexpr] = ACTIONS(1315), - [anon_sym_volatile] = ACTIONS(1315), - [anon_sym_restrict] = ACTIONS(1315), - [anon_sym___restrict__] = ACTIONS(1315), - [anon_sym__Atomic] = ACTIONS(1315), - [anon_sym__Noreturn] = ACTIONS(1315), - [anon_sym_noreturn] = ACTIONS(1315), - [sym_primitive_type] = ACTIONS(1315), - [anon_sym_enum] = ACTIONS(1315), - [anon_sym_struct] = ACTIONS(1315), - [anon_sym_union] = ACTIONS(1315), - [anon_sym_if] = ACTIONS(1315), - [anon_sym_switch] = ACTIONS(1315), - [anon_sym_case] = ACTIONS(1315), - [anon_sym_default] = ACTIONS(1315), - [anon_sym_while] = ACTIONS(1315), - [anon_sym_do] = ACTIONS(1315), - [anon_sym_for] = ACTIONS(1315), - [anon_sym_return] = ACTIONS(1315), - [anon_sym_break] = ACTIONS(1315), - [anon_sym_continue] = ACTIONS(1315), - [anon_sym_goto] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(1317), - [anon_sym_PLUS_PLUS] = ACTIONS(1317), - [anon_sym_sizeof] = ACTIONS(1315), - [anon_sym___alignof__] = ACTIONS(1315), - [anon_sym___alignof] = ACTIONS(1315), - [anon_sym__alignof] = ACTIONS(1315), - [anon_sym_alignof] = ACTIONS(1315), - [anon_sym__Alignof] = ACTIONS(1315), - [anon_sym_offsetof] = ACTIONS(1315), - [anon_sym__Generic] = ACTIONS(1315), - [anon_sym_asm] = ACTIONS(1315), - [anon_sym___asm__] = ACTIONS(1315), - [sym_number_literal] = ACTIONS(1317), - [anon_sym_L_SQUOTE] = ACTIONS(1317), - [anon_sym_u_SQUOTE] = ACTIONS(1317), - [anon_sym_U_SQUOTE] = ACTIONS(1317), - [anon_sym_u8_SQUOTE] = ACTIONS(1317), - [anon_sym_SQUOTE] = ACTIONS(1317), - [anon_sym_L_DQUOTE] = ACTIONS(1317), - [anon_sym_u_DQUOTE] = ACTIONS(1317), - [anon_sym_U_DQUOTE] = ACTIONS(1317), - [anon_sym_u8_DQUOTE] = ACTIONS(1317), - [anon_sym_DQUOTE] = ACTIONS(1317), - [sym_true] = ACTIONS(1315), - [sym_false] = ACTIONS(1315), - [anon_sym_NULL] = ACTIONS(1315), - [anon_sym_nullptr] = ACTIONS(1315), + [176] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [195] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token2] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [aux_sym_preproc_else_token1] = ACTIONS(1389), - [aux_sym_preproc_elif_token1] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), + [177] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [196] = { - [sym_identifier] = ACTIONS(1351), - [aux_sym_preproc_include_token1] = ACTIONS(1351), - [aux_sym_preproc_def_token1] = ACTIONS(1351), - [aux_sym_preproc_if_token1] = ACTIONS(1351), - [aux_sym_preproc_if_token2] = ACTIONS(1351), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), - [aux_sym_preproc_else_token1] = ACTIONS(1351), - [aux_sym_preproc_elif_token1] = ACTIONS(1351), - [sym_preproc_directive] = ACTIONS(1351), - [anon_sym_LPAREN2] = ACTIONS(1353), - [anon_sym_BANG] = ACTIONS(1353), - [anon_sym_TILDE] = ACTIONS(1353), - [anon_sym_DASH] = ACTIONS(1351), - [anon_sym_PLUS] = ACTIONS(1351), - [anon_sym_STAR] = ACTIONS(1353), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym___extension__] = ACTIONS(1351), - [anon_sym_typedef] = ACTIONS(1351), - [anon_sym_extern] = ACTIONS(1351), - [anon_sym___attribute__] = ACTIONS(1351), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), - [anon_sym___declspec] = ACTIONS(1351), - [anon_sym___cdecl] = ACTIONS(1351), - [anon_sym___clrcall] = ACTIONS(1351), - [anon_sym___stdcall] = ACTIONS(1351), - [anon_sym___fastcall] = ACTIONS(1351), - [anon_sym___thiscall] = ACTIONS(1351), - [anon_sym___vectorcall] = ACTIONS(1351), - [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_signed] = ACTIONS(1351), - [anon_sym_unsigned] = ACTIONS(1351), - [anon_sym_long] = ACTIONS(1351), - [anon_sym_short] = ACTIONS(1351), - [anon_sym_static] = ACTIONS(1351), - [anon_sym_auto] = ACTIONS(1351), - [anon_sym_register] = ACTIONS(1351), - [anon_sym_inline] = ACTIONS(1351), - [anon_sym___inline] = ACTIONS(1351), - [anon_sym___inline__] = ACTIONS(1351), - [anon_sym___forceinline] = ACTIONS(1351), - [anon_sym_thread_local] = ACTIONS(1351), - [anon_sym___thread] = ACTIONS(1351), - [anon_sym_const] = ACTIONS(1351), - [anon_sym_constexpr] = ACTIONS(1351), - [anon_sym_volatile] = ACTIONS(1351), - [anon_sym_restrict] = ACTIONS(1351), - [anon_sym___restrict__] = ACTIONS(1351), - [anon_sym__Atomic] = ACTIONS(1351), - [anon_sym__Noreturn] = ACTIONS(1351), - [anon_sym_noreturn] = ACTIONS(1351), - [sym_primitive_type] = ACTIONS(1351), - [anon_sym_enum] = ACTIONS(1351), - [anon_sym_struct] = ACTIONS(1351), - [anon_sym_union] = ACTIONS(1351), - [anon_sym_if] = ACTIONS(1351), - [anon_sym_switch] = ACTIONS(1351), - [anon_sym_case] = ACTIONS(1351), - [anon_sym_default] = ACTIONS(1351), - [anon_sym_while] = ACTIONS(1351), - [anon_sym_do] = ACTIONS(1351), - [anon_sym_for] = ACTIONS(1351), - [anon_sym_return] = ACTIONS(1351), - [anon_sym_break] = ACTIONS(1351), - [anon_sym_continue] = ACTIONS(1351), - [anon_sym_goto] = ACTIONS(1351), - [anon_sym_DASH_DASH] = ACTIONS(1353), - [anon_sym_PLUS_PLUS] = ACTIONS(1353), - [anon_sym_sizeof] = ACTIONS(1351), - [anon_sym___alignof__] = ACTIONS(1351), - [anon_sym___alignof] = ACTIONS(1351), - [anon_sym__alignof] = ACTIONS(1351), - [anon_sym_alignof] = ACTIONS(1351), - [anon_sym__Alignof] = ACTIONS(1351), - [anon_sym_offsetof] = ACTIONS(1351), - [anon_sym__Generic] = ACTIONS(1351), - [anon_sym_asm] = ACTIONS(1351), - [anon_sym___asm__] = ACTIONS(1351), - [sym_number_literal] = ACTIONS(1353), - [anon_sym_L_SQUOTE] = ACTIONS(1353), - [anon_sym_u_SQUOTE] = ACTIONS(1353), - [anon_sym_U_SQUOTE] = ACTIONS(1353), - [anon_sym_u8_SQUOTE] = ACTIONS(1353), - [anon_sym_SQUOTE] = ACTIONS(1353), - [anon_sym_L_DQUOTE] = ACTIONS(1353), - [anon_sym_u_DQUOTE] = ACTIONS(1353), - [anon_sym_U_DQUOTE] = ACTIONS(1353), - [anon_sym_u8_DQUOTE] = ACTIONS(1353), - [anon_sym_DQUOTE] = ACTIONS(1353), - [sym_true] = ACTIONS(1351), - [sym_false] = ACTIONS(1351), - [anon_sym_NULL] = ACTIONS(1351), - [anon_sym_nullptr] = ACTIONS(1351), + [178] = { + [ts_builtin_sym_end] = ACTIONS(1233), + [sym_identifier] = ACTIONS(1231), + [aux_sym_preproc_include_token1] = ACTIONS(1231), + [aux_sym_preproc_def_token1] = ACTIONS(1231), + [anon_sym_COMMA] = ACTIONS(1233), + [anon_sym_RPAREN] = ACTIONS(1233), + [aux_sym_preproc_if_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), + [sym_preproc_directive] = ACTIONS(1231), + [anon_sym_LPAREN2] = ACTIONS(1233), + [anon_sym_BANG] = ACTIONS(1233), + [anon_sym_TILDE] = ACTIONS(1233), + [anon_sym_DASH] = ACTIONS(1231), + [anon_sym_PLUS] = ACTIONS(1231), + [anon_sym_STAR] = ACTIONS(1233), + [anon_sym_AMP] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1231), + [anon_sym_typedef] = ACTIONS(1231), + [anon_sym_extern] = ACTIONS(1231), + [anon_sym___attribute__] = ACTIONS(1231), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), + [anon_sym___declspec] = ACTIONS(1231), + [anon_sym___cdecl] = ACTIONS(1231), + [anon_sym___clrcall] = ACTIONS(1231), + [anon_sym___stdcall] = ACTIONS(1231), + [anon_sym___fastcall] = ACTIONS(1231), + [anon_sym___thiscall] = ACTIONS(1231), + [anon_sym___vectorcall] = ACTIONS(1231), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_signed] = ACTIONS(1231), + [anon_sym_unsigned] = ACTIONS(1231), + [anon_sym_long] = ACTIONS(1231), + [anon_sym_short] = ACTIONS(1231), + [anon_sym_static] = ACTIONS(1231), + [anon_sym_auto] = ACTIONS(1231), + [anon_sym_register] = ACTIONS(1231), + [anon_sym_inline] = ACTIONS(1231), + [anon_sym___inline] = ACTIONS(1231), + [anon_sym___inline__] = ACTIONS(1231), + [anon_sym___forceinline] = ACTIONS(1231), + [anon_sym_thread_local] = ACTIONS(1231), + [anon_sym___thread] = ACTIONS(1231), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_constexpr] = ACTIONS(1231), + [anon_sym_volatile] = ACTIONS(1231), + [anon_sym_restrict] = ACTIONS(1231), + [anon_sym___restrict__] = ACTIONS(1231), + [anon_sym__Atomic] = ACTIONS(1231), + [anon_sym__Noreturn] = ACTIONS(1231), + [anon_sym_noreturn] = ACTIONS(1231), + [sym_primitive_type] = ACTIONS(1231), + [anon_sym_enum] = ACTIONS(1231), + [anon_sym_struct] = ACTIONS(1231), + [anon_sym_union] = ACTIONS(1231), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_else] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1231), + [anon_sym_case] = ACTIONS(1231), + [anon_sym_default] = ACTIONS(1231), + [anon_sym_while] = ACTIONS(1231), + [anon_sym_do] = ACTIONS(1231), + [anon_sym_for] = ACTIONS(1231), + [anon_sym_return] = ACTIONS(1231), + [anon_sym_break] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(1231), + [anon_sym_goto] = ACTIONS(1231), + [anon_sym_DASH_DASH] = ACTIONS(1233), + [anon_sym_PLUS_PLUS] = ACTIONS(1233), + [anon_sym_sizeof] = ACTIONS(1231), + [anon_sym___alignof__] = ACTIONS(1231), + [anon_sym___alignof] = ACTIONS(1231), + [anon_sym__alignof] = ACTIONS(1231), + [anon_sym_alignof] = ACTIONS(1231), + [anon_sym__Alignof] = ACTIONS(1231), + [anon_sym_offsetof] = ACTIONS(1231), + [anon_sym__Generic] = ACTIONS(1231), + [anon_sym_asm] = ACTIONS(1231), + [anon_sym___asm__] = ACTIONS(1231), + [sym_number_literal] = ACTIONS(1233), + [anon_sym_L_SQUOTE] = ACTIONS(1233), + [anon_sym_u_SQUOTE] = ACTIONS(1233), + [anon_sym_U_SQUOTE] = ACTIONS(1233), + [anon_sym_u8_SQUOTE] = ACTIONS(1233), + [anon_sym_SQUOTE] = ACTIONS(1233), + [anon_sym_L_DQUOTE] = ACTIONS(1233), + [anon_sym_u_DQUOTE] = ACTIONS(1233), + [anon_sym_U_DQUOTE] = ACTIONS(1233), + [anon_sym_u8_DQUOTE] = ACTIONS(1233), + [anon_sym_DQUOTE] = ACTIONS(1233), + [sym_true] = ACTIONS(1231), + [sym_false] = ACTIONS(1231), + [anon_sym_NULL] = ACTIONS(1231), + [anon_sym_nullptr] = ACTIONS(1231), [sym_comment] = ACTIONS(3), }, - [197] = { - [sym_identifier] = ACTIONS(1319), - [aux_sym_preproc_include_token1] = ACTIONS(1319), - [aux_sym_preproc_def_token1] = ACTIONS(1319), - [aux_sym_preproc_if_token1] = ACTIONS(1319), - [aux_sym_preproc_if_token2] = ACTIONS(1319), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), - [aux_sym_preproc_else_token1] = ACTIONS(1319), - [aux_sym_preproc_elif_token1] = ACTIONS(1319), - [sym_preproc_directive] = ACTIONS(1319), - [anon_sym_LPAREN2] = ACTIONS(1321), - [anon_sym_BANG] = ACTIONS(1321), - [anon_sym_TILDE] = ACTIONS(1321), - [anon_sym_DASH] = ACTIONS(1319), - [anon_sym_PLUS] = ACTIONS(1319), - [anon_sym_STAR] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1319), - [anon_sym_typedef] = ACTIONS(1319), - [anon_sym_extern] = ACTIONS(1319), - [anon_sym___attribute__] = ACTIONS(1319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), - [anon_sym___declspec] = ACTIONS(1319), - [anon_sym___cdecl] = ACTIONS(1319), - [anon_sym___clrcall] = ACTIONS(1319), - [anon_sym___stdcall] = ACTIONS(1319), - [anon_sym___fastcall] = ACTIONS(1319), - [anon_sym___thiscall] = ACTIONS(1319), - [anon_sym___vectorcall] = ACTIONS(1319), - [anon_sym_LBRACE] = ACTIONS(1321), - [anon_sym_signed] = ACTIONS(1319), - [anon_sym_unsigned] = ACTIONS(1319), - [anon_sym_long] = ACTIONS(1319), - [anon_sym_short] = ACTIONS(1319), - [anon_sym_static] = ACTIONS(1319), - [anon_sym_auto] = ACTIONS(1319), - [anon_sym_register] = ACTIONS(1319), - [anon_sym_inline] = ACTIONS(1319), - [anon_sym___inline] = ACTIONS(1319), - [anon_sym___inline__] = ACTIONS(1319), - [anon_sym___forceinline] = ACTIONS(1319), - [anon_sym_thread_local] = ACTIONS(1319), - [anon_sym___thread] = ACTIONS(1319), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_constexpr] = ACTIONS(1319), - [anon_sym_volatile] = ACTIONS(1319), - [anon_sym_restrict] = ACTIONS(1319), - [anon_sym___restrict__] = ACTIONS(1319), - [anon_sym__Atomic] = ACTIONS(1319), - [anon_sym__Noreturn] = ACTIONS(1319), - [anon_sym_noreturn] = ACTIONS(1319), - [sym_primitive_type] = ACTIONS(1319), - [anon_sym_enum] = ACTIONS(1319), - [anon_sym_struct] = ACTIONS(1319), - [anon_sym_union] = ACTIONS(1319), - [anon_sym_if] = ACTIONS(1319), - [anon_sym_switch] = ACTIONS(1319), - [anon_sym_case] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1319), - [anon_sym_while] = ACTIONS(1319), - [anon_sym_do] = ACTIONS(1319), - [anon_sym_for] = ACTIONS(1319), - [anon_sym_return] = ACTIONS(1319), - [anon_sym_break] = ACTIONS(1319), - [anon_sym_continue] = ACTIONS(1319), - [anon_sym_goto] = ACTIONS(1319), - [anon_sym_DASH_DASH] = ACTIONS(1321), - [anon_sym_PLUS_PLUS] = ACTIONS(1321), - [anon_sym_sizeof] = ACTIONS(1319), - [anon_sym___alignof__] = ACTIONS(1319), - [anon_sym___alignof] = ACTIONS(1319), - [anon_sym__alignof] = ACTIONS(1319), - [anon_sym_alignof] = ACTIONS(1319), - [anon_sym__Alignof] = ACTIONS(1319), - [anon_sym_offsetof] = ACTIONS(1319), - [anon_sym__Generic] = ACTIONS(1319), - [anon_sym_asm] = ACTIONS(1319), - [anon_sym___asm__] = ACTIONS(1319), - [sym_number_literal] = ACTIONS(1321), - [anon_sym_L_SQUOTE] = ACTIONS(1321), - [anon_sym_u_SQUOTE] = ACTIONS(1321), - [anon_sym_U_SQUOTE] = ACTIONS(1321), - [anon_sym_u8_SQUOTE] = ACTIONS(1321), - [anon_sym_SQUOTE] = ACTIONS(1321), - [anon_sym_L_DQUOTE] = ACTIONS(1321), - [anon_sym_u_DQUOTE] = ACTIONS(1321), - [anon_sym_U_DQUOTE] = ACTIONS(1321), - [anon_sym_u8_DQUOTE] = ACTIONS(1321), - [anon_sym_DQUOTE] = ACTIONS(1321), - [sym_true] = ACTIONS(1319), - [sym_false] = ACTIONS(1319), - [anon_sym_NULL] = ACTIONS(1319), - [anon_sym_nullptr] = ACTIONS(1319), + [179] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [198] = { - [sym_identifier] = ACTIONS(1307), - [aux_sym_preproc_include_token1] = ACTIONS(1307), - [aux_sym_preproc_def_token1] = ACTIONS(1307), - [aux_sym_preproc_if_token1] = ACTIONS(1307), - [aux_sym_preproc_if_token2] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), - [aux_sym_preproc_else_token1] = ACTIONS(1307), - [aux_sym_preproc_elif_token1] = ACTIONS(1307), - [sym_preproc_directive] = ACTIONS(1307), - [anon_sym_LPAREN2] = ACTIONS(1309), - [anon_sym_BANG] = ACTIONS(1309), - [anon_sym_TILDE] = ACTIONS(1309), - [anon_sym_DASH] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(1307), - [anon_sym_STAR] = ACTIONS(1309), - [anon_sym_AMP] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1307), - [anon_sym_typedef] = ACTIONS(1307), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym___attribute__] = ACTIONS(1307), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), - [anon_sym___declspec] = ACTIONS(1307), - [anon_sym___cdecl] = ACTIONS(1307), - [anon_sym___clrcall] = ACTIONS(1307), - [anon_sym___stdcall] = ACTIONS(1307), - [anon_sym___fastcall] = ACTIONS(1307), - [anon_sym___thiscall] = ACTIONS(1307), - [anon_sym___vectorcall] = ACTIONS(1307), - [anon_sym_LBRACE] = ACTIONS(1309), - [anon_sym_signed] = ACTIONS(1307), - [anon_sym_unsigned] = ACTIONS(1307), - [anon_sym_long] = ACTIONS(1307), - [anon_sym_short] = ACTIONS(1307), - [anon_sym_static] = ACTIONS(1307), - [anon_sym_auto] = ACTIONS(1307), - [anon_sym_register] = ACTIONS(1307), - [anon_sym_inline] = ACTIONS(1307), - [anon_sym___inline] = ACTIONS(1307), - [anon_sym___inline__] = ACTIONS(1307), - [anon_sym___forceinline] = ACTIONS(1307), - [anon_sym_thread_local] = ACTIONS(1307), - [anon_sym___thread] = ACTIONS(1307), - [anon_sym_const] = ACTIONS(1307), - [anon_sym_constexpr] = ACTIONS(1307), - [anon_sym_volatile] = ACTIONS(1307), - [anon_sym_restrict] = ACTIONS(1307), - [anon_sym___restrict__] = ACTIONS(1307), - [anon_sym__Atomic] = ACTIONS(1307), - [anon_sym__Noreturn] = ACTIONS(1307), - [anon_sym_noreturn] = ACTIONS(1307), - [sym_primitive_type] = ACTIONS(1307), - [anon_sym_enum] = ACTIONS(1307), - [anon_sym_struct] = ACTIONS(1307), - [anon_sym_union] = ACTIONS(1307), - [anon_sym_if] = ACTIONS(1307), - [anon_sym_switch] = ACTIONS(1307), - [anon_sym_case] = ACTIONS(1307), - [anon_sym_default] = ACTIONS(1307), - [anon_sym_while] = ACTIONS(1307), - [anon_sym_do] = ACTIONS(1307), - [anon_sym_for] = ACTIONS(1307), - [anon_sym_return] = ACTIONS(1307), - [anon_sym_break] = ACTIONS(1307), - [anon_sym_continue] = ACTIONS(1307), - [anon_sym_goto] = ACTIONS(1307), - [anon_sym_DASH_DASH] = ACTIONS(1309), - [anon_sym_PLUS_PLUS] = ACTIONS(1309), - [anon_sym_sizeof] = ACTIONS(1307), - [anon_sym___alignof__] = ACTIONS(1307), - [anon_sym___alignof] = ACTIONS(1307), - [anon_sym__alignof] = ACTIONS(1307), - [anon_sym_alignof] = ACTIONS(1307), - [anon_sym__Alignof] = ACTIONS(1307), - [anon_sym_offsetof] = ACTIONS(1307), - [anon_sym__Generic] = ACTIONS(1307), - [anon_sym_asm] = ACTIONS(1307), - [anon_sym___asm__] = ACTIONS(1307), - [sym_number_literal] = ACTIONS(1309), - [anon_sym_L_SQUOTE] = ACTIONS(1309), - [anon_sym_u_SQUOTE] = ACTIONS(1309), - [anon_sym_U_SQUOTE] = ACTIONS(1309), - [anon_sym_u8_SQUOTE] = ACTIONS(1309), - [anon_sym_SQUOTE] = ACTIONS(1309), - [anon_sym_L_DQUOTE] = ACTIONS(1309), - [anon_sym_u_DQUOTE] = ACTIONS(1309), - [anon_sym_U_DQUOTE] = ACTIONS(1309), - [anon_sym_u8_DQUOTE] = ACTIONS(1309), - [anon_sym_DQUOTE] = ACTIONS(1309), - [sym_true] = ACTIONS(1307), - [sym_false] = ACTIONS(1307), - [anon_sym_NULL] = ACTIONS(1307), - [anon_sym_nullptr] = ACTIONS(1307), + [180] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token2] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [aux_sym_preproc_else_token1] = ACTIONS(1283), + [aux_sym_preproc_elif_token1] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), [sym_comment] = ACTIONS(3), }, - [199] = { - [sym_identifier] = ACTIONS(1379), - [aux_sym_preproc_include_token1] = ACTIONS(1379), - [aux_sym_preproc_def_token1] = ACTIONS(1379), - [aux_sym_preproc_if_token1] = ACTIONS(1379), - [aux_sym_preproc_if_token2] = ACTIONS(1379), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), - [aux_sym_preproc_else_token1] = ACTIONS(1379), - [aux_sym_preproc_elif_token1] = ACTIONS(1379), - [sym_preproc_directive] = ACTIONS(1379), - [anon_sym_LPAREN2] = ACTIONS(1381), - [anon_sym_BANG] = ACTIONS(1381), - [anon_sym_TILDE] = ACTIONS(1381), - [anon_sym_DASH] = ACTIONS(1379), - [anon_sym_PLUS] = ACTIONS(1379), - [anon_sym_STAR] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym_SEMI] = ACTIONS(1381), - [anon_sym___extension__] = ACTIONS(1379), - [anon_sym_typedef] = ACTIONS(1379), - [anon_sym_extern] = ACTIONS(1379), - [anon_sym___attribute__] = ACTIONS(1379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), - [anon_sym___declspec] = ACTIONS(1379), - [anon_sym___cdecl] = ACTIONS(1379), - [anon_sym___clrcall] = ACTIONS(1379), - [anon_sym___stdcall] = ACTIONS(1379), - [anon_sym___fastcall] = ACTIONS(1379), - [anon_sym___thiscall] = ACTIONS(1379), - [anon_sym___vectorcall] = ACTIONS(1379), - [anon_sym_LBRACE] = ACTIONS(1381), - [anon_sym_signed] = ACTIONS(1379), - [anon_sym_unsigned] = ACTIONS(1379), - [anon_sym_long] = ACTIONS(1379), - [anon_sym_short] = ACTIONS(1379), - [anon_sym_static] = ACTIONS(1379), - [anon_sym_auto] = ACTIONS(1379), - [anon_sym_register] = ACTIONS(1379), - [anon_sym_inline] = ACTIONS(1379), - [anon_sym___inline] = ACTIONS(1379), - [anon_sym___inline__] = ACTIONS(1379), - [anon_sym___forceinline] = ACTIONS(1379), - [anon_sym_thread_local] = ACTIONS(1379), - [anon_sym___thread] = ACTIONS(1379), - [anon_sym_const] = ACTIONS(1379), - [anon_sym_constexpr] = ACTIONS(1379), - [anon_sym_volatile] = ACTIONS(1379), - [anon_sym_restrict] = ACTIONS(1379), - [anon_sym___restrict__] = ACTIONS(1379), - [anon_sym__Atomic] = ACTIONS(1379), - [anon_sym__Noreturn] = ACTIONS(1379), - [anon_sym_noreturn] = ACTIONS(1379), - [sym_primitive_type] = ACTIONS(1379), - [anon_sym_enum] = ACTIONS(1379), - [anon_sym_struct] = ACTIONS(1379), - [anon_sym_union] = ACTIONS(1379), - [anon_sym_if] = ACTIONS(1379), - [anon_sym_switch] = ACTIONS(1379), - [anon_sym_case] = ACTIONS(1379), - [anon_sym_default] = ACTIONS(1379), - [anon_sym_while] = ACTIONS(1379), - [anon_sym_do] = ACTIONS(1379), - [anon_sym_for] = ACTIONS(1379), - [anon_sym_return] = ACTIONS(1379), - [anon_sym_break] = ACTIONS(1379), - [anon_sym_continue] = ACTIONS(1379), - [anon_sym_goto] = ACTIONS(1379), - [anon_sym_DASH_DASH] = ACTIONS(1381), - [anon_sym_PLUS_PLUS] = ACTIONS(1381), - [anon_sym_sizeof] = ACTIONS(1379), - [anon_sym___alignof__] = ACTIONS(1379), - [anon_sym___alignof] = ACTIONS(1379), - [anon_sym__alignof] = ACTIONS(1379), - [anon_sym_alignof] = ACTIONS(1379), - [anon_sym__Alignof] = ACTIONS(1379), - [anon_sym_offsetof] = ACTIONS(1379), - [anon_sym__Generic] = ACTIONS(1379), - [anon_sym_asm] = ACTIONS(1379), - [anon_sym___asm__] = ACTIONS(1379), - [sym_number_literal] = ACTIONS(1381), - [anon_sym_L_SQUOTE] = ACTIONS(1381), - [anon_sym_u_SQUOTE] = ACTIONS(1381), - [anon_sym_U_SQUOTE] = ACTIONS(1381), - [anon_sym_u8_SQUOTE] = ACTIONS(1381), - [anon_sym_SQUOTE] = ACTIONS(1381), - [anon_sym_L_DQUOTE] = ACTIONS(1381), - [anon_sym_u_DQUOTE] = ACTIONS(1381), - [anon_sym_U_DQUOTE] = ACTIONS(1381), - [anon_sym_u8_DQUOTE] = ACTIONS(1381), - [anon_sym_DQUOTE] = ACTIONS(1381), - [sym_true] = ACTIONS(1379), - [sym_false] = ACTIONS(1379), - [anon_sym_NULL] = ACTIONS(1379), - [anon_sym_nullptr] = ACTIONS(1379), + [181] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [200] = { - [sym_identifier] = ACTIONS(1375), - [aux_sym_preproc_include_token1] = ACTIONS(1375), - [aux_sym_preproc_def_token1] = ACTIONS(1375), - [aux_sym_preproc_if_token1] = ACTIONS(1375), - [aux_sym_preproc_if_token2] = ACTIONS(1375), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), - [aux_sym_preproc_else_token1] = ACTIONS(1375), - [aux_sym_preproc_elif_token1] = ACTIONS(1375), - [sym_preproc_directive] = ACTIONS(1375), - [anon_sym_LPAREN2] = ACTIONS(1377), - [anon_sym_BANG] = ACTIONS(1377), - [anon_sym_TILDE] = ACTIONS(1377), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1375), - [anon_sym_typedef] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym___attribute__] = ACTIONS(1375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), - [anon_sym___declspec] = ACTIONS(1375), - [anon_sym___cdecl] = ACTIONS(1375), - [anon_sym___clrcall] = ACTIONS(1375), - [anon_sym___stdcall] = ACTIONS(1375), - [anon_sym___fastcall] = ACTIONS(1375), - [anon_sym___thiscall] = ACTIONS(1375), - [anon_sym___vectorcall] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1377), - [anon_sym_signed] = ACTIONS(1375), - [anon_sym_unsigned] = ACTIONS(1375), - [anon_sym_long] = ACTIONS(1375), - [anon_sym_short] = ACTIONS(1375), - [anon_sym_static] = ACTIONS(1375), - [anon_sym_auto] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_inline] = ACTIONS(1375), - [anon_sym___inline] = ACTIONS(1375), - [anon_sym___inline__] = ACTIONS(1375), - [anon_sym___forceinline] = ACTIONS(1375), - [anon_sym_thread_local] = ACTIONS(1375), - [anon_sym___thread] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_constexpr] = ACTIONS(1375), - [anon_sym_volatile] = ACTIONS(1375), - [anon_sym_restrict] = ACTIONS(1375), - [anon_sym___restrict__] = ACTIONS(1375), - [anon_sym__Atomic] = ACTIONS(1375), - [anon_sym__Noreturn] = ACTIONS(1375), - [anon_sym_noreturn] = ACTIONS(1375), - [sym_primitive_type] = ACTIONS(1375), - [anon_sym_enum] = ACTIONS(1375), - [anon_sym_struct] = ACTIONS(1375), - [anon_sym_union] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_switch] = ACTIONS(1375), - [anon_sym_case] = ACTIONS(1375), - [anon_sym_default] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_goto] = ACTIONS(1375), - [anon_sym_DASH_DASH] = ACTIONS(1377), - [anon_sym_PLUS_PLUS] = ACTIONS(1377), - [anon_sym_sizeof] = ACTIONS(1375), - [anon_sym___alignof__] = ACTIONS(1375), - [anon_sym___alignof] = ACTIONS(1375), - [anon_sym__alignof] = ACTIONS(1375), - [anon_sym_alignof] = ACTIONS(1375), - [anon_sym__Alignof] = ACTIONS(1375), - [anon_sym_offsetof] = ACTIONS(1375), - [anon_sym__Generic] = ACTIONS(1375), - [anon_sym_asm] = ACTIONS(1375), - [anon_sym___asm__] = ACTIONS(1375), - [sym_number_literal] = ACTIONS(1377), - [anon_sym_L_SQUOTE] = ACTIONS(1377), - [anon_sym_u_SQUOTE] = ACTIONS(1377), - [anon_sym_U_SQUOTE] = ACTIONS(1377), - [anon_sym_u8_SQUOTE] = ACTIONS(1377), - [anon_sym_SQUOTE] = ACTIONS(1377), - [anon_sym_L_DQUOTE] = ACTIONS(1377), - [anon_sym_u_DQUOTE] = ACTIONS(1377), - [anon_sym_U_DQUOTE] = ACTIONS(1377), - [anon_sym_u8_DQUOTE] = ACTIONS(1377), - [anon_sym_DQUOTE] = ACTIONS(1377), - [sym_true] = ACTIONS(1375), - [sym_false] = ACTIONS(1375), - [anon_sym_NULL] = ACTIONS(1375), - [anon_sym_nullptr] = ACTIONS(1375), + [182] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [201] = { - [sym_identifier] = ACTIONS(1343), - [aux_sym_preproc_include_token1] = ACTIONS(1343), - [aux_sym_preproc_def_token1] = ACTIONS(1343), - [aux_sym_preproc_if_token1] = ACTIONS(1343), - [aux_sym_preproc_if_token2] = ACTIONS(1343), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), - [aux_sym_preproc_else_token1] = ACTIONS(1343), - [aux_sym_preproc_elif_token1] = ACTIONS(1343), - [sym_preproc_directive] = ACTIONS(1343), - [anon_sym_LPAREN2] = ACTIONS(1345), - [anon_sym_BANG] = ACTIONS(1345), - [anon_sym_TILDE] = ACTIONS(1345), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1345), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1345), - [anon_sym___extension__] = ACTIONS(1343), - [anon_sym_typedef] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym___attribute__] = ACTIONS(1343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), - [anon_sym___declspec] = ACTIONS(1343), - [anon_sym___cdecl] = ACTIONS(1343), - [anon_sym___clrcall] = ACTIONS(1343), - [anon_sym___stdcall] = ACTIONS(1343), - [anon_sym___fastcall] = ACTIONS(1343), - [anon_sym___thiscall] = ACTIONS(1343), - [anon_sym___vectorcall] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1345), - [anon_sym_signed] = ACTIONS(1343), - [anon_sym_unsigned] = ACTIONS(1343), - [anon_sym_long] = ACTIONS(1343), - [anon_sym_short] = ACTIONS(1343), - [anon_sym_static] = ACTIONS(1343), - [anon_sym_auto] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_inline] = ACTIONS(1343), - [anon_sym___inline] = ACTIONS(1343), - [anon_sym___inline__] = ACTIONS(1343), - [anon_sym___forceinline] = ACTIONS(1343), - [anon_sym_thread_local] = ACTIONS(1343), - [anon_sym___thread] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_constexpr] = ACTIONS(1343), - [anon_sym_volatile] = ACTIONS(1343), - [anon_sym_restrict] = ACTIONS(1343), - [anon_sym___restrict__] = ACTIONS(1343), - [anon_sym__Atomic] = ACTIONS(1343), - [anon_sym__Noreturn] = ACTIONS(1343), - [anon_sym_noreturn] = ACTIONS(1343), - [sym_primitive_type] = ACTIONS(1343), - [anon_sym_enum] = ACTIONS(1343), - [anon_sym_struct] = ACTIONS(1343), - [anon_sym_union] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_switch] = ACTIONS(1343), - [anon_sym_case] = ACTIONS(1343), - [anon_sym_default] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_goto] = ACTIONS(1343), - [anon_sym_DASH_DASH] = ACTIONS(1345), - [anon_sym_PLUS_PLUS] = ACTIONS(1345), - [anon_sym_sizeof] = ACTIONS(1343), - [anon_sym___alignof__] = ACTIONS(1343), - [anon_sym___alignof] = ACTIONS(1343), - [anon_sym__alignof] = ACTIONS(1343), - [anon_sym_alignof] = ACTIONS(1343), - [anon_sym__Alignof] = ACTIONS(1343), - [anon_sym_offsetof] = ACTIONS(1343), - [anon_sym__Generic] = ACTIONS(1343), - [anon_sym_asm] = ACTIONS(1343), - [anon_sym___asm__] = ACTIONS(1343), - [sym_number_literal] = ACTIONS(1345), - [anon_sym_L_SQUOTE] = ACTIONS(1345), - [anon_sym_u_SQUOTE] = ACTIONS(1345), - [anon_sym_U_SQUOTE] = ACTIONS(1345), - [anon_sym_u8_SQUOTE] = ACTIONS(1345), - [anon_sym_SQUOTE] = ACTIONS(1345), - [anon_sym_L_DQUOTE] = ACTIONS(1345), - [anon_sym_u_DQUOTE] = ACTIONS(1345), - [anon_sym_U_DQUOTE] = ACTIONS(1345), - [anon_sym_u8_DQUOTE] = ACTIONS(1345), - [anon_sym_DQUOTE] = ACTIONS(1345), - [sym_true] = ACTIONS(1343), - [sym_false] = ACTIONS(1343), - [anon_sym_NULL] = ACTIONS(1343), - [anon_sym_nullptr] = ACTIONS(1343), + [183] = { + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token2] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [aux_sym_preproc_else_token1] = ACTIONS(1303), + [aux_sym_preproc_elif_token1] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + }, + [184] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [202] = { - [sym_identifier] = ACTIONS(1371), - [aux_sym_preproc_include_token1] = ACTIONS(1371), - [aux_sym_preproc_def_token1] = ACTIONS(1371), - [aux_sym_preproc_if_token1] = ACTIONS(1371), - [aux_sym_preproc_if_token2] = ACTIONS(1371), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), - [aux_sym_preproc_else_token1] = ACTIONS(1371), - [aux_sym_preproc_elif_token1] = ACTIONS(1371), - [sym_preproc_directive] = ACTIONS(1371), - [anon_sym_LPAREN2] = ACTIONS(1373), - [anon_sym_BANG] = ACTIONS(1373), - [anon_sym_TILDE] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_PLUS] = ACTIONS(1371), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_AMP] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1371), - [anon_sym_typedef] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym___attribute__] = ACTIONS(1371), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), - [anon_sym___declspec] = ACTIONS(1371), - [anon_sym___cdecl] = ACTIONS(1371), - [anon_sym___clrcall] = ACTIONS(1371), - [anon_sym___stdcall] = ACTIONS(1371), - [anon_sym___fastcall] = ACTIONS(1371), - [anon_sym___thiscall] = ACTIONS(1371), - [anon_sym___vectorcall] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_signed] = ACTIONS(1371), - [anon_sym_unsigned] = ACTIONS(1371), - [anon_sym_long] = ACTIONS(1371), - [anon_sym_short] = ACTIONS(1371), - [anon_sym_static] = ACTIONS(1371), - [anon_sym_auto] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_inline] = ACTIONS(1371), - [anon_sym___inline] = ACTIONS(1371), - [anon_sym___inline__] = ACTIONS(1371), - [anon_sym___forceinline] = ACTIONS(1371), - [anon_sym_thread_local] = ACTIONS(1371), - [anon_sym___thread] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [anon_sym_constexpr] = ACTIONS(1371), - [anon_sym_volatile] = ACTIONS(1371), - [anon_sym_restrict] = ACTIONS(1371), - [anon_sym___restrict__] = ACTIONS(1371), - [anon_sym__Atomic] = ACTIONS(1371), - [anon_sym__Noreturn] = ACTIONS(1371), - [anon_sym_noreturn] = ACTIONS(1371), - [sym_primitive_type] = ACTIONS(1371), - [anon_sym_enum] = ACTIONS(1371), - [anon_sym_struct] = ACTIONS(1371), - [anon_sym_union] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_switch] = ACTIONS(1371), - [anon_sym_case] = ACTIONS(1371), - [anon_sym_default] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_goto] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_sizeof] = ACTIONS(1371), - [anon_sym___alignof__] = ACTIONS(1371), - [anon_sym___alignof] = ACTIONS(1371), - [anon_sym__alignof] = ACTIONS(1371), - [anon_sym_alignof] = ACTIONS(1371), - [anon_sym__Alignof] = ACTIONS(1371), - [anon_sym_offsetof] = ACTIONS(1371), - [anon_sym__Generic] = ACTIONS(1371), - [anon_sym_asm] = ACTIONS(1371), - [anon_sym___asm__] = ACTIONS(1371), - [sym_number_literal] = ACTIONS(1373), - [anon_sym_L_SQUOTE] = ACTIONS(1373), - [anon_sym_u_SQUOTE] = ACTIONS(1373), - [anon_sym_U_SQUOTE] = ACTIONS(1373), - [anon_sym_u8_SQUOTE] = ACTIONS(1373), - [anon_sym_SQUOTE] = ACTIONS(1373), - [anon_sym_L_DQUOTE] = ACTIONS(1373), - [anon_sym_u_DQUOTE] = ACTIONS(1373), - [anon_sym_U_DQUOTE] = ACTIONS(1373), - [anon_sym_u8_DQUOTE] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym_true] = ACTIONS(1371), - [sym_false] = ACTIONS(1371), - [anon_sym_NULL] = ACTIONS(1371), - [anon_sym_nullptr] = ACTIONS(1371), + [185] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [203] = { - [sym_identifier] = ACTIONS(1355), - [aux_sym_preproc_include_token1] = ACTIONS(1355), - [aux_sym_preproc_def_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token2] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), - [aux_sym_preproc_else_token1] = ACTIONS(1355), - [aux_sym_preproc_elif_token1] = ACTIONS(1355), - [sym_preproc_directive] = ACTIONS(1355), - [anon_sym_LPAREN2] = ACTIONS(1357), - [anon_sym_BANG] = ACTIONS(1357), - [anon_sym_TILDE] = ACTIONS(1357), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_AMP] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1355), - [anon_sym_typedef] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1355), - [anon_sym___attribute__] = ACTIONS(1355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), - [anon_sym___declspec] = ACTIONS(1355), - [anon_sym___cdecl] = ACTIONS(1355), - [anon_sym___clrcall] = ACTIONS(1355), - [anon_sym___stdcall] = ACTIONS(1355), - [anon_sym___fastcall] = ACTIONS(1355), - [anon_sym___thiscall] = ACTIONS(1355), - [anon_sym___vectorcall] = ACTIONS(1355), - [anon_sym_LBRACE] = ACTIONS(1357), - [anon_sym_signed] = ACTIONS(1355), - [anon_sym_unsigned] = ACTIONS(1355), - [anon_sym_long] = ACTIONS(1355), - [anon_sym_short] = ACTIONS(1355), - [anon_sym_static] = ACTIONS(1355), - [anon_sym_auto] = ACTIONS(1355), - [anon_sym_register] = ACTIONS(1355), - [anon_sym_inline] = ACTIONS(1355), - [anon_sym___inline] = ACTIONS(1355), - [anon_sym___inline__] = ACTIONS(1355), - [anon_sym___forceinline] = ACTIONS(1355), - [anon_sym_thread_local] = ACTIONS(1355), - [anon_sym___thread] = ACTIONS(1355), - [anon_sym_const] = ACTIONS(1355), - [anon_sym_constexpr] = ACTIONS(1355), - [anon_sym_volatile] = ACTIONS(1355), - [anon_sym_restrict] = ACTIONS(1355), - [anon_sym___restrict__] = ACTIONS(1355), - [anon_sym__Atomic] = ACTIONS(1355), - [anon_sym__Noreturn] = ACTIONS(1355), - [anon_sym_noreturn] = ACTIONS(1355), - [sym_primitive_type] = ACTIONS(1355), - [anon_sym_enum] = ACTIONS(1355), - [anon_sym_struct] = ACTIONS(1355), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_if] = ACTIONS(1355), - [anon_sym_switch] = ACTIONS(1355), - [anon_sym_case] = ACTIONS(1355), - [anon_sym_default] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1355), - [anon_sym_do] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1355), - [anon_sym_return] = ACTIONS(1355), - [anon_sym_break] = ACTIONS(1355), - [anon_sym_continue] = ACTIONS(1355), - [anon_sym_goto] = ACTIONS(1355), - [anon_sym_DASH_DASH] = ACTIONS(1357), - [anon_sym_PLUS_PLUS] = ACTIONS(1357), - [anon_sym_sizeof] = ACTIONS(1355), - [anon_sym___alignof__] = ACTIONS(1355), - [anon_sym___alignof] = ACTIONS(1355), - [anon_sym__alignof] = ACTIONS(1355), - [anon_sym_alignof] = ACTIONS(1355), - [anon_sym__Alignof] = ACTIONS(1355), - [anon_sym_offsetof] = ACTIONS(1355), - [anon_sym__Generic] = ACTIONS(1355), - [anon_sym_asm] = ACTIONS(1355), - [anon_sym___asm__] = ACTIONS(1355), - [sym_number_literal] = ACTIONS(1357), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(1357), - [anon_sym_u_DQUOTE] = ACTIONS(1357), - [anon_sym_U_DQUOTE] = ACTIONS(1357), - [anon_sym_u8_DQUOTE] = ACTIONS(1357), - [anon_sym_DQUOTE] = ACTIONS(1357), - [sym_true] = ACTIONS(1355), - [sym_false] = ACTIONS(1355), - [anon_sym_NULL] = ACTIONS(1355), - [anon_sym_nullptr] = ACTIONS(1355), + [186] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [187] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [204] = { - [sym_identifier] = ACTIONS(1323), - [aux_sym_preproc_include_token1] = ACTIONS(1323), - [aux_sym_preproc_def_token1] = ACTIONS(1323), - [aux_sym_preproc_if_token1] = ACTIONS(1323), - [aux_sym_preproc_if_token2] = ACTIONS(1323), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), - [aux_sym_preproc_else_token1] = ACTIONS(1323), - [aux_sym_preproc_elif_token1] = ACTIONS(1323), - [sym_preproc_directive] = ACTIONS(1323), - [anon_sym_LPAREN2] = ACTIONS(1325), - [anon_sym_BANG] = ACTIONS(1325), - [anon_sym_TILDE] = ACTIONS(1325), - [anon_sym_DASH] = ACTIONS(1323), - [anon_sym_PLUS] = ACTIONS(1323), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1325), - [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym___extension__] = ACTIONS(1323), - [anon_sym_typedef] = ACTIONS(1323), - [anon_sym_extern] = ACTIONS(1323), - [anon_sym___attribute__] = ACTIONS(1323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), - [anon_sym___declspec] = ACTIONS(1323), - [anon_sym___cdecl] = ACTIONS(1323), - [anon_sym___clrcall] = ACTIONS(1323), - [anon_sym___stdcall] = ACTIONS(1323), - [anon_sym___fastcall] = ACTIONS(1323), - [anon_sym___thiscall] = ACTIONS(1323), - [anon_sym___vectorcall] = ACTIONS(1323), - [anon_sym_LBRACE] = ACTIONS(1325), - [anon_sym_signed] = ACTIONS(1323), - [anon_sym_unsigned] = ACTIONS(1323), - [anon_sym_long] = ACTIONS(1323), - [anon_sym_short] = ACTIONS(1323), - [anon_sym_static] = ACTIONS(1323), - [anon_sym_auto] = ACTIONS(1323), - [anon_sym_register] = ACTIONS(1323), - [anon_sym_inline] = ACTIONS(1323), - [anon_sym___inline] = ACTIONS(1323), - [anon_sym___inline__] = ACTIONS(1323), - [anon_sym___forceinline] = ACTIONS(1323), - [anon_sym_thread_local] = ACTIONS(1323), - [anon_sym___thread] = ACTIONS(1323), - [anon_sym_const] = ACTIONS(1323), - [anon_sym_constexpr] = ACTIONS(1323), - [anon_sym_volatile] = ACTIONS(1323), - [anon_sym_restrict] = ACTIONS(1323), - [anon_sym___restrict__] = ACTIONS(1323), - [anon_sym__Atomic] = ACTIONS(1323), - [anon_sym__Noreturn] = ACTIONS(1323), - [anon_sym_noreturn] = ACTIONS(1323), - [sym_primitive_type] = ACTIONS(1323), - [anon_sym_enum] = ACTIONS(1323), - [anon_sym_struct] = ACTIONS(1323), - [anon_sym_union] = ACTIONS(1323), - [anon_sym_if] = ACTIONS(1323), - [anon_sym_switch] = ACTIONS(1323), - [anon_sym_case] = ACTIONS(1323), - [anon_sym_default] = ACTIONS(1323), - [anon_sym_while] = ACTIONS(1323), - [anon_sym_do] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1323), - [anon_sym_return] = ACTIONS(1323), - [anon_sym_break] = ACTIONS(1323), - [anon_sym_continue] = ACTIONS(1323), - [anon_sym_goto] = ACTIONS(1323), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), - [anon_sym_sizeof] = ACTIONS(1323), - [anon_sym___alignof__] = ACTIONS(1323), - [anon_sym___alignof] = ACTIONS(1323), - [anon_sym__alignof] = ACTIONS(1323), - [anon_sym_alignof] = ACTIONS(1323), - [anon_sym__Alignof] = ACTIONS(1323), - [anon_sym_offsetof] = ACTIONS(1323), - [anon_sym__Generic] = ACTIONS(1323), - [anon_sym_asm] = ACTIONS(1323), - [anon_sym___asm__] = ACTIONS(1323), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), - [sym_true] = ACTIONS(1323), - [sym_false] = ACTIONS(1323), - [anon_sym_NULL] = ACTIONS(1323), - [anon_sym_nullptr] = ACTIONS(1323), + [188] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [205] = { - [sym_identifier] = ACTIONS(1367), - [aux_sym_preproc_include_token1] = ACTIONS(1367), - [aux_sym_preproc_def_token1] = ACTIONS(1367), - [aux_sym_preproc_if_token1] = ACTIONS(1367), - [aux_sym_preproc_if_token2] = ACTIONS(1367), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), - [aux_sym_preproc_else_token1] = ACTIONS(1367), - [aux_sym_preproc_elif_token1] = ACTIONS(1367), - [sym_preproc_directive] = ACTIONS(1367), - [anon_sym_LPAREN2] = ACTIONS(1369), - [anon_sym_BANG] = ACTIONS(1369), - [anon_sym_TILDE] = ACTIONS(1369), - [anon_sym_DASH] = ACTIONS(1367), - [anon_sym_PLUS] = ACTIONS(1367), - [anon_sym_STAR] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1367), - [anon_sym_typedef] = ACTIONS(1367), - [anon_sym_extern] = ACTIONS(1367), - [anon_sym___attribute__] = ACTIONS(1367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), - [anon_sym___declspec] = ACTIONS(1367), - [anon_sym___cdecl] = ACTIONS(1367), - [anon_sym___clrcall] = ACTIONS(1367), - [anon_sym___stdcall] = ACTIONS(1367), - [anon_sym___fastcall] = ACTIONS(1367), - [anon_sym___thiscall] = ACTIONS(1367), - [anon_sym___vectorcall] = ACTIONS(1367), - [anon_sym_LBRACE] = ACTIONS(1369), - [anon_sym_signed] = ACTIONS(1367), - [anon_sym_unsigned] = ACTIONS(1367), - [anon_sym_long] = ACTIONS(1367), - [anon_sym_short] = ACTIONS(1367), - [anon_sym_static] = ACTIONS(1367), - [anon_sym_auto] = ACTIONS(1367), - [anon_sym_register] = ACTIONS(1367), - [anon_sym_inline] = ACTIONS(1367), - [anon_sym___inline] = ACTIONS(1367), - [anon_sym___inline__] = ACTIONS(1367), - [anon_sym___forceinline] = ACTIONS(1367), - [anon_sym_thread_local] = ACTIONS(1367), - [anon_sym___thread] = ACTIONS(1367), - [anon_sym_const] = ACTIONS(1367), - [anon_sym_constexpr] = ACTIONS(1367), - [anon_sym_volatile] = ACTIONS(1367), - [anon_sym_restrict] = ACTIONS(1367), - [anon_sym___restrict__] = ACTIONS(1367), - [anon_sym__Atomic] = ACTIONS(1367), - [anon_sym__Noreturn] = ACTIONS(1367), - [anon_sym_noreturn] = ACTIONS(1367), - [sym_primitive_type] = ACTIONS(1367), - [anon_sym_enum] = ACTIONS(1367), - [anon_sym_struct] = ACTIONS(1367), - [anon_sym_union] = ACTIONS(1367), - [anon_sym_if] = ACTIONS(1367), - [anon_sym_switch] = ACTIONS(1367), - [anon_sym_case] = ACTIONS(1367), - [anon_sym_default] = ACTIONS(1367), - [anon_sym_while] = ACTIONS(1367), - [anon_sym_do] = ACTIONS(1367), - [anon_sym_for] = ACTIONS(1367), - [anon_sym_return] = ACTIONS(1367), - [anon_sym_break] = ACTIONS(1367), - [anon_sym_continue] = ACTIONS(1367), - [anon_sym_goto] = ACTIONS(1367), - [anon_sym_DASH_DASH] = ACTIONS(1369), - [anon_sym_PLUS_PLUS] = ACTIONS(1369), - [anon_sym_sizeof] = ACTIONS(1367), - [anon_sym___alignof__] = ACTIONS(1367), - [anon_sym___alignof] = ACTIONS(1367), - [anon_sym__alignof] = ACTIONS(1367), - [anon_sym_alignof] = ACTIONS(1367), - [anon_sym__Alignof] = ACTIONS(1367), - [anon_sym_offsetof] = ACTIONS(1367), - [anon_sym__Generic] = ACTIONS(1367), - [anon_sym_asm] = ACTIONS(1367), - [anon_sym___asm__] = ACTIONS(1367), - [sym_number_literal] = ACTIONS(1369), - [anon_sym_L_SQUOTE] = ACTIONS(1369), - [anon_sym_u_SQUOTE] = ACTIONS(1369), - [anon_sym_U_SQUOTE] = ACTIONS(1369), - [anon_sym_u8_SQUOTE] = ACTIONS(1369), - [anon_sym_SQUOTE] = ACTIONS(1369), - [anon_sym_L_DQUOTE] = ACTIONS(1369), - [anon_sym_u_DQUOTE] = ACTIONS(1369), - [anon_sym_U_DQUOTE] = ACTIONS(1369), - [anon_sym_u8_DQUOTE] = ACTIONS(1369), - [anon_sym_DQUOTE] = ACTIONS(1369), - [sym_true] = ACTIONS(1367), - [sym_false] = ACTIONS(1367), - [anon_sym_NULL] = ACTIONS(1367), - [anon_sym_nullptr] = ACTIONS(1367), + [189] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [aux_sym_preproc_else_token1] = ACTIONS(1219), + [aux_sym_preproc_elif_token1] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [206] = { - [sym_identifier] = ACTIONS(1331), - [aux_sym_preproc_include_token1] = ACTIONS(1331), - [aux_sym_preproc_def_token1] = ACTIONS(1331), - [aux_sym_preproc_if_token1] = ACTIONS(1331), - [aux_sym_preproc_if_token2] = ACTIONS(1331), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), - [aux_sym_preproc_else_token1] = ACTIONS(1331), - [aux_sym_preproc_elif_token1] = ACTIONS(1331), - [sym_preproc_directive] = ACTIONS(1331), - [anon_sym_LPAREN2] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1331), - [anon_sym_PLUS] = ACTIONS(1331), - [anon_sym_STAR] = ACTIONS(1333), - [anon_sym_AMP] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1331), - [anon_sym_typedef] = ACTIONS(1331), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym___attribute__] = ACTIONS(1331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), - [anon_sym___declspec] = ACTIONS(1331), - [anon_sym___cdecl] = ACTIONS(1331), - [anon_sym___clrcall] = ACTIONS(1331), - [anon_sym___stdcall] = ACTIONS(1331), - [anon_sym___fastcall] = ACTIONS(1331), - [anon_sym___thiscall] = ACTIONS(1331), - [anon_sym___vectorcall] = ACTIONS(1331), - [anon_sym_LBRACE] = ACTIONS(1333), - [anon_sym_signed] = ACTIONS(1331), - [anon_sym_unsigned] = ACTIONS(1331), - [anon_sym_long] = ACTIONS(1331), - [anon_sym_short] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1331), - [anon_sym_auto] = ACTIONS(1331), - [anon_sym_register] = ACTIONS(1331), - [anon_sym_inline] = ACTIONS(1331), - [anon_sym___inline] = ACTIONS(1331), - [anon_sym___inline__] = ACTIONS(1331), - [anon_sym___forceinline] = ACTIONS(1331), - [anon_sym_thread_local] = ACTIONS(1331), - [anon_sym___thread] = ACTIONS(1331), - [anon_sym_const] = ACTIONS(1331), - [anon_sym_constexpr] = ACTIONS(1331), - [anon_sym_volatile] = ACTIONS(1331), - [anon_sym_restrict] = ACTIONS(1331), - [anon_sym___restrict__] = ACTIONS(1331), - [anon_sym__Atomic] = ACTIONS(1331), - [anon_sym__Noreturn] = ACTIONS(1331), - [anon_sym_noreturn] = ACTIONS(1331), - [sym_primitive_type] = ACTIONS(1331), - [anon_sym_enum] = ACTIONS(1331), - [anon_sym_struct] = ACTIONS(1331), - [anon_sym_union] = ACTIONS(1331), - [anon_sym_if] = ACTIONS(1331), - [anon_sym_switch] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1331), - [anon_sym_default] = ACTIONS(1331), - [anon_sym_while] = ACTIONS(1331), - [anon_sym_do] = ACTIONS(1331), - [anon_sym_for] = ACTIONS(1331), - [anon_sym_return] = ACTIONS(1331), - [anon_sym_break] = ACTIONS(1331), - [anon_sym_continue] = ACTIONS(1331), - [anon_sym_goto] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1331), - [anon_sym___alignof__] = ACTIONS(1331), - [anon_sym___alignof] = ACTIONS(1331), - [anon_sym__alignof] = ACTIONS(1331), - [anon_sym_alignof] = ACTIONS(1331), - [anon_sym__Alignof] = ACTIONS(1331), - [anon_sym_offsetof] = ACTIONS(1331), - [anon_sym__Generic] = ACTIONS(1331), - [anon_sym_asm] = ACTIONS(1331), - [anon_sym___asm__] = ACTIONS(1331), - [sym_number_literal] = ACTIONS(1333), - [anon_sym_L_SQUOTE] = ACTIONS(1333), - [anon_sym_u_SQUOTE] = ACTIONS(1333), - [anon_sym_U_SQUOTE] = ACTIONS(1333), - [anon_sym_u8_SQUOTE] = ACTIONS(1333), - [anon_sym_SQUOTE] = ACTIONS(1333), - [anon_sym_L_DQUOTE] = ACTIONS(1333), - [anon_sym_u_DQUOTE] = ACTIONS(1333), - [anon_sym_U_DQUOTE] = ACTIONS(1333), - [anon_sym_u8_DQUOTE] = ACTIONS(1333), - [anon_sym_DQUOTE] = ACTIONS(1333), - [sym_true] = ACTIONS(1331), - [sym_false] = ACTIONS(1331), - [anon_sym_NULL] = ACTIONS(1331), - [anon_sym_nullptr] = ACTIONS(1331), + [190] = { + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token2] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [aux_sym_preproc_else_token1] = ACTIONS(1271), + [aux_sym_preproc_elif_token1] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), [sym_comment] = ACTIONS(3), }, - [207] = { - [sym_else_clause] = STATE(233), - [ts_builtin_sym_end] = ACTIONS(1215), - [sym_identifier] = ACTIONS(1213), - [aux_sym_preproc_include_token1] = ACTIONS(1213), - [aux_sym_preproc_def_token1] = ACTIONS(1213), - [aux_sym_preproc_if_token1] = ACTIONS(1213), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1213), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1213), - [sym_preproc_directive] = ACTIONS(1213), - [anon_sym_LPAREN2] = ACTIONS(1215), - [anon_sym_BANG] = ACTIONS(1215), - [anon_sym_TILDE] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1213), - [anon_sym_PLUS] = ACTIONS(1213), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_SEMI] = ACTIONS(1215), - [anon_sym___extension__] = ACTIONS(1213), - [anon_sym_typedef] = ACTIONS(1213), - [anon_sym_extern] = ACTIONS(1213), - [anon_sym___attribute__] = ACTIONS(1213), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1215), - [anon_sym___declspec] = ACTIONS(1213), - [anon_sym___cdecl] = ACTIONS(1213), - [anon_sym___clrcall] = ACTIONS(1213), - [anon_sym___stdcall] = ACTIONS(1213), - [anon_sym___fastcall] = ACTIONS(1213), - [anon_sym___thiscall] = ACTIONS(1213), - [anon_sym___vectorcall] = ACTIONS(1213), - [anon_sym_LBRACE] = ACTIONS(1215), - [anon_sym_signed] = ACTIONS(1213), - [anon_sym_unsigned] = ACTIONS(1213), - [anon_sym_long] = ACTIONS(1213), - [anon_sym_short] = ACTIONS(1213), - [anon_sym_static] = ACTIONS(1213), - [anon_sym_auto] = ACTIONS(1213), - [anon_sym_register] = ACTIONS(1213), - [anon_sym_inline] = ACTIONS(1213), - [anon_sym___inline] = ACTIONS(1213), - [anon_sym___inline__] = ACTIONS(1213), - [anon_sym___forceinline] = ACTIONS(1213), - [anon_sym_thread_local] = ACTIONS(1213), - [anon_sym___thread] = ACTIONS(1213), - [anon_sym_const] = ACTIONS(1213), - [anon_sym_constexpr] = ACTIONS(1213), - [anon_sym_volatile] = ACTIONS(1213), - [anon_sym_restrict] = ACTIONS(1213), - [anon_sym___restrict__] = ACTIONS(1213), - [anon_sym__Atomic] = ACTIONS(1213), - [anon_sym__Noreturn] = ACTIONS(1213), - [anon_sym_noreturn] = ACTIONS(1213), - [sym_primitive_type] = ACTIONS(1213), - [anon_sym_enum] = ACTIONS(1213), - [anon_sym_struct] = ACTIONS(1213), - [anon_sym_union] = ACTIONS(1213), - [anon_sym_if] = ACTIONS(1213), - [anon_sym_else] = ACTIONS(1417), - [anon_sym_switch] = ACTIONS(1213), - [anon_sym_case] = ACTIONS(1213), - [anon_sym_default] = ACTIONS(1213), - [anon_sym_while] = ACTIONS(1213), - [anon_sym_do] = ACTIONS(1213), - [anon_sym_for] = ACTIONS(1213), - [anon_sym_return] = ACTIONS(1213), - [anon_sym_break] = ACTIONS(1213), - [anon_sym_continue] = ACTIONS(1213), - [anon_sym_goto] = ACTIONS(1213), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_sizeof] = ACTIONS(1213), - [anon_sym___alignof__] = ACTIONS(1213), - [anon_sym___alignof] = ACTIONS(1213), - [anon_sym__alignof] = ACTIONS(1213), - [anon_sym_alignof] = ACTIONS(1213), - [anon_sym__Alignof] = ACTIONS(1213), - [anon_sym_offsetof] = ACTIONS(1213), - [anon_sym__Generic] = ACTIONS(1213), - [anon_sym_asm] = ACTIONS(1213), - [anon_sym___asm__] = ACTIONS(1213), - [sym_number_literal] = ACTIONS(1215), - [anon_sym_L_SQUOTE] = ACTIONS(1215), - [anon_sym_u_SQUOTE] = ACTIONS(1215), - [anon_sym_U_SQUOTE] = ACTIONS(1215), - [anon_sym_u8_SQUOTE] = ACTIONS(1215), - [anon_sym_SQUOTE] = ACTIONS(1215), - [anon_sym_L_DQUOTE] = ACTIONS(1215), - [anon_sym_u_DQUOTE] = ACTIONS(1215), - [anon_sym_U_DQUOTE] = ACTIONS(1215), - [anon_sym_u8_DQUOTE] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1215), - [sym_true] = ACTIONS(1213), - [sym_false] = ACTIONS(1213), - [anon_sym_NULL] = ACTIONS(1213), - [anon_sym_nullptr] = ACTIONS(1213), + [191] = { + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token2] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [aux_sym_preproc_else_token1] = ACTIONS(1391), + [aux_sym_preproc_elif_token1] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), [sym_comment] = ACTIONS(3), }, - [208] = { + [192] = { [sym_identifier] = ACTIONS(1339), [aux_sym_preproc_include_token1] = ACTIONS(1339), [aux_sym_preproc_def_token1] = ACTIONS(1339), @@ -40335,2312 +38955,2722 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1339), [sym_comment] = ACTIONS(3), }, - [209] = { - [sym_identifier] = ACTIONS(1311), - [aux_sym_preproc_include_token1] = ACTIONS(1311), - [aux_sym_preproc_def_token1] = ACTIONS(1311), - [aux_sym_preproc_if_token1] = ACTIONS(1311), - [aux_sym_preproc_if_token2] = ACTIONS(1311), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), - [aux_sym_preproc_else_token1] = ACTIONS(1311), - [aux_sym_preproc_elif_token1] = ACTIONS(1311), - [sym_preproc_directive] = ACTIONS(1311), - [anon_sym_LPAREN2] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1313), - [anon_sym_TILDE] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1311), - [anon_sym_PLUS] = ACTIONS(1311), - [anon_sym_STAR] = ACTIONS(1313), - [anon_sym_AMP] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1311), - [anon_sym_typedef] = ACTIONS(1311), - [anon_sym_extern] = ACTIONS(1311), - [anon_sym___attribute__] = ACTIONS(1311), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), - [anon_sym___declspec] = ACTIONS(1311), - [anon_sym___cdecl] = ACTIONS(1311), - [anon_sym___clrcall] = ACTIONS(1311), - [anon_sym___stdcall] = ACTIONS(1311), - [anon_sym___fastcall] = ACTIONS(1311), - [anon_sym___thiscall] = ACTIONS(1311), - [anon_sym___vectorcall] = ACTIONS(1311), - [anon_sym_LBRACE] = ACTIONS(1313), - [anon_sym_signed] = ACTIONS(1311), - [anon_sym_unsigned] = ACTIONS(1311), - [anon_sym_long] = ACTIONS(1311), - [anon_sym_short] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1311), - [anon_sym_auto] = ACTIONS(1311), - [anon_sym_register] = ACTIONS(1311), - [anon_sym_inline] = ACTIONS(1311), - [anon_sym___inline] = ACTIONS(1311), - [anon_sym___inline__] = ACTIONS(1311), - [anon_sym___forceinline] = ACTIONS(1311), - [anon_sym_thread_local] = ACTIONS(1311), - [anon_sym___thread] = ACTIONS(1311), - [anon_sym_const] = ACTIONS(1311), - [anon_sym_constexpr] = ACTIONS(1311), - [anon_sym_volatile] = ACTIONS(1311), - [anon_sym_restrict] = ACTIONS(1311), - [anon_sym___restrict__] = ACTIONS(1311), - [anon_sym__Atomic] = ACTIONS(1311), - [anon_sym__Noreturn] = ACTIONS(1311), - [anon_sym_noreturn] = ACTIONS(1311), - [sym_primitive_type] = ACTIONS(1311), - [anon_sym_enum] = ACTIONS(1311), - [anon_sym_struct] = ACTIONS(1311), - [anon_sym_union] = ACTIONS(1311), - [anon_sym_if] = ACTIONS(1311), - [anon_sym_switch] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1311), - [anon_sym_default] = ACTIONS(1311), - [anon_sym_while] = ACTIONS(1311), - [anon_sym_do] = ACTIONS(1311), - [anon_sym_for] = ACTIONS(1311), - [anon_sym_return] = ACTIONS(1311), - [anon_sym_break] = ACTIONS(1311), - [anon_sym_continue] = ACTIONS(1311), - [anon_sym_goto] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1313), - [anon_sym_sizeof] = ACTIONS(1311), - [anon_sym___alignof__] = ACTIONS(1311), - [anon_sym___alignof] = ACTIONS(1311), - [anon_sym__alignof] = ACTIONS(1311), - [anon_sym_alignof] = ACTIONS(1311), - [anon_sym__Alignof] = ACTIONS(1311), - [anon_sym_offsetof] = ACTIONS(1311), - [anon_sym__Generic] = ACTIONS(1311), - [anon_sym_asm] = ACTIONS(1311), - [anon_sym___asm__] = ACTIONS(1311), - [sym_number_literal] = ACTIONS(1313), - [anon_sym_L_SQUOTE] = ACTIONS(1313), - [anon_sym_u_SQUOTE] = ACTIONS(1313), - [anon_sym_U_SQUOTE] = ACTIONS(1313), - [anon_sym_u8_SQUOTE] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1313), - [anon_sym_L_DQUOTE] = ACTIONS(1313), - [anon_sym_u_DQUOTE] = ACTIONS(1313), - [anon_sym_U_DQUOTE] = ACTIONS(1313), - [anon_sym_u8_DQUOTE] = ACTIONS(1313), - [anon_sym_DQUOTE] = ACTIONS(1313), - [sym_true] = ACTIONS(1311), - [sym_false] = ACTIONS(1311), - [anon_sym_NULL] = ACTIONS(1311), - [anon_sym_nullptr] = ACTIONS(1311), - [sym_comment] = ACTIONS(3), - }, - [210] = { - [sym_identifier] = ACTIONS(1271), - [aux_sym_preproc_include_token1] = ACTIONS(1271), - [aux_sym_preproc_def_token1] = ACTIONS(1271), - [aux_sym_preproc_if_token1] = ACTIONS(1271), - [aux_sym_preproc_if_token2] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), - [sym_preproc_directive] = ACTIONS(1271), - [anon_sym_LPAREN2] = ACTIONS(1273), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_TILDE] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_PLUS] = ACTIONS(1271), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1271), - [anon_sym_typedef] = ACTIONS(1271), - [anon_sym_extern] = ACTIONS(1271), - [anon_sym___attribute__] = ACTIONS(1271), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), - [anon_sym___declspec] = ACTIONS(1271), - [anon_sym___cdecl] = ACTIONS(1271), - [anon_sym___clrcall] = ACTIONS(1271), - [anon_sym___stdcall] = ACTIONS(1271), - [anon_sym___fastcall] = ACTIONS(1271), - [anon_sym___thiscall] = ACTIONS(1271), - [anon_sym___vectorcall] = ACTIONS(1271), - [anon_sym_LBRACE] = ACTIONS(1273), - [anon_sym_signed] = ACTIONS(1271), - [anon_sym_unsigned] = ACTIONS(1271), - [anon_sym_long] = ACTIONS(1271), - [anon_sym_short] = ACTIONS(1271), - [anon_sym_static] = ACTIONS(1271), - [anon_sym_auto] = ACTIONS(1271), - [anon_sym_register] = ACTIONS(1271), - [anon_sym_inline] = ACTIONS(1271), - [anon_sym___inline] = ACTIONS(1271), - [anon_sym___inline__] = ACTIONS(1271), - [anon_sym___forceinline] = ACTIONS(1271), - [anon_sym_thread_local] = ACTIONS(1271), - [anon_sym___thread] = ACTIONS(1271), - [anon_sym_const] = ACTIONS(1271), - [anon_sym_constexpr] = ACTIONS(1271), - [anon_sym_volatile] = ACTIONS(1271), - [anon_sym_restrict] = ACTIONS(1271), - [anon_sym___restrict__] = ACTIONS(1271), - [anon_sym__Atomic] = ACTIONS(1271), - [anon_sym__Noreturn] = ACTIONS(1271), - [anon_sym_noreturn] = ACTIONS(1271), - [sym_primitive_type] = ACTIONS(1271), - [anon_sym_enum] = ACTIONS(1271), - [anon_sym_struct] = ACTIONS(1271), - [anon_sym_union] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1271), - [anon_sym_else] = ACTIONS(1271), - [anon_sym_switch] = ACTIONS(1271), - [anon_sym_case] = ACTIONS(1271), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_while] = ACTIONS(1271), - [anon_sym_do] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1271), - [anon_sym_return] = ACTIONS(1271), - [anon_sym_break] = ACTIONS(1271), - [anon_sym_continue] = ACTIONS(1271), - [anon_sym_goto] = ACTIONS(1271), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_sizeof] = ACTIONS(1271), - [anon_sym___alignof__] = ACTIONS(1271), - [anon_sym___alignof] = ACTIONS(1271), - [anon_sym__alignof] = ACTIONS(1271), - [anon_sym_alignof] = ACTIONS(1271), - [anon_sym__Alignof] = ACTIONS(1271), - [anon_sym_offsetof] = ACTIONS(1271), - [anon_sym__Generic] = ACTIONS(1271), - [anon_sym_asm] = ACTIONS(1271), - [anon_sym___asm__] = ACTIONS(1271), - [sym_number_literal] = ACTIONS(1273), - [anon_sym_L_SQUOTE] = ACTIONS(1273), - [anon_sym_u_SQUOTE] = ACTIONS(1273), - [anon_sym_U_SQUOTE] = ACTIONS(1273), - [anon_sym_u8_SQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1273), - [anon_sym_L_DQUOTE] = ACTIONS(1273), - [anon_sym_u_DQUOTE] = ACTIONS(1273), - [anon_sym_U_DQUOTE] = ACTIONS(1273), - [anon_sym_u8_DQUOTE] = ACTIONS(1273), - [anon_sym_DQUOTE] = ACTIONS(1273), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [anon_sym_NULL] = ACTIONS(1271), - [anon_sym_nullptr] = ACTIONS(1271), - [sym_comment] = ACTIONS(3), - }, - [211] = { - [sym_identifier] = ACTIONS(1223), - [aux_sym_preproc_include_token1] = ACTIONS(1223), - [aux_sym_preproc_def_token1] = ACTIONS(1223), - [aux_sym_preproc_if_token1] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), - [sym_preproc_directive] = ACTIONS(1223), - [anon_sym_LPAREN2] = ACTIONS(1225), - [anon_sym_BANG] = ACTIONS(1225), - [anon_sym_TILDE] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1225), - [anon_sym_AMP] = ACTIONS(1225), - [anon_sym_SEMI] = ACTIONS(1225), - [anon_sym___extension__] = ACTIONS(1223), - [anon_sym_typedef] = ACTIONS(1223), - [anon_sym_extern] = ACTIONS(1223), - [anon_sym___attribute__] = ACTIONS(1223), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(1223), - [anon_sym___cdecl] = ACTIONS(1223), - [anon_sym___clrcall] = ACTIONS(1223), - [anon_sym___stdcall] = ACTIONS(1223), - [anon_sym___fastcall] = ACTIONS(1223), - [anon_sym___thiscall] = ACTIONS(1223), - [anon_sym___vectorcall] = ACTIONS(1223), - [anon_sym_LBRACE] = ACTIONS(1225), - [anon_sym_RBRACE] = ACTIONS(1225), - [anon_sym_signed] = ACTIONS(1223), - [anon_sym_unsigned] = ACTIONS(1223), - [anon_sym_long] = ACTIONS(1223), - [anon_sym_short] = ACTIONS(1223), - [anon_sym_static] = ACTIONS(1223), - [anon_sym_auto] = ACTIONS(1223), - [anon_sym_register] = ACTIONS(1223), - [anon_sym_inline] = ACTIONS(1223), - [anon_sym___inline] = ACTIONS(1223), - [anon_sym___inline__] = ACTIONS(1223), - [anon_sym___forceinline] = ACTIONS(1223), - [anon_sym_thread_local] = ACTIONS(1223), - [anon_sym___thread] = ACTIONS(1223), - [anon_sym_const] = ACTIONS(1223), - [anon_sym_constexpr] = ACTIONS(1223), - [anon_sym_volatile] = ACTIONS(1223), - [anon_sym_restrict] = ACTIONS(1223), - [anon_sym___restrict__] = ACTIONS(1223), - [anon_sym__Atomic] = ACTIONS(1223), - [anon_sym__Noreturn] = ACTIONS(1223), - [anon_sym_noreturn] = ACTIONS(1223), - [sym_primitive_type] = ACTIONS(1223), - [anon_sym_enum] = ACTIONS(1223), - [anon_sym_struct] = ACTIONS(1223), - [anon_sym_union] = ACTIONS(1223), - [anon_sym_if] = ACTIONS(1223), - [anon_sym_else] = ACTIONS(1223), - [anon_sym_switch] = ACTIONS(1223), - [anon_sym_case] = ACTIONS(1223), - [anon_sym_default] = ACTIONS(1223), - [anon_sym_while] = ACTIONS(1223), - [anon_sym_do] = ACTIONS(1223), - [anon_sym_for] = ACTIONS(1223), - [anon_sym_return] = ACTIONS(1223), - [anon_sym_break] = ACTIONS(1223), - [anon_sym_continue] = ACTIONS(1223), - [anon_sym_goto] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1225), - [anon_sym_PLUS_PLUS] = ACTIONS(1225), - [anon_sym_sizeof] = ACTIONS(1223), - [anon_sym___alignof__] = ACTIONS(1223), - [anon_sym___alignof] = ACTIONS(1223), - [anon_sym__alignof] = ACTIONS(1223), - [anon_sym_alignof] = ACTIONS(1223), - [anon_sym__Alignof] = ACTIONS(1223), - [anon_sym_offsetof] = ACTIONS(1223), - [anon_sym__Generic] = ACTIONS(1223), - [anon_sym_asm] = ACTIONS(1223), - [anon_sym___asm__] = ACTIONS(1223), - [sym_number_literal] = ACTIONS(1225), - [anon_sym_L_SQUOTE] = ACTIONS(1225), - [anon_sym_u_SQUOTE] = ACTIONS(1225), - [anon_sym_U_SQUOTE] = ACTIONS(1225), - [anon_sym_u8_SQUOTE] = ACTIONS(1225), - [anon_sym_SQUOTE] = ACTIONS(1225), - [anon_sym_L_DQUOTE] = ACTIONS(1225), - [anon_sym_u_DQUOTE] = ACTIONS(1225), - [anon_sym_U_DQUOTE] = ACTIONS(1225), - [anon_sym_u8_DQUOTE] = ACTIONS(1225), - [anon_sym_DQUOTE] = ACTIONS(1225), - [sym_true] = ACTIONS(1223), - [sym_false] = ACTIONS(1223), - [anon_sym_NULL] = ACTIONS(1223), - [anon_sym_nullptr] = ACTIONS(1223), + [193] = { + [sym_identifier] = ACTIONS(1359), + [aux_sym_preproc_include_token1] = ACTIONS(1359), + [aux_sym_preproc_def_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token2] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), + [aux_sym_preproc_else_token1] = ACTIONS(1359), + [aux_sym_preproc_elif_token1] = ACTIONS(1359), + [sym_preproc_directive] = ACTIONS(1359), + [anon_sym_LPAREN2] = ACTIONS(1361), + [anon_sym_BANG] = ACTIONS(1361), + [anon_sym_TILDE] = ACTIONS(1361), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_STAR] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(1361), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym___extension__] = ACTIONS(1359), + [anon_sym_typedef] = ACTIONS(1359), + [anon_sym_extern] = ACTIONS(1359), + [anon_sym___attribute__] = ACTIONS(1359), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), + [anon_sym___declspec] = ACTIONS(1359), + [anon_sym___cdecl] = ACTIONS(1359), + [anon_sym___clrcall] = ACTIONS(1359), + [anon_sym___stdcall] = ACTIONS(1359), + [anon_sym___fastcall] = ACTIONS(1359), + [anon_sym___thiscall] = ACTIONS(1359), + [anon_sym___vectorcall] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_signed] = ACTIONS(1359), + [anon_sym_unsigned] = ACTIONS(1359), + [anon_sym_long] = ACTIONS(1359), + [anon_sym_short] = ACTIONS(1359), + [anon_sym_static] = ACTIONS(1359), + [anon_sym_auto] = ACTIONS(1359), + [anon_sym_register] = ACTIONS(1359), + [anon_sym_inline] = ACTIONS(1359), + [anon_sym___inline] = ACTIONS(1359), + [anon_sym___inline__] = ACTIONS(1359), + [anon_sym___forceinline] = ACTIONS(1359), + [anon_sym_thread_local] = ACTIONS(1359), + [anon_sym___thread] = ACTIONS(1359), + [anon_sym_const] = ACTIONS(1359), + [anon_sym_constexpr] = ACTIONS(1359), + [anon_sym_volatile] = ACTIONS(1359), + [anon_sym_restrict] = ACTIONS(1359), + [anon_sym___restrict__] = ACTIONS(1359), + [anon_sym__Atomic] = ACTIONS(1359), + [anon_sym__Noreturn] = ACTIONS(1359), + [anon_sym_noreturn] = ACTIONS(1359), + [sym_primitive_type] = ACTIONS(1359), + [anon_sym_enum] = ACTIONS(1359), + [anon_sym_struct] = ACTIONS(1359), + [anon_sym_union] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1359), + [anon_sym_switch] = ACTIONS(1359), + [anon_sym_case] = ACTIONS(1359), + [anon_sym_default] = ACTIONS(1359), + [anon_sym_while] = ACTIONS(1359), + [anon_sym_do] = ACTIONS(1359), + [anon_sym_for] = ACTIONS(1359), + [anon_sym_return] = ACTIONS(1359), + [anon_sym_break] = ACTIONS(1359), + [anon_sym_continue] = ACTIONS(1359), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1361), + [anon_sym_PLUS_PLUS] = ACTIONS(1361), + [anon_sym_sizeof] = ACTIONS(1359), + [anon_sym___alignof__] = ACTIONS(1359), + [anon_sym___alignof] = ACTIONS(1359), + [anon_sym__alignof] = ACTIONS(1359), + [anon_sym_alignof] = ACTIONS(1359), + [anon_sym__Alignof] = ACTIONS(1359), + [anon_sym_offsetof] = ACTIONS(1359), + [anon_sym__Generic] = ACTIONS(1359), + [anon_sym_asm] = ACTIONS(1359), + [anon_sym___asm__] = ACTIONS(1359), + [sym_number_literal] = ACTIONS(1361), + [anon_sym_L_SQUOTE] = ACTIONS(1361), + [anon_sym_u_SQUOTE] = ACTIONS(1361), + [anon_sym_U_SQUOTE] = ACTIONS(1361), + [anon_sym_u8_SQUOTE] = ACTIONS(1361), + [anon_sym_SQUOTE] = ACTIONS(1361), + [anon_sym_L_DQUOTE] = ACTIONS(1361), + [anon_sym_u_DQUOTE] = ACTIONS(1361), + [anon_sym_U_DQUOTE] = ACTIONS(1361), + [anon_sym_u8_DQUOTE] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1361), + [sym_true] = ACTIONS(1359), + [sym_false] = ACTIONS(1359), + [anon_sym_NULL] = ACTIONS(1359), + [anon_sym_nullptr] = ACTIONS(1359), [sym_comment] = ACTIONS(3), }, - [212] = { - [sym_identifier] = ACTIONS(1291), - [aux_sym_preproc_include_token1] = ACTIONS(1291), - [aux_sym_preproc_def_token1] = ACTIONS(1291), - [aux_sym_preproc_if_token1] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), - [sym_preproc_directive] = ACTIONS(1291), - [anon_sym_LPAREN2] = ACTIONS(1293), - [anon_sym_BANG] = ACTIONS(1293), - [anon_sym_TILDE] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1291), - [anon_sym_PLUS] = ACTIONS(1291), - [anon_sym_STAR] = ACTIONS(1293), - [anon_sym_AMP] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1291), - [anon_sym_typedef] = ACTIONS(1291), - [anon_sym_extern] = ACTIONS(1291), - [anon_sym___attribute__] = ACTIONS(1291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), - [anon_sym___declspec] = ACTIONS(1291), - [anon_sym___cdecl] = ACTIONS(1291), - [anon_sym___clrcall] = ACTIONS(1291), - [anon_sym___stdcall] = ACTIONS(1291), - [anon_sym___fastcall] = ACTIONS(1291), - [anon_sym___thiscall] = ACTIONS(1291), - [anon_sym___vectorcall] = ACTIONS(1291), - [anon_sym_LBRACE] = ACTIONS(1293), - [anon_sym_RBRACE] = ACTIONS(1293), - [anon_sym_signed] = ACTIONS(1291), - [anon_sym_unsigned] = ACTIONS(1291), - [anon_sym_long] = ACTIONS(1291), - [anon_sym_short] = ACTIONS(1291), - [anon_sym_static] = ACTIONS(1291), - [anon_sym_auto] = ACTIONS(1291), - [anon_sym_register] = ACTIONS(1291), - [anon_sym_inline] = ACTIONS(1291), - [anon_sym___inline] = ACTIONS(1291), - [anon_sym___inline__] = ACTIONS(1291), - [anon_sym___forceinline] = ACTIONS(1291), - [anon_sym_thread_local] = ACTIONS(1291), - [anon_sym___thread] = ACTIONS(1291), - [anon_sym_const] = ACTIONS(1291), - [anon_sym_constexpr] = ACTIONS(1291), - [anon_sym_volatile] = ACTIONS(1291), - [anon_sym_restrict] = ACTIONS(1291), - [anon_sym___restrict__] = ACTIONS(1291), - [anon_sym__Atomic] = ACTIONS(1291), - [anon_sym__Noreturn] = ACTIONS(1291), - [anon_sym_noreturn] = ACTIONS(1291), - [sym_primitive_type] = ACTIONS(1291), - [anon_sym_enum] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1291), - [anon_sym_union] = ACTIONS(1291), - [anon_sym_if] = ACTIONS(1291), - [anon_sym_else] = ACTIONS(1291), - [anon_sym_switch] = ACTIONS(1291), - [anon_sym_case] = ACTIONS(1291), - [anon_sym_default] = ACTIONS(1291), - [anon_sym_while] = ACTIONS(1291), - [anon_sym_do] = ACTIONS(1291), - [anon_sym_for] = ACTIONS(1291), - [anon_sym_return] = ACTIONS(1291), - [anon_sym_break] = ACTIONS(1291), - [anon_sym_continue] = ACTIONS(1291), - [anon_sym_goto] = ACTIONS(1291), - [anon_sym_DASH_DASH] = ACTIONS(1293), - [anon_sym_PLUS_PLUS] = ACTIONS(1293), - [anon_sym_sizeof] = ACTIONS(1291), - [anon_sym___alignof__] = ACTIONS(1291), - [anon_sym___alignof] = ACTIONS(1291), - [anon_sym__alignof] = ACTIONS(1291), - [anon_sym_alignof] = ACTIONS(1291), - [anon_sym__Alignof] = ACTIONS(1291), - [anon_sym_offsetof] = ACTIONS(1291), - [anon_sym__Generic] = ACTIONS(1291), - [anon_sym_asm] = ACTIONS(1291), - [anon_sym___asm__] = ACTIONS(1291), - [sym_number_literal] = ACTIONS(1293), - [anon_sym_L_SQUOTE] = ACTIONS(1293), - [anon_sym_u_SQUOTE] = ACTIONS(1293), - [anon_sym_U_SQUOTE] = ACTIONS(1293), - [anon_sym_u8_SQUOTE] = ACTIONS(1293), - [anon_sym_SQUOTE] = ACTIONS(1293), - [anon_sym_L_DQUOTE] = ACTIONS(1293), - [anon_sym_u_DQUOTE] = ACTIONS(1293), - [anon_sym_U_DQUOTE] = ACTIONS(1293), - [anon_sym_u8_DQUOTE] = ACTIONS(1293), - [anon_sym_DQUOTE] = ACTIONS(1293), - [sym_true] = ACTIONS(1291), - [sym_false] = ACTIONS(1291), - [anon_sym_NULL] = ACTIONS(1291), - [anon_sym_nullptr] = ACTIONS(1291), + [194] = { + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token2] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [aux_sym_preproc_else_token1] = ACTIONS(1351), + [aux_sym_preproc_elif_token1] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), + [anon_sym_LPAREN2] = ACTIONS(1353), + [anon_sym_BANG] = ACTIONS(1353), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), + [anon_sym_STAR] = ACTIONS(1353), + [anon_sym_AMP] = ACTIONS(1353), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym_DASH_DASH] = ACTIONS(1353), + [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [sym_number_literal] = ACTIONS(1353), + [anon_sym_L_SQUOTE] = ACTIONS(1353), + [anon_sym_u_SQUOTE] = ACTIONS(1353), + [anon_sym_U_SQUOTE] = ACTIONS(1353), + [anon_sym_u8_SQUOTE] = ACTIONS(1353), + [anon_sym_SQUOTE] = ACTIONS(1353), + [anon_sym_L_DQUOTE] = ACTIONS(1353), + [anon_sym_u_DQUOTE] = ACTIONS(1353), + [anon_sym_U_DQUOTE] = ACTIONS(1353), + [anon_sym_u8_DQUOTE] = ACTIONS(1353), + [anon_sym_DQUOTE] = ACTIONS(1353), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), [sym_comment] = ACTIONS(3), }, - [213] = { - [sym_identifier] = ACTIONS(1295), - [aux_sym_preproc_include_token1] = ACTIONS(1295), - [aux_sym_preproc_def_token1] = ACTIONS(1295), - [aux_sym_preproc_if_token1] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), - [sym_preproc_directive] = ACTIONS(1295), - [anon_sym_LPAREN2] = ACTIONS(1297), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_TILDE] = ACTIONS(1297), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_PLUS] = ACTIONS(1295), - [anon_sym_STAR] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1295), - [anon_sym_typedef] = ACTIONS(1295), - [anon_sym_extern] = ACTIONS(1295), - [anon_sym___attribute__] = ACTIONS(1295), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), - [anon_sym___declspec] = ACTIONS(1295), - [anon_sym___cdecl] = ACTIONS(1295), - [anon_sym___clrcall] = ACTIONS(1295), - [anon_sym___stdcall] = ACTIONS(1295), - [anon_sym___fastcall] = ACTIONS(1295), - [anon_sym___thiscall] = ACTIONS(1295), - [anon_sym___vectorcall] = ACTIONS(1295), - [anon_sym_LBRACE] = ACTIONS(1297), - [anon_sym_RBRACE] = ACTIONS(1297), - [anon_sym_signed] = ACTIONS(1295), - [anon_sym_unsigned] = ACTIONS(1295), - [anon_sym_long] = ACTIONS(1295), - [anon_sym_short] = ACTIONS(1295), - [anon_sym_static] = ACTIONS(1295), - [anon_sym_auto] = ACTIONS(1295), - [anon_sym_register] = ACTIONS(1295), - [anon_sym_inline] = ACTIONS(1295), - [anon_sym___inline] = ACTIONS(1295), - [anon_sym___inline__] = ACTIONS(1295), - [anon_sym___forceinline] = ACTIONS(1295), - [anon_sym_thread_local] = ACTIONS(1295), - [anon_sym___thread] = ACTIONS(1295), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_constexpr] = ACTIONS(1295), - [anon_sym_volatile] = ACTIONS(1295), - [anon_sym_restrict] = ACTIONS(1295), - [anon_sym___restrict__] = ACTIONS(1295), - [anon_sym__Atomic] = ACTIONS(1295), - [anon_sym__Noreturn] = ACTIONS(1295), - [anon_sym_noreturn] = ACTIONS(1295), - [sym_primitive_type] = ACTIONS(1295), - [anon_sym_enum] = ACTIONS(1295), - [anon_sym_struct] = ACTIONS(1295), - [anon_sym_union] = ACTIONS(1295), - [anon_sym_if] = ACTIONS(1295), - [anon_sym_else] = ACTIONS(1295), - [anon_sym_switch] = ACTIONS(1295), - [anon_sym_case] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1295), - [anon_sym_while] = ACTIONS(1295), - [anon_sym_do] = ACTIONS(1295), - [anon_sym_for] = ACTIONS(1295), - [anon_sym_return] = ACTIONS(1295), - [anon_sym_break] = ACTIONS(1295), - [anon_sym_continue] = ACTIONS(1295), - [anon_sym_goto] = ACTIONS(1295), - [anon_sym_DASH_DASH] = ACTIONS(1297), - [anon_sym_PLUS_PLUS] = ACTIONS(1297), - [anon_sym_sizeof] = ACTIONS(1295), - [anon_sym___alignof__] = ACTIONS(1295), - [anon_sym___alignof] = ACTIONS(1295), - [anon_sym__alignof] = ACTIONS(1295), - [anon_sym_alignof] = ACTIONS(1295), - [anon_sym__Alignof] = ACTIONS(1295), - [anon_sym_offsetof] = ACTIONS(1295), - [anon_sym__Generic] = ACTIONS(1295), - [anon_sym_asm] = ACTIONS(1295), - [anon_sym___asm__] = ACTIONS(1295), - [sym_number_literal] = ACTIONS(1297), - [anon_sym_L_SQUOTE] = ACTIONS(1297), - [anon_sym_u_SQUOTE] = ACTIONS(1297), - [anon_sym_U_SQUOTE] = ACTIONS(1297), - [anon_sym_u8_SQUOTE] = ACTIONS(1297), - [anon_sym_SQUOTE] = ACTIONS(1297), - [anon_sym_L_DQUOTE] = ACTIONS(1297), - [anon_sym_u_DQUOTE] = ACTIONS(1297), - [anon_sym_U_DQUOTE] = ACTIONS(1297), - [anon_sym_u8_DQUOTE] = ACTIONS(1297), - [anon_sym_DQUOTE] = ACTIONS(1297), - [sym_true] = ACTIONS(1295), - [sym_false] = ACTIONS(1295), - [anon_sym_NULL] = ACTIONS(1295), - [anon_sym_nullptr] = ACTIONS(1295), + [195] = { + [sym_else_clause] = STATE(272), + [ts_builtin_sym_end] = ACTIONS(1215), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1213), + [aux_sym_preproc_def_token1] = ACTIONS(1213), + [aux_sym_preproc_if_token1] = ACTIONS(1213), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1213), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1213), + [sym_preproc_directive] = ACTIONS(1213), + [anon_sym_LPAREN2] = ACTIONS(1215), + [anon_sym_BANG] = ACTIONS(1215), + [anon_sym_TILDE] = ACTIONS(1215), + [anon_sym_DASH] = ACTIONS(1213), + [anon_sym_PLUS] = ACTIONS(1213), + [anon_sym_STAR] = ACTIONS(1215), + [anon_sym_AMP] = ACTIONS(1215), + [anon_sym_SEMI] = ACTIONS(1215), + [anon_sym___extension__] = ACTIONS(1213), + [anon_sym_typedef] = ACTIONS(1213), + [anon_sym_extern] = ACTIONS(1213), + [anon_sym___attribute__] = ACTIONS(1213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1215), + [anon_sym___declspec] = ACTIONS(1213), + [anon_sym___cdecl] = ACTIONS(1213), + [anon_sym___clrcall] = ACTIONS(1213), + [anon_sym___stdcall] = ACTIONS(1213), + [anon_sym___fastcall] = ACTIONS(1213), + [anon_sym___thiscall] = ACTIONS(1213), + [anon_sym___vectorcall] = ACTIONS(1213), + [anon_sym_LBRACE] = ACTIONS(1215), + [anon_sym_signed] = ACTIONS(1213), + [anon_sym_unsigned] = ACTIONS(1213), + [anon_sym_long] = ACTIONS(1213), + [anon_sym_short] = ACTIONS(1213), + [anon_sym_static] = ACTIONS(1213), + [anon_sym_auto] = ACTIONS(1213), + [anon_sym_register] = ACTIONS(1213), + [anon_sym_inline] = ACTIONS(1213), + [anon_sym___inline] = ACTIONS(1213), + [anon_sym___inline__] = ACTIONS(1213), + [anon_sym___forceinline] = ACTIONS(1213), + [anon_sym_thread_local] = ACTIONS(1213), + [anon_sym___thread] = ACTIONS(1213), + [anon_sym_const] = ACTIONS(1213), + [anon_sym_constexpr] = ACTIONS(1213), + [anon_sym_volatile] = ACTIONS(1213), + [anon_sym_restrict] = ACTIONS(1213), + [anon_sym___restrict__] = ACTIONS(1213), + [anon_sym__Atomic] = ACTIONS(1213), + [anon_sym__Noreturn] = ACTIONS(1213), + [anon_sym_noreturn] = ACTIONS(1213), + [sym_primitive_type] = ACTIONS(1213), + [anon_sym_enum] = ACTIONS(1213), + [anon_sym_struct] = ACTIONS(1213), + [anon_sym_union] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1213), + [anon_sym_else] = ACTIONS(1433), + [anon_sym_switch] = ACTIONS(1213), + [anon_sym_case] = ACTIONS(1213), + [anon_sym_default] = ACTIONS(1213), + [anon_sym_while] = ACTIONS(1213), + [anon_sym_do] = ACTIONS(1213), + [anon_sym_for] = ACTIONS(1213), + [anon_sym_return] = ACTIONS(1213), + [anon_sym_break] = ACTIONS(1213), + [anon_sym_continue] = ACTIONS(1213), + [anon_sym_goto] = ACTIONS(1213), + [anon_sym_DASH_DASH] = ACTIONS(1215), + [anon_sym_PLUS_PLUS] = ACTIONS(1215), + [anon_sym_sizeof] = ACTIONS(1213), + [anon_sym___alignof__] = ACTIONS(1213), + [anon_sym___alignof] = ACTIONS(1213), + [anon_sym__alignof] = ACTIONS(1213), + [anon_sym_alignof] = ACTIONS(1213), + [anon_sym__Alignof] = ACTIONS(1213), + [anon_sym_offsetof] = ACTIONS(1213), + [anon_sym__Generic] = ACTIONS(1213), + [anon_sym_asm] = ACTIONS(1213), + [anon_sym___asm__] = ACTIONS(1213), + [sym_number_literal] = ACTIONS(1215), + [anon_sym_L_SQUOTE] = ACTIONS(1215), + [anon_sym_u_SQUOTE] = ACTIONS(1215), + [anon_sym_U_SQUOTE] = ACTIONS(1215), + [anon_sym_u8_SQUOTE] = ACTIONS(1215), + [anon_sym_SQUOTE] = ACTIONS(1215), + [anon_sym_L_DQUOTE] = ACTIONS(1215), + [anon_sym_u_DQUOTE] = ACTIONS(1215), + [anon_sym_U_DQUOTE] = ACTIONS(1215), + [anon_sym_u8_DQUOTE] = ACTIONS(1215), + [anon_sym_DQUOTE] = ACTIONS(1215), + [sym_true] = ACTIONS(1213), + [sym_false] = ACTIONS(1213), + [anon_sym_NULL] = ACTIONS(1213), + [anon_sym_nullptr] = ACTIONS(1213), [sym_comment] = ACTIONS(3), }, - [214] = { - [ts_builtin_sym_end] = ACTIONS(1293), - [sym_identifier] = ACTIONS(1291), - [aux_sym_preproc_include_token1] = ACTIONS(1291), - [aux_sym_preproc_def_token1] = ACTIONS(1291), - [aux_sym_preproc_if_token1] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), - [sym_preproc_directive] = ACTIONS(1291), - [anon_sym_LPAREN2] = ACTIONS(1293), - [anon_sym_BANG] = ACTIONS(1293), - [anon_sym_TILDE] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1291), - [anon_sym_PLUS] = ACTIONS(1291), - [anon_sym_STAR] = ACTIONS(1293), - [anon_sym_AMP] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1291), - [anon_sym_typedef] = ACTIONS(1291), - [anon_sym_extern] = ACTIONS(1291), - [anon_sym___attribute__] = ACTIONS(1291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), - [anon_sym___declspec] = ACTIONS(1291), - [anon_sym___cdecl] = ACTIONS(1291), - [anon_sym___clrcall] = ACTIONS(1291), - [anon_sym___stdcall] = ACTIONS(1291), - [anon_sym___fastcall] = ACTIONS(1291), - [anon_sym___thiscall] = ACTIONS(1291), - [anon_sym___vectorcall] = ACTIONS(1291), - [anon_sym_LBRACE] = ACTIONS(1293), - [anon_sym_signed] = ACTIONS(1291), - [anon_sym_unsigned] = ACTIONS(1291), - [anon_sym_long] = ACTIONS(1291), - [anon_sym_short] = ACTIONS(1291), - [anon_sym_static] = ACTIONS(1291), - [anon_sym_auto] = ACTIONS(1291), - [anon_sym_register] = ACTIONS(1291), - [anon_sym_inline] = ACTIONS(1291), - [anon_sym___inline] = ACTIONS(1291), - [anon_sym___inline__] = ACTIONS(1291), - [anon_sym___forceinline] = ACTIONS(1291), - [anon_sym_thread_local] = ACTIONS(1291), - [anon_sym___thread] = ACTIONS(1291), - [anon_sym_const] = ACTIONS(1291), - [anon_sym_constexpr] = ACTIONS(1291), - [anon_sym_volatile] = ACTIONS(1291), - [anon_sym_restrict] = ACTIONS(1291), - [anon_sym___restrict__] = ACTIONS(1291), - [anon_sym__Atomic] = ACTIONS(1291), - [anon_sym__Noreturn] = ACTIONS(1291), - [anon_sym_noreturn] = ACTIONS(1291), - [sym_primitive_type] = ACTIONS(1291), - [anon_sym_enum] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1291), - [anon_sym_union] = ACTIONS(1291), - [anon_sym_if] = ACTIONS(1291), - [anon_sym_else] = ACTIONS(1291), - [anon_sym_switch] = ACTIONS(1291), - [anon_sym_case] = ACTIONS(1291), - [anon_sym_default] = ACTIONS(1291), - [anon_sym_while] = ACTIONS(1291), - [anon_sym_do] = ACTIONS(1291), - [anon_sym_for] = ACTIONS(1291), - [anon_sym_return] = ACTIONS(1291), - [anon_sym_break] = ACTIONS(1291), - [anon_sym_continue] = ACTIONS(1291), - [anon_sym_goto] = ACTIONS(1291), - [anon_sym_DASH_DASH] = ACTIONS(1293), - [anon_sym_PLUS_PLUS] = ACTIONS(1293), - [anon_sym_sizeof] = ACTIONS(1291), - [anon_sym___alignof__] = ACTIONS(1291), - [anon_sym___alignof] = ACTIONS(1291), - [anon_sym__alignof] = ACTIONS(1291), - [anon_sym_alignof] = ACTIONS(1291), - [anon_sym__Alignof] = ACTIONS(1291), - [anon_sym_offsetof] = ACTIONS(1291), - [anon_sym__Generic] = ACTIONS(1291), - [anon_sym_asm] = ACTIONS(1291), - [anon_sym___asm__] = ACTIONS(1291), - [sym_number_literal] = ACTIONS(1293), - [anon_sym_L_SQUOTE] = ACTIONS(1293), - [anon_sym_u_SQUOTE] = ACTIONS(1293), - [anon_sym_U_SQUOTE] = ACTIONS(1293), - [anon_sym_u8_SQUOTE] = ACTIONS(1293), - [anon_sym_SQUOTE] = ACTIONS(1293), - [anon_sym_L_DQUOTE] = ACTIONS(1293), - [anon_sym_u_DQUOTE] = ACTIONS(1293), - [anon_sym_U_DQUOTE] = ACTIONS(1293), - [anon_sym_u8_DQUOTE] = ACTIONS(1293), - [anon_sym_DQUOTE] = ACTIONS(1293), - [sym_true] = ACTIONS(1291), - [sym_false] = ACTIONS(1291), - [anon_sym_NULL] = ACTIONS(1291), - [anon_sym_nullptr] = ACTIONS(1291), + [196] = { + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token2] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [aux_sym_preproc_else_token1] = ACTIONS(1347), + [aux_sym_preproc_elif_token1] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), [sym_comment] = ACTIONS(3), }, - [215] = { - [sym_identifier] = ACTIONS(1299), - [aux_sym_preproc_include_token1] = ACTIONS(1299), - [aux_sym_preproc_def_token1] = ACTIONS(1299), - [aux_sym_preproc_if_token1] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), - [sym_preproc_directive] = ACTIONS(1299), - [anon_sym_LPAREN2] = ACTIONS(1301), - [anon_sym_BANG] = ACTIONS(1301), - [anon_sym_TILDE] = ACTIONS(1301), - [anon_sym_DASH] = ACTIONS(1299), - [anon_sym_PLUS] = ACTIONS(1299), - [anon_sym_STAR] = ACTIONS(1301), - [anon_sym_AMP] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1299), - [anon_sym_typedef] = ACTIONS(1299), - [anon_sym_extern] = ACTIONS(1299), - [anon_sym___attribute__] = ACTIONS(1299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), - [anon_sym___declspec] = ACTIONS(1299), - [anon_sym___cdecl] = ACTIONS(1299), - [anon_sym___clrcall] = ACTIONS(1299), - [anon_sym___stdcall] = ACTIONS(1299), - [anon_sym___fastcall] = ACTIONS(1299), - [anon_sym___thiscall] = ACTIONS(1299), - [anon_sym___vectorcall] = ACTIONS(1299), - [anon_sym_LBRACE] = ACTIONS(1301), - [anon_sym_RBRACE] = ACTIONS(1301), - [anon_sym_signed] = ACTIONS(1299), - [anon_sym_unsigned] = ACTIONS(1299), - [anon_sym_long] = ACTIONS(1299), - [anon_sym_short] = ACTIONS(1299), - [anon_sym_static] = ACTIONS(1299), - [anon_sym_auto] = ACTIONS(1299), - [anon_sym_register] = ACTIONS(1299), - [anon_sym_inline] = ACTIONS(1299), - [anon_sym___inline] = ACTIONS(1299), - [anon_sym___inline__] = ACTIONS(1299), - [anon_sym___forceinline] = ACTIONS(1299), - [anon_sym_thread_local] = ACTIONS(1299), - [anon_sym___thread] = ACTIONS(1299), - [anon_sym_const] = ACTIONS(1299), - [anon_sym_constexpr] = ACTIONS(1299), - [anon_sym_volatile] = ACTIONS(1299), - [anon_sym_restrict] = ACTIONS(1299), - [anon_sym___restrict__] = ACTIONS(1299), - [anon_sym__Atomic] = ACTIONS(1299), - [anon_sym__Noreturn] = ACTIONS(1299), - [anon_sym_noreturn] = ACTIONS(1299), - [sym_primitive_type] = ACTIONS(1299), - [anon_sym_enum] = ACTIONS(1299), - [anon_sym_struct] = ACTIONS(1299), - [anon_sym_union] = ACTIONS(1299), - [anon_sym_if] = ACTIONS(1299), - [anon_sym_else] = ACTIONS(1299), - [anon_sym_switch] = ACTIONS(1299), - [anon_sym_case] = ACTIONS(1299), - [anon_sym_default] = ACTIONS(1299), - [anon_sym_while] = ACTIONS(1299), - [anon_sym_do] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1299), - [anon_sym_return] = ACTIONS(1299), - [anon_sym_break] = ACTIONS(1299), - [anon_sym_continue] = ACTIONS(1299), - [anon_sym_goto] = ACTIONS(1299), - [anon_sym_DASH_DASH] = ACTIONS(1301), - [anon_sym_PLUS_PLUS] = ACTIONS(1301), - [anon_sym_sizeof] = ACTIONS(1299), - [anon_sym___alignof__] = ACTIONS(1299), - [anon_sym___alignof] = ACTIONS(1299), - [anon_sym__alignof] = ACTIONS(1299), - [anon_sym_alignof] = ACTIONS(1299), - [anon_sym__Alignof] = ACTIONS(1299), - [anon_sym_offsetof] = ACTIONS(1299), - [anon_sym__Generic] = ACTIONS(1299), - [anon_sym_asm] = ACTIONS(1299), - [anon_sym___asm__] = ACTIONS(1299), - [sym_number_literal] = ACTIONS(1301), - [anon_sym_L_SQUOTE] = ACTIONS(1301), - [anon_sym_u_SQUOTE] = ACTIONS(1301), - [anon_sym_U_SQUOTE] = ACTIONS(1301), - [anon_sym_u8_SQUOTE] = ACTIONS(1301), - [anon_sym_SQUOTE] = ACTIONS(1301), - [anon_sym_L_DQUOTE] = ACTIONS(1301), - [anon_sym_u_DQUOTE] = ACTIONS(1301), - [anon_sym_U_DQUOTE] = ACTIONS(1301), - [anon_sym_u8_DQUOTE] = ACTIONS(1301), - [anon_sym_DQUOTE] = ACTIONS(1301), - [sym_true] = ACTIONS(1299), - [sym_false] = ACTIONS(1299), - [anon_sym_NULL] = ACTIONS(1299), - [anon_sym_nullptr] = ACTIONS(1299), + [197] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token2] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [aux_sym_preproc_else_token1] = ACTIONS(1407), + [aux_sym_preproc_elif_token1] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), [sym_comment] = ACTIONS(3), }, - [216] = { - [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1251), - [aux_sym_preproc_def_token1] = ACTIONS(1251), - [aux_sym_preproc_if_token1] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), - [sym_preproc_directive] = ACTIONS(1251), - [anon_sym_LPAREN2] = ACTIONS(1253), - [anon_sym_BANG] = ACTIONS(1253), - [anon_sym_TILDE] = ACTIONS(1253), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1251), - [anon_sym_typedef] = ACTIONS(1251), - [anon_sym_extern] = ACTIONS(1251), - [anon_sym___attribute__] = ACTIONS(1251), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), - [anon_sym___declspec] = ACTIONS(1251), - [anon_sym___cdecl] = ACTIONS(1251), - [anon_sym___clrcall] = ACTIONS(1251), - [anon_sym___stdcall] = ACTIONS(1251), - [anon_sym___fastcall] = ACTIONS(1251), - [anon_sym___thiscall] = ACTIONS(1251), - [anon_sym___vectorcall] = ACTIONS(1251), - [anon_sym_LBRACE] = ACTIONS(1253), - [anon_sym_RBRACE] = ACTIONS(1253), - [anon_sym_signed] = ACTIONS(1251), - [anon_sym_unsigned] = ACTIONS(1251), - [anon_sym_long] = ACTIONS(1251), - [anon_sym_short] = ACTIONS(1251), - [anon_sym_static] = ACTIONS(1251), - [anon_sym_auto] = ACTIONS(1251), - [anon_sym_register] = ACTIONS(1251), - [anon_sym_inline] = ACTIONS(1251), - [anon_sym___inline] = ACTIONS(1251), - [anon_sym___inline__] = ACTIONS(1251), - [anon_sym___forceinline] = ACTIONS(1251), - [anon_sym_thread_local] = ACTIONS(1251), - [anon_sym___thread] = ACTIONS(1251), - [anon_sym_const] = ACTIONS(1251), - [anon_sym_constexpr] = ACTIONS(1251), - [anon_sym_volatile] = ACTIONS(1251), - [anon_sym_restrict] = ACTIONS(1251), - [anon_sym___restrict__] = ACTIONS(1251), - [anon_sym__Atomic] = ACTIONS(1251), - [anon_sym__Noreturn] = ACTIONS(1251), - [anon_sym_noreturn] = ACTIONS(1251), - [sym_primitive_type] = ACTIONS(1251), - [anon_sym_enum] = ACTIONS(1251), - [anon_sym_struct] = ACTIONS(1251), - [anon_sym_union] = ACTIONS(1251), - [anon_sym_if] = ACTIONS(1251), - [anon_sym_else] = ACTIONS(1251), - [anon_sym_switch] = ACTIONS(1251), - [anon_sym_case] = ACTIONS(1251), - [anon_sym_default] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1251), - [anon_sym_do] = ACTIONS(1251), - [anon_sym_for] = ACTIONS(1251), - [anon_sym_return] = ACTIONS(1251), - [anon_sym_break] = ACTIONS(1251), - [anon_sym_continue] = ACTIONS(1251), - [anon_sym_goto] = ACTIONS(1251), - [anon_sym_DASH_DASH] = ACTIONS(1253), - [anon_sym_PLUS_PLUS] = ACTIONS(1253), - [anon_sym_sizeof] = ACTIONS(1251), - [anon_sym___alignof__] = ACTIONS(1251), - [anon_sym___alignof] = ACTIONS(1251), - [anon_sym__alignof] = ACTIONS(1251), - [anon_sym_alignof] = ACTIONS(1251), - [anon_sym__Alignof] = ACTIONS(1251), - [anon_sym_offsetof] = ACTIONS(1251), - [anon_sym__Generic] = ACTIONS(1251), - [anon_sym_asm] = ACTIONS(1251), - [anon_sym___asm__] = ACTIONS(1251), - [sym_number_literal] = ACTIONS(1253), - [anon_sym_L_SQUOTE] = ACTIONS(1253), - [anon_sym_u_SQUOTE] = ACTIONS(1253), - [anon_sym_U_SQUOTE] = ACTIONS(1253), - [anon_sym_u8_SQUOTE] = ACTIONS(1253), - [anon_sym_SQUOTE] = ACTIONS(1253), - [anon_sym_L_DQUOTE] = ACTIONS(1253), - [anon_sym_u_DQUOTE] = ACTIONS(1253), - [anon_sym_U_DQUOTE] = ACTIONS(1253), - [anon_sym_u8_DQUOTE] = ACTIONS(1253), - [anon_sym_DQUOTE] = ACTIONS(1253), - [sym_true] = ACTIONS(1251), - [sym_false] = ACTIONS(1251), - [anon_sym_NULL] = ACTIONS(1251), - [anon_sym_nullptr] = ACTIONS(1251), + [198] = { + [sym_identifier] = ACTIONS(1355), + [aux_sym_preproc_include_token1] = ACTIONS(1355), + [aux_sym_preproc_def_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token2] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), + [aux_sym_preproc_else_token1] = ACTIONS(1355), + [aux_sym_preproc_elif_token1] = ACTIONS(1355), + [sym_preproc_directive] = ACTIONS(1355), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), + [anon_sym_DASH] = ACTIONS(1355), + [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym___extension__] = ACTIONS(1355), + [anon_sym_typedef] = ACTIONS(1355), + [anon_sym_extern] = ACTIONS(1355), + [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), + [anon_sym___declspec] = ACTIONS(1355), + [anon_sym___cdecl] = ACTIONS(1355), + [anon_sym___clrcall] = ACTIONS(1355), + [anon_sym___stdcall] = ACTIONS(1355), + [anon_sym___fastcall] = ACTIONS(1355), + [anon_sym___thiscall] = ACTIONS(1355), + [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym_LBRACE] = ACTIONS(1357), + [anon_sym_signed] = ACTIONS(1355), + [anon_sym_unsigned] = ACTIONS(1355), + [anon_sym_long] = ACTIONS(1355), + [anon_sym_short] = ACTIONS(1355), + [anon_sym_static] = ACTIONS(1355), + [anon_sym_auto] = ACTIONS(1355), + [anon_sym_register] = ACTIONS(1355), + [anon_sym_inline] = ACTIONS(1355), + [anon_sym___inline] = ACTIONS(1355), + [anon_sym___inline__] = ACTIONS(1355), + [anon_sym___forceinline] = ACTIONS(1355), + [anon_sym_thread_local] = ACTIONS(1355), + [anon_sym___thread] = ACTIONS(1355), + [anon_sym_const] = ACTIONS(1355), + [anon_sym_constexpr] = ACTIONS(1355), + [anon_sym_volatile] = ACTIONS(1355), + [anon_sym_restrict] = ACTIONS(1355), + [anon_sym___restrict__] = ACTIONS(1355), + [anon_sym__Atomic] = ACTIONS(1355), + [anon_sym__Noreturn] = ACTIONS(1355), + [anon_sym_noreturn] = ACTIONS(1355), + [sym_primitive_type] = ACTIONS(1355), + [anon_sym_enum] = ACTIONS(1355), + [anon_sym_struct] = ACTIONS(1355), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_if] = ACTIONS(1355), + [anon_sym_switch] = ACTIONS(1355), + [anon_sym_case] = ACTIONS(1355), + [anon_sym_default] = ACTIONS(1355), + [anon_sym_while] = ACTIONS(1355), + [anon_sym_do] = ACTIONS(1355), + [anon_sym_for] = ACTIONS(1355), + [anon_sym_return] = ACTIONS(1355), + [anon_sym_break] = ACTIONS(1355), + [anon_sym_continue] = ACTIONS(1355), + [anon_sym_goto] = ACTIONS(1355), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), + [anon_sym_sizeof] = ACTIONS(1355), + [anon_sym___alignof__] = ACTIONS(1355), + [anon_sym___alignof] = ACTIONS(1355), + [anon_sym__alignof] = ACTIONS(1355), + [anon_sym_alignof] = ACTIONS(1355), + [anon_sym__Alignof] = ACTIONS(1355), + [anon_sym_offsetof] = ACTIONS(1355), + [anon_sym__Generic] = ACTIONS(1355), + [anon_sym_asm] = ACTIONS(1355), + [anon_sym___asm__] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), + [sym_true] = ACTIONS(1355), + [sym_false] = ACTIONS(1355), + [anon_sym_NULL] = ACTIONS(1355), + [anon_sym_nullptr] = ACTIONS(1355), [sym_comment] = ACTIONS(3), }, - [217] = { - [ts_builtin_sym_end] = ACTIONS(1297), - [sym_identifier] = ACTIONS(1295), - [aux_sym_preproc_include_token1] = ACTIONS(1295), - [aux_sym_preproc_def_token1] = ACTIONS(1295), - [aux_sym_preproc_if_token1] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), - [sym_preproc_directive] = ACTIONS(1295), - [anon_sym_LPAREN2] = ACTIONS(1297), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_TILDE] = ACTIONS(1297), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_PLUS] = ACTIONS(1295), - [anon_sym_STAR] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1295), - [anon_sym_typedef] = ACTIONS(1295), - [anon_sym_extern] = ACTIONS(1295), - [anon_sym___attribute__] = ACTIONS(1295), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), - [anon_sym___declspec] = ACTIONS(1295), - [anon_sym___cdecl] = ACTIONS(1295), - [anon_sym___clrcall] = ACTIONS(1295), - [anon_sym___stdcall] = ACTIONS(1295), - [anon_sym___fastcall] = ACTIONS(1295), - [anon_sym___thiscall] = ACTIONS(1295), - [anon_sym___vectorcall] = ACTIONS(1295), - [anon_sym_LBRACE] = ACTIONS(1297), - [anon_sym_signed] = ACTIONS(1295), - [anon_sym_unsigned] = ACTIONS(1295), - [anon_sym_long] = ACTIONS(1295), - [anon_sym_short] = ACTIONS(1295), - [anon_sym_static] = ACTIONS(1295), - [anon_sym_auto] = ACTIONS(1295), - [anon_sym_register] = ACTIONS(1295), - [anon_sym_inline] = ACTIONS(1295), - [anon_sym___inline] = ACTIONS(1295), - [anon_sym___inline__] = ACTIONS(1295), - [anon_sym___forceinline] = ACTIONS(1295), - [anon_sym_thread_local] = ACTIONS(1295), - [anon_sym___thread] = ACTIONS(1295), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_constexpr] = ACTIONS(1295), - [anon_sym_volatile] = ACTIONS(1295), - [anon_sym_restrict] = ACTIONS(1295), - [anon_sym___restrict__] = ACTIONS(1295), - [anon_sym__Atomic] = ACTIONS(1295), - [anon_sym__Noreturn] = ACTIONS(1295), - [anon_sym_noreturn] = ACTIONS(1295), - [sym_primitive_type] = ACTIONS(1295), - [anon_sym_enum] = ACTIONS(1295), - [anon_sym_struct] = ACTIONS(1295), - [anon_sym_union] = ACTIONS(1295), - [anon_sym_if] = ACTIONS(1295), - [anon_sym_else] = ACTIONS(1295), - [anon_sym_switch] = ACTIONS(1295), - [anon_sym_case] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1295), - [anon_sym_while] = ACTIONS(1295), - [anon_sym_do] = ACTIONS(1295), - [anon_sym_for] = ACTIONS(1295), - [anon_sym_return] = ACTIONS(1295), - [anon_sym_break] = ACTIONS(1295), - [anon_sym_continue] = ACTIONS(1295), - [anon_sym_goto] = ACTIONS(1295), - [anon_sym_DASH_DASH] = ACTIONS(1297), - [anon_sym_PLUS_PLUS] = ACTIONS(1297), - [anon_sym_sizeof] = ACTIONS(1295), - [anon_sym___alignof__] = ACTIONS(1295), - [anon_sym___alignof] = ACTIONS(1295), - [anon_sym__alignof] = ACTIONS(1295), - [anon_sym_alignof] = ACTIONS(1295), - [anon_sym__Alignof] = ACTIONS(1295), - [anon_sym_offsetof] = ACTIONS(1295), - [anon_sym__Generic] = ACTIONS(1295), - [anon_sym_asm] = ACTIONS(1295), - [anon_sym___asm__] = ACTIONS(1295), - [sym_number_literal] = ACTIONS(1297), - [anon_sym_L_SQUOTE] = ACTIONS(1297), - [anon_sym_u_SQUOTE] = ACTIONS(1297), - [anon_sym_U_SQUOTE] = ACTIONS(1297), - [anon_sym_u8_SQUOTE] = ACTIONS(1297), - [anon_sym_SQUOTE] = ACTIONS(1297), - [anon_sym_L_DQUOTE] = ACTIONS(1297), - [anon_sym_u_DQUOTE] = ACTIONS(1297), - [anon_sym_U_DQUOTE] = ACTIONS(1297), - [anon_sym_u8_DQUOTE] = ACTIONS(1297), - [anon_sym_DQUOTE] = ACTIONS(1297), - [sym_true] = ACTIONS(1295), - [sym_false] = ACTIONS(1295), - [anon_sym_NULL] = ACTIONS(1295), - [anon_sym_nullptr] = ACTIONS(1295), + [199] = { + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token2] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [aux_sym_preproc_else_token1] = ACTIONS(1323), + [aux_sym_preproc_elif_token1] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1325), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_STAR] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), [sym_comment] = ACTIONS(3), }, - [218] = { - [ts_builtin_sym_end] = ACTIONS(1245), - [sym_identifier] = ACTIONS(1243), - [aux_sym_preproc_include_token1] = ACTIONS(1243), - [aux_sym_preproc_def_token1] = ACTIONS(1243), - [aux_sym_preproc_if_token1] = ACTIONS(1243), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), - [sym_preproc_directive] = ACTIONS(1243), - [anon_sym_LPAREN2] = ACTIONS(1245), - [anon_sym_BANG] = ACTIONS(1245), - [anon_sym_TILDE] = ACTIONS(1245), - [anon_sym_DASH] = ACTIONS(1243), - [anon_sym_PLUS] = ACTIONS(1243), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_AMP] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1243), - [anon_sym_typedef] = ACTIONS(1243), - [anon_sym_extern] = ACTIONS(1243), - [anon_sym___attribute__] = ACTIONS(1243), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), - [anon_sym___declspec] = ACTIONS(1243), - [anon_sym___cdecl] = ACTIONS(1243), - [anon_sym___clrcall] = ACTIONS(1243), - [anon_sym___stdcall] = ACTIONS(1243), - [anon_sym___fastcall] = ACTIONS(1243), - [anon_sym___thiscall] = ACTIONS(1243), - [anon_sym___vectorcall] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_signed] = ACTIONS(1243), - [anon_sym_unsigned] = ACTIONS(1243), - [anon_sym_long] = ACTIONS(1243), - [anon_sym_short] = ACTIONS(1243), - [anon_sym_static] = ACTIONS(1243), - [anon_sym_auto] = ACTIONS(1243), - [anon_sym_register] = ACTIONS(1243), - [anon_sym_inline] = ACTIONS(1243), - [anon_sym___inline] = ACTIONS(1243), - [anon_sym___inline__] = ACTIONS(1243), - [anon_sym___forceinline] = ACTIONS(1243), - [anon_sym_thread_local] = ACTIONS(1243), - [anon_sym___thread] = ACTIONS(1243), - [anon_sym_const] = ACTIONS(1243), - [anon_sym_constexpr] = ACTIONS(1243), - [anon_sym_volatile] = ACTIONS(1243), - [anon_sym_restrict] = ACTIONS(1243), - [anon_sym___restrict__] = ACTIONS(1243), - [anon_sym__Atomic] = ACTIONS(1243), - [anon_sym__Noreturn] = ACTIONS(1243), - [anon_sym_noreturn] = ACTIONS(1243), - [sym_primitive_type] = ACTIONS(1243), - [anon_sym_enum] = ACTIONS(1243), - [anon_sym_struct] = ACTIONS(1243), - [anon_sym_union] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1243), - [anon_sym_else] = ACTIONS(1243), - [anon_sym_switch] = ACTIONS(1243), - [anon_sym_case] = ACTIONS(1243), - [anon_sym_default] = ACTIONS(1243), - [anon_sym_while] = ACTIONS(1243), - [anon_sym_do] = ACTIONS(1243), - [anon_sym_for] = ACTIONS(1243), - [anon_sym_return] = ACTIONS(1243), - [anon_sym_break] = ACTIONS(1243), - [anon_sym_continue] = ACTIONS(1243), - [anon_sym_goto] = ACTIONS(1243), - [anon_sym_DASH_DASH] = ACTIONS(1245), - [anon_sym_PLUS_PLUS] = ACTIONS(1245), - [anon_sym_sizeof] = ACTIONS(1243), - [anon_sym___alignof__] = ACTIONS(1243), - [anon_sym___alignof] = ACTIONS(1243), - [anon_sym__alignof] = ACTIONS(1243), - [anon_sym_alignof] = ACTIONS(1243), - [anon_sym__Alignof] = ACTIONS(1243), - [anon_sym_offsetof] = ACTIONS(1243), - [anon_sym__Generic] = ACTIONS(1243), - [anon_sym_asm] = ACTIONS(1243), - [anon_sym___asm__] = ACTIONS(1243), - [sym_number_literal] = ACTIONS(1245), - [anon_sym_L_SQUOTE] = ACTIONS(1245), - [anon_sym_u_SQUOTE] = ACTIONS(1245), - [anon_sym_U_SQUOTE] = ACTIONS(1245), - [anon_sym_u8_SQUOTE] = ACTIONS(1245), - [anon_sym_SQUOTE] = ACTIONS(1245), - [anon_sym_L_DQUOTE] = ACTIONS(1245), - [anon_sym_u_DQUOTE] = ACTIONS(1245), - [anon_sym_U_DQUOTE] = ACTIONS(1245), - [anon_sym_u8_DQUOTE] = ACTIONS(1245), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_true] = ACTIONS(1243), - [sym_false] = ACTIONS(1243), - [anon_sym_NULL] = ACTIONS(1243), - [anon_sym_nullptr] = ACTIONS(1243), + [200] = { + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token2] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [aux_sym_preproc_else_token1] = ACTIONS(1363), + [aux_sym_preproc_elif_token1] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), [sym_comment] = ACTIONS(3), }, - [219] = { - [ts_builtin_sym_end] = ACTIONS(1241), - [sym_identifier] = ACTIONS(1239), - [aux_sym_preproc_include_token1] = ACTIONS(1239), - [aux_sym_preproc_def_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token1] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), - [sym_preproc_directive] = ACTIONS(1239), - [anon_sym_LPAREN2] = ACTIONS(1241), - [anon_sym_BANG] = ACTIONS(1241), - [anon_sym_TILDE] = ACTIONS(1241), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1239), - [anon_sym_typedef] = ACTIONS(1239), - [anon_sym_extern] = ACTIONS(1239), - [anon_sym___attribute__] = ACTIONS(1239), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), - [anon_sym___declspec] = ACTIONS(1239), - [anon_sym___cdecl] = ACTIONS(1239), - [anon_sym___clrcall] = ACTIONS(1239), - [anon_sym___stdcall] = ACTIONS(1239), - [anon_sym___fastcall] = ACTIONS(1239), - [anon_sym___thiscall] = ACTIONS(1239), - [anon_sym___vectorcall] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1241), - [anon_sym_signed] = ACTIONS(1239), - [anon_sym_unsigned] = ACTIONS(1239), - [anon_sym_long] = ACTIONS(1239), - [anon_sym_short] = ACTIONS(1239), - [anon_sym_static] = ACTIONS(1239), - [anon_sym_auto] = ACTIONS(1239), - [anon_sym_register] = ACTIONS(1239), - [anon_sym_inline] = ACTIONS(1239), - [anon_sym___inline] = ACTIONS(1239), - [anon_sym___inline__] = ACTIONS(1239), - [anon_sym___forceinline] = ACTIONS(1239), - [anon_sym_thread_local] = ACTIONS(1239), - [anon_sym___thread] = ACTIONS(1239), - [anon_sym_const] = ACTIONS(1239), - [anon_sym_constexpr] = ACTIONS(1239), - [anon_sym_volatile] = ACTIONS(1239), - [anon_sym_restrict] = ACTIONS(1239), - [anon_sym___restrict__] = ACTIONS(1239), - [anon_sym__Atomic] = ACTIONS(1239), - [anon_sym__Noreturn] = ACTIONS(1239), - [anon_sym_noreturn] = ACTIONS(1239), - [sym_primitive_type] = ACTIONS(1239), - [anon_sym_enum] = ACTIONS(1239), - [anon_sym_struct] = ACTIONS(1239), - [anon_sym_union] = ACTIONS(1239), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_else] = ACTIONS(1239), - [anon_sym_switch] = ACTIONS(1239), - [anon_sym_case] = ACTIONS(1239), - [anon_sym_default] = ACTIONS(1239), - [anon_sym_while] = ACTIONS(1239), - [anon_sym_do] = ACTIONS(1239), - [anon_sym_for] = ACTIONS(1239), - [anon_sym_return] = ACTIONS(1239), - [anon_sym_break] = ACTIONS(1239), - [anon_sym_continue] = ACTIONS(1239), - [anon_sym_goto] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1241), - [anon_sym_PLUS_PLUS] = ACTIONS(1241), - [anon_sym_sizeof] = ACTIONS(1239), - [anon_sym___alignof__] = ACTIONS(1239), - [anon_sym___alignof] = ACTIONS(1239), - [anon_sym__alignof] = ACTIONS(1239), - [anon_sym_alignof] = ACTIONS(1239), - [anon_sym__Alignof] = ACTIONS(1239), - [anon_sym_offsetof] = ACTIONS(1239), - [anon_sym__Generic] = ACTIONS(1239), - [anon_sym_asm] = ACTIONS(1239), - [anon_sym___asm__] = ACTIONS(1239), - [sym_number_literal] = ACTIONS(1241), - [anon_sym_L_SQUOTE] = ACTIONS(1241), - [anon_sym_u_SQUOTE] = ACTIONS(1241), - [anon_sym_U_SQUOTE] = ACTIONS(1241), - [anon_sym_u8_SQUOTE] = ACTIONS(1241), - [anon_sym_SQUOTE] = ACTIONS(1241), - [anon_sym_L_DQUOTE] = ACTIONS(1241), - [anon_sym_u_DQUOTE] = ACTIONS(1241), - [anon_sym_U_DQUOTE] = ACTIONS(1241), - [anon_sym_u8_DQUOTE] = ACTIONS(1241), - [anon_sym_DQUOTE] = ACTIONS(1241), - [sym_true] = ACTIONS(1239), - [sym_false] = ACTIONS(1239), - [anon_sym_NULL] = ACTIONS(1239), - [anon_sym_nullptr] = ACTIONS(1239), + [201] = { + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token2] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [aux_sym_preproc_else_token1] = ACTIONS(1367), + [aux_sym_preproc_elif_token1] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), + [sym_comment] = ACTIONS(3), + }, + [202] = { + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token2] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [aux_sym_preproc_else_token1] = ACTIONS(1311), + [aux_sym_preproc_elif_token1] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), [sym_comment] = ACTIONS(3), }, - [220] = { - [sym_identifier] = ACTIONS(1303), - [aux_sym_preproc_include_token1] = ACTIONS(1303), - [aux_sym_preproc_def_token1] = ACTIONS(1303), - [aux_sym_preproc_if_token1] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), - [sym_preproc_directive] = ACTIONS(1303), - [anon_sym_LPAREN2] = ACTIONS(1305), - [anon_sym_BANG] = ACTIONS(1305), - [anon_sym_TILDE] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1303), - [anon_sym_STAR] = ACTIONS(1305), - [anon_sym_AMP] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1303), - [anon_sym_typedef] = ACTIONS(1303), - [anon_sym_extern] = ACTIONS(1303), - [anon_sym___attribute__] = ACTIONS(1303), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), - [anon_sym___declspec] = ACTIONS(1303), - [anon_sym___cdecl] = ACTIONS(1303), - [anon_sym___clrcall] = ACTIONS(1303), - [anon_sym___stdcall] = ACTIONS(1303), - [anon_sym___fastcall] = ACTIONS(1303), - [anon_sym___thiscall] = ACTIONS(1303), - [anon_sym___vectorcall] = ACTIONS(1303), - [anon_sym_LBRACE] = ACTIONS(1305), - [anon_sym_RBRACE] = ACTIONS(1305), - [anon_sym_signed] = ACTIONS(1303), - [anon_sym_unsigned] = ACTIONS(1303), - [anon_sym_long] = ACTIONS(1303), - [anon_sym_short] = ACTIONS(1303), - [anon_sym_static] = ACTIONS(1303), - [anon_sym_auto] = ACTIONS(1303), - [anon_sym_register] = ACTIONS(1303), - [anon_sym_inline] = ACTIONS(1303), - [anon_sym___inline] = ACTIONS(1303), - [anon_sym___inline__] = ACTIONS(1303), - [anon_sym___forceinline] = ACTIONS(1303), - [anon_sym_thread_local] = ACTIONS(1303), - [anon_sym___thread] = ACTIONS(1303), - [anon_sym_const] = ACTIONS(1303), - [anon_sym_constexpr] = ACTIONS(1303), - [anon_sym_volatile] = ACTIONS(1303), - [anon_sym_restrict] = ACTIONS(1303), - [anon_sym___restrict__] = ACTIONS(1303), - [anon_sym__Atomic] = ACTIONS(1303), - [anon_sym__Noreturn] = ACTIONS(1303), - [anon_sym_noreturn] = ACTIONS(1303), - [sym_primitive_type] = ACTIONS(1303), - [anon_sym_enum] = ACTIONS(1303), - [anon_sym_struct] = ACTIONS(1303), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_if] = ACTIONS(1303), - [anon_sym_else] = ACTIONS(1303), - [anon_sym_switch] = ACTIONS(1303), - [anon_sym_case] = ACTIONS(1303), - [anon_sym_default] = ACTIONS(1303), - [anon_sym_while] = ACTIONS(1303), - [anon_sym_do] = ACTIONS(1303), - [anon_sym_for] = ACTIONS(1303), - [anon_sym_return] = ACTIONS(1303), - [anon_sym_break] = ACTIONS(1303), - [anon_sym_continue] = ACTIONS(1303), - [anon_sym_goto] = ACTIONS(1303), - [anon_sym_DASH_DASH] = ACTIONS(1305), - [anon_sym_PLUS_PLUS] = ACTIONS(1305), - [anon_sym_sizeof] = ACTIONS(1303), - [anon_sym___alignof__] = ACTIONS(1303), - [anon_sym___alignof] = ACTIONS(1303), - [anon_sym__alignof] = ACTIONS(1303), - [anon_sym_alignof] = ACTIONS(1303), - [anon_sym__Alignof] = ACTIONS(1303), - [anon_sym_offsetof] = ACTIONS(1303), - [anon_sym__Generic] = ACTIONS(1303), - [anon_sym_asm] = ACTIONS(1303), - [anon_sym___asm__] = ACTIONS(1303), - [sym_number_literal] = ACTIONS(1305), - [anon_sym_L_SQUOTE] = ACTIONS(1305), - [anon_sym_u_SQUOTE] = ACTIONS(1305), - [anon_sym_U_SQUOTE] = ACTIONS(1305), - [anon_sym_u8_SQUOTE] = ACTIONS(1305), - [anon_sym_SQUOTE] = ACTIONS(1305), - [anon_sym_L_DQUOTE] = ACTIONS(1305), - [anon_sym_u_DQUOTE] = ACTIONS(1305), - [anon_sym_U_DQUOTE] = ACTIONS(1305), - [anon_sym_u8_DQUOTE] = ACTIONS(1305), - [anon_sym_DQUOTE] = ACTIONS(1305), - [sym_true] = ACTIONS(1303), - [sym_false] = ACTIONS(1303), - [anon_sym_NULL] = ACTIONS(1303), - [anon_sym_nullptr] = ACTIONS(1303), + [203] = { + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token2] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [aux_sym_preproc_else_token1] = ACTIONS(1403), + [aux_sym_preproc_elif_token1] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), [sym_comment] = ACTIONS(3), }, - [221] = { - [ts_builtin_sym_end] = ACTIONS(1229), - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1227), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), + [204] = { + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token2] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [aux_sym_preproc_else_token1] = ACTIONS(1319), + [aux_sym_preproc_elif_token1] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), [sym_comment] = ACTIONS(3), }, - [222] = { - [sym_identifier] = ACTIONS(1287), - [aux_sym_preproc_include_token1] = ACTIONS(1287), - [aux_sym_preproc_def_token1] = ACTIONS(1287), - [aux_sym_preproc_if_token1] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), - [sym_preproc_directive] = ACTIONS(1287), - [anon_sym_LPAREN2] = ACTIONS(1289), - [anon_sym_BANG] = ACTIONS(1289), - [anon_sym_TILDE] = ACTIONS(1289), - [anon_sym_DASH] = ACTIONS(1287), - [anon_sym_PLUS] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_AMP] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1287), - [anon_sym_typedef] = ACTIONS(1287), - [anon_sym_extern] = ACTIONS(1287), - [anon_sym___attribute__] = ACTIONS(1287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), - [anon_sym___declspec] = ACTIONS(1287), - [anon_sym___cdecl] = ACTIONS(1287), - [anon_sym___clrcall] = ACTIONS(1287), - [anon_sym___stdcall] = ACTIONS(1287), - [anon_sym___fastcall] = ACTIONS(1287), - [anon_sym___thiscall] = ACTIONS(1287), - [anon_sym___vectorcall] = ACTIONS(1287), - [anon_sym_LBRACE] = ACTIONS(1289), - [anon_sym_RBRACE] = ACTIONS(1289), - [anon_sym_signed] = ACTIONS(1287), - [anon_sym_unsigned] = ACTIONS(1287), - [anon_sym_long] = ACTIONS(1287), - [anon_sym_short] = ACTIONS(1287), - [anon_sym_static] = ACTIONS(1287), - [anon_sym_auto] = ACTIONS(1287), - [anon_sym_register] = ACTIONS(1287), - [anon_sym_inline] = ACTIONS(1287), - [anon_sym___inline] = ACTIONS(1287), - [anon_sym___inline__] = ACTIONS(1287), - [anon_sym___forceinline] = ACTIONS(1287), - [anon_sym_thread_local] = ACTIONS(1287), - [anon_sym___thread] = ACTIONS(1287), - [anon_sym_const] = ACTIONS(1287), - [anon_sym_constexpr] = ACTIONS(1287), - [anon_sym_volatile] = ACTIONS(1287), - [anon_sym_restrict] = ACTIONS(1287), - [anon_sym___restrict__] = ACTIONS(1287), - [anon_sym__Atomic] = ACTIONS(1287), - [anon_sym__Noreturn] = ACTIONS(1287), - [anon_sym_noreturn] = ACTIONS(1287), - [sym_primitive_type] = ACTIONS(1287), - [anon_sym_enum] = ACTIONS(1287), - [anon_sym_struct] = ACTIONS(1287), - [anon_sym_union] = ACTIONS(1287), - [anon_sym_if] = ACTIONS(1287), - [anon_sym_else] = ACTIONS(1287), - [anon_sym_switch] = ACTIONS(1287), - [anon_sym_case] = ACTIONS(1287), - [anon_sym_default] = ACTIONS(1287), - [anon_sym_while] = ACTIONS(1287), - [anon_sym_do] = ACTIONS(1287), - [anon_sym_for] = ACTIONS(1287), - [anon_sym_return] = ACTIONS(1287), - [anon_sym_break] = ACTIONS(1287), - [anon_sym_continue] = ACTIONS(1287), - [anon_sym_goto] = ACTIONS(1287), - [anon_sym_DASH_DASH] = ACTIONS(1289), - [anon_sym_PLUS_PLUS] = ACTIONS(1289), - [anon_sym_sizeof] = ACTIONS(1287), - [anon_sym___alignof__] = ACTIONS(1287), - [anon_sym___alignof] = ACTIONS(1287), - [anon_sym__alignof] = ACTIONS(1287), - [anon_sym_alignof] = ACTIONS(1287), - [anon_sym__Alignof] = ACTIONS(1287), - [anon_sym_offsetof] = ACTIONS(1287), - [anon_sym__Generic] = ACTIONS(1287), - [anon_sym_asm] = ACTIONS(1287), - [anon_sym___asm__] = ACTIONS(1287), - [sym_number_literal] = ACTIONS(1289), - [anon_sym_L_SQUOTE] = ACTIONS(1289), - [anon_sym_u_SQUOTE] = ACTIONS(1289), - [anon_sym_U_SQUOTE] = ACTIONS(1289), - [anon_sym_u8_SQUOTE] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1289), - [anon_sym_L_DQUOTE] = ACTIONS(1289), - [anon_sym_u_DQUOTE] = ACTIONS(1289), - [anon_sym_U_DQUOTE] = ACTIONS(1289), - [anon_sym_u8_DQUOTE] = ACTIONS(1289), - [anon_sym_DQUOTE] = ACTIONS(1289), - [sym_true] = ACTIONS(1287), - [sym_false] = ACTIONS(1287), - [anon_sym_NULL] = ACTIONS(1287), - [anon_sym_nullptr] = ACTIONS(1287), + [205] = { + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token2] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [aux_sym_preproc_else_token1] = ACTIONS(1315), + [aux_sym_preproc_elif_token1] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + }, + [206] = { + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token2] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [aux_sym_preproc_else_token1] = ACTIONS(1387), + [aux_sym_preproc_elif_token1] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), + [sym_comment] = ACTIONS(3), + }, + [207] = { + [sym_else_clause] = STATE(303), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1213), + [aux_sym_preproc_def_token1] = ACTIONS(1213), + [aux_sym_preproc_if_token1] = ACTIONS(1213), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1213), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1213), + [sym_preproc_directive] = ACTIONS(1213), + [anon_sym_LPAREN2] = ACTIONS(1215), + [anon_sym_BANG] = ACTIONS(1215), + [anon_sym_TILDE] = ACTIONS(1215), + [anon_sym_DASH] = ACTIONS(1213), + [anon_sym_PLUS] = ACTIONS(1213), + [anon_sym_STAR] = ACTIONS(1215), + [anon_sym_AMP] = ACTIONS(1215), + [anon_sym_SEMI] = ACTIONS(1215), + [anon_sym___extension__] = ACTIONS(1213), + [anon_sym_typedef] = ACTIONS(1213), + [anon_sym_extern] = ACTIONS(1213), + [anon_sym___attribute__] = ACTIONS(1213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1215), + [anon_sym___declspec] = ACTIONS(1213), + [anon_sym___cdecl] = ACTIONS(1213), + [anon_sym___clrcall] = ACTIONS(1213), + [anon_sym___stdcall] = ACTIONS(1213), + [anon_sym___fastcall] = ACTIONS(1213), + [anon_sym___thiscall] = ACTIONS(1213), + [anon_sym___vectorcall] = ACTIONS(1213), + [anon_sym_LBRACE] = ACTIONS(1215), + [anon_sym_RBRACE] = ACTIONS(1215), + [anon_sym_signed] = ACTIONS(1213), + [anon_sym_unsigned] = ACTIONS(1213), + [anon_sym_long] = ACTIONS(1213), + [anon_sym_short] = ACTIONS(1213), + [anon_sym_static] = ACTIONS(1213), + [anon_sym_auto] = ACTIONS(1213), + [anon_sym_register] = ACTIONS(1213), + [anon_sym_inline] = ACTIONS(1213), + [anon_sym___inline] = ACTIONS(1213), + [anon_sym___inline__] = ACTIONS(1213), + [anon_sym___forceinline] = ACTIONS(1213), + [anon_sym_thread_local] = ACTIONS(1213), + [anon_sym___thread] = ACTIONS(1213), + [anon_sym_const] = ACTIONS(1213), + [anon_sym_constexpr] = ACTIONS(1213), + [anon_sym_volatile] = ACTIONS(1213), + [anon_sym_restrict] = ACTIONS(1213), + [anon_sym___restrict__] = ACTIONS(1213), + [anon_sym__Atomic] = ACTIONS(1213), + [anon_sym__Noreturn] = ACTIONS(1213), + [anon_sym_noreturn] = ACTIONS(1213), + [sym_primitive_type] = ACTIONS(1213), + [anon_sym_enum] = ACTIONS(1213), + [anon_sym_struct] = ACTIONS(1213), + [anon_sym_union] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1213), + [anon_sym_else] = ACTIONS(1435), + [anon_sym_switch] = ACTIONS(1213), + [anon_sym_case] = ACTIONS(1213), + [anon_sym_default] = ACTIONS(1213), + [anon_sym_while] = ACTIONS(1213), + [anon_sym_do] = ACTIONS(1213), + [anon_sym_for] = ACTIONS(1213), + [anon_sym_return] = ACTIONS(1213), + [anon_sym_break] = ACTIONS(1213), + [anon_sym_continue] = ACTIONS(1213), + [anon_sym_goto] = ACTIONS(1213), + [anon_sym_DASH_DASH] = ACTIONS(1215), + [anon_sym_PLUS_PLUS] = ACTIONS(1215), + [anon_sym_sizeof] = ACTIONS(1213), + [anon_sym___alignof__] = ACTIONS(1213), + [anon_sym___alignof] = ACTIONS(1213), + [anon_sym__alignof] = ACTIONS(1213), + [anon_sym_alignof] = ACTIONS(1213), + [anon_sym__Alignof] = ACTIONS(1213), + [anon_sym_offsetof] = ACTIONS(1213), + [anon_sym__Generic] = ACTIONS(1213), + [anon_sym_asm] = ACTIONS(1213), + [anon_sym___asm__] = ACTIONS(1213), + [sym_number_literal] = ACTIONS(1215), + [anon_sym_L_SQUOTE] = ACTIONS(1215), + [anon_sym_u_SQUOTE] = ACTIONS(1215), + [anon_sym_U_SQUOTE] = ACTIONS(1215), + [anon_sym_u8_SQUOTE] = ACTIONS(1215), + [anon_sym_SQUOTE] = ACTIONS(1215), + [anon_sym_L_DQUOTE] = ACTIONS(1215), + [anon_sym_u_DQUOTE] = ACTIONS(1215), + [anon_sym_U_DQUOTE] = ACTIONS(1215), + [anon_sym_u8_DQUOTE] = ACTIONS(1215), + [anon_sym_DQUOTE] = ACTIONS(1215), + [sym_true] = ACTIONS(1213), + [sym_false] = ACTIONS(1213), + [anon_sym_NULL] = ACTIONS(1213), + [anon_sym_nullptr] = ACTIONS(1213), [sym_comment] = ACTIONS(3), }, - [223] = { - [ts_builtin_sym_end] = ACTIONS(1285), - [sym_identifier] = ACTIONS(1283), - [aux_sym_preproc_include_token1] = ACTIONS(1283), - [aux_sym_preproc_def_token1] = ACTIONS(1283), - [aux_sym_preproc_if_token1] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), - [sym_preproc_directive] = ACTIONS(1283), - [anon_sym_LPAREN2] = ACTIONS(1285), - [anon_sym_BANG] = ACTIONS(1285), - [anon_sym_TILDE] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1283), - [anon_sym_extern] = ACTIONS(1283), - [anon_sym___attribute__] = ACTIONS(1283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), - [anon_sym___declspec] = ACTIONS(1283), - [anon_sym___cdecl] = ACTIONS(1283), - [anon_sym___clrcall] = ACTIONS(1283), - [anon_sym___stdcall] = ACTIONS(1283), - [anon_sym___fastcall] = ACTIONS(1283), - [anon_sym___thiscall] = ACTIONS(1283), - [anon_sym___vectorcall] = ACTIONS(1283), - [anon_sym_LBRACE] = ACTIONS(1285), - [anon_sym_signed] = ACTIONS(1283), - [anon_sym_unsigned] = ACTIONS(1283), - [anon_sym_long] = ACTIONS(1283), - [anon_sym_short] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1283), - [anon_sym_auto] = ACTIONS(1283), - [anon_sym_register] = ACTIONS(1283), - [anon_sym_inline] = ACTIONS(1283), - [anon_sym___inline] = ACTIONS(1283), - [anon_sym___inline__] = ACTIONS(1283), - [anon_sym___forceinline] = ACTIONS(1283), - [anon_sym_thread_local] = ACTIONS(1283), - [anon_sym___thread] = ACTIONS(1283), - [anon_sym_const] = ACTIONS(1283), - [anon_sym_constexpr] = ACTIONS(1283), - [anon_sym_volatile] = ACTIONS(1283), - [anon_sym_restrict] = ACTIONS(1283), - [anon_sym___restrict__] = ACTIONS(1283), - [anon_sym__Atomic] = ACTIONS(1283), - [anon_sym__Noreturn] = ACTIONS(1283), - [anon_sym_noreturn] = ACTIONS(1283), - [sym_primitive_type] = ACTIONS(1283), - [anon_sym_enum] = ACTIONS(1283), - [anon_sym_struct] = ACTIONS(1283), - [anon_sym_union] = ACTIONS(1283), - [anon_sym_if] = ACTIONS(1283), - [anon_sym_else] = ACTIONS(1283), - [anon_sym_switch] = ACTIONS(1283), - [anon_sym_case] = ACTIONS(1283), - [anon_sym_default] = ACTIONS(1283), - [anon_sym_while] = ACTIONS(1283), - [anon_sym_do] = ACTIONS(1283), - [anon_sym_for] = ACTIONS(1283), - [anon_sym_return] = ACTIONS(1283), - [anon_sym_break] = ACTIONS(1283), - [anon_sym_continue] = ACTIONS(1283), - [anon_sym_goto] = ACTIONS(1283), - [anon_sym_DASH_DASH] = ACTIONS(1285), - [anon_sym_PLUS_PLUS] = ACTIONS(1285), - [anon_sym_sizeof] = ACTIONS(1283), - [anon_sym___alignof__] = ACTIONS(1283), - [anon_sym___alignof] = ACTIONS(1283), - [anon_sym__alignof] = ACTIONS(1283), - [anon_sym_alignof] = ACTIONS(1283), - [anon_sym__Alignof] = ACTIONS(1283), - [anon_sym_offsetof] = ACTIONS(1283), - [anon_sym__Generic] = ACTIONS(1283), - [anon_sym_asm] = ACTIONS(1283), - [anon_sym___asm__] = ACTIONS(1283), - [sym_number_literal] = ACTIONS(1285), - [anon_sym_L_SQUOTE] = ACTIONS(1285), - [anon_sym_u_SQUOTE] = ACTIONS(1285), - [anon_sym_U_SQUOTE] = ACTIONS(1285), - [anon_sym_u8_SQUOTE] = ACTIONS(1285), - [anon_sym_SQUOTE] = ACTIONS(1285), - [anon_sym_L_DQUOTE] = ACTIONS(1285), - [anon_sym_u_DQUOTE] = ACTIONS(1285), - [anon_sym_U_DQUOTE] = ACTIONS(1285), - [anon_sym_u8_DQUOTE] = ACTIONS(1285), - [anon_sym_DQUOTE] = ACTIONS(1285), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [anon_sym_NULL] = ACTIONS(1283), - [anon_sym_nullptr] = ACTIONS(1283), + [208] = { + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token2] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [aux_sym_preproc_else_token1] = ACTIONS(1395), + [aux_sym_preproc_elif_token1] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), [sym_comment] = ACTIONS(3), }, - [224] = { - [sym_identifier] = ACTIONS(1247), - [aux_sym_preproc_include_token1] = ACTIONS(1247), - [aux_sym_preproc_def_token1] = ACTIONS(1247), - [aux_sym_preproc_if_token1] = ACTIONS(1247), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), - [sym_preproc_directive] = ACTIONS(1247), - [anon_sym_LPAREN2] = ACTIONS(1249), - [anon_sym_BANG] = ACTIONS(1249), - [anon_sym_TILDE] = ACTIONS(1249), - [anon_sym_DASH] = ACTIONS(1247), - [anon_sym_PLUS] = ACTIONS(1247), - [anon_sym_STAR] = ACTIONS(1249), - [anon_sym_AMP] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1247), - [anon_sym_typedef] = ACTIONS(1247), - [anon_sym_extern] = ACTIONS(1247), - [anon_sym___attribute__] = ACTIONS(1247), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), - [anon_sym___declspec] = ACTIONS(1247), - [anon_sym___cdecl] = ACTIONS(1247), - [anon_sym___clrcall] = ACTIONS(1247), - [anon_sym___stdcall] = ACTIONS(1247), - [anon_sym___fastcall] = ACTIONS(1247), - [anon_sym___thiscall] = ACTIONS(1247), - [anon_sym___vectorcall] = ACTIONS(1247), - [anon_sym_LBRACE] = ACTIONS(1249), - [anon_sym_RBRACE] = ACTIONS(1249), - [anon_sym_signed] = ACTIONS(1247), - [anon_sym_unsigned] = ACTIONS(1247), - [anon_sym_long] = ACTIONS(1247), - [anon_sym_short] = ACTIONS(1247), - [anon_sym_static] = ACTIONS(1247), - [anon_sym_auto] = ACTIONS(1247), - [anon_sym_register] = ACTIONS(1247), - [anon_sym_inline] = ACTIONS(1247), - [anon_sym___inline] = ACTIONS(1247), - [anon_sym___inline__] = ACTIONS(1247), - [anon_sym___forceinline] = ACTIONS(1247), - [anon_sym_thread_local] = ACTIONS(1247), - [anon_sym___thread] = ACTIONS(1247), - [anon_sym_const] = ACTIONS(1247), - [anon_sym_constexpr] = ACTIONS(1247), - [anon_sym_volatile] = ACTIONS(1247), - [anon_sym_restrict] = ACTIONS(1247), - [anon_sym___restrict__] = ACTIONS(1247), - [anon_sym__Atomic] = ACTIONS(1247), - [anon_sym__Noreturn] = ACTIONS(1247), - [anon_sym_noreturn] = ACTIONS(1247), - [sym_primitive_type] = ACTIONS(1247), - [anon_sym_enum] = ACTIONS(1247), - [anon_sym_struct] = ACTIONS(1247), - [anon_sym_union] = ACTIONS(1247), - [anon_sym_if] = ACTIONS(1247), - [anon_sym_else] = ACTIONS(1247), - [anon_sym_switch] = ACTIONS(1247), - [anon_sym_case] = ACTIONS(1247), - [anon_sym_default] = ACTIONS(1247), - [anon_sym_while] = ACTIONS(1247), - [anon_sym_do] = ACTIONS(1247), - [anon_sym_for] = ACTIONS(1247), - [anon_sym_return] = ACTIONS(1247), - [anon_sym_break] = ACTIONS(1247), - [anon_sym_continue] = ACTIONS(1247), - [anon_sym_goto] = ACTIONS(1247), - [anon_sym_DASH_DASH] = ACTIONS(1249), - [anon_sym_PLUS_PLUS] = ACTIONS(1249), - [anon_sym_sizeof] = ACTIONS(1247), - [anon_sym___alignof__] = ACTIONS(1247), - [anon_sym___alignof] = ACTIONS(1247), - [anon_sym__alignof] = ACTIONS(1247), - [anon_sym_alignof] = ACTIONS(1247), - [anon_sym__Alignof] = ACTIONS(1247), - [anon_sym_offsetof] = ACTIONS(1247), - [anon_sym__Generic] = ACTIONS(1247), - [anon_sym_asm] = ACTIONS(1247), - [anon_sym___asm__] = ACTIONS(1247), - [sym_number_literal] = ACTIONS(1249), - [anon_sym_L_SQUOTE] = ACTIONS(1249), - [anon_sym_u_SQUOTE] = ACTIONS(1249), - [anon_sym_U_SQUOTE] = ACTIONS(1249), - [anon_sym_u8_SQUOTE] = ACTIONS(1249), - [anon_sym_SQUOTE] = ACTIONS(1249), - [anon_sym_L_DQUOTE] = ACTIONS(1249), - [anon_sym_u_DQUOTE] = ACTIONS(1249), - [anon_sym_U_DQUOTE] = ACTIONS(1249), - [anon_sym_u8_DQUOTE] = ACTIONS(1249), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_true] = ACTIONS(1247), - [sym_false] = ACTIONS(1247), - [anon_sym_NULL] = ACTIONS(1247), - [anon_sym_nullptr] = ACTIONS(1247), + [209] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token2] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [aux_sym_preproc_else_token1] = ACTIONS(1307), + [aux_sym_preproc_elif_token1] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + }, + [210] = { + [sym_else_clause] = STATE(316), + [sym_identifier] = ACTIONS(1213), + [aux_sym_preproc_include_token1] = ACTIONS(1213), + [aux_sym_preproc_def_token1] = ACTIONS(1213), + [aux_sym_preproc_if_token1] = ACTIONS(1213), + [aux_sym_preproc_if_token2] = ACTIONS(1213), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1213), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1213), + [sym_preproc_directive] = ACTIONS(1213), + [anon_sym_LPAREN2] = ACTIONS(1215), + [anon_sym_BANG] = ACTIONS(1215), + [anon_sym_TILDE] = ACTIONS(1215), + [anon_sym_DASH] = ACTIONS(1213), + [anon_sym_PLUS] = ACTIONS(1213), + [anon_sym_STAR] = ACTIONS(1215), + [anon_sym_AMP] = ACTIONS(1215), + [anon_sym_SEMI] = ACTIONS(1215), + [anon_sym___extension__] = ACTIONS(1213), + [anon_sym_typedef] = ACTIONS(1213), + [anon_sym_extern] = ACTIONS(1213), + [anon_sym___attribute__] = ACTIONS(1213), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1215), + [anon_sym___declspec] = ACTIONS(1213), + [anon_sym___cdecl] = ACTIONS(1213), + [anon_sym___clrcall] = ACTIONS(1213), + [anon_sym___stdcall] = ACTIONS(1213), + [anon_sym___fastcall] = ACTIONS(1213), + [anon_sym___thiscall] = ACTIONS(1213), + [anon_sym___vectorcall] = ACTIONS(1213), + [anon_sym_LBRACE] = ACTIONS(1215), + [anon_sym_signed] = ACTIONS(1213), + [anon_sym_unsigned] = ACTIONS(1213), + [anon_sym_long] = ACTIONS(1213), + [anon_sym_short] = ACTIONS(1213), + [anon_sym_static] = ACTIONS(1213), + [anon_sym_auto] = ACTIONS(1213), + [anon_sym_register] = ACTIONS(1213), + [anon_sym_inline] = ACTIONS(1213), + [anon_sym___inline] = ACTIONS(1213), + [anon_sym___inline__] = ACTIONS(1213), + [anon_sym___forceinline] = ACTIONS(1213), + [anon_sym_thread_local] = ACTIONS(1213), + [anon_sym___thread] = ACTIONS(1213), + [anon_sym_const] = ACTIONS(1213), + [anon_sym_constexpr] = ACTIONS(1213), + [anon_sym_volatile] = ACTIONS(1213), + [anon_sym_restrict] = ACTIONS(1213), + [anon_sym___restrict__] = ACTIONS(1213), + [anon_sym__Atomic] = ACTIONS(1213), + [anon_sym__Noreturn] = ACTIONS(1213), + [anon_sym_noreturn] = ACTIONS(1213), + [sym_primitive_type] = ACTIONS(1213), + [anon_sym_enum] = ACTIONS(1213), + [anon_sym_struct] = ACTIONS(1213), + [anon_sym_union] = ACTIONS(1213), + [anon_sym_if] = ACTIONS(1213), + [anon_sym_else] = ACTIONS(1437), + [anon_sym_switch] = ACTIONS(1213), + [anon_sym_case] = ACTIONS(1213), + [anon_sym_default] = ACTIONS(1213), + [anon_sym_while] = ACTIONS(1213), + [anon_sym_do] = ACTIONS(1213), + [anon_sym_for] = ACTIONS(1213), + [anon_sym_return] = ACTIONS(1213), + [anon_sym_break] = ACTIONS(1213), + [anon_sym_continue] = ACTIONS(1213), + [anon_sym_goto] = ACTIONS(1213), + [anon_sym_DASH_DASH] = ACTIONS(1215), + [anon_sym_PLUS_PLUS] = ACTIONS(1215), + [anon_sym_sizeof] = ACTIONS(1213), + [anon_sym___alignof__] = ACTIONS(1213), + [anon_sym___alignof] = ACTIONS(1213), + [anon_sym__alignof] = ACTIONS(1213), + [anon_sym_alignof] = ACTIONS(1213), + [anon_sym__Alignof] = ACTIONS(1213), + [anon_sym_offsetof] = ACTIONS(1213), + [anon_sym__Generic] = ACTIONS(1213), + [anon_sym_asm] = ACTIONS(1213), + [anon_sym___asm__] = ACTIONS(1213), + [sym_number_literal] = ACTIONS(1215), + [anon_sym_L_SQUOTE] = ACTIONS(1215), + [anon_sym_u_SQUOTE] = ACTIONS(1215), + [anon_sym_U_SQUOTE] = ACTIONS(1215), + [anon_sym_u8_SQUOTE] = ACTIONS(1215), + [anon_sym_SQUOTE] = ACTIONS(1215), + [anon_sym_L_DQUOTE] = ACTIONS(1215), + [anon_sym_u_DQUOTE] = ACTIONS(1215), + [anon_sym_U_DQUOTE] = ACTIONS(1215), + [anon_sym_u8_DQUOTE] = ACTIONS(1215), + [anon_sym_DQUOTE] = ACTIONS(1215), + [sym_true] = ACTIONS(1213), + [sym_false] = ACTIONS(1213), + [anon_sym_NULL] = ACTIONS(1213), + [anon_sym_nullptr] = ACTIONS(1213), + [sym_comment] = ACTIONS(3), + }, + [211] = { + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token2] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [aux_sym_preproc_else_token1] = ACTIONS(1375), + [aux_sym_preproc_elif_token1] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), [sym_comment] = ACTIONS(3), }, - [225] = { - [sym_identifier] = ACTIONS(1279), - [aux_sym_preproc_include_token1] = ACTIONS(1279), - [aux_sym_preproc_def_token1] = ACTIONS(1279), - [aux_sym_preproc_if_token1] = ACTIONS(1279), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), - [sym_preproc_directive] = ACTIONS(1279), - [anon_sym_LPAREN2] = ACTIONS(1281), - [anon_sym_BANG] = ACTIONS(1281), - [anon_sym_TILDE] = ACTIONS(1281), - [anon_sym_DASH] = ACTIONS(1279), - [anon_sym_PLUS] = ACTIONS(1279), - [anon_sym_STAR] = ACTIONS(1281), - [anon_sym_AMP] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1279), - [anon_sym_typedef] = ACTIONS(1279), - [anon_sym_extern] = ACTIONS(1279), - [anon_sym___attribute__] = ACTIONS(1279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), - [anon_sym___declspec] = ACTIONS(1279), - [anon_sym___cdecl] = ACTIONS(1279), - [anon_sym___clrcall] = ACTIONS(1279), - [anon_sym___stdcall] = ACTIONS(1279), - [anon_sym___fastcall] = ACTIONS(1279), - [anon_sym___thiscall] = ACTIONS(1279), - [anon_sym___vectorcall] = ACTIONS(1279), - [anon_sym_LBRACE] = ACTIONS(1281), - [anon_sym_RBRACE] = ACTIONS(1281), - [anon_sym_signed] = ACTIONS(1279), - [anon_sym_unsigned] = ACTIONS(1279), - [anon_sym_long] = ACTIONS(1279), - [anon_sym_short] = ACTIONS(1279), - [anon_sym_static] = ACTIONS(1279), - [anon_sym_auto] = ACTIONS(1279), - [anon_sym_register] = ACTIONS(1279), - [anon_sym_inline] = ACTIONS(1279), - [anon_sym___inline] = ACTIONS(1279), - [anon_sym___inline__] = ACTIONS(1279), - [anon_sym___forceinline] = ACTIONS(1279), - [anon_sym_thread_local] = ACTIONS(1279), - [anon_sym___thread] = ACTIONS(1279), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [sym_primitive_type] = ACTIONS(1279), - [anon_sym_enum] = ACTIONS(1279), - [anon_sym_struct] = ACTIONS(1279), - [anon_sym_union] = ACTIONS(1279), - [anon_sym_if] = ACTIONS(1279), - [anon_sym_else] = ACTIONS(1279), - [anon_sym_switch] = ACTIONS(1279), - [anon_sym_case] = ACTIONS(1279), - [anon_sym_default] = ACTIONS(1279), - [anon_sym_while] = ACTIONS(1279), - [anon_sym_do] = ACTIONS(1279), - [anon_sym_for] = ACTIONS(1279), - [anon_sym_return] = ACTIONS(1279), - [anon_sym_break] = ACTIONS(1279), - [anon_sym_continue] = ACTIONS(1279), - [anon_sym_goto] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1281), - [anon_sym_PLUS_PLUS] = ACTIONS(1281), - [anon_sym_sizeof] = ACTIONS(1279), - [anon_sym___alignof__] = ACTIONS(1279), - [anon_sym___alignof] = ACTIONS(1279), - [anon_sym__alignof] = ACTIONS(1279), - [anon_sym_alignof] = ACTIONS(1279), - [anon_sym__Alignof] = ACTIONS(1279), - [anon_sym_offsetof] = ACTIONS(1279), - [anon_sym__Generic] = ACTIONS(1279), - [anon_sym_asm] = ACTIONS(1279), - [anon_sym___asm__] = ACTIONS(1279), - [sym_number_literal] = ACTIONS(1281), - [anon_sym_L_SQUOTE] = ACTIONS(1281), - [anon_sym_u_SQUOTE] = ACTIONS(1281), - [anon_sym_U_SQUOTE] = ACTIONS(1281), - [anon_sym_u8_SQUOTE] = ACTIONS(1281), - [anon_sym_SQUOTE] = ACTIONS(1281), - [anon_sym_L_DQUOTE] = ACTIONS(1281), - [anon_sym_u_DQUOTE] = ACTIONS(1281), - [anon_sym_U_DQUOTE] = ACTIONS(1281), - [anon_sym_u8_DQUOTE] = ACTIONS(1281), - [anon_sym_DQUOTE] = ACTIONS(1281), - [sym_true] = ACTIONS(1279), - [sym_false] = ACTIONS(1279), - [anon_sym_NULL] = ACTIONS(1279), - [anon_sym_nullptr] = ACTIONS(1279), + [212] = { + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token2] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [aux_sym_preproc_else_token1] = ACTIONS(1399), + [aux_sym_preproc_elif_token1] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), [sym_comment] = ACTIONS(3), }, - [226] = { - [sym_identifier] = ACTIONS(1271), - [aux_sym_preproc_include_token1] = ACTIONS(1271), - [aux_sym_preproc_def_token1] = ACTIONS(1271), - [aux_sym_preproc_if_token1] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), - [sym_preproc_directive] = ACTIONS(1271), - [anon_sym_LPAREN2] = ACTIONS(1273), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_TILDE] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_PLUS] = ACTIONS(1271), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1271), - [anon_sym_typedef] = ACTIONS(1271), - [anon_sym_extern] = ACTIONS(1271), - [anon_sym___attribute__] = ACTIONS(1271), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), - [anon_sym___declspec] = ACTIONS(1271), - [anon_sym___cdecl] = ACTIONS(1271), - [anon_sym___clrcall] = ACTIONS(1271), - [anon_sym___stdcall] = ACTIONS(1271), - [anon_sym___fastcall] = ACTIONS(1271), - [anon_sym___thiscall] = ACTIONS(1271), - [anon_sym___vectorcall] = ACTIONS(1271), - [anon_sym_LBRACE] = ACTIONS(1273), - [anon_sym_RBRACE] = ACTIONS(1273), - [anon_sym_signed] = ACTIONS(1271), - [anon_sym_unsigned] = ACTIONS(1271), - [anon_sym_long] = ACTIONS(1271), - [anon_sym_short] = ACTIONS(1271), - [anon_sym_static] = ACTIONS(1271), - [anon_sym_auto] = ACTIONS(1271), - [anon_sym_register] = ACTIONS(1271), - [anon_sym_inline] = ACTIONS(1271), - [anon_sym___inline] = ACTIONS(1271), - [anon_sym___inline__] = ACTIONS(1271), - [anon_sym___forceinline] = ACTIONS(1271), - [anon_sym_thread_local] = ACTIONS(1271), - [anon_sym___thread] = ACTIONS(1271), - [anon_sym_const] = ACTIONS(1271), - [anon_sym_constexpr] = ACTIONS(1271), - [anon_sym_volatile] = ACTIONS(1271), - [anon_sym_restrict] = ACTIONS(1271), - [anon_sym___restrict__] = ACTIONS(1271), - [anon_sym__Atomic] = ACTIONS(1271), - [anon_sym__Noreturn] = ACTIONS(1271), - [anon_sym_noreturn] = ACTIONS(1271), - [sym_primitive_type] = ACTIONS(1271), - [anon_sym_enum] = ACTIONS(1271), - [anon_sym_struct] = ACTIONS(1271), - [anon_sym_union] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1271), - [anon_sym_else] = ACTIONS(1271), - [anon_sym_switch] = ACTIONS(1271), - [anon_sym_case] = ACTIONS(1271), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_while] = ACTIONS(1271), - [anon_sym_do] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1271), - [anon_sym_return] = ACTIONS(1271), - [anon_sym_break] = ACTIONS(1271), - [anon_sym_continue] = ACTIONS(1271), - [anon_sym_goto] = ACTIONS(1271), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_sizeof] = ACTIONS(1271), - [anon_sym___alignof__] = ACTIONS(1271), - [anon_sym___alignof] = ACTIONS(1271), - [anon_sym__alignof] = ACTIONS(1271), - [anon_sym_alignof] = ACTIONS(1271), - [anon_sym__Alignof] = ACTIONS(1271), - [anon_sym_offsetof] = ACTIONS(1271), - [anon_sym__Generic] = ACTIONS(1271), - [anon_sym_asm] = ACTIONS(1271), - [anon_sym___asm__] = ACTIONS(1271), - [sym_number_literal] = ACTIONS(1273), - [anon_sym_L_SQUOTE] = ACTIONS(1273), - [anon_sym_u_SQUOTE] = ACTIONS(1273), - [anon_sym_U_SQUOTE] = ACTIONS(1273), - [anon_sym_u8_SQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1273), - [anon_sym_L_DQUOTE] = ACTIONS(1273), - [anon_sym_u_DQUOTE] = ACTIONS(1273), - [anon_sym_U_DQUOTE] = ACTIONS(1273), - [anon_sym_u8_DQUOTE] = ACTIONS(1273), - [anon_sym_DQUOTE] = ACTIONS(1273), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [anon_sym_NULL] = ACTIONS(1271), - [anon_sym_nullptr] = ACTIONS(1271), + [213] = { + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token2] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [aux_sym_preproc_else_token1] = ACTIONS(1379), + [aux_sym_preproc_elif_token1] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym_SEMI] = ACTIONS(1381), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), [sym_comment] = ACTIONS(3), }, - [227] = { - [ts_builtin_sym_end] = ACTIONS(1289), - [sym_identifier] = ACTIONS(1287), - [aux_sym_preproc_include_token1] = ACTIONS(1287), - [aux_sym_preproc_def_token1] = ACTIONS(1287), - [aux_sym_preproc_if_token1] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), - [sym_preproc_directive] = ACTIONS(1287), - [anon_sym_LPAREN2] = ACTIONS(1289), - [anon_sym_BANG] = ACTIONS(1289), - [anon_sym_TILDE] = ACTIONS(1289), - [anon_sym_DASH] = ACTIONS(1287), - [anon_sym_PLUS] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_AMP] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1287), - [anon_sym_typedef] = ACTIONS(1287), - [anon_sym_extern] = ACTIONS(1287), - [anon_sym___attribute__] = ACTIONS(1287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), - [anon_sym___declspec] = ACTIONS(1287), - [anon_sym___cdecl] = ACTIONS(1287), - [anon_sym___clrcall] = ACTIONS(1287), - [anon_sym___stdcall] = ACTIONS(1287), - [anon_sym___fastcall] = ACTIONS(1287), - [anon_sym___thiscall] = ACTIONS(1287), - [anon_sym___vectorcall] = ACTIONS(1287), - [anon_sym_LBRACE] = ACTIONS(1289), - [anon_sym_signed] = ACTIONS(1287), - [anon_sym_unsigned] = ACTIONS(1287), - [anon_sym_long] = ACTIONS(1287), - [anon_sym_short] = ACTIONS(1287), - [anon_sym_static] = ACTIONS(1287), - [anon_sym_auto] = ACTIONS(1287), - [anon_sym_register] = ACTIONS(1287), - [anon_sym_inline] = ACTIONS(1287), - [anon_sym___inline] = ACTIONS(1287), - [anon_sym___inline__] = ACTIONS(1287), - [anon_sym___forceinline] = ACTIONS(1287), - [anon_sym_thread_local] = ACTIONS(1287), - [anon_sym___thread] = ACTIONS(1287), - [anon_sym_const] = ACTIONS(1287), - [anon_sym_constexpr] = ACTIONS(1287), - [anon_sym_volatile] = ACTIONS(1287), - [anon_sym_restrict] = ACTIONS(1287), - [anon_sym___restrict__] = ACTIONS(1287), - [anon_sym__Atomic] = ACTIONS(1287), - [anon_sym__Noreturn] = ACTIONS(1287), - [anon_sym_noreturn] = ACTIONS(1287), - [sym_primitive_type] = ACTIONS(1287), - [anon_sym_enum] = ACTIONS(1287), - [anon_sym_struct] = ACTIONS(1287), - [anon_sym_union] = ACTIONS(1287), - [anon_sym_if] = ACTIONS(1287), - [anon_sym_else] = ACTIONS(1287), - [anon_sym_switch] = ACTIONS(1287), - [anon_sym_case] = ACTIONS(1287), - [anon_sym_default] = ACTIONS(1287), - [anon_sym_while] = ACTIONS(1287), - [anon_sym_do] = ACTIONS(1287), - [anon_sym_for] = ACTIONS(1287), - [anon_sym_return] = ACTIONS(1287), - [anon_sym_break] = ACTIONS(1287), - [anon_sym_continue] = ACTIONS(1287), - [anon_sym_goto] = ACTIONS(1287), - [anon_sym_DASH_DASH] = ACTIONS(1289), - [anon_sym_PLUS_PLUS] = ACTIONS(1289), - [anon_sym_sizeof] = ACTIONS(1287), - [anon_sym___alignof__] = ACTIONS(1287), - [anon_sym___alignof] = ACTIONS(1287), - [anon_sym__alignof] = ACTIONS(1287), - [anon_sym_alignof] = ACTIONS(1287), - [anon_sym__Alignof] = ACTIONS(1287), - [anon_sym_offsetof] = ACTIONS(1287), - [anon_sym__Generic] = ACTIONS(1287), - [anon_sym_asm] = ACTIONS(1287), - [anon_sym___asm__] = ACTIONS(1287), - [sym_number_literal] = ACTIONS(1289), - [anon_sym_L_SQUOTE] = ACTIONS(1289), - [anon_sym_u_SQUOTE] = ACTIONS(1289), - [anon_sym_U_SQUOTE] = ACTIONS(1289), - [anon_sym_u8_SQUOTE] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1289), - [anon_sym_L_DQUOTE] = ACTIONS(1289), - [anon_sym_u_DQUOTE] = ACTIONS(1289), - [anon_sym_U_DQUOTE] = ACTIONS(1289), - [anon_sym_u8_DQUOTE] = ACTIONS(1289), - [anon_sym_DQUOTE] = ACTIONS(1289), - [sym_true] = ACTIONS(1287), - [sym_false] = ACTIONS(1287), - [anon_sym_NULL] = ACTIONS(1287), - [anon_sym_nullptr] = ACTIONS(1287), + [214] = { + [sym_identifier] = ACTIONS(1343), + [aux_sym_preproc_include_token1] = ACTIONS(1343), + [aux_sym_preproc_def_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token2] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), + [aux_sym_preproc_else_token1] = ACTIONS(1343), + [aux_sym_preproc_elif_token1] = ACTIONS(1343), + [sym_preproc_directive] = ACTIONS(1343), + [anon_sym_LPAREN2] = ACTIONS(1345), + [anon_sym_BANG] = ACTIONS(1345), + [anon_sym_TILDE] = ACTIONS(1345), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym___extension__] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1343), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym___attribute__] = ACTIONS(1343), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), + [anon_sym___declspec] = ACTIONS(1343), + [anon_sym___cdecl] = ACTIONS(1343), + [anon_sym___clrcall] = ACTIONS(1343), + [anon_sym___stdcall] = ACTIONS(1343), + [anon_sym___fastcall] = ACTIONS(1343), + [anon_sym___thiscall] = ACTIONS(1343), + [anon_sym___vectorcall] = ACTIONS(1343), + [anon_sym_LBRACE] = ACTIONS(1345), + [anon_sym_signed] = ACTIONS(1343), + [anon_sym_unsigned] = ACTIONS(1343), + [anon_sym_long] = ACTIONS(1343), + [anon_sym_short] = ACTIONS(1343), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym___inline] = ACTIONS(1343), + [anon_sym___inline__] = ACTIONS(1343), + [anon_sym___forceinline] = ACTIONS(1343), + [anon_sym_thread_local] = ACTIONS(1343), + [anon_sym___thread] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_constexpr] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym___restrict__] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym__Noreturn] = ACTIONS(1343), + [anon_sym_noreturn] = ACTIONS(1343), + [sym_primitive_type] = ACTIONS(1343), + [anon_sym_enum] = ACTIONS(1343), + [anon_sym_struct] = ACTIONS(1343), + [anon_sym_union] = ACTIONS(1343), + [anon_sym_if] = ACTIONS(1343), + [anon_sym_switch] = ACTIONS(1343), + [anon_sym_case] = ACTIONS(1343), + [anon_sym_default] = ACTIONS(1343), + [anon_sym_while] = ACTIONS(1343), + [anon_sym_do] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1343), + [anon_sym_return] = ACTIONS(1343), + [anon_sym_break] = ACTIONS(1343), + [anon_sym_continue] = ACTIONS(1343), + [anon_sym_goto] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1345), + [anon_sym_PLUS_PLUS] = ACTIONS(1345), + [anon_sym_sizeof] = ACTIONS(1343), + [anon_sym___alignof__] = ACTIONS(1343), + [anon_sym___alignof] = ACTIONS(1343), + [anon_sym__alignof] = ACTIONS(1343), + [anon_sym_alignof] = ACTIONS(1343), + [anon_sym__Alignof] = ACTIONS(1343), + [anon_sym_offsetof] = ACTIONS(1343), + [anon_sym__Generic] = ACTIONS(1343), + [anon_sym_asm] = ACTIONS(1343), + [anon_sym___asm__] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1345), + [anon_sym_L_SQUOTE] = ACTIONS(1345), + [anon_sym_u_SQUOTE] = ACTIONS(1345), + [anon_sym_U_SQUOTE] = ACTIONS(1345), + [anon_sym_u8_SQUOTE] = ACTIONS(1345), + [anon_sym_SQUOTE] = ACTIONS(1345), + [anon_sym_L_DQUOTE] = ACTIONS(1345), + [anon_sym_u_DQUOTE] = ACTIONS(1345), + [anon_sym_U_DQUOTE] = ACTIONS(1345), + [anon_sym_u8_DQUOTE] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(1345), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [anon_sym_NULL] = ACTIONS(1343), + [anon_sym_nullptr] = ACTIONS(1343), [sym_comment] = ACTIONS(3), }, - [228] = { - [ts_builtin_sym_end] = ACTIONS(1301), - [sym_identifier] = ACTIONS(1299), - [aux_sym_preproc_include_token1] = ACTIONS(1299), - [aux_sym_preproc_def_token1] = ACTIONS(1299), - [aux_sym_preproc_if_token1] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), - [sym_preproc_directive] = ACTIONS(1299), - [anon_sym_LPAREN2] = ACTIONS(1301), - [anon_sym_BANG] = ACTIONS(1301), - [anon_sym_TILDE] = ACTIONS(1301), - [anon_sym_DASH] = ACTIONS(1299), - [anon_sym_PLUS] = ACTIONS(1299), - [anon_sym_STAR] = ACTIONS(1301), - [anon_sym_AMP] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1299), - [anon_sym_typedef] = ACTIONS(1299), - [anon_sym_extern] = ACTIONS(1299), - [anon_sym___attribute__] = ACTIONS(1299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), - [anon_sym___declspec] = ACTIONS(1299), - [anon_sym___cdecl] = ACTIONS(1299), - [anon_sym___clrcall] = ACTIONS(1299), - [anon_sym___stdcall] = ACTIONS(1299), - [anon_sym___fastcall] = ACTIONS(1299), - [anon_sym___thiscall] = ACTIONS(1299), - [anon_sym___vectorcall] = ACTIONS(1299), - [anon_sym_LBRACE] = ACTIONS(1301), - [anon_sym_signed] = ACTIONS(1299), - [anon_sym_unsigned] = ACTIONS(1299), - [anon_sym_long] = ACTIONS(1299), - [anon_sym_short] = ACTIONS(1299), - [anon_sym_static] = ACTIONS(1299), - [anon_sym_auto] = ACTIONS(1299), - [anon_sym_register] = ACTIONS(1299), - [anon_sym_inline] = ACTIONS(1299), - [anon_sym___inline] = ACTIONS(1299), - [anon_sym___inline__] = ACTIONS(1299), - [anon_sym___forceinline] = ACTIONS(1299), - [anon_sym_thread_local] = ACTIONS(1299), - [anon_sym___thread] = ACTIONS(1299), - [anon_sym_const] = ACTIONS(1299), - [anon_sym_constexpr] = ACTIONS(1299), - [anon_sym_volatile] = ACTIONS(1299), - [anon_sym_restrict] = ACTIONS(1299), - [anon_sym___restrict__] = ACTIONS(1299), - [anon_sym__Atomic] = ACTIONS(1299), - [anon_sym__Noreturn] = ACTIONS(1299), - [anon_sym_noreturn] = ACTIONS(1299), - [sym_primitive_type] = ACTIONS(1299), - [anon_sym_enum] = ACTIONS(1299), - [anon_sym_struct] = ACTIONS(1299), - [anon_sym_union] = ACTIONS(1299), - [anon_sym_if] = ACTIONS(1299), - [anon_sym_else] = ACTIONS(1299), - [anon_sym_switch] = ACTIONS(1299), - [anon_sym_case] = ACTIONS(1299), - [anon_sym_default] = ACTIONS(1299), - [anon_sym_while] = ACTIONS(1299), - [anon_sym_do] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1299), - [anon_sym_return] = ACTIONS(1299), - [anon_sym_break] = ACTIONS(1299), - [anon_sym_continue] = ACTIONS(1299), - [anon_sym_goto] = ACTIONS(1299), - [anon_sym_DASH_DASH] = ACTIONS(1301), - [anon_sym_PLUS_PLUS] = ACTIONS(1301), - [anon_sym_sizeof] = ACTIONS(1299), - [anon_sym___alignof__] = ACTIONS(1299), - [anon_sym___alignof] = ACTIONS(1299), - [anon_sym__alignof] = ACTIONS(1299), - [anon_sym_alignof] = ACTIONS(1299), - [anon_sym__Alignof] = ACTIONS(1299), - [anon_sym_offsetof] = ACTIONS(1299), - [anon_sym__Generic] = ACTIONS(1299), - [anon_sym_asm] = ACTIONS(1299), - [anon_sym___asm__] = ACTIONS(1299), - [sym_number_literal] = ACTIONS(1301), - [anon_sym_L_SQUOTE] = ACTIONS(1301), - [anon_sym_u_SQUOTE] = ACTIONS(1301), - [anon_sym_U_SQUOTE] = ACTIONS(1301), - [anon_sym_u8_SQUOTE] = ACTIONS(1301), - [anon_sym_SQUOTE] = ACTIONS(1301), - [anon_sym_L_DQUOTE] = ACTIONS(1301), - [anon_sym_u_DQUOTE] = ACTIONS(1301), - [anon_sym_U_DQUOTE] = ACTIONS(1301), - [anon_sym_u8_DQUOTE] = ACTIONS(1301), - [anon_sym_DQUOTE] = ACTIONS(1301), - [sym_true] = ACTIONS(1299), - [sym_false] = ACTIONS(1299), - [anon_sym_NULL] = ACTIONS(1299), - [anon_sym_nullptr] = ACTIONS(1299), + [215] = { + [sym_identifier] = ACTIONS(1335), + [aux_sym_preproc_include_token1] = ACTIONS(1335), + [aux_sym_preproc_def_token1] = ACTIONS(1335), + [aux_sym_preproc_if_token1] = ACTIONS(1335), + [aux_sym_preproc_if_token2] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), + [aux_sym_preproc_else_token1] = ACTIONS(1335), + [aux_sym_preproc_elif_token1] = ACTIONS(1335), + [sym_preproc_directive] = ACTIONS(1335), + [anon_sym_LPAREN2] = ACTIONS(1337), + [anon_sym_BANG] = ACTIONS(1337), + [anon_sym_TILDE] = ACTIONS(1337), + [anon_sym_DASH] = ACTIONS(1335), + [anon_sym_PLUS] = ACTIONS(1335), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_AMP] = ACTIONS(1337), + [anon_sym_SEMI] = ACTIONS(1337), + [anon_sym___extension__] = ACTIONS(1335), + [anon_sym_typedef] = ACTIONS(1335), + [anon_sym_extern] = ACTIONS(1335), + [anon_sym___attribute__] = ACTIONS(1335), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), + [anon_sym___declspec] = ACTIONS(1335), + [anon_sym___cdecl] = ACTIONS(1335), + [anon_sym___clrcall] = ACTIONS(1335), + [anon_sym___stdcall] = ACTIONS(1335), + [anon_sym___fastcall] = ACTIONS(1335), + [anon_sym___thiscall] = ACTIONS(1335), + [anon_sym___vectorcall] = ACTIONS(1335), + [anon_sym_LBRACE] = ACTIONS(1337), + [anon_sym_signed] = ACTIONS(1335), + [anon_sym_unsigned] = ACTIONS(1335), + [anon_sym_long] = ACTIONS(1335), + [anon_sym_short] = ACTIONS(1335), + [anon_sym_static] = ACTIONS(1335), + [anon_sym_auto] = ACTIONS(1335), + [anon_sym_register] = ACTIONS(1335), + [anon_sym_inline] = ACTIONS(1335), + [anon_sym___inline] = ACTIONS(1335), + [anon_sym___inline__] = ACTIONS(1335), + [anon_sym___forceinline] = ACTIONS(1335), + [anon_sym_thread_local] = ACTIONS(1335), + [anon_sym___thread] = ACTIONS(1335), + [anon_sym_const] = ACTIONS(1335), + [anon_sym_constexpr] = ACTIONS(1335), + [anon_sym_volatile] = ACTIONS(1335), + [anon_sym_restrict] = ACTIONS(1335), + [anon_sym___restrict__] = ACTIONS(1335), + [anon_sym__Atomic] = ACTIONS(1335), + [anon_sym__Noreturn] = ACTIONS(1335), + [anon_sym_noreturn] = ACTIONS(1335), + [sym_primitive_type] = ACTIONS(1335), + [anon_sym_enum] = ACTIONS(1335), + [anon_sym_struct] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1335), + [anon_sym_if] = ACTIONS(1335), + [anon_sym_switch] = ACTIONS(1335), + [anon_sym_case] = ACTIONS(1335), + [anon_sym_default] = ACTIONS(1335), + [anon_sym_while] = ACTIONS(1335), + [anon_sym_do] = ACTIONS(1335), + [anon_sym_for] = ACTIONS(1335), + [anon_sym_return] = ACTIONS(1335), + [anon_sym_break] = ACTIONS(1335), + [anon_sym_continue] = ACTIONS(1335), + [anon_sym_goto] = ACTIONS(1335), + [anon_sym_DASH_DASH] = ACTIONS(1337), + [anon_sym_PLUS_PLUS] = ACTIONS(1337), + [anon_sym_sizeof] = ACTIONS(1335), + [anon_sym___alignof__] = ACTIONS(1335), + [anon_sym___alignof] = ACTIONS(1335), + [anon_sym__alignof] = ACTIONS(1335), + [anon_sym_alignof] = ACTIONS(1335), + [anon_sym__Alignof] = ACTIONS(1335), + [anon_sym_offsetof] = ACTIONS(1335), + [anon_sym__Generic] = ACTIONS(1335), + [anon_sym_asm] = ACTIONS(1335), + [anon_sym___asm__] = ACTIONS(1335), + [sym_number_literal] = ACTIONS(1337), + [anon_sym_L_SQUOTE] = ACTIONS(1337), + [anon_sym_u_SQUOTE] = ACTIONS(1337), + [anon_sym_U_SQUOTE] = ACTIONS(1337), + [anon_sym_u8_SQUOTE] = ACTIONS(1337), + [anon_sym_SQUOTE] = ACTIONS(1337), + [anon_sym_L_DQUOTE] = ACTIONS(1337), + [anon_sym_u_DQUOTE] = ACTIONS(1337), + [anon_sym_U_DQUOTE] = ACTIONS(1337), + [anon_sym_u8_DQUOTE] = ACTIONS(1337), + [anon_sym_DQUOTE] = ACTIONS(1337), + [sym_true] = ACTIONS(1335), + [sym_false] = ACTIONS(1335), + [anon_sym_NULL] = ACTIONS(1335), + [anon_sym_nullptr] = ACTIONS(1335), [sym_comment] = ACTIONS(3), }, - [229] = { - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token2] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1227), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), + [216] = { + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token2] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [aux_sym_preproc_else_token1] = ACTIONS(1331), + [aux_sym_preproc_elif_token1] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), [sym_comment] = ACTIONS(3), }, - [230] = { - [sym_identifier] = ACTIONS(1303), - [aux_sym_preproc_include_token1] = ACTIONS(1303), - [aux_sym_preproc_def_token1] = ACTIONS(1303), - [aux_sym_preproc_if_token1] = ACTIONS(1303), - [aux_sym_preproc_if_token2] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), - [sym_preproc_directive] = ACTIONS(1303), - [anon_sym_LPAREN2] = ACTIONS(1305), - [anon_sym_BANG] = ACTIONS(1305), - [anon_sym_TILDE] = ACTIONS(1305), - [anon_sym_DASH] = ACTIONS(1303), - [anon_sym_PLUS] = ACTIONS(1303), - [anon_sym_STAR] = ACTIONS(1305), - [anon_sym_AMP] = ACTIONS(1305), - [anon_sym_SEMI] = ACTIONS(1305), - [anon_sym___extension__] = ACTIONS(1303), - [anon_sym_typedef] = ACTIONS(1303), - [anon_sym_extern] = ACTIONS(1303), - [anon_sym___attribute__] = ACTIONS(1303), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), - [anon_sym___declspec] = ACTIONS(1303), - [anon_sym___cdecl] = ACTIONS(1303), - [anon_sym___clrcall] = ACTIONS(1303), - [anon_sym___stdcall] = ACTIONS(1303), - [anon_sym___fastcall] = ACTIONS(1303), - [anon_sym___thiscall] = ACTIONS(1303), - [anon_sym___vectorcall] = ACTIONS(1303), - [anon_sym_LBRACE] = ACTIONS(1305), - [anon_sym_signed] = ACTIONS(1303), - [anon_sym_unsigned] = ACTIONS(1303), - [anon_sym_long] = ACTIONS(1303), - [anon_sym_short] = ACTIONS(1303), - [anon_sym_static] = ACTIONS(1303), - [anon_sym_auto] = ACTIONS(1303), - [anon_sym_register] = ACTIONS(1303), - [anon_sym_inline] = ACTIONS(1303), - [anon_sym___inline] = ACTIONS(1303), - [anon_sym___inline__] = ACTIONS(1303), - [anon_sym___forceinline] = ACTIONS(1303), - [anon_sym_thread_local] = ACTIONS(1303), - [anon_sym___thread] = ACTIONS(1303), - [anon_sym_const] = ACTIONS(1303), - [anon_sym_constexpr] = ACTIONS(1303), - [anon_sym_volatile] = ACTIONS(1303), - [anon_sym_restrict] = ACTIONS(1303), - [anon_sym___restrict__] = ACTIONS(1303), - [anon_sym__Atomic] = ACTIONS(1303), - [anon_sym__Noreturn] = ACTIONS(1303), - [anon_sym_noreturn] = ACTIONS(1303), - [sym_primitive_type] = ACTIONS(1303), - [anon_sym_enum] = ACTIONS(1303), - [anon_sym_struct] = ACTIONS(1303), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_if] = ACTIONS(1303), - [anon_sym_else] = ACTIONS(1303), - [anon_sym_switch] = ACTIONS(1303), - [anon_sym_case] = ACTIONS(1303), - [anon_sym_default] = ACTIONS(1303), - [anon_sym_while] = ACTIONS(1303), - [anon_sym_do] = ACTIONS(1303), - [anon_sym_for] = ACTIONS(1303), - [anon_sym_return] = ACTIONS(1303), - [anon_sym_break] = ACTIONS(1303), - [anon_sym_continue] = ACTIONS(1303), - [anon_sym_goto] = ACTIONS(1303), - [anon_sym_DASH_DASH] = ACTIONS(1305), - [anon_sym_PLUS_PLUS] = ACTIONS(1305), - [anon_sym_sizeof] = ACTIONS(1303), - [anon_sym___alignof__] = ACTIONS(1303), - [anon_sym___alignof] = ACTIONS(1303), - [anon_sym__alignof] = ACTIONS(1303), - [anon_sym_alignof] = ACTIONS(1303), - [anon_sym__Alignof] = ACTIONS(1303), - [anon_sym_offsetof] = ACTIONS(1303), - [anon_sym__Generic] = ACTIONS(1303), - [anon_sym_asm] = ACTIONS(1303), - [anon_sym___asm__] = ACTIONS(1303), - [sym_number_literal] = ACTIONS(1305), - [anon_sym_L_SQUOTE] = ACTIONS(1305), - [anon_sym_u_SQUOTE] = ACTIONS(1305), - [anon_sym_U_SQUOTE] = ACTIONS(1305), - [anon_sym_u8_SQUOTE] = ACTIONS(1305), - [anon_sym_SQUOTE] = ACTIONS(1305), - [anon_sym_L_DQUOTE] = ACTIONS(1305), - [anon_sym_u_DQUOTE] = ACTIONS(1305), - [anon_sym_U_DQUOTE] = ACTIONS(1305), - [anon_sym_u8_DQUOTE] = ACTIONS(1305), - [anon_sym_DQUOTE] = ACTIONS(1305), - [sym_true] = ACTIONS(1303), - [sym_false] = ACTIONS(1303), - [anon_sym_NULL] = ACTIONS(1303), - [anon_sym_nullptr] = ACTIONS(1303), + [217] = { + [sym_identifier] = ACTIONS(1327), + [aux_sym_preproc_include_token1] = ACTIONS(1327), + [aux_sym_preproc_def_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token2] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), + [aux_sym_preproc_else_token1] = ACTIONS(1327), + [aux_sym_preproc_elif_token1] = ACTIONS(1327), + [sym_preproc_directive] = ACTIONS(1327), + [anon_sym_LPAREN2] = ACTIONS(1329), + [anon_sym_BANG] = ACTIONS(1329), + [anon_sym_TILDE] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(1329), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym___extension__] = ACTIONS(1327), + [anon_sym_typedef] = ACTIONS(1327), + [anon_sym_extern] = ACTIONS(1327), + [anon_sym___attribute__] = ACTIONS(1327), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), + [anon_sym___declspec] = ACTIONS(1327), + [anon_sym___cdecl] = ACTIONS(1327), + [anon_sym___clrcall] = ACTIONS(1327), + [anon_sym___stdcall] = ACTIONS(1327), + [anon_sym___fastcall] = ACTIONS(1327), + [anon_sym___thiscall] = ACTIONS(1327), + [anon_sym___vectorcall] = ACTIONS(1327), + [anon_sym_LBRACE] = ACTIONS(1329), + [anon_sym_signed] = ACTIONS(1327), + [anon_sym_unsigned] = ACTIONS(1327), + [anon_sym_long] = ACTIONS(1327), + [anon_sym_short] = ACTIONS(1327), + [anon_sym_static] = ACTIONS(1327), + [anon_sym_auto] = ACTIONS(1327), + [anon_sym_register] = ACTIONS(1327), + [anon_sym_inline] = ACTIONS(1327), + [anon_sym___inline] = ACTIONS(1327), + [anon_sym___inline__] = ACTIONS(1327), + [anon_sym___forceinline] = ACTIONS(1327), + [anon_sym_thread_local] = ACTIONS(1327), + [anon_sym___thread] = ACTIONS(1327), + [anon_sym_const] = ACTIONS(1327), + [anon_sym_constexpr] = ACTIONS(1327), + [anon_sym_volatile] = ACTIONS(1327), + [anon_sym_restrict] = ACTIONS(1327), + [anon_sym___restrict__] = ACTIONS(1327), + [anon_sym__Atomic] = ACTIONS(1327), + [anon_sym__Noreturn] = ACTIONS(1327), + [anon_sym_noreturn] = ACTIONS(1327), + [sym_primitive_type] = ACTIONS(1327), + [anon_sym_enum] = ACTIONS(1327), + [anon_sym_struct] = ACTIONS(1327), + [anon_sym_union] = ACTIONS(1327), + [anon_sym_if] = ACTIONS(1327), + [anon_sym_switch] = ACTIONS(1327), + [anon_sym_case] = ACTIONS(1327), + [anon_sym_default] = ACTIONS(1327), + [anon_sym_while] = ACTIONS(1327), + [anon_sym_do] = ACTIONS(1327), + [anon_sym_for] = ACTIONS(1327), + [anon_sym_return] = ACTIONS(1327), + [anon_sym_break] = ACTIONS(1327), + [anon_sym_continue] = ACTIONS(1327), + [anon_sym_goto] = ACTIONS(1327), + [anon_sym_DASH_DASH] = ACTIONS(1329), + [anon_sym_PLUS_PLUS] = ACTIONS(1329), + [anon_sym_sizeof] = ACTIONS(1327), + [anon_sym___alignof__] = ACTIONS(1327), + [anon_sym___alignof] = ACTIONS(1327), + [anon_sym__alignof] = ACTIONS(1327), + [anon_sym_alignof] = ACTIONS(1327), + [anon_sym__Alignof] = ACTIONS(1327), + [anon_sym_offsetof] = ACTIONS(1327), + [anon_sym__Generic] = ACTIONS(1327), + [anon_sym_asm] = ACTIONS(1327), + [anon_sym___asm__] = ACTIONS(1327), + [sym_number_literal] = ACTIONS(1329), + [anon_sym_L_SQUOTE] = ACTIONS(1329), + [anon_sym_u_SQUOTE] = ACTIONS(1329), + [anon_sym_U_SQUOTE] = ACTIONS(1329), + [anon_sym_u8_SQUOTE] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1329), + [anon_sym_L_DQUOTE] = ACTIONS(1329), + [anon_sym_u_DQUOTE] = ACTIONS(1329), + [anon_sym_U_DQUOTE] = ACTIONS(1329), + [anon_sym_u8_DQUOTE] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(1329), + [sym_true] = ACTIONS(1327), + [sym_false] = ACTIONS(1327), + [anon_sym_NULL] = ACTIONS(1327), + [anon_sym_nullptr] = ACTIONS(1327), [sym_comment] = ACTIONS(3), }, - [231] = { - [sym_identifier] = ACTIONS(1267), - [aux_sym_preproc_include_token1] = ACTIONS(1267), - [aux_sym_preproc_def_token1] = ACTIONS(1267), - [aux_sym_preproc_if_token1] = ACTIONS(1267), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), - [sym_preproc_directive] = ACTIONS(1267), - [anon_sym_LPAREN2] = ACTIONS(1269), - [anon_sym_BANG] = ACTIONS(1269), - [anon_sym_TILDE] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1267), - [anon_sym_typedef] = ACTIONS(1267), - [anon_sym_extern] = ACTIONS(1267), - [anon_sym___attribute__] = ACTIONS(1267), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___cdecl] = ACTIONS(1267), - [anon_sym___clrcall] = ACTIONS(1267), - [anon_sym___stdcall] = ACTIONS(1267), - [anon_sym___fastcall] = ACTIONS(1267), - [anon_sym___thiscall] = ACTIONS(1267), - [anon_sym___vectorcall] = ACTIONS(1267), - [anon_sym_LBRACE] = ACTIONS(1269), - [anon_sym_RBRACE] = ACTIONS(1269), - [anon_sym_signed] = ACTIONS(1267), - [anon_sym_unsigned] = ACTIONS(1267), - [anon_sym_long] = ACTIONS(1267), - [anon_sym_short] = ACTIONS(1267), - [anon_sym_static] = ACTIONS(1267), - [anon_sym_auto] = ACTIONS(1267), - [anon_sym_register] = ACTIONS(1267), - [anon_sym_inline] = ACTIONS(1267), - [anon_sym___inline] = ACTIONS(1267), - [anon_sym___inline__] = ACTIONS(1267), - [anon_sym___forceinline] = ACTIONS(1267), - [anon_sym_thread_local] = ACTIONS(1267), - [anon_sym___thread] = ACTIONS(1267), - [anon_sym_const] = ACTIONS(1267), - [anon_sym_constexpr] = ACTIONS(1267), - [anon_sym_volatile] = ACTIONS(1267), - [anon_sym_restrict] = ACTIONS(1267), - [anon_sym___restrict__] = ACTIONS(1267), - [anon_sym__Atomic] = ACTIONS(1267), - [anon_sym__Noreturn] = ACTIONS(1267), - [anon_sym_noreturn] = ACTIONS(1267), - [sym_primitive_type] = ACTIONS(1267), - [anon_sym_enum] = ACTIONS(1267), - [anon_sym_struct] = ACTIONS(1267), - [anon_sym_union] = ACTIONS(1267), - [anon_sym_if] = ACTIONS(1267), - [anon_sym_else] = ACTIONS(1267), - [anon_sym_switch] = ACTIONS(1267), - [anon_sym_case] = ACTIONS(1267), - [anon_sym_default] = ACTIONS(1267), - [anon_sym_while] = ACTIONS(1267), - [anon_sym_do] = ACTIONS(1267), - [anon_sym_for] = ACTIONS(1267), - [anon_sym_return] = ACTIONS(1267), - [anon_sym_break] = ACTIONS(1267), - [anon_sym_continue] = ACTIONS(1267), - [anon_sym_goto] = ACTIONS(1267), - [anon_sym_DASH_DASH] = ACTIONS(1269), - [anon_sym_PLUS_PLUS] = ACTIONS(1269), - [anon_sym_sizeof] = ACTIONS(1267), - [anon_sym___alignof__] = ACTIONS(1267), - [anon_sym___alignof] = ACTIONS(1267), - [anon_sym__alignof] = ACTIONS(1267), - [anon_sym_alignof] = ACTIONS(1267), - [anon_sym__Alignof] = ACTIONS(1267), - [anon_sym_offsetof] = ACTIONS(1267), - [anon_sym__Generic] = ACTIONS(1267), - [anon_sym_asm] = ACTIONS(1267), - [anon_sym___asm__] = ACTIONS(1267), - [sym_number_literal] = ACTIONS(1269), - [anon_sym_L_SQUOTE] = ACTIONS(1269), - [anon_sym_u_SQUOTE] = ACTIONS(1269), - [anon_sym_U_SQUOTE] = ACTIONS(1269), - [anon_sym_u8_SQUOTE] = ACTIONS(1269), - [anon_sym_SQUOTE] = ACTIONS(1269), - [anon_sym_L_DQUOTE] = ACTIONS(1269), - [anon_sym_u_DQUOTE] = ACTIONS(1269), - [anon_sym_U_DQUOTE] = ACTIONS(1269), - [anon_sym_u8_DQUOTE] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_true] = ACTIONS(1267), - [sym_false] = ACTIONS(1267), - [anon_sym_NULL] = ACTIONS(1267), - [anon_sym_nullptr] = ACTIONS(1267), + [218] = { + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token2] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [aux_sym_preproc_else_token1] = ACTIONS(1371), + [aux_sym_preproc_elif_token1] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), [sym_comment] = ACTIONS(3), }, - [232] = { - [sym_identifier] = ACTIONS(1299), - [aux_sym_preproc_include_token1] = ACTIONS(1299), - [aux_sym_preproc_def_token1] = ACTIONS(1299), - [aux_sym_preproc_if_token1] = ACTIONS(1299), - [aux_sym_preproc_if_token2] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), - [sym_preproc_directive] = ACTIONS(1299), - [anon_sym_LPAREN2] = ACTIONS(1301), - [anon_sym_BANG] = ACTIONS(1301), - [anon_sym_TILDE] = ACTIONS(1301), - [anon_sym_DASH] = ACTIONS(1299), - [anon_sym_PLUS] = ACTIONS(1299), - [anon_sym_STAR] = ACTIONS(1301), - [anon_sym_AMP] = ACTIONS(1301), - [anon_sym_SEMI] = ACTIONS(1301), - [anon_sym___extension__] = ACTIONS(1299), - [anon_sym_typedef] = ACTIONS(1299), - [anon_sym_extern] = ACTIONS(1299), - [anon_sym___attribute__] = ACTIONS(1299), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), - [anon_sym___declspec] = ACTIONS(1299), - [anon_sym___cdecl] = ACTIONS(1299), - [anon_sym___clrcall] = ACTIONS(1299), - [anon_sym___stdcall] = ACTIONS(1299), - [anon_sym___fastcall] = ACTIONS(1299), - [anon_sym___thiscall] = ACTIONS(1299), - [anon_sym___vectorcall] = ACTIONS(1299), - [anon_sym_LBRACE] = ACTIONS(1301), - [anon_sym_signed] = ACTIONS(1299), - [anon_sym_unsigned] = ACTIONS(1299), - [anon_sym_long] = ACTIONS(1299), - [anon_sym_short] = ACTIONS(1299), - [anon_sym_static] = ACTIONS(1299), - [anon_sym_auto] = ACTIONS(1299), - [anon_sym_register] = ACTIONS(1299), - [anon_sym_inline] = ACTIONS(1299), - [anon_sym___inline] = ACTIONS(1299), - [anon_sym___inline__] = ACTIONS(1299), - [anon_sym___forceinline] = ACTIONS(1299), - [anon_sym_thread_local] = ACTIONS(1299), - [anon_sym___thread] = ACTIONS(1299), - [anon_sym_const] = ACTIONS(1299), - [anon_sym_constexpr] = ACTIONS(1299), - [anon_sym_volatile] = ACTIONS(1299), - [anon_sym_restrict] = ACTIONS(1299), - [anon_sym___restrict__] = ACTIONS(1299), - [anon_sym__Atomic] = ACTIONS(1299), - [anon_sym__Noreturn] = ACTIONS(1299), - [anon_sym_noreturn] = ACTIONS(1299), - [sym_primitive_type] = ACTIONS(1299), - [anon_sym_enum] = ACTIONS(1299), - [anon_sym_struct] = ACTIONS(1299), - [anon_sym_union] = ACTIONS(1299), - [anon_sym_if] = ACTIONS(1299), - [anon_sym_else] = ACTIONS(1299), - [anon_sym_switch] = ACTIONS(1299), - [anon_sym_case] = ACTIONS(1299), - [anon_sym_default] = ACTIONS(1299), - [anon_sym_while] = ACTIONS(1299), - [anon_sym_do] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1299), - [anon_sym_return] = ACTIONS(1299), - [anon_sym_break] = ACTIONS(1299), - [anon_sym_continue] = ACTIONS(1299), - [anon_sym_goto] = ACTIONS(1299), - [anon_sym_DASH_DASH] = ACTIONS(1301), - [anon_sym_PLUS_PLUS] = ACTIONS(1301), - [anon_sym_sizeof] = ACTIONS(1299), - [anon_sym___alignof__] = ACTIONS(1299), - [anon_sym___alignof] = ACTIONS(1299), - [anon_sym__alignof] = ACTIONS(1299), - [anon_sym_alignof] = ACTIONS(1299), - [anon_sym__Alignof] = ACTIONS(1299), - [anon_sym_offsetof] = ACTIONS(1299), - [anon_sym__Generic] = ACTIONS(1299), - [anon_sym_asm] = ACTIONS(1299), - [anon_sym___asm__] = ACTIONS(1299), - [sym_number_literal] = ACTIONS(1301), - [anon_sym_L_SQUOTE] = ACTIONS(1301), - [anon_sym_u_SQUOTE] = ACTIONS(1301), - [anon_sym_U_SQUOTE] = ACTIONS(1301), - [anon_sym_u8_SQUOTE] = ACTIONS(1301), - [anon_sym_SQUOTE] = ACTIONS(1301), - [anon_sym_L_DQUOTE] = ACTIONS(1301), - [anon_sym_u_DQUOTE] = ACTIONS(1301), - [anon_sym_U_DQUOTE] = ACTIONS(1301), - [anon_sym_u8_DQUOTE] = ACTIONS(1301), - [anon_sym_DQUOTE] = ACTIONS(1301), - [sym_true] = ACTIONS(1299), - [sym_false] = ACTIONS(1299), - [anon_sym_NULL] = ACTIONS(1299), - [anon_sym_nullptr] = ACTIONS(1299), + [219] = { + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token2] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [aux_sym_preproc_else_token1] = ACTIONS(1383), + [aux_sym_preproc_elif_token1] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + }, + [220] = { + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_RBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), [sym_comment] = ACTIONS(3), }, - [233] = { + [221] = { [ts_builtin_sym_end] = ACTIONS(1249), [sym_identifier] = ACTIONS(1247), [aux_sym_preproc_include_token1] = ACTIONS(1247), @@ -42736,583 +41766,487 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1247), [sym_comment] = ACTIONS(3), }, - [234] = { - [sym_identifier] = ACTIONS(1295), - [aux_sym_preproc_include_token1] = ACTIONS(1295), - [aux_sym_preproc_def_token1] = ACTIONS(1295), - [aux_sym_preproc_if_token1] = ACTIONS(1295), - [aux_sym_preproc_if_token2] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), - [sym_preproc_directive] = ACTIONS(1295), - [anon_sym_LPAREN2] = ACTIONS(1297), - [anon_sym_BANG] = ACTIONS(1297), - [anon_sym_TILDE] = ACTIONS(1297), - [anon_sym_DASH] = ACTIONS(1295), - [anon_sym_PLUS] = ACTIONS(1295), - [anon_sym_STAR] = ACTIONS(1297), - [anon_sym_AMP] = ACTIONS(1297), - [anon_sym_SEMI] = ACTIONS(1297), - [anon_sym___extension__] = ACTIONS(1295), - [anon_sym_typedef] = ACTIONS(1295), - [anon_sym_extern] = ACTIONS(1295), - [anon_sym___attribute__] = ACTIONS(1295), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), - [anon_sym___declspec] = ACTIONS(1295), - [anon_sym___cdecl] = ACTIONS(1295), - [anon_sym___clrcall] = ACTIONS(1295), - [anon_sym___stdcall] = ACTIONS(1295), - [anon_sym___fastcall] = ACTIONS(1295), - [anon_sym___thiscall] = ACTIONS(1295), - [anon_sym___vectorcall] = ACTIONS(1295), - [anon_sym_LBRACE] = ACTIONS(1297), - [anon_sym_signed] = ACTIONS(1295), - [anon_sym_unsigned] = ACTIONS(1295), - [anon_sym_long] = ACTIONS(1295), - [anon_sym_short] = ACTIONS(1295), - [anon_sym_static] = ACTIONS(1295), - [anon_sym_auto] = ACTIONS(1295), - [anon_sym_register] = ACTIONS(1295), - [anon_sym_inline] = ACTIONS(1295), - [anon_sym___inline] = ACTIONS(1295), - [anon_sym___inline__] = ACTIONS(1295), - [anon_sym___forceinline] = ACTIONS(1295), - [anon_sym_thread_local] = ACTIONS(1295), - [anon_sym___thread] = ACTIONS(1295), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_constexpr] = ACTIONS(1295), - [anon_sym_volatile] = ACTIONS(1295), - [anon_sym_restrict] = ACTIONS(1295), - [anon_sym___restrict__] = ACTIONS(1295), - [anon_sym__Atomic] = ACTIONS(1295), - [anon_sym__Noreturn] = ACTIONS(1295), - [anon_sym_noreturn] = ACTIONS(1295), - [sym_primitive_type] = ACTIONS(1295), - [anon_sym_enum] = ACTIONS(1295), - [anon_sym_struct] = ACTIONS(1295), - [anon_sym_union] = ACTIONS(1295), - [anon_sym_if] = ACTIONS(1295), - [anon_sym_else] = ACTIONS(1295), - [anon_sym_switch] = ACTIONS(1295), - [anon_sym_case] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1295), - [anon_sym_while] = ACTIONS(1295), - [anon_sym_do] = ACTIONS(1295), - [anon_sym_for] = ACTIONS(1295), - [anon_sym_return] = ACTIONS(1295), - [anon_sym_break] = ACTIONS(1295), - [anon_sym_continue] = ACTIONS(1295), - [anon_sym_goto] = ACTIONS(1295), - [anon_sym_DASH_DASH] = ACTIONS(1297), - [anon_sym_PLUS_PLUS] = ACTIONS(1297), - [anon_sym_sizeof] = ACTIONS(1295), - [anon_sym___alignof__] = ACTIONS(1295), - [anon_sym___alignof] = ACTIONS(1295), - [anon_sym__alignof] = ACTIONS(1295), - [anon_sym_alignof] = ACTIONS(1295), - [anon_sym__Alignof] = ACTIONS(1295), - [anon_sym_offsetof] = ACTIONS(1295), - [anon_sym__Generic] = ACTIONS(1295), - [anon_sym_asm] = ACTIONS(1295), - [anon_sym___asm__] = ACTIONS(1295), - [sym_number_literal] = ACTIONS(1297), - [anon_sym_L_SQUOTE] = ACTIONS(1297), - [anon_sym_u_SQUOTE] = ACTIONS(1297), - [anon_sym_U_SQUOTE] = ACTIONS(1297), - [anon_sym_u8_SQUOTE] = ACTIONS(1297), - [anon_sym_SQUOTE] = ACTIONS(1297), - [anon_sym_L_DQUOTE] = ACTIONS(1297), - [anon_sym_u_DQUOTE] = ACTIONS(1297), - [anon_sym_U_DQUOTE] = ACTIONS(1297), - [anon_sym_u8_DQUOTE] = ACTIONS(1297), - [anon_sym_DQUOTE] = ACTIONS(1297), - [sym_true] = ACTIONS(1295), - [sym_false] = ACTIONS(1295), - [anon_sym_NULL] = ACTIONS(1295), - [anon_sym_nullptr] = ACTIONS(1295), - [sym_comment] = ACTIONS(3), - }, - [235] = { - [sym_identifier] = ACTIONS(1263), - [aux_sym_preproc_include_token1] = ACTIONS(1263), - [aux_sym_preproc_def_token1] = ACTIONS(1263), - [aux_sym_preproc_if_token1] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), - [sym_preproc_directive] = ACTIONS(1263), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1263), - [anon_sym_typedef] = ACTIONS(1263), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym___attribute__] = ACTIONS(1263), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), - [anon_sym___declspec] = ACTIONS(1263), - [anon_sym___cdecl] = ACTIONS(1263), - [anon_sym___clrcall] = ACTIONS(1263), - [anon_sym___stdcall] = ACTIONS(1263), - [anon_sym___fastcall] = ACTIONS(1263), - [anon_sym___thiscall] = ACTIONS(1263), - [anon_sym___vectorcall] = ACTIONS(1263), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_RBRACE] = ACTIONS(1265), - [anon_sym_signed] = ACTIONS(1263), - [anon_sym_unsigned] = ACTIONS(1263), - [anon_sym_long] = ACTIONS(1263), - [anon_sym_short] = ACTIONS(1263), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_auto] = ACTIONS(1263), - [anon_sym_register] = ACTIONS(1263), - [anon_sym_inline] = ACTIONS(1263), - [anon_sym___inline] = ACTIONS(1263), - [anon_sym___inline__] = ACTIONS(1263), - [anon_sym___forceinline] = ACTIONS(1263), - [anon_sym_thread_local] = ACTIONS(1263), - [anon_sym___thread] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_constexpr] = ACTIONS(1263), - [anon_sym_volatile] = ACTIONS(1263), - [anon_sym_restrict] = ACTIONS(1263), - [anon_sym___restrict__] = ACTIONS(1263), - [anon_sym__Atomic] = ACTIONS(1263), - [anon_sym__Noreturn] = ACTIONS(1263), - [anon_sym_noreturn] = ACTIONS(1263), - [sym_primitive_type] = ACTIONS(1263), - [anon_sym_enum] = ACTIONS(1263), - [anon_sym_struct] = ACTIONS(1263), - [anon_sym_union] = ACTIONS(1263), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_else] = ACTIONS(1263), - [anon_sym_switch] = ACTIONS(1263), - [anon_sym_case] = ACTIONS(1263), - [anon_sym_default] = ACTIONS(1263), - [anon_sym_while] = ACTIONS(1263), - [anon_sym_do] = ACTIONS(1263), - [anon_sym_for] = ACTIONS(1263), - [anon_sym_return] = ACTIONS(1263), - [anon_sym_break] = ACTIONS(1263), - [anon_sym_continue] = ACTIONS(1263), - [anon_sym_goto] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), - [anon_sym_sizeof] = ACTIONS(1263), - [anon_sym___alignof__] = ACTIONS(1263), - [anon_sym___alignof] = ACTIONS(1263), - [anon_sym__alignof] = ACTIONS(1263), - [anon_sym_alignof] = ACTIONS(1263), - [anon_sym__Alignof] = ACTIONS(1263), - [anon_sym_offsetof] = ACTIONS(1263), - [anon_sym__Generic] = ACTIONS(1263), - [anon_sym_asm] = ACTIONS(1263), - [anon_sym___asm__] = ACTIONS(1263), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_true] = ACTIONS(1263), - [sym_false] = ACTIONS(1263), - [anon_sym_NULL] = ACTIONS(1263), - [anon_sym_nullptr] = ACTIONS(1263), - [sym_comment] = ACTIONS(3), - }, - [236] = { - [sym_identifier] = ACTIONS(1291), - [aux_sym_preproc_include_token1] = ACTIONS(1291), - [aux_sym_preproc_def_token1] = ACTIONS(1291), - [aux_sym_preproc_if_token1] = ACTIONS(1291), - [aux_sym_preproc_if_token2] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), - [sym_preproc_directive] = ACTIONS(1291), - [anon_sym_LPAREN2] = ACTIONS(1293), - [anon_sym_BANG] = ACTIONS(1293), - [anon_sym_TILDE] = ACTIONS(1293), - [anon_sym_DASH] = ACTIONS(1291), - [anon_sym_PLUS] = ACTIONS(1291), - [anon_sym_STAR] = ACTIONS(1293), - [anon_sym_AMP] = ACTIONS(1293), - [anon_sym_SEMI] = ACTIONS(1293), - [anon_sym___extension__] = ACTIONS(1291), - [anon_sym_typedef] = ACTIONS(1291), - [anon_sym_extern] = ACTIONS(1291), - [anon_sym___attribute__] = ACTIONS(1291), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), - [anon_sym___declspec] = ACTIONS(1291), - [anon_sym___cdecl] = ACTIONS(1291), - [anon_sym___clrcall] = ACTIONS(1291), - [anon_sym___stdcall] = ACTIONS(1291), - [anon_sym___fastcall] = ACTIONS(1291), - [anon_sym___thiscall] = ACTIONS(1291), - [anon_sym___vectorcall] = ACTIONS(1291), - [anon_sym_LBRACE] = ACTIONS(1293), - [anon_sym_signed] = ACTIONS(1291), - [anon_sym_unsigned] = ACTIONS(1291), - [anon_sym_long] = ACTIONS(1291), - [anon_sym_short] = ACTIONS(1291), - [anon_sym_static] = ACTIONS(1291), - [anon_sym_auto] = ACTIONS(1291), - [anon_sym_register] = ACTIONS(1291), - [anon_sym_inline] = ACTIONS(1291), - [anon_sym___inline] = ACTIONS(1291), - [anon_sym___inline__] = ACTIONS(1291), - [anon_sym___forceinline] = ACTIONS(1291), - [anon_sym_thread_local] = ACTIONS(1291), - [anon_sym___thread] = ACTIONS(1291), - [anon_sym_const] = ACTIONS(1291), - [anon_sym_constexpr] = ACTIONS(1291), - [anon_sym_volatile] = ACTIONS(1291), - [anon_sym_restrict] = ACTIONS(1291), - [anon_sym___restrict__] = ACTIONS(1291), - [anon_sym__Atomic] = ACTIONS(1291), - [anon_sym__Noreturn] = ACTIONS(1291), - [anon_sym_noreturn] = ACTIONS(1291), - [sym_primitive_type] = ACTIONS(1291), - [anon_sym_enum] = ACTIONS(1291), - [anon_sym_struct] = ACTIONS(1291), - [anon_sym_union] = ACTIONS(1291), - [anon_sym_if] = ACTIONS(1291), - [anon_sym_else] = ACTIONS(1291), - [anon_sym_switch] = ACTIONS(1291), - [anon_sym_case] = ACTIONS(1291), - [anon_sym_default] = ACTIONS(1291), - [anon_sym_while] = ACTIONS(1291), - [anon_sym_do] = ACTIONS(1291), - [anon_sym_for] = ACTIONS(1291), - [anon_sym_return] = ACTIONS(1291), - [anon_sym_break] = ACTIONS(1291), - [anon_sym_continue] = ACTIONS(1291), - [anon_sym_goto] = ACTIONS(1291), - [anon_sym_DASH_DASH] = ACTIONS(1293), - [anon_sym_PLUS_PLUS] = ACTIONS(1293), - [anon_sym_sizeof] = ACTIONS(1291), - [anon_sym___alignof__] = ACTIONS(1291), - [anon_sym___alignof] = ACTIONS(1291), - [anon_sym__alignof] = ACTIONS(1291), - [anon_sym_alignof] = ACTIONS(1291), - [anon_sym__Alignof] = ACTIONS(1291), - [anon_sym_offsetof] = ACTIONS(1291), - [anon_sym__Generic] = ACTIONS(1291), - [anon_sym_asm] = ACTIONS(1291), - [anon_sym___asm__] = ACTIONS(1291), - [sym_number_literal] = ACTIONS(1293), - [anon_sym_L_SQUOTE] = ACTIONS(1293), - [anon_sym_u_SQUOTE] = ACTIONS(1293), - [anon_sym_U_SQUOTE] = ACTIONS(1293), - [anon_sym_u8_SQUOTE] = ACTIONS(1293), - [anon_sym_SQUOTE] = ACTIONS(1293), - [anon_sym_L_DQUOTE] = ACTIONS(1293), - [anon_sym_u_DQUOTE] = ACTIONS(1293), - [anon_sym_U_DQUOTE] = ACTIONS(1293), - [anon_sym_u8_DQUOTE] = ACTIONS(1293), - [anon_sym_DQUOTE] = ACTIONS(1293), - [sym_true] = ACTIONS(1291), - [sym_false] = ACTIONS(1291), - [anon_sym_NULL] = ACTIONS(1291), - [anon_sym_nullptr] = ACTIONS(1291), + [222] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [237] = { - [sym_identifier] = ACTIONS(1287), - [aux_sym_preproc_include_token1] = ACTIONS(1287), - [aux_sym_preproc_def_token1] = ACTIONS(1287), - [aux_sym_preproc_if_token1] = ACTIONS(1287), - [aux_sym_preproc_if_token2] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), - [sym_preproc_directive] = ACTIONS(1287), - [anon_sym_LPAREN2] = ACTIONS(1289), - [anon_sym_BANG] = ACTIONS(1289), - [anon_sym_TILDE] = ACTIONS(1289), - [anon_sym_DASH] = ACTIONS(1287), - [anon_sym_PLUS] = ACTIONS(1287), - [anon_sym_STAR] = ACTIONS(1289), - [anon_sym_AMP] = ACTIONS(1289), - [anon_sym_SEMI] = ACTIONS(1289), - [anon_sym___extension__] = ACTIONS(1287), - [anon_sym_typedef] = ACTIONS(1287), - [anon_sym_extern] = ACTIONS(1287), - [anon_sym___attribute__] = ACTIONS(1287), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), - [anon_sym___declspec] = ACTIONS(1287), - [anon_sym___cdecl] = ACTIONS(1287), - [anon_sym___clrcall] = ACTIONS(1287), - [anon_sym___stdcall] = ACTIONS(1287), - [anon_sym___fastcall] = ACTIONS(1287), - [anon_sym___thiscall] = ACTIONS(1287), - [anon_sym___vectorcall] = ACTIONS(1287), - [anon_sym_LBRACE] = ACTIONS(1289), - [anon_sym_signed] = ACTIONS(1287), - [anon_sym_unsigned] = ACTIONS(1287), - [anon_sym_long] = ACTIONS(1287), - [anon_sym_short] = ACTIONS(1287), - [anon_sym_static] = ACTIONS(1287), - [anon_sym_auto] = ACTIONS(1287), - [anon_sym_register] = ACTIONS(1287), - [anon_sym_inline] = ACTIONS(1287), - [anon_sym___inline] = ACTIONS(1287), - [anon_sym___inline__] = ACTIONS(1287), - [anon_sym___forceinline] = ACTIONS(1287), - [anon_sym_thread_local] = ACTIONS(1287), - [anon_sym___thread] = ACTIONS(1287), - [anon_sym_const] = ACTIONS(1287), - [anon_sym_constexpr] = ACTIONS(1287), - [anon_sym_volatile] = ACTIONS(1287), - [anon_sym_restrict] = ACTIONS(1287), - [anon_sym___restrict__] = ACTIONS(1287), - [anon_sym__Atomic] = ACTIONS(1287), - [anon_sym__Noreturn] = ACTIONS(1287), - [anon_sym_noreturn] = ACTIONS(1287), - [sym_primitive_type] = ACTIONS(1287), - [anon_sym_enum] = ACTIONS(1287), - [anon_sym_struct] = ACTIONS(1287), - [anon_sym_union] = ACTIONS(1287), - [anon_sym_if] = ACTIONS(1287), - [anon_sym_else] = ACTIONS(1287), - [anon_sym_switch] = ACTIONS(1287), - [anon_sym_case] = ACTIONS(1287), - [anon_sym_default] = ACTIONS(1287), - [anon_sym_while] = ACTIONS(1287), - [anon_sym_do] = ACTIONS(1287), - [anon_sym_for] = ACTIONS(1287), - [anon_sym_return] = ACTIONS(1287), - [anon_sym_break] = ACTIONS(1287), - [anon_sym_continue] = ACTIONS(1287), - [anon_sym_goto] = ACTIONS(1287), - [anon_sym_DASH_DASH] = ACTIONS(1289), - [anon_sym_PLUS_PLUS] = ACTIONS(1289), - [anon_sym_sizeof] = ACTIONS(1287), - [anon_sym___alignof__] = ACTIONS(1287), - [anon_sym___alignof] = ACTIONS(1287), - [anon_sym__alignof] = ACTIONS(1287), - [anon_sym_alignof] = ACTIONS(1287), - [anon_sym__Alignof] = ACTIONS(1287), - [anon_sym_offsetof] = ACTIONS(1287), - [anon_sym__Generic] = ACTIONS(1287), - [anon_sym_asm] = ACTIONS(1287), - [anon_sym___asm__] = ACTIONS(1287), - [sym_number_literal] = ACTIONS(1289), - [anon_sym_L_SQUOTE] = ACTIONS(1289), - [anon_sym_u_SQUOTE] = ACTIONS(1289), - [anon_sym_U_SQUOTE] = ACTIONS(1289), - [anon_sym_u8_SQUOTE] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1289), - [anon_sym_L_DQUOTE] = ACTIONS(1289), - [anon_sym_u_DQUOTE] = ACTIONS(1289), - [anon_sym_U_DQUOTE] = ACTIONS(1289), - [anon_sym_u8_DQUOTE] = ACTIONS(1289), - [anon_sym_DQUOTE] = ACTIONS(1289), - [sym_true] = ACTIONS(1287), - [sym_false] = ACTIONS(1287), - [anon_sym_NULL] = ACTIONS(1287), - [anon_sym_nullptr] = ACTIONS(1287), + [223] = { + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_RBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), [sym_comment] = ACTIONS(3), }, - [238] = { - [sym_identifier] = ACTIONS(1283), - [aux_sym_preproc_include_token1] = ACTIONS(1283), - [aux_sym_preproc_def_token1] = ACTIONS(1283), - [aux_sym_preproc_if_token1] = ACTIONS(1283), - [aux_sym_preproc_if_token2] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), - [sym_preproc_directive] = ACTIONS(1283), - [anon_sym_LPAREN2] = ACTIONS(1285), - [anon_sym_BANG] = ACTIONS(1285), - [anon_sym_TILDE] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1283), - [anon_sym_extern] = ACTIONS(1283), - [anon_sym___attribute__] = ACTIONS(1283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), - [anon_sym___declspec] = ACTIONS(1283), - [anon_sym___cdecl] = ACTIONS(1283), - [anon_sym___clrcall] = ACTIONS(1283), - [anon_sym___stdcall] = ACTIONS(1283), - [anon_sym___fastcall] = ACTIONS(1283), - [anon_sym___thiscall] = ACTIONS(1283), - [anon_sym___vectorcall] = ACTIONS(1283), - [anon_sym_LBRACE] = ACTIONS(1285), - [anon_sym_signed] = ACTIONS(1283), - [anon_sym_unsigned] = ACTIONS(1283), - [anon_sym_long] = ACTIONS(1283), - [anon_sym_short] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1283), - [anon_sym_auto] = ACTIONS(1283), - [anon_sym_register] = ACTIONS(1283), - [anon_sym_inline] = ACTIONS(1283), - [anon_sym___inline] = ACTIONS(1283), - [anon_sym___inline__] = ACTIONS(1283), - [anon_sym___forceinline] = ACTIONS(1283), - [anon_sym_thread_local] = ACTIONS(1283), - [anon_sym___thread] = ACTIONS(1283), - [anon_sym_const] = ACTIONS(1283), - [anon_sym_constexpr] = ACTIONS(1283), - [anon_sym_volatile] = ACTIONS(1283), - [anon_sym_restrict] = ACTIONS(1283), - [anon_sym___restrict__] = ACTIONS(1283), - [anon_sym__Atomic] = ACTIONS(1283), - [anon_sym__Noreturn] = ACTIONS(1283), - [anon_sym_noreturn] = ACTIONS(1283), - [sym_primitive_type] = ACTIONS(1283), - [anon_sym_enum] = ACTIONS(1283), - [anon_sym_struct] = ACTIONS(1283), - [anon_sym_union] = ACTIONS(1283), - [anon_sym_if] = ACTIONS(1283), - [anon_sym_else] = ACTIONS(1283), - [anon_sym_switch] = ACTIONS(1283), - [anon_sym_case] = ACTIONS(1283), - [anon_sym_default] = ACTIONS(1283), - [anon_sym_while] = ACTIONS(1283), - [anon_sym_do] = ACTIONS(1283), - [anon_sym_for] = ACTIONS(1283), - [anon_sym_return] = ACTIONS(1283), - [anon_sym_break] = ACTIONS(1283), - [anon_sym_continue] = ACTIONS(1283), - [anon_sym_goto] = ACTIONS(1283), - [anon_sym_DASH_DASH] = ACTIONS(1285), - [anon_sym_PLUS_PLUS] = ACTIONS(1285), - [anon_sym_sizeof] = ACTIONS(1283), - [anon_sym___alignof__] = ACTIONS(1283), - [anon_sym___alignof] = ACTIONS(1283), - [anon_sym__alignof] = ACTIONS(1283), - [anon_sym_alignof] = ACTIONS(1283), - [anon_sym__Alignof] = ACTIONS(1283), - [anon_sym_offsetof] = ACTIONS(1283), - [anon_sym__Generic] = ACTIONS(1283), - [anon_sym_asm] = ACTIONS(1283), - [anon_sym___asm__] = ACTIONS(1283), - [sym_number_literal] = ACTIONS(1285), - [anon_sym_L_SQUOTE] = ACTIONS(1285), - [anon_sym_u_SQUOTE] = ACTIONS(1285), - [anon_sym_U_SQUOTE] = ACTIONS(1285), - [anon_sym_u8_SQUOTE] = ACTIONS(1285), - [anon_sym_SQUOTE] = ACTIONS(1285), - [anon_sym_L_DQUOTE] = ACTIONS(1285), - [anon_sym_u_DQUOTE] = ACTIONS(1285), - [anon_sym_U_DQUOTE] = ACTIONS(1285), - [anon_sym_u8_DQUOTE] = ACTIONS(1285), - [anon_sym_DQUOTE] = ACTIONS(1285), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [anon_sym_NULL] = ACTIONS(1283), - [anon_sym_nullptr] = ACTIONS(1283), + [224] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_RBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), [sym_comment] = ACTIONS(3), }, - [239] = { - [sym_identifier] = ACTIONS(1279), - [aux_sym_preproc_include_token1] = ACTIONS(1279), - [aux_sym_preproc_def_token1] = ACTIONS(1279), - [aux_sym_preproc_if_token1] = ACTIONS(1279), - [aux_sym_preproc_if_token2] = ACTIONS(1279), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), - [sym_preproc_directive] = ACTIONS(1279), - [anon_sym_LPAREN2] = ACTIONS(1281), - [anon_sym_BANG] = ACTIONS(1281), - [anon_sym_TILDE] = ACTIONS(1281), - [anon_sym_DASH] = ACTIONS(1279), - [anon_sym_PLUS] = ACTIONS(1279), - [anon_sym_STAR] = ACTIONS(1281), - [anon_sym_AMP] = ACTIONS(1281), - [anon_sym_SEMI] = ACTIONS(1281), - [anon_sym___extension__] = ACTIONS(1279), - [anon_sym_typedef] = ACTIONS(1279), - [anon_sym_extern] = ACTIONS(1279), - [anon_sym___attribute__] = ACTIONS(1279), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), - [anon_sym___declspec] = ACTIONS(1279), - [anon_sym___cdecl] = ACTIONS(1279), - [anon_sym___clrcall] = ACTIONS(1279), - [anon_sym___stdcall] = ACTIONS(1279), - [anon_sym___fastcall] = ACTIONS(1279), - [anon_sym___thiscall] = ACTIONS(1279), - [anon_sym___vectorcall] = ACTIONS(1279), - [anon_sym_LBRACE] = ACTIONS(1281), - [anon_sym_signed] = ACTIONS(1279), - [anon_sym_unsigned] = ACTIONS(1279), - [anon_sym_long] = ACTIONS(1279), - [anon_sym_short] = ACTIONS(1279), - [anon_sym_static] = ACTIONS(1279), - [anon_sym_auto] = ACTIONS(1279), - [anon_sym_register] = ACTIONS(1279), - [anon_sym_inline] = ACTIONS(1279), - [anon_sym___inline] = ACTIONS(1279), - [anon_sym___inline__] = ACTIONS(1279), - [anon_sym___forceinline] = ACTIONS(1279), - [anon_sym_thread_local] = ACTIONS(1279), - [anon_sym___thread] = ACTIONS(1279), - [anon_sym_const] = ACTIONS(1279), - [anon_sym_constexpr] = ACTIONS(1279), - [anon_sym_volatile] = ACTIONS(1279), - [anon_sym_restrict] = ACTIONS(1279), - [anon_sym___restrict__] = ACTIONS(1279), - [anon_sym__Atomic] = ACTIONS(1279), - [anon_sym__Noreturn] = ACTIONS(1279), - [anon_sym_noreturn] = ACTIONS(1279), - [sym_primitive_type] = ACTIONS(1279), - [anon_sym_enum] = ACTIONS(1279), - [anon_sym_struct] = ACTIONS(1279), - [anon_sym_union] = ACTIONS(1279), - [anon_sym_if] = ACTIONS(1279), - [anon_sym_else] = ACTIONS(1279), - [anon_sym_switch] = ACTIONS(1279), - [anon_sym_case] = ACTIONS(1279), - [anon_sym_default] = ACTIONS(1279), - [anon_sym_while] = ACTIONS(1279), - [anon_sym_do] = ACTIONS(1279), - [anon_sym_for] = ACTIONS(1279), - [anon_sym_return] = ACTIONS(1279), - [anon_sym_break] = ACTIONS(1279), - [anon_sym_continue] = ACTIONS(1279), - [anon_sym_goto] = ACTIONS(1279), - [anon_sym_DASH_DASH] = ACTIONS(1281), - [anon_sym_PLUS_PLUS] = ACTIONS(1281), - [anon_sym_sizeof] = ACTIONS(1279), - [anon_sym___alignof__] = ACTIONS(1279), - [anon_sym___alignof] = ACTIONS(1279), - [anon_sym__alignof] = ACTIONS(1279), - [anon_sym_alignof] = ACTIONS(1279), - [anon_sym__Alignof] = ACTIONS(1279), - [anon_sym_offsetof] = ACTIONS(1279), - [anon_sym__Generic] = ACTIONS(1279), - [anon_sym_asm] = ACTIONS(1279), - [anon_sym___asm__] = ACTIONS(1279), - [sym_number_literal] = ACTIONS(1281), - [anon_sym_L_SQUOTE] = ACTIONS(1281), - [anon_sym_u_SQUOTE] = ACTIONS(1281), - [anon_sym_U_SQUOTE] = ACTIONS(1281), - [anon_sym_u8_SQUOTE] = ACTIONS(1281), - [anon_sym_SQUOTE] = ACTIONS(1281), - [anon_sym_L_DQUOTE] = ACTIONS(1281), - [anon_sym_u_DQUOTE] = ACTIONS(1281), - [anon_sym_U_DQUOTE] = ACTIONS(1281), - [anon_sym_u8_DQUOTE] = ACTIONS(1281), - [anon_sym_DQUOTE] = ACTIONS(1281), - [sym_true] = ACTIONS(1279), - [sym_false] = ACTIONS(1279), - [anon_sym_NULL] = ACTIONS(1279), - [anon_sym_nullptr] = ACTIONS(1279), + [225] = { + [ts_builtin_sym_end] = ACTIONS(1301), + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + }, + [226] = { + [sym_identifier] = ACTIONS(1231), + [aux_sym_preproc_include_token1] = ACTIONS(1231), + [aux_sym_preproc_def_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), + [sym_preproc_directive] = ACTIONS(1231), + [anon_sym_LPAREN2] = ACTIONS(1233), + [anon_sym_BANG] = ACTIONS(1233), + [anon_sym_TILDE] = ACTIONS(1233), + [anon_sym_DASH] = ACTIONS(1231), + [anon_sym_PLUS] = ACTIONS(1231), + [anon_sym_STAR] = ACTIONS(1233), + [anon_sym_AMP] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1231), + [anon_sym_typedef] = ACTIONS(1231), + [anon_sym_extern] = ACTIONS(1231), + [anon_sym___attribute__] = ACTIONS(1231), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), + [anon_sym___declspec] = ACTIONS(1231), + [anon_sym___cdecl] = ACTIONS(1231), + [anon_sym___clrcall] = ACTIONS(1231), + [anon_sym___stdcall] = ACTIONS(1231), + [anon_sym___fastcall] = ACTIONS(1231), + [anon_sym___thiscall] = ACTIONS(1231), + [anon_sym___vectorcall] = ACTIONS(1231), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_RBRACE] = ACTIONS(1233), + [anon_sym_signed] = ACTIONS(1231), + [anon_sym_unsigned] = ACTIONS(1231), + [anon_sym_long] = ACTIONS(1231), + [anon_sym_short] = ACTIONS(1231), + [anon_sym_static] = ACTIONS(1231), + [anon_sym_auto] = ACTIONS(1231), + [anon_sym_register] = ACTIONS(1231), + [anon_sym_inline] = ACTIONS(1231), + [anon_sym___inline] = ACTIONS(1231), + [anon_sym___inline__] = ACTIONS(1231), + [anon_sym___forceinline] = ACTIONS(1231), + [anon_sym_thread_local] = ACTIONS(1231), + [anon_sym___thread] = ACTIONS(1231), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_constexpr] = ACTIONS(1231), + [anon_sym_volatile] = ACTIONS(1231), + [anon_sym_restrict] = ACTIONS(1231), + [anon_sym___restrict__] = ACTIONS(1231), + [anon_sym__Atomic] = ACTIONS(1231), + [anon_sym__Noreturn] = ACTIONS(1231), + [anon_sym_noreturn] = ACTIONS(1231), + [sym_primitive_type] = ACTIONS(1231), + [anon_sym_enum] = ACTIONS(1231), + [anon_sym_struct] = ACTIONS(1231), + [anon_sym_union] = ACTIONS(1231), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_else] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1231), + [anon_sym_case] = ACTIONS(1231), + [anon_sym_default] = ACTIONS(1231), + [anon_sym_while] = ACTIONS(1231), + [anon_sym_do] = ACTIONS(1231), + [anon_sym_for] = ACTIONS(1231), + [anon_sym_return] = ACTIONS(1231), + [anon_sym_break] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(1231), + [anon_sym_goto] = ACTIONS(1231), + [anon_sym_DASH_DASH] = ACTIONS(1233), + [anon_sym_PLUS_PLUS] = ACTIONS(1233), + [anon_sym_sizeof] = ACTIONS(1231), + [anon_sym___alignof__] = ACTIONS(1231), + [anon_sym___alignof] = ACTIONS(1231), + [anon_sym__alignof] = ACTIONS(1231), + [anon_sym_alignof] = ACTIONS(1231), + [anon_sym__Alignof] = ACTIONS(1231), + [anon_sym_offsetof] = ACTIONS(1231), + [anon_sym__Generic] = ACTIONS(1231), + [anon_sym_asm] = ACTIONS(1231), + [anon_sym___asm__] = ACTIONS(1231), + [sym_number_literal] = ACTIONS(1233), + [anon_sym_L_SQUOTE] = ACTIONS(1233), + [anon_sym_u_SQUOTE] = ACTIONS(1233), + [anon_sym_U_SQUOTE] = ACTIONS(1233), + [anon_sym_u8_SQUOTE] = ACTIONS(1233), + [anon_sym_SQUOTE] = ACTIONS(1233), + [anon_sym_L_DQUOTE] = ACTIONS(1233), + [anon_sym_u_DQUOTE] = ACTIONS(1233), + [anon_sym_U_DQUOTE] = ACTIONS(1233), + [anon_sym_u8_DQUOTE] = ACTIONS(1233), + [anon_sym_DQUOTE] = ACTIONS(1233), + [sym_true] = ACTIONS(1231), + [sym_false] = ACTIONS(1231), + [anon_sym_NULL] = ACTIONS(1231), + [anon_sym_nullptr] = ACTIONS(1231), [sym_comment] = ACTIONS(3), }, - [240] = { + [227] = { [ts_builtin_sym_end] = ACTIONS(1237), [sym_identifier] = ACTIONS(1235), [aux_sym_preproc_include_token1] = ACTIONS(1235), @@ -43408,391 +42342,679 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1235), [sym_comment] = ACTIONS(3), }, - [241] = { - [sym_identifier] = ACTIONS(1259), - [aux_sym_preproc_include_token1] = ACTIONS(1259), - [aux_sym_preproc_def_token1] = ACTIONS(1259), - [aux_sym_preproc_if_token1] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), - [sym_preproc_directive] = ACTIONS(1259), - [anon_sym_LPAREN2] = ACTIONS(1261), - [anon_sym_BANG] = ACTIONS(1261), - [anon_sym_TILDE] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_AMP] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1259), - [anon_sym_typedef] = ACTIONS(1259), - [anon_sym_extern] = ACTIONS(1259), - [anon_sym___attribute__] = ACTIONS(1259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), - [anon_sym___declspec] = ACTIONS(1259), - [anon_sym___cdecl] = ACTIONS(1259), - [anon_sym___clrcall] = ACTIONS(1259), - [anon_sym___stdcall] = ACTIONS(1259), - [anon_sym___fastcall] = ACTIONS(1259), - [anon_sym___thiscall] = ACTIONS(1259), - [anon_sym___vectorcall] = ACTIONS(1259), - [anon_sym_LBRACE] = ACTIONS(1261), - [anon_sym_RBRACE] = ACTIONS(1261), - [anon_sym_signed] = ACTIONS(1259), - [anon_sym_unsigned] = ACTIONS(1259), - [anon_sym_long] = ACTIONS(1259), - [anon_sym_short] = ACTIONS(1259), - [anon_sym_static] = ACTIONS(1259), - [anon_sym_auto] = ACTIONS(1259), - [anon_sym_register] = ACTIONS(1259), - [anon_sym_inline] = ACTIONS(1259), - [anon_sym___inline] = ACTIONS(1259), - [anon_sym___inline__] = ACTIONS(1259), - [anon_sym___forceinline] = ACTIONS(1259), - [anon_sym_thread_local] = ACTIONS(1259), - [anon_sym___thread] = ACTIONS(1259), - [anon_sym_const] = ACTIONS(1259), - [anon_sym_constexpr] = ACTIONS(1259), - [anon_sym_volatile] = ACTIONS(1259), - [anon_sym_restrict] = ACTIONS(1259), - [anon_sym___restrict__] = ACTIONS(1259), - [anon_sym__Atomic] = ACTIONS(1259), - [anon_sym__Noreturn] = ACTIONS(1259), - [anon_sym_noreturn] = ACTIONS(1259), - [sym_primitive_type] = ACTIONS(1259), - [anon_sym_enum] = ACTIONS(1259), - [anon_sym_struct] = ACTIONS(1259), - [anon_sym_union] = ACTIONS(1259), - [anon_sym_if] = ACTIONS(1259), - [anon_sym_else] = ACTIONS(1259), - [anon_sym_switch] = ACTIONS(1259), - [anon_sym_case] = ACTIONS(1259), - [anon_sym_default] = ACTIONS(1259), - [anon_sym_while] = ACTIONS(1259), - [anon_sym_do] = ACTIONS(1259), - [anon_sym_for] = ACTIONS(1259), - [anon_sym_return] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1259), - [anon_sym_continue] = ACTIONS(1259), - [anon_sym_goto] = ACTIONS(1259), - [anon_sym_DASH_DASH] = ACTIONS(1261), - [anon_sym_PLUS_PLUS] = ACTIONS(1261), - [anon_sym_sizeof] = ACTIONS(1259), - [anon_sym___alignof__] = ACTIONS(1259), - [anon_sym___alignof] = ACTIONS(1259), - [anon_sym__alignof] = ACTIONS(1259), - [anon_sym_alignof] = ACTIONS(1259), - [anon_sym__Alignof] = ACTIONS(1259), - [anon_sym_offsetof] = ACTIONS(1259), - [anon_sym__Generic] = ACTIONS(1259), - [anon_sym_asm] = ACTIONS(1259), - [anon_sym___asm__] = ACTIONS(1259), - [sym_number_literal] = ACTIONS(1261), - [anon_sym_L_SQUOTE] = ACTIONS(1261), - [anon_sym_u_SQUOTE] = ACTIONS(1261), - [anon_sym_U_SQUOTE] = ACTIONS(1261), - [anon_sym_u8_SQUOTE] = ACTIONS(1261), - [anon_sym_SQUOTE] = ACTIONS(1261), - [anon_sym_L_DQUOTE] = ACTIONS(1261), - [anon_sym_u_DQUOTE] = ACTIONS(1261), - [anon_sym_U_DQUOTE] = ACTIONS(1261), - [anon_sym_u8_DQUOTE] = ACTIONS(1261), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_true] = ACTIONS(1259), - [sym_false] = ACTIONS(1259), - [anon_sym_NULL] = ACTIONS(1259), - [anon_sym_nullptr] = ACTIONS(1259), + [228] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [229] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [230] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), + [sym_comment] = ACTIONS(3), + }, + [231] = { + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_RBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), [sym_comment] = ACTIONS(3), }, - [242] = { - [sym_identifier] = ACTIONS(1283), - [aux_sym_preproc_include_token1] = ACTIONS(1283), - [aux_sym_preproc_def_token1] = ACTIONS(1283), - [aux_sym_preproc_if_token1] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), - [sym_preproc_directive] = ACTIONS(1283), - [anon_sym_LPAREN2] = ACTIONS(1285), - [anon_sym_BANG] = ACTIONS(1285), - [anon_sym_TILDE] = ACTIONS(1285), - [anon_sym_DASH] = ACTIONS(1283), - [anon_sym_PLUS] = ACTIONS(1283), - [anon_sym_STAR] = ACTIONS(1285), - [anon_sym_AMP] = ACTIONS(1285), - [anon_sym_SEMI] = ACTIONS(1285), - [anon_sym___extension__] = ACTIONS(1283), - [anon_sym_typedef] = ACTIONS(1283), - [anon_sym_extern] = ACTIONS(1283), - [anon_sym___attribute__] = ACTIONS(1283), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), - [anon_sym___declspec] = ACTIONS(1283), - [anon_sym___cdecl] = ACTIONS(1283), - [anon_sym___clrcall] = ACTIONS(1283), - [anon_sym___stdcall] = ACTIONS(1283), - [anon_sym___fastcall] = ACTIONS(1283), - [anon_sym___thiscall] = ACTIONS(1283), - [anon_sym___vectorcall] = ACTIONS(1283), - [anon_sym_LBRACE] = ACTIONS(1285), - [anon_sym_RBRACE] = ACTIONS(1285), - [anon_sym_signed] = ACTIONS(1283), - [anon_sym_unsigned] = ACTIONS(1283), - [anon_sym_long] = ACTIONS(1283), - [anon_sym_short] = ACTIONS(1283), - [anon_sym_static] = ACTIONS(1283), - [anon_sym_auto] = ACTIONS(1283), - [anon_sym_register] = ACTIONS(1283), - [anon_sym_inline] = ACTIONS(1283), - [anon_sym___inline] = ACTIONS(1283), - [anon_sym___inline__] = ACTIONS(1283), - [anon_sym___forceinline] = ACTIONS(1283), - [anon_sym_thread_local] = ACTIONS(1283), - [anon_sym___thread] = ACTIONS(1283), - [anon_sym_const] = ACTIONS(1283), - [anon_sym_constexpr] = ACTIONS(1283), - [anon_sym_volatile] = ACTIONS(1283), - [anon_sym_restrict] = ACTIONS(1283), - [anon_sym___restrict__] = ACTIONS(1283), - [anon_sym__Atomic] = ACTIONS(1283), - [anon_sym__Noreturn] = ACTIONS(1283), - [anon_sym_noreturn] = ACTIONS(1283), - [sym_primitive_type] = ACTIONS(1283), - [anon_sym_enum] = ACTIONS(1283), - [anon_sym_struct] = ACTIONS(1283), - [anon_sym_union] = ACTIONS(1283), - [anon_sym_if] = ACTIONS(1283), - [anon_sym_else] = ACTIONS(1283), - [anon_sym_switch] = ACTIONS(1283), - [anon_sym_case] = ACTIONS(1283), - [anon_sym_default] = ACTIONS(1283), - [anon_sym_while] = ACTIONS(1283), - [anon_sym_do] = ACTIONS(1283), - [anon_sym_for] = ACTIONS(1283), - [anon_sym_return] = ACTIONS(1283), - [anon_sym_break] = ACTIONS(1283), - [anon_sym_continue] = ACTIONS(1283), - [anon_sym_goto] = ACTIONS(1283), - [anon_sym_DASH_DASH] = ACTIONS(1285), - [anon_sym_PLUS_PLUS] = ACTIONS(1285), - [anon_sym_sizeof] = ACTIONS(1283), - [anon_sym___alignof__] = ACTIONS(1283), - [anon_sym___alignof] = ACTIONS(1283), - [anon_sym__alignof] = ACTIONS(1283), - [anon_sym_alignof] = ACTIONS(1283), - [anon_sym__Alignof] = ACTIONS(1283), - [anon_sym_offsetof] = ACTIONS(1283), - [anon_sym__Generic] = ACTIONS(1283), - [anon_sym_asm] = ACTIONS(1283), - [anon_sym___asm__] = ACTIONS(1283), - [sym_number_literal] = ACTIONS(1285), - [anon_sym_L_SQUOTE] = ACTIONS(1285), - [anon_sym_u_SQUOTE] = ACTIONS(1285), - [anon_sym_U_SQUOTE] = ACTIONS(1285), - [anon_sym_u8_SQUOTE] = ACTIONS(1285), - [anon_sym_SQUOTE] = ACTIONS(1285), - [anon_sym_L_DQUOTE] = ACTIONS(1285), - [anon_sym_u_DQUOTE] = ACTIONS(1285), - [anon_sym_U_DQUOTE] = ACTIONS(1285), - [anon_sym_u8_DQUOTE] = ACTIONS(1285), - [anon_sym_DQUOTE] = ACTIONS(1285), - [sym_true] = ACTIONS(1283), - [sym_false] = ACTIONS(1283), - [anon_sym_NULL] = ACTIONS(1283), - [anon_sym_nullptr] = ACTIONS(1283), + [232] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [243] = { - [ts_builtin_sym_end] = ACTIONS(1233), - [sym_identifier] = ACTIONS(1231), - [aux_sym_preproc_include_token1] = ACTIONS(1231), - [aux_sym_preproc_def_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), - [sym_preproc_directive] = ACTIONS(1231), - [anon_sym_LPAREN2] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym___extension__] = ACTIONS(1231), - [anon_sym_typedef] = ACTIONS(1231), - [anon_sym_extern] = ACTIONS(1231), - [anon_sym___attribute__] = ACTIONS(1231), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), - [anon_sym___declspec] = ACTIONS(1231), - [anon_sym___cdecl] = ACTIONS(1231), - [anon_sym___clrcall] = ACTIONS(1231), - [anon_sym___stdcall] = ACTIONS(1231), - [anon_sym___fastcall] = ACTIONS(1231), - [anon_sym___thiscall] = ACTIONS(1231), - [anon_sym___vectorcall] = ACTIONS(1231), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_signed] = ACTIONS(1231), - [anon_sym_unsigned] = ACTIONS(1231), - [anon_sym_long] = ACTIONS(1231), - [anon_sym_short] = ACTIONS(1231), - [anon_sym_static] = ACTIONS(1231), - [anon_sym_auto] = ACTIONS(1231), - [anon_sym_register] = ACTIONS(1231), - [anon_sym_inline] = ACTIONS(1231), - [anon_sym___inline] = ACTIONS(1231), - [anon_sym___inline__] = ACTIONS(1231), - [anon_sym___forceinline] = ACTIONS(1231), - [anon_sym_thread_local] = ACTIONS(1231), - [anon_sym___thread] = ACTIONS(1231), - [anon_sym_const] = ACTIONS(1231), - [anon_sym_constexpr] = ACTIONS(1231), - [anon_sym_volatile] = ACTIONS(1231), - [anon_sym_restrict] = ACTIONS(1231), - [anon_sym___restrict__] = ACTIONS(1231), - [anon_sym__Atomic] = ACTIONS(1231), - [anon_sym__Noreturn] = ACTIONS(1231), - [anon_sym_noreturn] = ACTIONS(1231), - [sym_primitive_type] = ACTIONS(1231), - [anon_sym_enum] = ACTIONS(1231), - [anon_sym_struct] = ACTIONS(1231), - [anon_sym_union] = ACTIONS(1231), - [anon_sym_if] = ACTIONS(1231), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_switch] = ACTIONS(1231), - [anon_sym_case] = ACTIONS(1231), - [anon_sym_default] = ACTIONS(1231), - [anon_sym_while] = ACTIONS(1231), - [anon_sym_do] = ACTIONS(1231), - [anon_sym_for] = ACTIONS(1231), - [anon_sym_return] = ACTIONS(1231), - [anon_sym_break] = ACTIONS(1231), - [anon_sym_continue] = ACTIONS(1231), - [anon_sym_goto] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1233), - [anon_sym_PLUS_PLUS] = ACTIONS(1233), - [anon_sym_sizeof] = ACTIONS(1231), - [anon_sym___alignof__] = ACTIONS(1231), - [anon_sym___alignof] = ACTIONS(1231), - [anon_sym__alignof] = ACTIONS(1231), - [anon_sym_alignof] = ACTIONS(1231), - [anon_sym__Alignof] = ACTIONS(1231), - [anon_sym_offsetof] = ACTIONS(1231), - [anon_sym__Generic] = ACTIONS(1231), - [anon_sym_asm] = ACTIONS(1231), - [anon_sym___asm__] = ACTIONS(1231), - [sym_number_literal] = ACTIONS(1233), - [anon_sym_L_SQUOTE] = ACTIONS(1233), - [anon_sym_u_SQUOTE] = ACTIONS(1233), - [anon_sym_U_SQUOTE] = ACTIONS(1233), - [anon_sym_u8_SQUOTE] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_L_DQUOTE] = ACTIONS(1233), - [anon_sym_u_DQUOTE] = ACTIONS(1233), - [anon_sym_U_DQUOTE] = ACTIONS(1233), - [anon_sym_u8_DQUOTE] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [sym_true] = ACTIONS(1231), - [sym_false] = ACTIONS(1231), - [anon_sym_NULL] = ACTIONS(1231), - [anon_sym_nullptr] = ACTIONS(1231), + [233] = { + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [244] = { - [sym_identifier] = ACTIONS(1267), - [aux_sym_preproc_include_token1] = ACTIONS(1267), - [aux_sym_preproc_def_token1] = ACTIONS(1267), - [aux_sym_preproc_if_token1] = ACTIONS(1267), - [aux_sym_preproc_if_token2] = ACTIONS(1267), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), - [sym_preproc_directive] = ACTIONS(1267), - [anon_sym_LPAREN2] = ACTIONS(1269), - [anon_sym_BANG] = ACTIONS(1269), - [anon_sym_TILDE] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1267), - [anon_sym_typedef] = ACTIONS(1267), - [anon_sym_extern] = ACTIONS(1267), - [anon_sym___attribute__] = ACTIONS(1267), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___cdecl] = ACTIONS(1267), - [anon_sym___clrcall] = ACTIONS(1267), - [anon_sym___stdcall] = ACTIONS(1267), - [anon_sym___fastcall] = ACTIONS(1267), - [anon_sym___thiscall] = ACTIONS(1267), - [anon_sym___vectorcall] = ACTIONS(1267), - [anon_sym_LBRACE] = ACTIONS(1269), - [anon_sym_signed] = ACTIONS(1267), - [anon_sym_unsigned] = ACTIONS(1267), - [anon_sym_long] = ACTIONS(1267), - [anon_sym_short] = ACTIONS(1267), - [anon_sym_static] = ACTIONS(1267), - [anon_sym_auto] = ACTIONS(1267), - [anon_sym_register] = ACTIONS(1267), - [anon_sym_inline] = ACTIONS(1267), - [anon_sym___inline] = ACTIONS(1267), - [anon_sym___inline__] = ACTIONS(1267), - [anon_sym___forceinline] = ACTIONS(1267), - [anon_sym_thread_local] = ACTIONS(1267), - [anon_sym___thread] = ACTIONS(1267), - [anon_sym_const] = ACTIONS(1267), - [anon_sym_constexpr] = ACTIONS(1267), - [anon_sym_volatile] = ACTIONS(1267), - [anon_sym_restrict] = ACTIONS(1267), - [anon_sym___restrict__] = ACTIONS(1267), - [anon_sym__Atomic] = ACTIONS(1267), - [anon_sym__Noreturn] = ACTIONS(1267), - [anon_sym_noreturn] = ACTIONS(1267), - [sym_primitive_type] = ACTIONS(1267), - [anon_sym_enum] = ACTIONS(1267), - [anon_sym_struct] = ACTIONS(1267), - [anon_sym_union] = ACTIONS(1267), - [anon_sym_if] = ACTIONS(1267), - [anon_sym_else] = ACTIONS(1267), - [anon_sym_switch] = ACTIONS(1267), - [anon_sym_case] = ACTIONS(1267), - [anon_sym_default] = ACTIONS(1267), - [anon_sym_while] = ACTIONS(1267), - [anon_sym_do] = ACTIONS(1267), - [anon_sym_for] = ACTIONS(1267), - [anon_sym_return] = ACTIONS(1267), - [anon_sym_break] = ACTIONS(1267), - [anon_sym_continue] = ACTIONS(1267), - [anon_sym_goto] = ACTIONS(1267), - [anon_sym_DASH_DASH] = ACTIONS(1269), - [anon_sym_PLUS_PLUS] = ACTIONS(1269), - [anon_sym_sizeof] = ACTIONS(1267), - [anon_sym___alignof__] = ACTIONS(1267), - [anon_sym___alignof] = ACTIONS(1267), - [anon_sym__alignof] = ACTIONS(1267), - [anon_sym_alignof] = ACTIONS(1267), - [anon_sym__Alignof] = ACTIONS(1267), - [anon_sym_offsetof] = ACTIONS(1267), - [anon_sym__Generic] = ACTIONS(1267), - [anon_sym_asm] = ACTIONS(1267), - [anon_sym___asm__] = ACTIONS(1267), - [sym_number_literal] = ACTIONS(1269), - [anon_sym_L_SQUOTE] = ACTIONS(1269), - [anon_sym_u_SQUOTE] = ACTIONS(1269), - [anon_sym_U_SQUOTE] = ACTIONS(1269), - [anon_sym_u8_SQUOTE] = ACTIONS(1269), - [anon_sym_SQUOTE] = ACTIONS(1269), - [anon_sym_L_DQUOTE] = ACTIONS(1269), - [anon_sym_u_DQUOTE] = ACTIONS(1269), - [anon_sym_U_DQUOTE] = ACTIONS(1269), - [anon_sym_u8_DQUOTE] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_true] = ACTIONS(1267), - [sym_false] = ACTIONS(1267), - [anon_sym_NULL] = ACTIONS(1267), - [anon_sym_nullptr] = ACTIONS(1267), + [234] = { + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_RBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), [sym_comment] = ACTIONS(3), }, - [245] = { + [235] = { [sym_identifier] = ACTIONS(1243), [aux_sym_preproc_include_token1] = ACTIONS(1243), [aux_sym_preproc_def_token1] = ACTIONS(1243), @@ -43888,199 +43110,295 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1243), [sym_comment] = ACTIONS(3), }, - [246] = { - [sym_identifier] = ACTIONS(1239), - [aux_sym_preproc_include_token1] = ACTIONS(1239), - [aux_sym_preproc_def_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token1] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), - [sym_preproc_directive] = ACTIONS(1239), - [anon_sym_LPAREN2] = ACTIONS(1241), - [anon_sym_BANG] = ACTIONS(1241), - [anon_sym_TILDE] = ACTIONS(1241), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1241), - [anon_sym_SEMI] = ACTIONS(1241), - [anon_sym___extension__] = ACTIONS(1239), - [anon_sym_typedef] = ACTIONS(1239), - [anon_sym_extern] = ACTIONS(1239), - [anon_sym___attribute__] = ACTIONS(1239), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), - [anon_sym___declspec] = ACTIONS(1239), - [anon_sym___cdecl] = ACTIONS(1239), - [anon_sym___clrcall] = ACTIONS(1239), - [anon_sym___stdcall] = ACTIONS(1239), - [anon_sym___fastcall] = ACTIONS(1239), - [anon_sym___thiscall] = ACTIONS(1239), - [anon_sym___vectorcall] = ACTIONS(1239), - [anon_sym_LBRACE] = ACTIONS(1241), - [anon_sym_RBRACE] = ACTIONS(1241), - [anon_sym_signed] = ACTIONS(1239), - [anon_sym_unsigned] = ACTIONS(1239), - [anon_sym_long] = ACTIONS(1239), - [anon_sym_short] = ACTIONS(1239), - [anon_sym_static] = ACTIONS(1239), - [anon_sym_auto] = ACTIONS(1239), - [anon_sym_register] = ACTIONS(1239), - [anon_sym_inline] = ACTIONS(1239), - [anon_sym___inline] = ACTIONS(1239), - [anon_sym___inline__] = ACTIONS(1239), - [anon_sym___forceinline] = ACTIONS(1239), - [anon_sym_thread_local] = ACTIONS(1239), - [anon_sym___thread] = ACTIONS(1239), - [anon_sym_const] = ACTIONS(1239), - [anon_sym_constexpr] = ACTIONS(1239), - [anon_sym_volatile] = ACTIONS(1239), - [anon_sym_restrict] = ACTIONS(1239), - [anon_sym___restrict__] = ACTIONS(1239), - [anon_sym__Atomic] = ACTIONS(1239), - [anon_sym__Noreturn] = ACTIONS(1239), - [anon_sym_noreturn] = ACTIONS(1239), - [sym_primitive_type] = ACTIONS(1239), - [anon_sym_enum] = ACTIONS(1239), - [anon_sym_struct] = ACTIONS(1239), - [anon_sym_union] = ACTIONS(1239), - [anon_sym_if] = ACTIONS(1239), - [anon_sym_else] = ACTIONS(1239), - [anon_sym_switch] = ACTIONS(1239), - [anon_sym_case] = ACTIONS(1239), - [anon_sym_default] = ACTIONS(1239), - [anon_sym_while] = ACTIONS(1239), - [anon_sym_do] = ACTIONS(1239), - [anon_sym_for] = ACTIONS(1239), - [anon_sym_return] = ACTIONS(1239), - [anon_sym_break] = ACTIONS(1239), - [anon_sym_continue] = ACTIONS(1239), - [anon_sym_goto] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1241), - [anon_sym_PLUS_PLUS] = ACTIONS(1241), - [anon_sym_sizeof] = ACTIONS(1239), - [anon_sym___alignof__] = ACTIONS(1239), - [anon_sym___alignof] = ACTIONS(1239), - [anon_sym__alignof] = ACTIONS(1239), - [anon_sym_alignof] = ACTIONS(1239), - [anon_sym__Alignof] = ACTIONS(1239), - [anon_sym_offsetof] = ACTIONS(1239), - [anon_sym__Generic] = ACTIONS(1239), - [anon_sym_asm] = ACTIONS(1239), - [anon_sym___asm__] = ACTIONS(1239), - [sym_number_literal] = ACTIONS(1241), - [anon_sym_L_SQUOTE] = ACTIONS(1241), - [anon_sym_u_SQUOTE] = ACTIONS(1241), - [anon_sym_U_SQUOTE] = ACTIONS(1241), - [anon_sym_u8_SQUOTE] = ACTIONS(1241), - [anon_sym_SQUOTE] = ACTIONS(1241), - [anon_sym_L_DQUOTE] = ACTIONS(1241), - [anon_sym_u_DQUOTE] = ACTIONS(1241), - [anon_sym_U_DQUOTE] = ACTIONS(1241), - [anon_sym_u8_DQUOTE] = ACTIONS(1241), - [anon_sym_DQUOTE] = ACTIONS(1241), - [sym_true] = ACTIONS(1239), - [sym_false] = ACTIONS(1239), - [anon_sym_NULL] = ACTIONS(1239), - [anon_sym_nullptr] = ACTIONS(1239), + [236] = { + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token2] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), [sym_comment] = ACTIONS(3), }, - [247] = { - [sym_identifier] = ACTIONS(1263), - [aux_sym_preproc_include_token1] = ACTIONS(1263), - [aux_sym_preproc_def_token1] = ACTIONS(1263), - [aux_sym_preproc_if_token1] = ACTIONS(1263), - [aux_sym_preproc_if_token2] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), - [sym_preproc_directive] = ACTIONS(1263), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1263), - [anon_sym_typedef] = ACTIONS(1263), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym___attribute__] = ACTIONS(1263), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), - [anon_sym___declspec] = ACTIONS(1263), - [anon_sym___cdecl] = ACTIONS(1263), - [anon_sym___clrcall] = ACTIONS(1263), - [anon_sym___stdcall] = ACTIONS(1263), - [anon_sym___fastcall] = ACTIONS(1263), - [anon_sym___thiscall] = ACTIONS(1263), - [anon_sym___vectorcall] = ACTIONS(1263), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_signed] = ACTIONS(1263), - [anon_sym_unsigned] = ACTIONS(1263), - [anon_sym_long] = ACTIONS(1263), - [anon_sym_short] = ACTIONS(1263), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_auto] = ACTIONS(1263), - [anon_sym_register] = ACTIONS(1263), - [anon_sym_inline] = ACTIONS(1263), - [anon_sym___inline] = ACTIONS(1263), - [anon_sym___inline__] = ACTIONS(1263), - [anon_sym___forceinline] = ACTIONS(1263), - [anon_sym_thread_local] = ACTIONS(1263), - [anon_sym___thread] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_constexpr] = ACTIONS(1263), - [anon_sym_volatile] = ACTIONS(1263), - [anon_sym_restrict] = ACTIONS(1263), - [anon_sym___restrict__] = ACTIONS(1263), - [anon_sym__Atomic] = ACTIONS(1263), - [anon_sym__Noreturn] = ACTIONS(1263), - [anon_sym_noreturn] = ACTIONS(1263), - [sym_primitive_type] = ACTIONS(1263), - [anon_sym_enum] = ACTIONS(1263), - [anon_sym_struct] = ACTIONS(1263), - [anon_sym_union] = ACTIONS(1263), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_else] = ACTIONS(1263), - [anon_sym_switch] = ACTIONS(1263), - [anon_sym_case] = ACTIONS(1263), - [anon_sym_default] = ACTIONS(1263), - [anon_sym_while] = ACTIONS(1263), - [anon_sym_do] = ACTIONS(1263), - [anon_sym_for] = ACTIONS(1263), - [anon_sym_return] = ACTIONS(1263), - [anon_sym_break] = ACTIONS(1263), - [anon_sym_continue] = ACTIONS(1263), - [anon_sym_goto] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), - [anon_sym_sizeof] = ACTIONS(1263), - [anon_sym___alignof__] = ACTIONS(1263), - [anon_sym___alignof] = ACTIONS(1263), - [anon_sym__alignof] = ACTIONS(1263), - [anon_sym_alignof] = ACTIONS(1263), - [anon_sym__Alignof] = ACTIONS(1263), - [anon_sym_offsetof] = ACTIONS(1263), - [anon_sym__Generic] = ACTIONS(1263), - [anon_sym_asm] = ACTIONS(1263), - [anon_sym___asm__] = ACTIONS(1263), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_true] = ACTIONS(1263), - [sym_false] = ACTIONS(1263), - [anon_sym_NULL] = ACTIONS(1263), - [anon_sym_nullptr] = ACTIONS(1263), + [237] = { + [ts_builtin_sym_end] = ACTIONS(1297), + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), + [sym_comment] = ACTIONS(3), + }, + [238] = { + [ts_builtin_sym_end] = ACTIONS(1221), + [sym_identifier] = ACTIONS(1219), + [aux_sym_preproc_include_token1] = ACTIONS(1219), + [aux_sym_preproc_def_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), + [sym_preproc_directive] = ACTIONS(1219), + [anon_sym_LPAREN2] = ACTIONS(1221), + [anon_sym_BANG] = ACTIONS(1221), + [anon_sym_TILDE] = ACTIONS(1221), + [anon_sym_DASH] = ACTIONS(1219), + [anon_sym_PLUS] = ACTIONS(1219), + [anon_sym_STAR] = ACTIONS(1221), + [anon_sym_AMP] = ACTIONS(1221), + [anon_sym_SEMI] = ACTIONS(1221), + [anon_sym___extension__] = ACTIONS(1219), + [anon_sym_typedef] = ACTIONS(1219), + [anon_sym_extern] = ACTIONS(1219), + [anon_sym___attribute__] = ACTIONS(1219), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), + [anon_sym___declspec] = ACTIONS(1219), + [anon_sym___cdecl] = ACTIONS(1219), + [anon_sym___clrcall] = ACTIONS(1219), + [anon_sym___stdcall] = ACTIONS(1219), + [anon_sym___fastcall] = ACTIONS(1219), + [anon_sym___thiscall] = ACTIONS(1219), + [anon_sym___vectorcall] = ACTIONS(1219), + [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_signed] = ACTIONS(1219), + [anon_sym_unsigned] = ACTIONS(1219), + [anon_sym_long] = ACTIONS(1219), + [anon_sym_short] = ACTIONS(1219), + [anon_sym_static] = ACTIONS(1219), + [anon_sym_auto] = ACTIONS(1219), + [anon_sym_register] = ACTIONS(1219), + [anon_sym_inline] = ACTIONS(1219), + [anon_sym___inline] = ACTIONS(1219), + [anon_sym___inline__] = ACTIONS(1219), + [anon_sym___forceinline] = ACTIONS(1219), + [anon_sym_thread_local] = ACTIONS(1219), + [anon_sym___thread] = ACTIONS(1219), + [anon_sym_const] = ACTIONS(1219), + [anon_sym_constexpr] = ACTIONS(1219), + [anon_sym_volatile] = ACTIONS(1219), + [anon_sym_restrict] = ACTIONS(1219), + [anon_sym___restrict__] = ACTIONS(1219), + [anon_sym__Atomic] = ACTIONS(1219), + [anon_sym__Noreturn] = ACTIONS(1219), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [248] = { + [239] = { [sym_identifier] = ACTIONS(1235), [aux_sym_preproc_include_token1] = ACTIONS(1235), [aux_sym_preproc_def_token1] = ACTIONS(1235), @@ -44176,199 +43494,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1235), [sym_comment] = ACTIONS(3), }, - [249] = { - [sym_identifier] = ACTIONS(1231), - [aux_sym_preproc_include_token1] = ACTIONS(1231), - [aux_sym_preproc_def_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), - [sym_preproc_directive] = ACTIONS(1231), - [anon_sym_LPAREN2] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym___extension__] = ACTIONS(1231), - [anon_sym_typedef] = ACTIONS(1231), - [anon_sym_extern] = ACTIONS(1231), - [anon_sym___attribute__] = ACTIONS(1231), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), - [anon_sym___declspec] = ACTIONS(1231), - [anon_sym___cdecl] = ACTIONS(1231), - [anon_sym___clrcall] = ACTIONS(1231), - [anon_sym___stdcall] = ACTIONS(1231), - [anon_sym___fastcall] = ACTIONS(1231), - [anon_sym___thiscall] = ACTIONS(1231), - [anon_sym___vectorcall] = ACTIONS(1231), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_RBRACE] = ACTIONS(1233), - [anon_sym_signed] = ACTIONS(1231), - [anon_sym_unsigned] = ACTIONS(1231), - [anon_sym_long] = ACTIONS(1231), - [anon_sym_short] = ACTIONS(1231), - [anon_sym_static] = ACTIONS(1231), - [anon_sym_auto] = ACTIONS(1231), - [anon_sym_register] = ACTIONS(1231), - [anon_sym_inline] = ACTIONS(1231), - [anon_sym___inline] = ACTIONS(1231), - [anon_sym___inline__] = ACTIONS(1231), - [anon_sym___forceinline] = ACTIONS(1231), - [anon_sym_thread_local] = ACTIONS(1231), - [anon_sym___thread] = ACTIONS(1231), - [anon_sym_const] = ACTIONS(1231), - [anon_sym_constexpr] = ACTIONS(1231), - [anon_sym_volatile] = ACTIONS(1231), - [anon_sym_restrict] = ACTIONS(1231), - [anon_sym___restrict__] = ACTIONS(1231), - [anon_sym__Atomic] = ACTIONS(1231), - [anon_sym__Noreturn] = ACTIONS(1231), - [anon_sym_noreturn] = ACTIONS(1231), - [sym_primitive_type] = ACTIONS(1231), - [anon_sym_enum] = ACTIONS(1231), - [anon_sym_struct] = ACTIONS(1231), - [anon_sym_union] = ACTIONS(1231), - [anon_sym_if] = ACTIONS(1231), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_switch] = ACTIONS(1231), - [anon_sym_case] = ACTIONS(1231), - [anon_sym_default] = ACTIONS(1231), - [anon_sym_while] = ACTIONS(1231), - [anon_sym_do] = ACTIONS(1231), - [anon_sym_for] = ACTIONS(1231), - [anon_sym_return] = ACTIONS(1231), - [anon_sym_break] = ACTIONS(1231), - [anon_sym_continue] = ACTIONS(1231), - [anon_sym_goto] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1233), - [anon_sym_PLUS_PLUS] = ACTIONS(1233), - [anon_sym_sizeof] = ACTIONS(1231), - [anon_sym___alignof__] = ACTIONS(1231), - [anon_sym___alignof] = ACTIONS(1231), - [anon_sym__alignof] = ACTIONS(1231), - [anon_sym_alignof] = ACTIONS(1231), - [anon_sym__Alignof] = ACTIONS(1231), - [anon_sym_offsetof] = ACTIONS(1231), - [anon_sym__Generic] = ACTIONS(1231), - [anon_sym_asm] = ACTIONS(1231), - [anon_sym___asm__] = ACTIONS(1231), - [sym_number_literal] = ACTIONS(1233), - [anon_sym_L_SQUOTE] = ACTIONS(1233), - [anon_sym_u_SQUOTE] = ACTIONS(1233), - [anon_sym_U_SQUOTE] = ACTIONS(1233), - [anon_sym_u8_SQUOTE] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_L_DQUOTE] = ACTIONS(1233), - [anon_sym_u_DQUOTE] = ACTIONS(1233), - [anon_sym_U_DQUOTE] = ACTIONS(1233), - [anon_sym_u8_DQUOTE] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [sym_true] = ACTIONS(1231), - [sym_false] = ACTIONS(1231), - [anon_sym_NULL] = ACTIONS(1231), - [anon_sym_nullptr] = ACTIONS(1231), - [sym_comment] = ACTIONS(3), - }, - [250] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [240] = { + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_RBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), [sym_comment] = ACTIONS(3), }, - [251] = { + [241] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -44454,214 +43676,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8_SQUOTE] = ACTIONS(1221), [anon_sym_SQUOTE] = ACTIONS(1221), [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [252] = { - [sym_identifier] = ACTIONS(1227), - [aux_sym_preproc_include_token1] = ACTIONS(1227), - [aux_sym_preproc_def_token1] = ACTIONS(1227), - [aux_sym_preproc_if_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), - [sym_preproc_directive] = ACTIONS(1227), - [anon_sym_LPAREN2] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_TILDE] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_SEMI] = ACTIONS(1229), - [anon_sym___extension__] = ACTIONS(1227), - [anon_sym_typedef] = ACTIONS(1227), - [anon_sym_extern] = ACTIONS(1227), - [anon_sym___attribute__] = ACTIONS(1227), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), - [anon_sym___declspec] = ACTIONS(1227), - [anon_sym___cdecl] = ACTIONS(1227), - [anon_sym___clrcall] = ACTIONS(1227), - [anon_sym___stdcall] = ACTIONS(1227), - [anon_sym___fastcall] = ACTIONS(1227), - [anon_sym___thiscall] = ACTIONS(1227), - [anon_sym___vectorcall] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1229), - [anon_sym_RBRACE] = ACTIONS(1229), - [anon_sym_signed] = ACTIONS(1227), - [anon_sym_unsigned] = ACTIONS(1227), - [anon_sym_long] = ACTIONS(1227), - [anon_sym_short] = ACTIONS(1227), - [anon_sym_static] = ACTIONS(1227), - [anon_sym_auto] = ACTIONS(1227), - [anon_sym_register] = ACTIONS(1227), - [anon_sym_inline] = ACTIONS(1227), - [anon_sym___inline] = ACTIONS(1227), - [anon_sym___inline__] = ACTIONS(1227), - [anon_sym___forceinline] = ACTIONS(1227), - [anon_sym_thread_local] = ACTIONS(1227), - [anon_sym___thread] = ACTIONS(1227), - [anon_sym_const] = ACTIONS(1227), - [anon_sym_constexpr] = ACTIONS(1227), - [anon_sym_volatile] = ACTIONS(1227), - [anon_sym_restrict] = ACTIONS(1227), - [anon_sym___restrict__] = ACTIONS(1227), - [anon_sym__Atomic] = ACTIONS(1227), - [anon_sym__Noreturn] = ACTIONS(1227), - [anon_sym_noreturn] = ACTIONS(1227), - [sym_primitive_type] = ACTIONS(1227), - [anon_sym_enum] = ACTIONS(1227), - [anon_sym_struct] = ACTIONS(1227), - [anon_sym_union] = ACTIONS(1227), - [anon_sym_if] = ACTIONS(1227), - [anon_sym_else] = ACTIONS(1227), - [anon_sym_switch] = ACTIONS(1227), - [anon_sym_case] = ACTIONS(1227), - [anon_sym_default] = ACTIONS(1227), - [anon_sym_while] = ACTIONS(1227), - [anon_sym_do] = ACTIONS(1227), - [anon_sym_for] = ACTIONS(1227), - [anon_sym_return] = ACTIONS(1227), - [anon_sym_break] = ACTIONS(1227), - [anon_sym_continue] = ACTIONS(1227), - [anon_sym_goto] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1229), - [anon_sym_PLUS_PLUS] = ACTIONS(1229), - [anon_sym_sizeof] = ACTIONS(1227), - [anon_sym___alignof__] = ACTIONS(1227), - [anon_sym___alignof] = ACTIONS(1227), - [anon_sym__alignof] = ACTIONS(1227), - [anon_sym_alignof] = ACTIONS(1227), - [anon_sym__Alignof] = ACTIONS(1227), - [anon_sym_offsetof] = ACTIONS(1227), - [anon_sym__Generic] = ACTIONS(1227), - [anon_sym_asm] = ACTIONS(1227), - [anon_sym___asm__] = ACTIONS(1227), - [sym_number_literal] = ACTIONS(1229), - [anon_sym_L_SQUOTE] = ACTIONS(1229), - [anon_sym_u_SQUOTE] = ACTIONS(1229), - [anon_sym_U_SQUOTE] = ACTIONS(1229), - [anon_sym_u8_SQUOTE] = ACTIONS(1229), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_L_DQUOTE] = ACTIONS(1229), - [anon_sym_u_DQUOTE] = ACTIONS(1229), - [anon_sym_U_DQUOTE] = ACTIONS(1229), - [anon_sym_u8_DQUOTE] = ACTIONS(1229), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_true] = ACTIONS(1227), - [sym_false] = ACTIONS(1227), - [anon_sym_NULL] = ACTIONS(1227), - [anon_sym_nullptr] = ACTIONS(1227), - [sym_comment] = ACTIONS(3), - }, - [253] = { - [sym_identifier] = ACTIONS(1259), - [aux_sym_preproc_include_token1] = ACTIONS(1259), - [aux_sym_preproc_def_token1] = ACTIONS(1259), - [aux_sym_preproc_if_token1] = ACTIONS(1259), - [aux_sym_preproc_if_token2] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), - [sym_preproc_directive] = ACTIONS(1259), - [anon_sym_LPAREN2] = ACTIONS(1261), - [anon_sym_BANG] = ACTIONS(1261), - [anon_sym_TILDE] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_AMP] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1259), - [anon_sym_typedef] = ACTIONS(1259), - [anon_sym_extern] = ACTIONS(1259), - [anon_sym___attribute__] = ACTIONS(1259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), - [anon_sym___declspec] = ACTIONS(1259), - [anon_sym___cdecl] = ACTIONS(1259), - [anon_sym___clrcall] = ACTIONS(1259), - [anon_sym___stdcall] = ACTIONS(1259), - [anon_sym___fastcall] = ACTIONS(1259), - [anon_sym___thiscall] = ACTIONS(1259), - [anon_sym___vectorcall] = ACTIONS(1259), - [anon_sym_LBRACE] = ACTIONS(1261), - [anon_sym_signed] = ACTIONS(1259), - [anon_sym_unsigned] = ACTIONS(1259), - [anon_sym_long] = ACTIONS(1259), - [anon_sym_short] = ACTIONS(1259), - [anon_sym_static] = ACTIONS(1259), - [anon_sym_auto] = ACTIONS(1259), - [anon_sym_register] = ACTIONS(1259), - [anon_sym_inline] = ACTIONS(1259), - [anon_sym___inline] = ACTIONS(1259), - [anon_sym___inline__] = ACTIONS(1259), - [anon_sym___forceinline] = ACTIONS(1259), - [anon_sym_thread_local] = ACTIONS(1259), - [anon_sym___thread] = ACTIONS(1259), - [anon_sym_const] = ACTIONS(1259), - [anon_sym_constexpr] = ACTIONS(1259), - [anon_sym_volatile] = ACTIONS(1259), - [anon_sym_restrict] = ACTIONS(1259), - [anon_sym___restrict__] = ACTIONS(1259), - [anon_sym__Atomic] = ACTIONS(1259), - [anon_sym__Noreturn] = ACTIONS(1259), - [anon_sym_noreturn] = ACTIONS(1259), - [sym_primitive_type] = ACTIONS(1259), - [anon_sym_enum] = ACTIONS(1259), - [anon_sym_struct] = ACTIONS(1259), - [anon_sym_union] = ACTIONS(1259), - [anon_sym_if] = ACTIONS(1259), - [anon_sym_else] = ACTIONS(1259), - [anon_sym_switch] = ACTIONS(1259), - [anon_sym_case] = ACTIONS(1259), - [anon_sym_default] = ACTIONS(1259), - [anon_sym_while] = ACTIONS(1259), - [anon_sym_do] = ACTIONS(1259), - [anon_sym_for] = ACTIONS(1259), - [anon_sym_return] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1259), - [anon_sym_continue] = ACTIONS(1259), - [anon_sym_goto] = ACTIONS(1259), - [anon_sym_DASH_DASH] = ACTIONS(1261), - [anon_sym_PLUS_PLUS] = ACTIONS(1261), - [anon_sym_sizeof] = ACTIONS(1259), - [anon_sym___alignof__] = ACTIONS(1259), - [anon_sym___alignof] = ACTIONS(1259), - [anon_sym__alignof] = ACTIONS(1259), - [anon_sym_alignof] = ACTIONS(1259), - [anon_sym__Alignof] = ACTIONS(1259), - [anon_sym_offsetof] = ACTIONS(1259), - [anon_sym__Generic] = ACTIONS(1259), - [anon_sym_asm] = ACTIONS(1259), - [anon_sym___asm__] = ACTIONS(1259), - [sym_number_literal] = ACTIONS(1261), - [anon_sym_L_SQUOTE] = ACTIONS(1261), - [anon_sym_u_SQUOTE] = ACTIONS(1261), - [anon_sym_U_SQUOTE] = ACTIONS(1261), - [anon_sym_u8_SQUOTE] = ACTIONS(1261), - [anon_sym_SQUOTE] = ACTIONS(1261), - [anon_sym_L_DQUOTE] = ACTIONS(1261), - [anon_sym_u_DQUOTE] = ACTIONS(1261), - [anon_sym_U_DQUOTE] = ACTIONS(1261), - [anon_sym_u8_DQUOTE] = ACTIONS(1261), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_true] = ACTIONS(1259), - [sym_false] = ACTIONS(1259), - [anon_sym_NULL] = ACTIONS(1259), - [anon_sym_nullptr] = ACTIONS(1259), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [254] = { + [242] = { [sym_identifier] = ACTIONS(1255), [aux_sym_preproc_include_token1] = ACTIONS(1255), [aux_sym_preproc_def_token1] = ACTIONS(1255), [aux_sym_preproc_if_token1] = ACTIONS(1255), - [aux_sym_preproc_if_token2] = ACTIONS(1255), [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), [sym_preproc_directive] = ACTIONS(1255), @@ -44686,6 +43715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1255), [anon_sym___vectorcall] = ACTIONS(1255), [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_RBRACE] = ACTIONS(1257), [anon_sym_signed] = ACTIONS(1255), [anon_sym_unsigned] = ACTIONS(1255), [anon_sym_long] = ACTIONS(1255), @@ -44752,8 +43782,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1255), [sym_comment] = ACTIONS(3), }, - [255] = { - [ts_builtin_sym_end] = ACTIONS(1221), + [243] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_RBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + }, + [244] = { + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_RBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), + [sym_comment] = ACTIONS(3), + }, + [245] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -44782,6 +44003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -44848,7 +44070,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [256] = { + [246] = { + [ts_builtin_sym_end] = ACTIONS(1281), + [sym_identifier] = ACTIONS(1279), + [aux_sym_preproc_include_token1] = ACTIONS(1279), + [aux_sym_preproc_def_token1] = ACTIONS(1279), + [aux_sym_preproc_if_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1279), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1279), + [sym_preproc_directive] = ACTIONS(1279), + [anon_sym_LPAREN2] = ACTIONS(1281), + [anon_sym_BANG] = ACTIONS(1281), + [anon_sym_TILDE] = ACTIONS(1281), + [anon_sym_DASH] = ACTIONS(1279), + [anon_sym_PLUS] = ACTIONS(1279), + [anon_sym_STAR] = ACTIONS(1281), + [anon_sym_AMP] = ACTIONS(1281), + [anon_sym_SEMI] = ACTIONS(1281), + [anon_sym___extension__] = ACTIONS(1279), + [anon_sym_typedef] = ACTIONS(1279), + [anon_sym_extern] = ACTIONS(1279), + [anon_sym___attribute__] = ACTIONS(1279), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1281), + [anon_sym___declspec] = ACTIONS(1279), + [anon_sym___cdecl] = ACTIONS(1279), + [anon_sym___clrcall] = ACTIONS(1279), + [anon_sym___stdcall] = ACTIONS(1279), + [anon_sym___fastcall] = ACTIONS(1279), + [anon_sym___thiscall] = ACTIONS(1279), + [anon_sym___vectorcall] = ACTIONS(1279), + [anon_sym_LBRACE] = ACTIONS(1281), + [anon_sym_signed] = ACTIONS(1279), + [anon_sym_unsigned] = ACTIONS(1279), + [anon_sym_long] = ACTIONS(1279), + [anon_sym_short] = ACTIONS(1279), + [anon_sym_static] = ACTIONS(1279), + [anon_sym_auto] = ACTIONS(1279), + [anon_sym_register] = ACTIONS(1279), + [anon_sym_inline] = ACTIONS(1279), + [anon_sym___inline] = ACTIONS(1279), + [anon_sym___inline__] = ACTIONS(1279), + [anon_sym___forceinline] = ACTIONS(1279), + [anon_sym_thread_local] = ACTIONS(1279), + [anon_sym___thread] = ACTIONS(1279), + [anon_sym_const] = ACTIONS(1279), + [anon_sym_constexpr] = ACTIONS(1279), + [anon_sym_volatile] = ACTIONS(1279), + [anon_sym_restrict] = ACTIONS(1279), + [anon_sym___restrict__] = ACTIONS(1279), + [anon_sym__Atomic] = ACTIONS(1279), + [anon_sym__Noreturn] = ACTIONS(1279), + [anon_sym_noreturn] = ACTIONS(1279), + [sym_primitive_type] = ACTIONS(1279), + [anon_sym_enum] = ACTIONS(1279), + [anon_sym_struct] = ACTIONS(1279), + [anon_sym_union] = ACTIONS(1279), + [anon_sym_if] = ACTIONS(1279), + [anon_sym_else] = ACTIONS(1279), + [anon_sym_switch] = ACTIONS(1279), + [anon_sym_case] = ACTIONS(1279), + [anon_sym_default] = ACTIONS(1279), + [anon_sym_while] = ACTIONS(1279), + [anon_sym_do] = ACTIONS(1279), + [anon_sym_for] = ACTIONS(1279), + [anon_sym_return] = ACTIONS(1279), + [anon_sym_break] = ACTIONS(1279), + [anon_sym_continue] = ACTIONS(1279), + [anon_sym_goto] = ACTIONS(1279), + [anon_sym_DASH_DASH] = ACTIONS(1281), + [anon_sym_PLUS_PLUS] = ACTIONS(1281), + [anon_sym_sizeof] = ACTIONS(1279), + [anon_sym___alignof__] = ACTIONS(1279), + [anon_sym___alignof] = ACTIONS(1279), + [anon_sym__alignof] = ACTIONS(1279), + [anon_sym_alignof] = ACTIONS(1279), + [anon_sym__Alignof] = ACTIONS(1279), + [anon_sym_offsetof] = ACTIONS(1279), + [anon_sym__Generic] = ACTIONS(1279), + [anon_sym_asm] = ACTIONS(1279), + [anon_sym___asm__] = ACTIONS(1279), + [sym_number_literal] = ACTIONS(1281), + [anon_sym_L_SQUOTE] = ACTIONS(1281), + [anon_sym_u_SQUOTE] = ACTIONS(1281), + [anon_sym_U_SQUOTE] = ACTIONS(1281), + [anon_sym_u8_SQUOTE] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1281), + [anon_sym_L_DQUOTE] = ACTIONS(1281), + [anon_sym_u_DQUOTE] = ACTIONS(1281), + [anon_sym_U_DQUOTE] = ACTIONS(1281), + [anon_sym_u8_DQUOTE] = ACTIONS(1281), + [anon_sym_DQUOTE] = ACTIONS(1281), + [sym_true] = ACTIONS(1279), + [sym_false] = ACTIONS(1279), + [anon_sym_NULL] = ACTIONS(1279), + [anon_sym_nullptr] = ACTIONS(1279), + [sym_comment] = ACTIONS(3), + }, + [247] = { + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_RBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [sym_number_literal] = ACTIONS(1269), + [anon_sym_L_SQUOTE] = ACTIONS(1269), + [anon_sym_u_SQUOTE] = ACTIONS(1269), + [anon_sym_U_SQUOTE] = ACTIONS(1269), + [anon_sym_u8_SQUOTE] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1269), + [anon_sym_L_DQUOTE] = ACTIONS(1269), + [anon_sym_u_DQUOTE] = ACTIONS(1269), + [anon_sym_U_DQUOTE] = ACTIONS(1269), + [anon_sym_u8_DQUOTE] = ACTIONS(1269), + [anon_sym_DQUOTE] = ACTIONS(1269), + [sym_true] = ACTIONS(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), + [sym_comment] = ACTIONS(3), + }, + [248] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -44877,7 +44292,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -44944,7 +44358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [257] = { + [249] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -45040,7 +44454,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [258] = { + [250] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -45069,7 +44484,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -45128,111 +44542,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_L_DQUOTE] = ACTIONS(1221), [anon_sym_u_DQUOTE] = ACTIONS(1221), [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [259] = { - [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1251), - [aux_sym_preproc_def_token1] = ACTIONS(1251), - [aux_sym_preproc_if_token1] = ACTIONS(1251), - [aux_sym_preproc_if_token2] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), - [sym_preproc_directive] = ACTIONS(1251), - [anon_sym_LPAREN2] = ACTIONS(1253), - [anon_sym_BANG] = ACTIONS(1253), - [anon_sym_TILDE] = ACTIONS(1253), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1251), - [anon_sym_typedef] = ACTIONS(1251), - [anon_sym_extern] = ACTIONS(1251), - [anon_sym___attribute__] = ACTIONS(1251), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), - [anon_sym___declspec] = ACTIONS(1251), - [anon_sym___cdecl] = ACTIONS(1251), - [anon_sym___clrcall] = ACTIONS(1251), - [anon_sym___stdcall] = ACTIONS(1251), - [anon_sym___fastcall] = ACTIONS(1251), - [anon_sym___thiscall] = ACTIONS(1251), - [anon_sym___vectorcall] = ACTIONS(1251), - [anon_sym_LBRACE] = ACTIONS(1253), - [anon_sym_signed] = ACTIONS(1251), - [anon_sym_unsigned] = ACTIONS(1251), - [anon_sym_long] = ACTIONS(1251), - [anon_sym_short] = ACTIONS(1251), - [anon_sym_static] = ACTIONS(1251), - [anon_sym_auto] = ACTIONS(1251), - [anon_sym_register] = ACTIONS(1251), - [anon_sym_inline] = ACTIONS(1251), - [anon_sym___inline] = ACTIONS(1251), - [anon_sym___inline__] = ACTIONS(1251), - [anon_sym___forceinline] = ACTIONS(1251), - [anon_sym_thread_local] = ACTIONS(1251), - [anon_sym___thread] = ACTIONS(1251), - [anon_sym_const] = ACTIONS(1251), - [anon_sym_constexpr] = ACTIONS(1251), - [anon_sym_volatile] = ACTIONS(1251), - [anon_sym_restrict] = ACTIONS(1251), - [anon_sym___restrict__] = ACTIONS(1251), - [anon_sym__Atomic] = ACTIONS(1251), - [anon_sym__Noreturn] = ACTIONS(1251), - [anon_sym_noreturn] = ACTIONS(1251), - [sym_primitive_type] = ACTIONS(1251), - [anon_sym_enum] = ACTIONS(1251), - [anon_sym_struct] = ACTIONS(1251), - [anon_sym_union] = ACTIONS(1251), - [anon_sym_if] = ACTIONS(1251), - [anon_sym_else] = ACTIONS(1251), - [anon_sym_switch] = ACTIONS(1251), - [anon_sym_case] = ACTIONS(1251), - [anon_sym_default] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1251), - [anon_sym_do] = ACTIONS(1251), - [anon_sym_for] = ACTIONS(1251), - [anon_sym_return] = ACTIONS(1251), - [anon_sym_break] = ACTIONS(1251), - [anon_sym_continue] = ACTIONS(1251), - [anon_sym_goto] = ACTIONS(1251), - [anon_sym_DASH_DASH] = ACTIONS(1253), - [anon_sym_PLUS_PLUS] = ACTIONS(1253), - [anon_sym_sizeof] = ACTIONS(1251), - [anon_sym___alignof__] = ACTIONS(1251), - [anon_sym___alignof] = ACTIONS(1251), - [anon_sym__alignof] = ACTIONS(1251), - [anon_sym_alignof] = ACTIONS(1251), - [anon_sym__Alignof] = ACTIONS(1251), - [anon_sym_offsetof] = ACTIONS(1251), - [anon_sym__Generic] = ACTIONS(1251), - [anon_sym_asm] = ACTIONS(1251), - [anon_sym___asm__] = ACTIONS(1251), - [sym_number_literal] = ACTIONS(1253), - [anon_sym_L_SQUOTE] = ACTIONS(1253), - [anon_sym_u_SQUOTE] = ACTIONS(1253), - [anon_sym_U_SQUOTE] = ACTIONS(1253), - [anon_sym_u8_SQUOTE] = ACTIONS(1253), - [anon_sym_SQUOTE] = ACTIONS(1253), - [anon_sym_L_DQUOTE] = ACTIONS(1253), - [anon_sym_u_DQUOTE] = ACTIONS(1253), - [anon_sym_U_DQUOTE] = ACTIONS(1253), - [anon_sym_u8_DQUOTE] = ACTIONS(1253), - [anon_sym_DQUOTE] = ACTIONS(1253), - [sym_true] = ACTIONS(1251), - [sym_false] = ACTIONS(1251), - [anon_sym_NULL] = ACTIONS(1251), - [anon_sym_nullptr] = ACTIONS(1251), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [260] = { + [251] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -45328,103 +44646,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [261] = { - [sym_identifier] = ACTIONS(1247), - [aux_sym_preproc_include_token1] = ACTIONS(1247), - [aux_sym_preproc_def_token1] = ACTIONS(1247), - [aux_sym_preproc_if_token1] = ACTIONS(1247), - [aux_sym_preproc_if_token2] = ACTIONS(1247), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), - [sym_preproc_directive] = ACTIONS(1247), - [anon_sym_LPAREN2] = ACTIONS(1249), - [anon_sym_BANG] = ACTIONS(1249), - [anon_sym_TILDE] = ACTIONS(1249), - [anon_sym_DASH] = ACTIONS(1247), - [anon_sym_PLUS] = ACTIONS(1247), - [anon_sym_STAR] = ACTIONS(1249), - [anon_sym_AMP] = ACTIONS(1249), - [anon_sym_SEMI] = ACTIONS(1249), - [anon_sym___extension__] = ACTIONS(1247), - [anon_sym_typedef] = ACTIONS(1247), - [anon_sym_extern] = ACTIONS(1247), - [anon_sym___attribute__] = ACTIONS(1247), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), - [anon_sym___declspec] = ACTIONS(1247), - [anon_sym___cdecl] = ACTIONS(1247), - [anon_sym___clrcall] = ACTIONS(1247), - [anon_sym___stdcall] = ACTIONS(1247), - [anon_sym___fastcall] = ACTIONS(1247), - [anon_sym___thiscall] = ACTIONS(1247), - [anon_sym___vectorcall] = ACTIONS(1247), - [anon_sym_LBRACE] = ACTIONS(1249), - [anon_sym_signed] = ACTIONS(1247), - [anon_sym_unsigned] = ACTIONS(1247), - [anon_sym_long] = ACTIONS(1247), - [anon_sym_short] = ACTIONS(1247), - [anon_sym_static] = ACTIONS(1247), - [anon_sym_auto] = ACTIONS(1247), - [anon_sym_register] = ACTIONS(1247), - [anon_sym_inline] = ACTIONS(1247), - [anon_sym___inline] = ACTIONS(1247), - [anon_sym___inline__] = ACTIONS(1247), - [anon_sym___forceinline] = ACTIONS(1247), - [anon_sym_thread_local] = ACTIONS(1247), - [anon_sym___thread] = ACTIONS(1247), - [anon_sym_const] = ACTIONS(1247), - [anon_sym_constexpr] = ACTIONS(1247), - [anon_sym_volatile] = ACTIONS(1247), - [anon_sym_restrict] = ACTIONS(1247), - [anon_sym___restrict__] = ACTIONS(1247), - [anon_sym__Atomic] = ACTIONS(1247), - [anon_sym__Noreturn] = ACTIONS(1247), - [anon_sym_noreturn] = ACTIONS(1247), - [sym_primitive_type] = ACTIONS(1247), - [anon_sym_enum] = ACTIONS(1247), - [anon_sym_struct] = ACTIONS(1247), - [anon_sym_union] = ACTIONS(1247), - [anon_sym_if] = ACTIONS(1247), - [anon_sym_else] = ACTIONS(1247), - [anon_sym_switch] = ACTIONS(1247), - [anon_sym_case] = ACTIONS(1247), - [anon_sym_default] = ACTIONS(1247), - [anon_sym_while] = ACTIONS(1247), - [anon_sym_do] = ACTIONS(1247), - [anon_sym_for] = ACTIONS(1247), - [anon_sym_return] = ACTIONS(1247), - [anon_sym_break] = ACTIONS(1247), - [anon_sym_continue] = ACTIONS(1247), - [anon_sym_goto] = ACTIONS(1247), - [anon_sym_DASH_DASH] = ACTIONS(1249), - [anon_sym_PLUS_PLUS] = ACTIONS(1249), - [anon_sym_sizeof] = ACTIONS(1247), - [anon_sym___alignof__] = ACTIONS(1247), - [anon_sym___alignof] = ACTIONS(1247), - [anon_sym__alignof] = ACTIONS(1247), - [anon_sym_alignof] = ACTIONS(1247), - [anon_sym__Alignof] = ACTIONS(1247), - [anon_sym_offsetof] = ACTIONS(1247), - [anon_sym__Generic] = ACTIONS(1247), - [anon_sym_asm] = ACTIONS(1247), - [anon_sym___asm__] = ACTIONS(1247), - [sym_number_literal] = ACTIONS(1249), - [anon_sym_L_SQUOTE] = ACTIONS(1249), - [anon_sym_u_SQUOTE] = ACTIONS(1249), - [anon_sym_U_SQUOTE] = ACTIONS(1249), - [anon_sym_u8_SQUOTE] = ACTIONS(1249), - [anon_sym_SQUOTE] = ACTIONS(1249), - [anon_sym_L_DQUOTE] = ACTIONS(1249), - [anon_sym_u_DQUOTE] = ACTIONS(1249), - [anon_sym_U_DQUOTE] = ACTIONS(1249), - [anon_sym_u8_DQUOTE] = ACTIONS(1249), - [anon_sym_DQUOTE] = ACTIONS(1249), - [sym_true] = ACTIONS(1247), - [sym_false] = ACTIONS(1247), - [anon_sym_NULL] = ACTIONS(1247), - [anon_sym_nullptr] = ACTIONS(1247), + [252] = { + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_RBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), [sym_comment] = ACTIONS(3), }, - [262] = { + [253] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -45520,7 +44838,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [263] = { + [254] = { + [ts_builtin_sym_end] = ACTIONS(1293), + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), + [sym_comment] = ACTIONS(3), + }, + [255] = { + [sym_identifier] = ACTIONS(1295), + [aux_sym_preproc_include_token1] = ACTIONS(1295), + [aux_sym_preproc_def_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token1] = ACTIONS(1295), + [aux_sym_preproc_if_token2] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1295), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1295), + [sym_preproc_directive] = ACTIONS(1295), + [anon_sym_LPAREN2] = ACTIONS(1297), + [anon_sym_BANG] = ACTIONS(1297), + [anon_sym_TILDE] = ACTIONS(1297), + [anon_sym_DASH] = ACTIONS(1295), + [anon_sym_PLUS] = ACTIONS(1295), + [anon_sym_STAR] = ACTIONS(1297), + [anon_sym_AMP] = ACTIONS(1297), + [anon_sym_SEMI] = ACTIONS(1297), + [anon_sym___extension__] = ACTIONS(1295), + [anon_sym_typedef] = ACTIONS(1295), + [anon_sym_extern] = ACTIONS(1295), + [anon_sym___attribute__] = ACTIONS(1295), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1297), + [anon_sym___declspec] = ACTIONS(1295), + [anon_sym___cdecl] = ACTIONS(1295), + [anon_sym___clrcall] = ACTIONS(1295), + [anon_sym___stdcall] = ACTIONS(1295), + [anon_sym___fastcall] = ACTIONS(1295), + [anon_sym___thiscall] = ACTIONS(1295), + [anon_sym___vectorcall] = ACTIONS(1295), + [anon_sym_LBRACE] = ACTIONS(1297), + [anon_sym_signed] = ACTIONS(1295), + [anon_sym_unsigned] = ACTIONS(1295), + [anon_sym_long] = ACTIONS(1295), + [anon_sym_short] = ACTIONS(1295), + [anon_sym_static] = ACTIONS(1295), + [anon_sym_auto] = ACTIONS(1295), + [anon_sym_register] = ACTIONS(1295), + [anon_sym_inline] = ACTIONS(1295), + [anon_sym___inline] = ACTIONS(1295), + [anon_sym___inline__] = ACTIONS(1295), + [anon_sym___forceinline] = ACTIONS(1295), + [anon_sym_thread_local] = ACTIONS(1295), + [anon_sym___thread] = ACTIONS(1295), + [anon_sym_const] = ACTIONS(1295), + [anon_sym_constexpr] = ACTIONS(1295), + [anon_sym_volatile] = ACTIONS(1295), + [anon_sym_restrict] = ACTIONS(1295), + [anon_sym___restrict__] = ACTIONS(1295), + [anon_sym__Atomic] = ACTIONS(1295), + [anon_sym__Noreturn] = ACTIONS(1295), + [anon_sym_noreturn] = ACTIONS(1295), + [sym_primitive_type] = ACTIONS(1295), + [anon_sym_enum] = ACTIONS(1295), + [anon_sym_struct] = ACTIONS(1295), + [anon_sym_union] = ACTIONS(1295), + [anon_sym_if] = ACTIONS(1295), + [anon_sym_else] = ACTIONS(1295), + [anon_sym_switch] = ACTIONS(1295), + [anon_sym_case] = ACTIONS(1295), + [anon_sym_default] = ACTIONS(1295), + [anon_sym_while] = ACTIONS(1295), + [anon_sym_do] = ACTIONS(1295), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_return] = ACTIONS(1295), + [anon_sym_break] = ACTIONS(1295), + [anon_sym_continue] = ACTIONS(1295), + [anon_sym_goto] = ACTIONS(1295), + [anon_sym_DASH_DASH] = ACTIONS(1297), + [anon_sym_PLUS_PLUS] = ACTIONS(1297), + [anon_sym_sizeof] = ACTIONS(1295), + [anon_sym___alignof__] = ACTIONS(1295), + [anon_sym___alignof] = ACTIONS(1295), + [anon_sym__alignof] = ACTIONS(1295), + [anon_sym_alignof] = ACTIONS(1295), + [anon_sym__Alignof] = ACTIONS(1295), + [anon_sym_offsetof] = ACTIONS(1295), + [anon_sym__Generic] = ACTIONS(1295), + [anon_sym_asm] = ACTIONS(1295), + [anon_sym___asm__] = ACTIONS(1295), + [sym_number_literal] = ACTIONS(1297), + [anon_sym_L_SQUOTE] = ACTIONS(1297), + [anon_sym_u_SQUOTE] = ACTIONS(1297), + [anon_sym_U_SQUOTE] = ACTIONS(1297), + [anon_sym_u8_SQUOTE] = ACTIONS(1297), + [anon_sym_SQUOTE] = ACTIONS(1297), + [anon_sym_L_DQUOTE] = ACTIONS(1297), + [anon_sym_u_DQUOTE] = ACTIONS(1297), + [anon_sym_U_DQUOTE] = ACTIONS(1297), + [anon_sym_u8_DQUOTE] = ACTIONS(1297), + [anon_sym_DQUOTE] = ACTIONS(1297), + [sym_true] = ACTIONS(1295), + [sym_false] = ACTIONS(1295), + [anon_sym_NULL] = ACTIONS(1295), + [anon_sym_nullptr] = ACTIONS(1295), + [sym_comment] = ACTIONS(3), + }, + [256] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -45616,11 +45126,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [264] = { + [257] = { + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_RBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + }, + [258] = { + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_RBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + }, + [259] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -45645,7 +45348,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -45712,108 +45414,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [265] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [260] = { + [ts_builtin_sym_end] = ACTIONS(1269), + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [sym_number_literal] = ACTIONS(1269), + [anon_sym_L_SQUOTE] = ACTIONS(1269), + [anon_sym_u_SQUOTE] = ACTIONS(1269), + [anon_sym_U_SQUOTE] = ACTIONS(1269), + [anon_sym_u8_SQUOTE] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1269), + [anon_sym_L_DQUOTE] = ACTIONS(1269), + [anon_sym_u_DQUOTE] = ACTIONS(1269), + [anon_sym_U_DQUOTE] = ACTIONS(1269), + [anon_sym_u8_DQUOTE] = ACTIONS(1269), + [anon_sym_DQUOTE] = ACTIONS(1269), + [sym_true] = ACTIONS(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), [sym_comment] = ACTIONS(3), }, - [266] = { - [ts_builtin_sym_end] = ACTIONS(1221), + [261] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -45904,12 +45606,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [267] = { - [ts_builtin_sym_end] = ACTIONS(1221), + [262] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -46000,107 +45702,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [268] = { - [ts_builtin_sym_end] = ACTIONS(1273), - [sym_identifier] = ACTIONS(1271), - [aux_sym_preproc_include_token1] = ACTIONS(1271), - [aux_sym_preproc_def_token1] = ACTIONS(1271), - [aux_sym_preproc_if_token1] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), - [sym_preproc_directive] = ACTIONS(1271), - [anon_sym_LPAREN2] = ACTIONS(1273), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_TILDE] = ACTIONS(1273), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_PLUS] = ACTIONS(1271), - [anon_sym_STAR] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1273), - [anon_sym_SEMI] = ACTIONS(1273), - [anon_sym___extension__] = ACTIONS(1271), - [anon_sym_typedef] = ACTIONS(1271), - [anon_sym_extern] = ACTIONS(1271), - [anon_sym___attribute__] = ACTIONS(1271), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), - [anon_sym___declspec] = ACTIONS(1271), - [anon_sym___cdecl] = ACTIONS(1271), - [anon_sym___clrcall] = ACTIONS(1271), - [anon_sym___stdcall] = ACTIONS(1271), - [anon_sym___fastcall] = ACTIONS(1271), - [anon_sym___thiscall] = ACTIONS(1271), - [anon_sym___vectorcall] = ACTIONS(1271), - [anon_sym_LBRACE] = ACTIONS(1273), - [anon_sym_signed] = ACTIONS(1271), - [anon_sym_unsigned] = ACTIONS(1271), - [anon_sym_long] = ACTIONS(1271), - [anon_sym_short] = ACTIONS(1271), - [anon_sym_static] = ACTIONS(1271), - [anon_sym_auto] = ACTIONS(1271), - [anon_sym_register] = ACTIONS(1271), - [anon_sym_inline] = ACTIONS(1271), - [anon_sym___inline] = ACTIONS(1271), - [anon_sym___inline__] = ACTIONS(1271), - [anon_sym___forceinline] = ACTIONS(1271), - [anon_sym_thread_local] = ACTIONS(1271), - [anon_sym___thread] = ACTIONS(1271), - [anon_sym_const] = ACTIONS(1271), - [anon_sym_constexpr] = ACTIONS(1271), - [anon_sym_volatile] = ACTIONS(1271), - [anon_sym_restrict] = ACTIONS(1271), - [anon_sym___restrict__] = ACTIONS(1271), - [anon_sym__Atomic] = ACTIONS(1271), - [anon_sym__Noreturn] = ACTIONS(1271), - [anon_sym_noreturn] = ACTIONS(1271), - [sym_primitive_type] = ACTIONS(1271), - [anon_sym_enum] = ACTIONS(1271), - [anon_sym_struct] = ACTIONS(1271), - [anon_sym_union] = ACTIONS(1271), - [anon_sym_if] = ACTIONS(1271), - [anon_sym_else] = ACTIONS(1271), - [anon_sym_switch] = ACTIONS(1271), - [anon_sym_case] = ACTIONS(1271), - [anon_sym_default] = ACTIONS(1271), - [anon_sym_while] = ACTIONS(1271), - [anon_sym_do] = ACTIONS(1271), - [anon_sym_for] = ACTIONS(1271), - [anon_sym_return] = ACTIONS(1271), - [anon_sym_break] = ACTIONS(1271), - [anon_sym_continue] = ACTIONS(1271), - [anon_sym_goto] = ACTIONS(1271), - [anon_sym_DASH_DASH] = ACTIONS(1273), - [anon_sym_PLUS_PLUS] = ACTIONS(1273), - [anon_sym_sizeof] = ACTIONS(1271), - [anon_sym___alignof__] = ACTIONS(1271), - [anon_sym___alignof] = ACTIONS(1271), - [anon_sym__alignof] = ACTIONS(1271), - [anon_sym_alignof] = ACTIONS(1271), - [anon_sym__Alignof] = ACTIONS(1271), - [anon_sym_offsetof] = ACTIONS(1271), - [anon_sym__Generic] = ACTIONS(1271), - [anon_sym_asm] = ACTIONS(1271), - [anon_sym___asm__] = ACTIONS(1271), - [sym_number_literal] = ACTIONS(1273), - [anon_sym_L_SQUOTE] = ACTIONS(1273), - [anon_sym_u_SQUOTE] = ACTIONS(1273), - [anon_sym_U_SQUOTE] = ACTIONS(1273), - [anon_sym_u8_SQUOTE] = ACTIONS(1273), - [anon_sym_SQUOTE] = ACTIONS(1273), - [anon_sym_L_DQUOTE] = ACTIONS(1273), - [anon_sym_u_DQUOTE] = ACTIONS(1273), - [anon_sym_U_DQUOTE] = ACTIONS(1273), - [anon_sym_u8_DQUOTE] = ACTIONS(1273), - [anon_sym_DQUOTE] = ACTIONS(1273), - [sym_true] = ACTIONS(1271), - [sym_false] = ACTIONS(1271), - [anon_sym_NULL] = ACTIONS(1271), - [anon_sym_nullptr] = ACTIONS(1271), - [sym_comment] = ACTIONS(3), - }, - [269] = { + [263] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -46125,7 +45732,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -46146,153 +45752,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___restrict__] = ACTIONS(1219), [anon_sym__Atomic] = ACTIONS(1219), [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), - [sym_comment] = ACTIONS(3), - }, - [270] = { - [ts_builtin_sym_end] = ACTIONS(1253), - [sym_identifier] = ACTIONS(1251), - [aux_sym_preproc_include_token1] = ACTIONS(1251), - [aux_sym_preproc_def_token1] = ACTIONS(1251), - [aux_sym_preproc_if_token1] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), - [sym_preproc_directive] = ACTIONS(1251), - [anon_sym_LPAREN2] = ACTIONS(1253), - [anon_sym_BANG] = ACTIONS(1253), - [anon_sym_TILDE] = ACTIONS(1253), - [anon_sym_DASH] = ACTIONS(1251), - [anon_sym_PLUS] = ACTIONS(1251), - [anon_sym_STAR] = ACTIONS(1253), - [anon_sym_AMP] = ACTIONS(1253), - [anon_sym_SEMI] = ACTIONS(1253), - [anon_sym___extension__] = ACTIONS(1251), - [anon_sym_typedef] = ACTIONS(1251), - [anon_sym_extern] = ACTIONS(1251), - [anon_sym___attribute__] = ACTIONS(1251), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), - [anon_sym___declspec] = ACTIONS(1251), - [anon_sym___cdecl] = ACTIONS(1251), - [anon_sym___clrcall] = ACTIONS(1251), - [anon_sym___stdcall] = ACTIONS(1251), - [anon_sym___fastcall] = ACTIONS(1251), - [anon_sym___thiscall] = ACTIONS(1251), - [anon_sym___vectorcall] = ACTIONS(1251), - [anon_sym_LBRACE] = ACTIONS(1253), - [anon_sym_signed] = ACTIONS(1251), - [anon_sym_unsigned] = ACTIONS(1251), - [anon_sym_long] = ACTIONS(1251), - [anon_sym_short] = ACTIONS(1251), - [anon_sym_static] = ACTIONS(1251), - [anon_sym_auto] = ACTIONS(1251), - [anon_sym_register] = ACTIONS(1251), - [anon_sym_inline] = ACTIONS(1251), - [anon_sym___inline] = ACTIONS(1251), - [anon_sym___inline__] = ACTIONS(1251), - [anon_sym___forceinline] = ACTIONS(1251), - [anon_sym_thread_local] = ACTIONS(1251), - [anon_sym___thread] = ACTIONS(1251), - [anon_sym_const] = ACTIONS(1251), - [anon_sym_constexpr] = ACTIONS(1251), - [anon_sym_volatile] = ACTIONS(1251), - [anon_sym_restrict] = ACTIONS(1251), - [anon_sym___restrict__] = ACTIONS(1251), - [anon_sym__Atomic] = ACTIONS(1251), - [anon_sym__Noreturn] = ACTIONS(1251), - [anon_sym_noreturn] = ACTIONS(1251), - [sym_primitive_type] = ACTIONS(1251), - [anon_sym_enum] = ACTIONS(1251), - [anon_sym_struct] = ACTIONS(1251), - [anon_sym_union] = ACTIONS(1251), - [anon_sym_if] = ACTIONS(1251), - [anon_sym_else] = ACTIONS(1251), - [anon_sym_switch] = ACTIONS(1251), - [anon_sym_case] = ACTIONS(1251), - [anon_sym_default] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1251), - [anon_sym_do] = ACTIONS(1251), - [anon_sym_for] = ACTIONS(1251), - [anon_sym_return] = ACTIONS(1251), - [anon_sym_break] = ACTIONS(1251), - [anon_sym_continue] = ACTIONS(1251), - [anon_sym_goto] = ACTIONS(1251), - [anon_sym_DASH_DASH] = ACTIONS(1253), - [anon_sym_PLUS_PLUS] = ACTIONS(1253), - [anon_sym_sizeof] = ACTIONS(1251), - [anon_sym___alignof__] = ACTIONS(1251), - [anon_sym___alignof] = ACTIONS(1251), - [anon_sym__alignof] = ACTIONS(1251), - [anon_sym_alignof] = ACTIONS(1251), - [anon_sym__Alignof] = ACTIONS(1251), - [anon_sym_offsetof] = ACTIONS(1251), - [anon_sym__Generic] = ACTIONS(1251), - [anon_sym_asm] = ACTIONS(1251), - [anon_sym___asm__] = ACTIONS(1251), - [sym_number_literal] = ACTIONS(1253), - [anon_sym_L_SQUOTE] = ACTIONS(1253), - [anon_sym_u_SQUOTE] = ACTIONS(1253), - [anon_sym_U_SQUOTE] = ACTIONS(1253), - [anon_sym_u8_SQUOTE] = ACTIONS(1253), - [anon_sym_SQUOTE] = ACTIONS(1253), - [anon_sym_L_DQUOTE] = ACTIONS(1253), - [anon_sym_u_DQUOTE] = ACTIONS(1253), - [anon_sym_U_DQUOTE] = ACTIONS(1253), - [anon_sym_u8_DQUOTE] = ACTIONS(1253), - [anon_sym_DQUOTE] = ACTIONS(1253), - [sym_true] = ACTIONS(1251), - [sym_false] = ACTIONS(1251), - [anon_sym_NULL] = ACTIONS(1251), - [anon_sym_nullptr] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1219), + [sym_primitive_type] = ACTIONS(1219), + [anon_sym_enum] = ACTIONS(1219), + [anon_sym_struct] = ACTIONS(1219), + [anon_sym_union] = ACTIONS(1219), + [anon_sym_if] = ACTIONS(1219), + [anon_sym_else] = ACTIONS(1219), + [anon_sym_switch] = ACTIONS(1219), + [anon_sym_case] = ACTIONS(1219), + [anon_sym_default] = ACTIONS(1219), + [anon_sym_while] = ACTIONS(1219), + [anon_sym_do] = ACTIONS(1219), + [anon_sym_for] = ACTIONS(1219), + [anon_sym_return] = ACTIONS(1219), + [anon_sym_break] = ACTIONS(1219), + [anon_sym_continue] = ACTIONS(1219), + [anon_sym_goto] = ACTIONS(1219), + [anon_sym_DASH_DASH] = ACTIONS(1221), + [anon_sym_PLUS_PLUS] = ACTIONS(1221), + [anon_sym_sizeof] = ACTIONS(1219), + [anon_sym___alignof__] = ACTIONS(1219), + [anon_sym___alignof] = ACTIONS(1219), + [anon_sym__alignof] = ACTIONS(1219), + [anon_sym_alignof] = ACTIONS(1219), + [anon_sym__Alignof] = ACTIONS(1219), + [anon_sym_offsetof] = ACTIONS(1219), + [anon_sym__Generic] = ACTIONS(1219), + [anon_sym_asm] = ACTIONS(1219), + [anon_sym___asm__] = ACTIONS(1219), + [sym_number_literal] = ACTIONS(1221), + [anon_sym_L_SQUOTE] = ACTIONS(1221), + [anon_sym_u_SQUOTE] = ACTIONS(1221), + [anon_sym_U_SQUOTE] = ACTIONS(1221), + [anon_sym_u8_SQUOTE] = ACTIONS(1221), + [anon_sym_SQUOTE] = ACTIONS(1221), + [anon_sym_L_DQUOTE] = ACTIONS(1221), + [anon_sym_u_DQUOTE] = ACTIONS(1221), + [anon_sym_U_DQUOTE] = ACTIONS(1221), + [anon_sym_u8_DQUOTE] = ACTIONS(1221), + [anon_sym_DQUOTE] = ACTIONS(1221), + [sym_true] = ACTIONS(1219), + [sym_false] = ACTIONS(1219), + [anon_sym_NULL] = ACTIONS(1219), + [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [271] = { + [264] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -46317,7 +45828,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -46384,204 +45894,204 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [272] = { - [ts_builtin_sym_end] = ACTIONS(1269), - [sym_identifier] = ACTIONS(1267), - [aux_sym_preproc_include_token1] = ACTIONS(1267), - [aux_sym_preproc_def_token1] = ACTIONS(1267), - [aux_sym_preproc_if_token1] = ACTIONS(1267), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), - [sym_preproc_directive] = ACTIONS(1267), - [anon_sym_LPAREN2] = ACTIONS(1269), - [anon_sym_BANG] = ACTIONS(1269), - [anon_sym_TILDE] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1267), - [anon_sym_PLUS] = ACTIONS(1267), - [anon_sym_STAR] = ACTIONS(1269), - [anon_sym_AMP] = ACTIONS(1269), - [anon_sym_SEMI] = ACTIONS(1269), - [anon_sym___extension__] = ACTIONS(1267), - [anon_sym_typedef] = ACTIONS(1267), - [anon_sym_extern] = ACTIONS(1267), - [anon_sym___attribute__] = ACTIONS(1267), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), - [anon_sym___declspec] = ACTIONS(1267), - [anon_sym___cdecl] = ACTIONS(1267), - [anon_sym___clrcall] = ACTIONS(1267), - [anon_sym___stdcall] = ACTIONS(1267), - [anon_sym___fastcall] = ACTIONS(1267), - [anon_sym___thiscall] = ACTIONS(1267), - [anon_sym___vectorcall] = ACTIONS(1267), - [anon_sym_LBRACE] = ACTIONS(1269), - [anon_sym_signed] = ACTIONS(1267), - [anon_sym_unsigned] = ACTIONS(1267), - [anon_sym_long] = ACTIONS(1267), - [anon_sym_short] = ACTIONS(1267), - [anon_sym_static] = ACTIONS(1267), - [anon_sym_auto] = ACTIONS(1267), - [anon_sym_register] = ACTIONS(1267), - [anon_sym_inline] = ACTIONS(1267), - [anon_sym___inline] = ACTIONS(1267), - [anon_sym___inline__] = ACTIONS(1267), - [anon_sym___forceinline] = ACTIONS(1267), - [anon_sym_thread_local] = ACTIONS(1267), - [anon_sym___thread] = ACTIONS(1267), - [anon_sym_const] = ACTIONS(1267), - [anon_sym_constexpr] = ACTIONS(1267), - [anon_sym_volatile] = ACTIONS(1267), - [anon_sym_restrict] = ACTIONS(1267), - [anon_sym___restrict__] = ACTIONS(1267), - [anon_sym__Atomic] = ACTIONS(1267), - [anon_sym__Noreturn] = ACTIONS(1267), - [anon_sym_noreturn] = ACTIONS(1267), - [sym_primitive_type] = ACTIONS(1267), - [anon_sym_enum] = ACTIONS(1267), - [anon_sym_struct] = ACTIONS(1267), - [anon_sym_union] = ACTIONS(1267), - [anon_sym_if] = ACTIONS(1267), - [anon_sym_else] = ACTIONS(1267), - [anon_sym_switch] = ACTIONS(1267), - [anon_sym_case] = ACTIONS(1267), - [anon_sym_default] = ACTIONS(1267), - [anon_sym_while] = ACTIONS(1267), - [anon_sym_do] = ACTIONS(1267), - [anon_sym_for] = ACTIONS(1267), - [anon_sym_return] = ACTIONS(1267), - [anon_sym_break] = ACTIONS(1267), - [anon_sym_continue] = ACTIONS(1267), - [anon_sym_goto] = ACTIONS(1267), - [anon_sym_DASH_DASH] = ACTIONS(1269), - [anon_sym_PLUS_PLUS] = ACTIONS(1269), - [anon_sym_sizeof] = ACTIONS(1267), - [anon_sym___alignof__] = ACTIONS(1267), - [anon_sym___alignof] = ACTIONS(1267), - [anon_sym__alignof] = ACTIONS(1267), - [anon_sym_alignof] = ACTIONS(1267), - [anon_sym__Alignof] = ACTIONS(1267), - [anon_sym_offsetof] = ACTIONS(1267), - [anon_sym__Generic] = ACTIONS(1267), - [anon_sym_asm] = ACTIONS(1267), - [anon_sym___asm__] = ACTIONS(1267), - [sym_number_literal] = ACTIONS(1269), - [anon_sym_L_SQUOTE] = ACTIONS(1269), - [anon_sym_u_SQUOTE] = ACTIONS(1269), - [anon_sym_U_SQUOTE] = ACTIONS(1269), - [anon_sym_u8_SQUOTE] = ACTIONS(1269), - [anon_sym_SQUOTE] = ACTIONS(1269), - [anon_sym_L_DQUOTE] = ACTIONS(1269), - [anon_sym_u_DQUOTE] = ACTIONS(1269), - [anon_sym_U_DQUOTE] = ACTIONS(1269), - [anon_sym_u8_DQUOTE] = ACTIONS(1269), - [anon_sym_DQUOTE] = ACTIONS(1269), - [sym_true] = ACTIONS(1267), - [sym_false] = ACTIONS(1267), - [anon_sym_NULL] = ACTIONS(1267), - [anon_sym_nullptr] = ACTIONS(1267), + [265] = { + [ts_builtin_sym_end] = ACTIONS(1261), + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), [sym_comment] = ACTIONS(3), }, - [273] = { - [sym_identifier] = ACTIONS(1243), - [aux_sym_preproc_include_token1] = ACTIONS(1243), - [aux_sym_preproc_def_token1] = ACTIONS(1243), - [aux_sym_preproc_if_token1] = ACTIONS(1243), - [aux_sym_preproc_if_token2] = ACTIONS(1243), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), - [sym_preproc_directive] = ACTIONS(1243), - [anon_sym_LPAREN2] = ACTIONS(1245), - [anon_sym_BANG] = ACTIONS(1245), - [anon_sym_TILDE] = ACTIONS(1245), - [anon_sym_DASH] = ACTIONS(1243), - [anon_sym_PLUS] = ACTIONS(1243), - [anon_sym_STAR] = ACTIONS(1245), - [anon_sym_AMP] = ACTIONS(1245), - [anon_sym_SEMI] = ACTIONS(1245), - [anon_sym___extension__] = ACTIONS(1243), - [anon_sym_typedef] = ACTIONS(1243), - [anon_sym_extern] = ACTIONS(1243), - [anon_sym___attribute__] = ACTIONS(1243), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), - [anon_sym___declspec] = ACTIONS(1243), - [anon_sym___cdecl] = ACTIONS(1243), - [anon_sym___clrcall] = ACTIONS(1243), - [anon_sym___stdcall] = ACTIONS(1243), - [anon_sym___fastcall] = ACTIONS(1243), - [anon_sym___thiscall] = ACTIONS(1243), - [anon_sym___vectorcall] = ACTIONS(1243), - [anon_sym_LBRACE] = ACTIONS(1245), - [anon_sym_signed] = ACTIONS(1243), - [anon_sym_unsigned] = ACTIONS(1243), - [anon_sym_long] = ACTIONS(1243), - [anon_sym_short] = ACTIONS(1243), - [anon_sym_static] = ACTIONS(1243), - [anon_sym_auto] = ACTIONS(1243), - [anon_sym_register] = ACTIONS(1243), - [anon_sym_inline] = ACTIONS(1243), - [anon_sym___inline] = ACTIONS(1243), - [anon_sym___inline__] = ACTIONS(1243), - [anon_sym___forceinline] = ACTIONS(1243), - [anon_sym_thread_local] = ACTIONS(1243), - [anon_sym___thread] = ACTIONS(1243), - [anon_sym_const] = ACTIONS(1243), - [anon_sym_constexpr] = ACTIONS(1243), - [anon_sym_volatile] = ACTIONS(1243), - [anon_sym_restrict] = ACTIONS(1243), - [anon_sym___restrict__] = ACTIONS(1243), - [anon_sym__Atomic] = ACTIONS(1243), - [anon_sym__Noreturn] = ACTIONS(1243), - [anon_sym_noreturn] = ACTIONS(1243), - [sym_primitive_type] = ACTIONS(1243), - [anon_sym_enum] = ACTIONS(1243), - [anon_sym_struct] = ACTIONS(1243), - [anon_sym_union] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1243), - [anon_sym_else] = ACTIONS(1243), - [anon_sym_switch] = ACTIONS(1243), - [anon_sym_case] = ACTIONS(1243), - [anon_sym_default] = ACTIONS(1243), - [anon_sym_while] = ACTIONS(1243), - [anon_sym_do] = ACTIONS(1243), - [anon_sym_for] = ACTIONS(1243), - [anon_sym_return] = ACTIONS(1243), - [anon_sym_break] = ACTIONS(1243), - [anon_sym_continue] = ACTIONS(1243), - [anon_sym_goto] = ACTIONS(1243), - [anon_sym_DASH_DASH] = ACTIONS(1245), - [anon_sym_PLUS_PLUS] = ACTIONS(1245), - [anon_sym_sizeof] = ACTIONS(1243), - [anon_sym___alignof__] = ACTIONS(1243), - [anon_sym___alignof] = ACTIONS(1243), - [anon_sym__alignof] = ACTIONS(1243), - [anon_sym_alignof] = ACTIONS(1243), - [anon_sym__Alignof] = ACTIONS(1243), - [anon_sym_offsetof] = ACTIONS(1243), - [anon_sym__Generic] = ACTIONS(1243), - [anon_sym_asm] = ACTIONS(1243), - [anon_sym___asm__] = ACTIONS(1243), - [sym_number_literal] = ACTIONS(1245), - [anon_sym_L_SQUOTE] = ACTIONS(1245), - [anon_sym_u_SQUOTE] = ACTIONS(1245), - [anon_sym_U_SQUOTE] = ACTIONS(1245), - [anon_sym_u8_SQUOTE] = ACTIONS(1245), - [anon_sym_SQUOTE] = ACTIONS(1245), - [anon_sym_L_DQUOTE] = ACTIONS(1245), - [anon_sym_u_DQUOTE] = ACTIONS(1245), - [anon_sym_U_DQUOTE] = ACTIONS(1245), - [anon_sym_u8_DQUOTE] = ACTIONS(1245), - [anon_sym_DQUOTE] = ACTIONS(1245), - [sym_true] = ACTIONS(1243), - [sym_false] = ACTIONS(1243), - [anon_sym_NULL] = ACTIONS(1243), - [anon_sym_nullptr] = ACTIONS(1243), + [266] = { + [ts_builtin_sym_end] = ACTIONS(1265), + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [sym_number_literal] = ACTIONS(1265), + [anon_sym_L_SQUOTE] = ACTIONS(1265), + [anon_sym_u_SQUOTE] = ACTIONS(1265), + [anon_sym_U_SQUOTE] = ACTIONS(1265), + [anon_sym_u8_SQUOTE] = ACTIONS(1265), + [anon_sym_SQUOTE] = ACTIONS(1265), + [anon_sym_L_DQUOTE] = ACTIONS(1265), + [anon_sym_u_DQUOTE] = ACTIONS(1265), + [anon_sym_U_DQUOTE] = ACTIONS(1265), + [anon_sym_u8_DQUOTE] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym_true] = ACTIONS(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), [sym_comment] = ACTIONS(3), }, - [274] = { + [267] = { + [ts_builtin_sym_end] = ACTIONS(1241), [sym_identifier] = ACTIONS(1239), [aux_sym_preproc_include_token1] = ACTIONS(1239), [aux_sym_preproc_def_token1] = ACTIONS(1239), [aux_sym_preproc_if_token1] = ACTIONS(1239), - [aux_sym_preproc_if_token2] = ACTIONS(1239), [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), [sym_preproc_directive] = ACTIONS(1239), @@ -46672,12 +46182,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1239), [sym_comment] = ACTIONS(3), }, - [275] = { - [ts_builtin_sym_end] = ACTIONS(1221), + [268] = { + [sym_identifier] = ACTIONS(1299), + [aux_sym_preproc_include_token1] = ACTIONS(1299), + [aux_sym_preproc_def_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token1] = ACTIONS(1299), + [aux_sym_preproc_if_token2] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1299), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1299), + [sym_preproc_directive] = ACTIONS(1299), + [anon_sym_LPAREN2] = ACTIONS(1301), + [anon_sym_BANG] = ACTIONS(1301), + [anon_sym_TILDE] = ACTIONS(1301), + [anon_sym_DASH] = ACTIONS(1299), + [anon_sym_PLUS] = ACTIONS(1299), + [anon_sym_STAR] = ACTIONS(1301), + [anon_sym_AMP] = ACTIONS(1301), + [anon_sym_SEMI] = ACTIONS(1301), + [anon_sym___extension__] = ACTIONS(1299), + [anon_sym_typedef] = ACTIONS(1299), + [anon_sym_extern] = ACTIONS(1299), + [anon_sym___attribute__] = ACTIONS(1299), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1301), + [anon_sym___declspec] = ACTIONS(1299), + [anon_sym___cdecl] = ACTIONS(1299), + [anon_sym___clrcall] = ACTIONS(1299), + [anon_sym___stdcall] = ACTIONS(1299), + [anon_sym___fastcall] = ACTIONS(1299), + [anon_sym___thiscall] = ACTIONS(1299), + [anon_sym___vectorcall] = ACTIONS(1299), + [anon_sym_LBRACE] = ACTIONS(1301), + [anon_sym_signed] = ACTIONS(1299), + [anon_sym_unsigned] = ACTIONS(1299), + [anon_sym_long] = ACTIONS(1299), + [anon_sym_short] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1299), + [anon_sym_auto] = ACTIONS(1299), + [anon_sym_register] = ACTIONS(1299), + [anon_sym_inline] = ACTIONS(1299), + [anon_sym___inline] = ACTIONS(1299), + [anon_sym___inline__] = ACTIONS(1299), + [anon_sym___forceinline] = ACTIONS(1299), + [anon_sym_thread_local] = ACTIONS(1299), + [anon_sym___thread] = ACTIONS(1299), + [anon_sym_const] = ACTIONS(1299), + [anon_sym_constexpr] = ACTIONS(1299), + [anon_sym_volatile] = ACTIONS(1299), + [anon_sym_restrict] = ACTIONS(1299), + [anon_sym___restrict__] = ACTIONS(1299), + [anon_sym__Atomic] = ACTIONS(1299), + [anon_sym__Noreturn] = ACTIONS(1299), + [anon_sym_noreturn] = ACTIONS(1299), + [sym_primitive_type] = ACTIONS(1299), + [anon_sym_enum] = ACTIONS(1299), + [anon_sym_struct] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1299), + [anon_sym_if] = ACTIONS(1299), + [anon_sym_else] = ACTIONS(1299), + [anon_sym_switch] = ACTIONS(1299), + [anon_sym_case] = ACTIONS(1299), + [anon_sym_default] = ACTIONS(1299), + [anon_sym_while] = ACTIONS(1299), + [anon_sym_do] = ACTIONS(1299), + [anon_sym_for] = ACTIONS(1299), + [anon_sym_return] = ACTIONS(1299), + [anon_sym_break] = ACTIONS(1299), + [anon_sym_continue] = ACTIONS(1299), + [anon_sym_goto] = ACTIONS(1299), + [anon_sym_DASH_DASH] = ACTIONS(1301), + [anon_sym_PLUS_PLUS] = ACTIONS(1301), + [anon_sym_sizeof] = ACTIONS(1299), + [anon_sym___alignof__] = ACTIONS(1299), + [anon_sym___alignof] = ACTIONS(1299), + [anon_sym__alignof] = ACTIONS(1299), + [anon_sym_alignof] = ACTIONS(1299), + [anon_sym__Alignof] = ACTIONS(1299), + [anon_sym_offsetof] = ACTIONS(1299), + [anon_sym__Generic] = ACTIONS(1299), + [anon_sym_asm] = ACTIONS(1299), + [anon_sym___asm__] = ACTIONS(1299), + [sym_number_literal] = ACTIONS(1301), + [anon_sym_L_SQUOTE] = ACTIONS(1301), + [anon_sym_u_SQUOTE] = ACTIONS(1301), + [anon_sym_U_SQUOTE] = ACTIONS(1301), + [anon_sym_u8_SQUOTE] = ACTIONS(1301), + [anon_sym_SQUOTE] = ACTIONS(1301), + [anon_sym_L_DQUOTE] = ACTIONS(1301), + [anon_sym_u_DQUOTE] = ACTIONS(1301), + [anon_sym_U_DQUOTE] = ACTIONS(1301), + [anon_sym_u8_DQUOTE] = ACTIONS(1301), + [anon_sym_DQUOTE] = ACTIONS(1301), + [sym_true] = ACTIONS(1299), + [sym_false] = ACTIONS(1299), + [anon_sym_NULL] = ACTIONS(1299), + [anon_sym_nullptr] = ACTIONS(1299), + [sym_comment] = ACTIONS(3), + }, + [269] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), + [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -46768,8 +46374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [276] = { - [ts_builtin_sym_end] = ACTIONS(1221), + [270] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -46798,6 +46403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -46864,391 +46470,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [277] = { - [sym_identifier] = ACTIONS(1235), - [aux_sym_preproc_include_token1] = ACTIONS(1235), - [aux_sym_preproc_def_token1] = ACTIONS(1235), - [aux_sym_preproc_if_token1] = ACTIONS(1235), - [aux_sym_preproc_if_token2] = ACTIONS(1235), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1235), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1235), - [sym_preproc_directive] = ACTIONS(1235), - [anon_sym_LPAREN2] = ACTIONS(1237), - [anon_sym_BANG] = ACTIONS(1237), - [anon_sym_TILDE] = ACTIONS(1237), - [anon_sym_DASH] = ACTIONS(1235), - [anon_sym_PLUS] = ACTIONS(1235), - [anon_sym_STAR] = ACTIONS(1237), - [anon_sym_AMP] = ACTIONS(1237), - [anon_sym_SEMI] = ACTIONS(1237), - [anon_sym___extension__] = ACTIONS(1235), - [anon_sym_typedef] = ACTIONS(1235), - [anon_sym_extern] = ACTIONS(1235), - [anon_sym___attribute__] = ACTIONS(1235), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), - [anon_sym___declspec] = ACTIONS(1235), - [anon_sym___cdecl] = ACTIONS(1235), - [anon_sym___clrcall] = ACTIONS(1235), - [anon_sym___stdcall] = ACTIONS(1235), - [anon_sym___fastcall] = ACTIONS(1235), - [anon_sym___thiscall] = ACTIONS(1235), - [anon_sym___vectorcall] = ACTIONS(1235), - [anon_sym_LBRACE] = ACTIONS(1237), - [anon_sym_signed] = ACTIONS(1235), - [anon_sym_unsigned] = ACTIONS(1235), - [anon_sym_long] = ACTIONS(1235), - [anon_sym_short] = ACTIONS(1235), - [anon_sym_static] = ACTIONS(1235), - [anon_sym_auto] = ACTIONS(1235), - [anon_sym_register] = ACTIONS(1235), - [anon_sym_inline] = ACTIONS(1235), - [anon_sym___inline] = ACTIONS(1235), - [anon_sym___inline__] = ACTIONS(1235), - [anon_sym___forceinline] = ACTIONS(1235), - [anon_sym_thread_local] = ACTIONS(1235), - [anon_sym___thread] = ACTIONS(1235), - [anon_sym_const] = ACTIONS(1235), - [anon_sym_constexpr] = ACTIONS(1235), - [anon_sym_volatile] = ACTIONS(1235), - [anon_sym_restrict] = ACTIONS(1235), - [anon_sym___restrict__] = ACTIONS(1235), - [anon_sym__Atomic] = ACTIONS(1235), - [anon_sym__Noreturn] = ACTIONS(1235), - [anon_sym_noreturn] = ACTIONS(1235), - [sym_primitive_type] = ACTIONS(1235), - [anon_sym_enum] = ACTIONS(1235), - [anon_sym_struct] = ACTIONS(1235), - [anon_sym_union] = ACTIONS(1235), - [anon_sym_if] = ACTIONS(1235), - [anon_sym_else] = ACTIONS(1235), - [anon_sym_switch] = ACTIONS(1235), - [anon_sym_case] = ACTIONS(1235), - [anon_sym_default] = ACTIONS(1235), - [anon_sym_while] = ACTIONS(1235), - [anon_sym_do] = ACTIONS(1235), - [anon_sym_for] = ACTIONS(1235), - [anon_sym_return] = ACTIONS(1235), - [anon_sym_break] = ACTIONS(1235), - [anon_sym_continue] = ACTIONS(1235), - [anon_sym_goto] = ACTIONS(1235), - [anon_sym_DASH_DASH] = ACTIONS(1237), - [anon_sym_PLUS_PLUS] = ACTIONS(1237), - [anon_sym_sizeof] = ACTIONS(1235), - [anon_sym___alignof__] = ACTIONS(1235), - [anon_sym___alignof] = ACTIONS(1235), - [anon_sym__alignof] = ACTIONS(1235), - [anon_sym_alignof] = ACTIONS(1235), - [anon_sym__Alignof] = ACTIONS(1235), - [anon_sym_offsetof] = ACTIONS(1235), - [anon_sym__Generic] = ACTIONS(1235), - [anon_sym_asm] = ACTIONS(1235), - [anon_sym___asm__] = ACTIONS(1235), - [sym_number_literal] = ACTIONS(1237), - [anon_sym_L_SQUOTE] = ACTIONS(1237), - [anon_sym_u_SQUOTE] = ACTIONS(1237), - [anon_sym_U_SQUOTE] = ACTIONS(1237), - [anon_sym_u8_SQUOTE] = ACTIONS(1237), - [anon_sym_SQUOTE] = ACTIONS(1237), - [anon_sym_L_DQUOTE] = ACTIONS(1237), - [anon_sym_u_DQUOTE] = ACTIONS(1237), - [anon_sym_U_DQUOTE] = ACTIONS(1237), - [anon_sym_u8_DQUOTE] = ACTIONS(1237), - [anon_sym_DQUOTE] = ACTIONS(1237), - [sym_true] = ACTIONS(1235), - [sym_false] = ACTIONS(1235), - [anon_sym_NULL] = ACTIONS(1235), - [anon_sym_nullptr] = ACTIONS(1235), + [271] = { + [sym_identifier] = ACTIONS(1223), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(1225), + [anon_sym_TILDE] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1223), + [anon_sym_PLUS] = ACTIONS(1223), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_SEMI] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1223), + [anon_sym_extern] = ACTIONS(1223), + [anon_sym___attribute__] = ACTIONS(1223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym___declspec] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(1225), + [anon_sym_RBRACE] = ACTIONS(1225), + [anon_sym_signed] = ACTIONS(1223), + [anon_sym_unsigned] = ACTIONS(1223), + [anon_sym_long] = ACTIONS(1223), + [anon_sym_short] = ACTIONS(1223), + [anon_sym_static] = ACTIONS(1223), + [anon_sym_auto] = ACTIONS(1223), + [anon_sym_register] = ACTIONS(1223), + [anon_sym_inline] = ACTIONS(1223), + [anon_sym___inline] = ACTIONS(1223), + [anon_sym___inline__] = ACTIONS(1223), + [anon_sym___forceinline] = ACTIONS(1223), + [anon_sym_thread_local] = ACTIONS(1223), + [anon_sym___thread] = ACTIONS(1223), + [anon_sym_const] = ACTIONS(1223), + [anon_sym_constexpr] = ACTIONS(1223), + [anon_sym_volatile] = ACTIONS(1223), + [anon_sym_restrict] = ACTIONS(1223), + [anon_sym___restrict__] = ACTIONS(1223), + [anon_sym__Atomic] = ACTIONS(1223), + [anon_sym__Noreturn] = ACTIONS(1223), + [anon_sym_noreturn] = ACTIONS(1223), + [sym_primitive_type] = ACTIONS(1223), + [anon_sym_enum] = ACTIONS(1223), + [anon_sym_struct] = ACTIONS(1223), + [anon_sym_union] = ACTIONS(1223), + [anon_sym_if] = ACTIONS(1223), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(1223), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(1223), + [anon_sym_do] = ACTIONS(1223), + [anon_sym_for] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_continue] = ACTIONS(1223), + [anon_sym_goto] = ACTIONS(1223), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_sizeof] = ACTIONS(1223), + [anon_sym___alignof__] = ACTIONS(1223), + [anon_sym___alignof] = ACTIONS(1223), + [anon_sym__alignof] = ACTIONS(1223), + [anon_sym_alignof] = ACTIONS(1223), + [anon_sym__Alignof] = ACTIONS(1223), + [anon_sym_offsetof] = ACTIONS(1223), + [anon_sym__Generic] = ACTIONS(1223), + [anon_sym_asm] = ACTIONS(1223), + [anon_sym___asm__] = ACTIONS(1223), + [sym_number_literal] = ACTIONS(1225), + [anon_sym_L_SQUOTE] = ACTIONS(1225), + [anon_sym_u_SQUOTE] = ACTIONS(1225), + [anon_sym_U_SQUOTE] = ACTIONS(1225), + [anon_sym_u8_SQUOTE] = ACTIONS(1225), + [anon_sym_SQUOTE] = ACTIONS(1225), + [anon_sym_L_DQUOTE] = ACTIONS(1225), + [anon_sym_u_DQUOTE] = ACTIONS(1225), + [anon_sym_U_DQUOTE] = ACTIONS(1225), + [anon_sym_u8_DQUOTE] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1225), + [sym_true] = ACTIONS(1223), + [sym_false] = ACTIONS(1223), + [anon_sym_NULL] = ACTIONS(1223), + [anon_sym_nullptr] = ACTIONS(1223), [sym_comment] = ACTIONS(3), }, - [278] = { - [sym_identifier] = ACTIONS(1231), - [aux_sym_preproc_include_token1] = ACTIONS(1231), - [aux_sym_preproc_def_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token1] = ACTIONS(1231), - [aux_sym_preproc_if_token2] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), - [sym_preproc_directive] = ACTIONS(1231), - [anon_sym_LPAREN2] = ACTIONS(1233), - [anon_sym_BANG] = ACTIONS(1233), - [anon_sym_TILDE] = ACTIONS(1233), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1233), - [anon_sym_AMP] = ACTIONS(1233), - [anon_sym_SEMI] = ACTIONS(1233), - [anon_sym___extension__] = ACTIONS(1231), - [anon_sym_typedef] = ACTIONS(1231), - [anon_sym_extern] = ACTIONS(1231), - [anon_sym___attribute__] = ACTIONS(1231), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), - [anon_sym___declspec] = ACTIONS(1231), - [anon_sym___cdecl] = ACTIONS(1231), - [anon_sym___clrcall] = ACTIONS(1231), - [anon_sym___stdcall] = ACTIONS(1231), - [anon_sym___fastcall] = ACTIONS(1231), - [anon_sym___thiscall] = ACTIONS(1231), - [anon_sym___vectorcall] = ACTIONS(1231), - [anon_sym_LBRACE] = ACTIONS(1233), - [anon_sym_signed] = ACTIONS(1231), - [anon_sym_unsigned] = ACTIONS(1231), - [anon_sym_long] = ACTIONS(1231), - [anon_sym_short] = ACTIONS(1231), - [anon_sym_static] = ACTIONS(1231), - [anon_sym_auto] = ACTIONS(1231), - [anon_sym_register] = ACTIONS(1231), - [anon_sym_inline] = ACTIONS(1231), - [anon_sym___inline] = ACTIONS(1231), - [anon_sym___inline__] = ACTIONS(1231), - [anon_sym___forceinline] = ACTIONS(1231), - [anon_sym_thread_local] = ACTIONS(1231), - [anon_sym___thread] = ACTIONS(1231), - [anon_sym_const] = ACTIONS(1231), - [anon_sym_constexpr] = ACTIONS(1231), - [anon_sym_volatile] = ACTIONS(1231), - [anon_sym_restrict] = ACTIONS(1231), - [anon_sym___restrict__] = ACTIONS(1231), - [anon_sym__Atomic] = ACTIONS(1231), - [anon_sym__Noreturn] = ACTIONS(1231), - [anon_sym_noreturn] = ACTIONS(1231), - [sym_primitive_type] = ACTIONS(1231), - [anon_sym_enum] = ACTIONS(1231), - [anon_sym_struct] = ACTIONS(1231), - [anon_sym_union] = ACTIONS(1231), - [anon_sym_if] = ACTIONS(1231), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_switch] = ACTIONS(1231), - [anon_sym_case] = ACTIONS(1231), - [anon_sym_default] = ACTIONS(1231), - [anon_sym_while] = ACTIONS(1231), - [anon_sym_do] = ACTIONS(1231), - [anon_sym_for] = ACTIONS(1231), - [anon_sym_return] = ACTIONS(1231), - [anon_sym_break] = ACTIONS(1231), - [anon_sym_continue] = ACTIONS(1231), - [anon_sym_goto] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1233), - [anon_sym_PLUS_PLUS] = ACTIONS(1233), - [anon_sym_sizeof] = ACTIONS(1231), - [anon_sym___alignof__] = ACTIONS(1231), - [anon_sym___alignof] = ACTIONS(1231), - [anon_sym__alignof] = ACTIONS(1231), - [anon_sym_alignof] = ACTIONS(1231), - [anon_sym__Alignof] = ACTIONS(1231), - [anon_sym_offsetof] = ACTIONS(1231), - [anon_sym__Generic] = ACTIONS(1231), - [anon_sym_asm] = ACTIONS(1231), - [anon_sym___asm__] = ACTIONS(1231), - [sym_number_literal] = ACTIONS(1233), - [anon_sym_L_SQUOTE] = ACTIONS(1233), - [anon_sym_u_SQUOTE] = ACTIONS(1233), - [anon_sym_U_SQUOTE] = ACTIONS(1233), - [anon_sym_u8_SQUOTE] = ACTIONS(1233), - [anon_sym_SQUOTE] = ACTIONS(1233), - [anon_sym_L_DQUOTE] = ACTIONS(1233), - [anon_sym_u_DQUOTE] = ACTIONS(1233), - [anon_sym_U_DQUOTE] = ACTIONS(1233), - [anon_sym_u8_DQUOTE] = ACTIONS(1233), - [anon_sym_DQUOTE] = ACTIONS(1233), - [sym_true] = ACTIONS(1231), - [sym_false] = ACTIONS(1231), - [anon_sym_NULL] = ACTIONS(1231), - [anon_sym_nullptr] = ACTIONS(1231), + [272] = { + [ts_builtin_sym_end] = ACTIONS(1305), + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), [sym_comment] = ACTIONS(3), }, - [279] = { - [ts_builtin_sym_end] = ACTIONS(1265), - [sym_identifier] = ACTIONS(1263), - [aux_sym_preproc_include_token1] = ACTIONS(1263), - [aux_sym_preproc_def_token1] = ACTIONS(1263), - [aux_sym_preproc_if_token1] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), - [sym_preproc_directive] = ACTIONS(1263), - [anon_sym_LPAREN2] = ACTIONS(1265), - [anon_sym_BANG] = ACTIONS(1265), - [anon_sym_TILDE] = ACTIONS(1265), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1265), - [anon_sym_SEMI] = ACTIONS(1265), - [anon_sym___extension__] = ACTIONS(1263), - [anon_sym_typedef] = ACTIONS(1263), - [anon_sym_extern] = ACTIONS(1263), - [anon_sym___attribute__] = ACTIONS(1263), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), - [anon_sym___declspec] = ACTIONS(1263), - [anon_sym___cdecl] = ACTIONS(1263), - [anon_sym___clrcall] = ACTIONS(1263), - [anon_sym___stdcall] = ACTIONS(1263), - [anon_sym___fastcall] = ACTIONS(1263), - [anon_sym___thiscall] = ACTIONS(1263), - [anon_sym___vectorcall] = ACTIONS(1263), - [anon_sym_LBRACE] = ACTIONS(1265), - [anon_sym_signed] = ACTIONS(1263), - [anon_sym_unsigned] = ACTIONS(1263), - [anon_sym_long] = ACTIONS(1263), - [anon_sym_short] = ACTIONS(1263), - [anon_sym_static] = ACTIONS(1263), - [anon_sym_auto] = ACTIONS(1263), - [anon_sym_register] = ACTIONS(1263), - [anon_sym_inline] = ACTIONS(1263), - [anon_sym___inline] = ACTIONS(1263), - [anon_sym___inline__] = ACTIONS(1263), - [anon_sym___forceinline] = ACTIONS(1263), - [anon_sym_thread_local] = ACTIONS(1263), - [anon_sym___thread] = ACTIONS(1263), - [anon_sym_const] = ACTIONS(1263), - [anon_sym_constexpr] = ACTIONS(1263), - [anon_sym_volatile] = ACTIONS(1263), - [anon_sym_restrict] = ACTIONS(1263), - [anon_sym___restrict__] = ACTIONS(1263), - [anon_sym__Atomic] = ACTIONS(1263), - [anon_sym__Noreturn] = ACTIONS(1263), - [anon_sym_noreturn] = ACTIONS(1263), - [sym_primitive_type] = ACTIONS(1263), - [anon_sym_enum] = ACTIONS(1263), - [anon_sym_struct] = ACTIONS(1263), - [anon_sym_union] = ACTIONS(1263), - [anon_sym_if] = ACTIONS(1263), - [anon_sym_else] = ACTIONS(1263), - [anon_sym_switch] = ACTIONS(1263), - [anon_sym_case] = ACTIONS(1263), - [anon_sym_default] = ACTIONS(1263), - [anon_sym_while] = ACTIONS(1263), - [anon_sym_do] = ACTIONS(1263), - [anon_sym_for] = ACTIONS(1263), - [anon_sym_return] = ACTIONS(1263), - [anon_sym_break] = ACTIONS(1263), - [anon_sym_continue] = ACTIONS(1263), - [anon_sym_goto] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1265), - [anon_sym_PLUS_PLUS] = ACTIONS(1265), - [anon_sym_sizeof] = ACTIONS(1263), - [anon_sym___alignof__] = ACTIONS(1263), - [anon_sym___alignof] = ACTIONS(1263), - [anon_sym__alignof] = ACTIONS(1263), - [anon_sym_alignof] = ACTIONS(1263), - [anon_sym__Alignof] = ACTIONS(1263), - [anon_sym_offsetof] = ACTIONS(1263), - [anon_sym__Generic] = ACTIONS(1263), - [anon_sym_asm] = ACTIONS(1263), - [anon_sym___asm__] = ACTIONS(1263), - [sym_number_literal] = ACTIONS(1265), - [anon_sym_L_SQUOTE] = ACTIONS(1265), - [anon_sym_u_SQUOTE] = ACTIONS(1265), - [anon_sym_U_SQUOTE] = ACTIONS(1265), - [anon_sym_u8_SQUOTE] = ACTIONS(1265), - [anon_sym_SQUOTE] = ACTIONS(1265), - [anon_sym_L_DQUOTE] = ACTIONS(1265), - [anon_sym_u_DQUOTE] = ACTIONS(1265), - [anon_sym_U_DQUOTE] = ACTIONS(1265), - [anon_sym_u8_DQUOTE] = ACTIONS(1265), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_true] = ACTIONS(1263), - [sym_false] = ACTIONS(1263), - [anon_sym_NULL] = ACTIONS(1263), - [anon_sym_nullptr] = ACTIONS(1263), + [273] = { + [ts_builtin_sym_end] = ACTIONS(1245), + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), [sym_comment] = ACTIONS(3), }, - [280] = { - [ts_builtin_sym_end] = ACTIONS(1261), - [sym_identifier] = ACTIONS(1259), - [aux_sym_preproc_include_token1] = ACTIONS(1259), - [aux_sym_preproc_def_token1] = ACTIONS(1259), - [aux_sym_preproc_if_token1] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), - [sym_preproc_directive] = ACTIONS(1259), - [anon_sym_LPAREN2] = ACTIONS(1261), - [anon_sym_BANG] = ACTIONS(1261), - [anon_sym_TILDE] = ACTIONS(1261), - [anon_sym_DASH] = ACTIONS(1259), - [anon_sym_PLUS] = ACTIONS(1259), - [anon_sym_STAR] = ACTIONS(1261), - [anon_sym_AMP] = ACTIONS(1261), - [anon_sym_SEMI] = ACTIONS(1261), - [anon_sym___extension__] = ACTIONS(1259), - [anon_sym_typedef] = ACTIONS(1259), - [anon_sym_extern] = ACTIONS(1259), - [anon_sym___attribute__] = ACTIONS(1259), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), - [anon_sym___declspec] = ACTIONS(1259), - [anon_sym___cdecl] = ACTIONS(1259), - [anon_sym___clrcall] = ACTIONS(1259), - [anon_sym___stdcall] = ACTIONS(1259), - [anon_sym___fastcall] = ACTIONS(1259), - [anon_sym___thiscall] = ACTIONS(1259), - [anon_sym___vectorcall] = ACTIONS(1259), - [anon_sym_LBRACE] = ACTIONS(1261), - [anon_sym_signed] = ACTIONS(1259), - [anon_sym_unsigned] = ACTIONS(1259), - [anon_sym_long] = ACTIONS(1259), - [anon_sym_short] = ACTIONS(1259), - [anon_sym_static] = ACTIONS(1259), - [anon_sym_auto] = ACTIONS(1259), - [anon_sym_register] = ACTIONS(1259), - [anon_sym_inline] = ACTIONS(1259), - [anon_sym___inline] = ACTIONS(1259), - [anon_sym___inline__] = ACTIONS(1259), - [anon_sym___forceinline] = ACTIONS(1259), - [anon_sym_thread_local] = ACTIONS(1259), - [anon_sym___thread] = ACTIONS(1259), - [anon_sym_const] = ACTIONS(1259), - [anon_sym_constexpr] = ACTIONS(1259), - [anon_sym_volatile] = ACTIONS(1259), - [anon_sym_restrict] = ACTIONS(1259), - [anon_sym___restrict__] = ACTIONS(1259), - [anon_sym__Atomic] = ACTIONS(1259), - [anon_sym__Noreturn] = ACTIONS(1259), - [anon_sym_noreturn] = ACTIONS(1259), - [sym_primitive_type] = ACTIONS(1259), - [anon_sym_enum] = ACTIONS(1259), - [anon_sym_struct] = ACTIONS(1259), - [anon_sym_union] = ACTIONS(1259), - [anon_sym_if] = ACTIONS(1259), - [anon_sym_else] = ACTIONS(1259), - [anon_sym_switch] = ACTIONS(1259), - [anon_sym_case] = ACTIONS(1259), - [anon_sym_default] = ACTIONS(1259), - [anon_sym_while] = ACTIONS(1259), - [anon_sym_do] = ACTIONS(1259), - [anon_sym_for] = ACTIONS(1259), - [anon_sym_return] = ACTIONS(1259), - [anon_sym_break] = ACTIONS(1259), - [anon_sym_continue] = ACTIONS(1259), - [anon_sym_goto] = ACTIONS(1259), - [anon_sym_DASH_DASH] = ACTIONS(1261), - [anon_sym_PLUS_PLUS] = ACTIONS(1261), - [anon_sym_sizeof] = ACTIONS(1259), - [anon_sym___alignof__] = ACTIONS(1259), - [anon_sym___alignof] = ACTIONS(1259), - [anon_sym__alignof] = ACTIONS(1259), - [anon_sym_alignof] = ACTIONS(1259), - [anon_sym__Alignof] = ACTIONS(1259), - [anon_sym_offsetof] = ACTIONS(1259), - [anon_sym__Generic] = ACTIONS(1259), - [anon_sym_asm] = ACTIONS(1259), - [anon_sym___asm__] = ACTIONS(1259), - [sym_number_literal] = ACTIONS(1261), - [anon_sym_L_SQUOTE] = ACTIONS(1261), - [anon_sym_u_SQUOTE] = ACTIONS(1261), - [anon_sym_U_SQUOTE] = ACTIONS(1261), - [anon_sym_u8_SQUOTE] = ACTIONS(1261), - [anon_sym_SQUOTE] = ACTIONS(1261), - [anon_sym_L_DQUOTE] = ACTIONS(1261), - [anon_sym_u_DQUOTE] = ACTIONS(1261), - [anon_sym_U_DQUOTE] = ACTIONS(1261), - [anon_sym_u8_DQUOTE] = ACTIONS(1261), - [anon_sym_DQUOTE] = ACTIONS(1261), - [sym_true] = ACTIONS(1259), - [sym_false] = ACTIONS(1259), - [anon_sym_NULL] = ACTIONS(1259), - [anon_sym_nullptr] = ACTIONS(1259), + [274] = { + [sym_identifier] = ACTIONS(1227), + [aux_sym_preproc_include_token1] = ACTIONS(1227), + [aux_sym_preproc_def_token1] = ACTIONS(1227), + [aux_sym_preproc_if_token1] = ACTIONS(1227), + [aux_sym_preproc_if_token2] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1227), + [anon_sym_LPAREN2] = ACTIONS(1229), + [anon_sym_BANG] = ACTIONS(1229), + [anon_sym_TILDE] = ACTIONS(1229), + [anon_sym_DASH] = ACTIONS(1227), + [anon_sym_PLUS] = ACTIONS(1227), + [anon_sym_STAR] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1229), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym___extension__] = ACTIONS(1227), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym___attribute__] = ACTIONS(1227), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), + [anon_sym___declspec] = ACTIONS(1227), + [anon_sym___cdecl] = ACTIONS(1227), + [anon_sym___clrcall] = ACTIONS(1227), + [anon_sym___stdcall] = ACTIONS(1227), + [anon_sym___fastcall] = ACTIONS(1227), + [anon_sym___thiscall] = ACTIONS(1227), + [anon_sym___vectorcall] = ACTIONS(1227), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_signed] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym___inline] = ACTIONS(1227), + [anon_sym___inline__] = ACTIONS(1227), + [anon_sym___forceinline] = ACTIONS(1227), + [anon_sym_thread_local] = ACTIONS(1227), + [anon_sym___thread] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_constexpr] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym___restrict__] = ACTIONS(1227), + [anon_sym__Atomic] = ACTIONS(1227), + [anon_sym__Noreturn] = ACTIONS(1227), + [anon_sym_noreturn] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1227), + [anon_sym_switch] = ACTIONS(1227), + [anon_sym_case] = ACTIONS(1227), + [anon_sym_default] = ACTIONS(1227), + [anon_sym_while] = ACTIONS(1227), + [anon_sym_do] = ACTIONS(1227), + [anon_sym_for] = ACTIONS(1227), + [anon_sym_return] = ACTIONS(1227), + [anon_sym_break] = ACTIONS(1227), + [anon_sym_continue] = ACTIONS(1227), + [anon_sym_goto] = ACTIONS(1227), + [anon_sym_DASH_DASH] = ACTIONS(1229), + [anon_sym_PLUS_PLUS] = ACTIONS(1229), + [anon_sym_sizeof] = ACTIONS(1227), + [anon_sym___alignof__] = ACTIONS(1227), + [anon_sym___alignof] = ACTIONS(1227), + [anon_sym__alignof] = ACTIONS(1227), + [anon_sym_alignof] = ACTIONS(1227), + [anon_sym__Alignof] = ACTIONS(1227), + [anon_sym_offsetof] = ACTIONS(1227), + [anon_sym__Generic] = ACTIONS(1227), + [anon_sym_asm] = ACTIONS(1227), + [anon_sym___asm__] = ACTIONS(1227), + [sym_number_literal] = ACTIONS(1229), + [anon_sym_L_SQUOTE] = ACTIONS(1229), + [anon_sym_u_SQUOTE] = ACTIONS(1229), + [anon_sym_U_SQUOTE] = ACTIONS(1229), + [anon_sym_u8_SQUOTE] = ACTIONS(1229), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_L_DQUOTE] = ACTIONS(1229), + [anon_sym_u_DQUOTE] = ACTIONS(1229), + [anon_sym_U_DQUOTE] = ACTIONS(1229), + [anon_sym_u8_DQUOTE] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym_true] = ACTIONS(1227), + [sym_false] = ACTIONS(1227), + [anon_sym_NULL] = ACTIONS(1227), + [anon_sym_nullptr] = ACTIONS(1227), [sym_comment] = ACTIONS(3), }, - [281] = { + [275] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -47344,7 +46950,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [282] = { + [276] = { + [ts_builtin_sym_end] = ACTIONS(1253), + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + }, + [277] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -47440,7 +47142,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [283] = { + [278] = { + [ts_builtin_sym_end] = ACTIONS(1225), + [sym_identifier] = ACTIONS(1223), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(1225), + [anon_sym_TILDE] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1223), + [anon_sym_PLUS] = ACTIONS(1223), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_SEMI] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1223), + [anon_sym_extern] = ACTIONS(1223), + [anon_sym___attribute__] = ACTIONS(1223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym___declspec] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(1225), + [anon_sym_signed] = ACTIONS(1223), + [anon_sym_unsigned] = ACTIONS(1223), + [anon_sym_long] = ACTIONS(1223), + [anon_sym_short] = ACTIONS(1223), + [anon_sym_static] = ACTIONS(1223), + [anon_sym_auto] = ACTIONS(1223), + [anon_sym_register] = ACTIONS(1223), + [anon_sym_inline] = ACTIONS(1223), + [anon_sym___inline] = ACTIONS(1223), + [anon_sym___inline__] = ACTIONS(1223), + [anon_sym___forceinline] = ACTIONS(1223), + [anon_sym_thread_local] = ACTIONS(1223), + [anon_sym___thread] = ACTIONS(1223), + [anon_sym_const] = ACTIONS(1223), + [anon_sym_constexpr] = ACTIONS(1223), + [anon_sym_volatile] = ACTIONS(1223), + [anon_sym_restrict] = ACTIONS(1223), + [anon_sym___restrict__] = ACTIONS(1223), + [anon_sym__Atomic] = ACTIONS(1223), + [anon_sym__Noreturn] = ACTIONS(1223), + [anon_sym_noreturn] = ACTIONS(1223), + [sym_primitive_type] = ACTIONS(1223), + [anon_sym_enum] = ACTIONS(1223), + [anon_sym_struct] = ACTIONS(1223), + [anon_sym_union] = ACTIONS(1223), + [anon_sym_if] = ACTIONS(1223), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(1223), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(1223), + [anon_sym_do] = ACTIONS(1223), + [anon_sym_for] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_continue] = ACTIONS(1223), + [anon_sym_goto] = ACTIONS(1223), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_sizeof] = ACTIONS(1223), + [anon_sym___alignof__] = ACTIONS(1223), + [anon_sym___alignof] = ACTIONS(1223), + [anon_sym__alignof] = ACTIONS(1223), + [anon_sym_alignof] = ACTIONS(1223), + [anon_sym__Alignof] = ACTIONS(1223), + [anon_sym_offsetof] = ACTIONS(1223), + [anon_sym__Generic] = ACTIONS(1223), + [anon_sym_asm] = ACTIONS(1223), + [anon_sym___asm__] = ACTIONS(1223), + [sym_number_literal] = ACTIONS(1225), + [anon_sym_L_SQUOTE] = ACTIONS(1225), + [anon_sym_u_SQUOTE] = ACTIONS(1225), + [anon_sym_U_SQUOTE] = ACTIONS(1225), + [anon_sym_u8_SQUOTE] = ACTIONS(1225), + [anon_sym_SQUOTE] = ACTIONS(1225), + [anon_sym_L_DQUOTE] = ACTIONS(1225), + [anon_sym_u_DQUOTE] = ACTIONS(1225), + [anon_sym_U_DQUOTE] = ACTIONS(1225), + [anon_sym_u8_DQUOTE] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1225), + [sym_true] = ACTIONS(1223), + [sym_false] = ACTIONS(1223), + [anon_sym_NULL] = ACTIONS(1223), + [anon_sym_nullptr] = ACTIONS(1223), + [sym_comment] = ACTIONS(3), + }, + [279] = { + [ts_builtin_sym_end] = ACTIONS(1257), + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(1255), + [aux_sym_preproc_def_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), + [sym_preproc_directive] = ACTIONS(1255), + [anon_sym_LPAREN2] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_TILDE] = ACTIONS(1257), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym___extension__] = ACTIONS(1255), + [anon_sym_typedef] = ACTIONS(1255), + [anon_sym_extern] = ACTIONS(1255), + [anon_sym___attribute__] = ACTIONS(1255), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), + [anon_sym___declspec] = ACTIONS(1255), + [anon_sym___cdecl] = ACTIONS(1255), + [anon_sym___clrcall] = ACTIONS(1255), + [anon_sym___stdcall] = ACTIONS(1255), + [anon_sym___fastcall] = ACTIONS(1255), + [anon_sym___thiscall] = ACTIONS(1255), + [anon_sym___vectorcall] = ACTIONS(1255), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_signed] = ACTIONS(1255), + [anon_sym_unsigned] = ACTIONS(1255), + [anon_sym_long] = ACTIONS(1255), + [anon_sym_short] = ACTIONS(1255), + [anon_sym_static] = ACTIONS(1255), + [anon_sym_auto] = ACTIONS(1255), + [anon_sym_register] = ACTIONS(1255), + [anon_sym_inline] = ACTIONS(1255), + [anon_sym___inline] = ACTIONS(1255), + [anon_sym___inline__] = ACTIONS(1255), + [anon_sym___forceinline] = ACTIONS(1255), + [anon_sym_thread_local] = ACTIONS(1255), + [anon_sym___thread] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1255), + [anon_sym_constexpr] = ACTIONS(1255), + [anon_sym_volatile] = ACTIONS(1255), + [anon_sym_restrict] = ACTIONS(1255), + [anon_sym___restrict__] = ACTIONS(1255), + [anon_sym__Atomic] = ACTIONS(1255), + [anon_sym__Noreturn] = ACTIONS(1255), + [anon_sym_noreturn] = ACTIONS(1255), + [sym_primitive_type] = ACTIONS(1255), + [anon_sym_enum] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1255), + [anon_sym_union] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1255), + [anon_sym_else] = ACTIONS(1255), + [anon_sym_switch] = ACTIONS(1255), + [anon_sym_case] = ACTIONS(1255), + [anon_sym_default] = ACTIONS(1255), + [anon_sym_while] = ACTIONS(1255), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1255), + [anon_sym_break] = ACTIONS(1255), + [anon_sym_continue] = ACTIONS(1255), + [anon_sym_goto] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1257), + [anon_sym_PLUS_PLUS] = ACTIONS(1257), + [anon_sym_sizeof] = ACTIONS(1255), + [anon_sym___alignof__] = ACTIONS(1255), + [anon_sym___alignof] = ACTIONS(1255), + [anon_sym__alignof] = ACTIONS(1255), + [anon_sym_alignof] = ACTIONS(1255), + [anon_sym__Alignof] = ACTIONS(1255), + [anon_sym_offsetof] = ACTIONS(1255), + [anon_sym__Generic] = ACTIONS(1255), + [anon_sym_asm] = ACTIONS(1255), + [anon_sym___asm__] = ACTIONS(1255), + [sym_number_literal] = ACTIONS(1257), + [anon_sym_L_SQUOTE] = ACTIONS(1257), + [anon_sym_u_SQUOTE] = ACTIONS(1257), + [anon_sym_U_SQUOTE] = ACTIONS(1257), + [anon_sym_u8_SQUOTE] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1257), + [anon_sym_L_DQUOTE] = ACTIONS(1257), + [anon_sym_u_DQUOTE] = ACTIONS(1257), + [anon_sym_U_DQUOTE] = ACTIONS(1257), + [anon_sym_u8_DQUOTE] = ACTIONS(1257), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_true] = ACTIONS(1255), + [sym_false] = ACTIONS(1255), + [anon_sym_NULL] = ACTIONS(1255), + [anon_sym_nullptr] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + }, + [280] = { [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), @@ -47536,7 +47430,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [284] = { + [281] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -47565,7 +47460,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -47632,7 +47526,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [285] = { + [282] = { + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token2] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [sym_number_literal] = ACTIONS(1265), + [anon_sym_L_SQUOTE] = ACTIONS(1265), + [anon_sym_u_SQUOTE] = ACTIONS(1265), + [anon_sym_U_SQUOTE] = ACTIONS(1265), + [anon_sym_u8_SQUOTE] = ACTIONS(1265), + [anon_sym_SQUOTE] = ACTIONS(1265), + [anon_sym_L_DQUOTE] = ACTIONS(1265), + [anon_sym_u_DQUOTE] = ACTIONS(1265), + [anon_sym_U_DQUOTE] = ACTIONS(1265), + [anon_sym_u8_DQUOTE] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym_true] = ACTIONS(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + }, + [283] = { + [sym_identifier] = ACTIONS(1291), + [aux_sym_preproc_include_token1] = ACTIONS(1291), + [aux_sym_preproc_def_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token1] = ACTIONS(1291), + [aux_sym_preproc_if_token2] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1291), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1291), + [sym_preproc_directive] = ACTIONS(1291), + [anon_sym_LPAREN2] = ACTIONS(1293), + [anon_sym_BANG] = ACTIONS(1293), + [anon_sym_TILDE] = ACTIONS(1293), + [anon_sym_DASH] = ACTIONS(1291), + [anon_sym_PLUS] = ACTIONS(1291), + [anon_sym_STAR] = ACTIONS(1293), + [anon_sym_AMP] = ACTIONS(1293), + [anon_sym_SEMI] = ACTIONS(1293), + [anon_sym___extension__] = ACTIONS(1291), + [anon_sym_typedef] = ACTIONS(1291), + [anon_sym_extern] = ACTIONS(1291), + [anon_sym___attribute__] = ACTIONS(1291), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1293), + [anon_sym___declspec] = ACTIONS(1291), + [anon_sym___cdecl] = ACTIONS(1291), + [anon_sym___clrcall] = ACTIONS(1291), + [anon_sym___stdcall] = ACTIONS(1291), + [anon_sym___fastcall] = ACTIONS(1291), + [anon_sym___thiscall] = ACTIONS(1291), + [anon_sym___vectorcall] = ACTIONS(1291), + [anon_sym_LBRACE] = ACTIONS(1293), + [anon_sym_signed] = ACTIONS(1291), + [anon_sym_unsigned] = ACTIONS(1291), + [anon_sym_long] = ACTIONS(1291), + [anon_sym_short] = ACTIONS(1291), + [anon_sym_static] = ACTIONS(1291), + [anon_sym_auto] = ACTIONS(1291), + [anon_sym_register] = ACTIONS(1291), + [anon_sym_inline] = ACTIONS(1291), + [anon_sym___inline] = ACTIONS(1291), + [anon_sym___inline__] = ACTIONS(1291), + [anon_sym___forceinline] = ACTIONS(1291), + [anon_sym_thread_local] = ACTIONS(1291), + [anon_sym___thread] = ACTIONS(1291), + [anon_sym_const] = ACTIONS(1291), + [anon_sym_constexpr] = ACTIONS(1291), + [anon_sym_volatile] = ACTIONS(1291), + [anon_sym_restrict] = ACTIONS(1291), + [anon_sym___restrict__] = ACTIONS(1291), + [anon_sym__Atomic] = ACTIONS(1291), + [anon_sym__Noreturn] = ACTIONS(1291), + [anon_sym_noreturn] = ACTIONS(1291), + [sym_primitive_type] = ACTIONS(1291), + [anon_sym_enum] = ACTIONS(1291), + [anon_sym_struct] = ACTIONS(1291), + [anon_sym_union] = ACTIONS(1291), + [anon_sym_if] = ACTIONS(1291), + [anon_sym_else] = ACTIONS(1291), + [anon_sym_switch] = ACTIONS(1291), + [anon_sym_case] = ACTIONS(1291), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_while] = ACTIONS(1291), + [anon_sym_do] = ACTIONS(1291), + [anon_sym_for] = ACTIONS(1291), + [anon_sym_return] = ACTIONS(1291), + [anon_sym_break] = ACTIONS(1291), + [anon_sym_continue] = ACTIONS(1291), + [anon_sym_goto] = ACTIONS(1291), + [anon_sym_DASH_DASH] = ACTIONS(1293), + [anon_sym_PLUS_PLUS] = ACTIONS(1293), + [anon_sym_sizeof] = ACTIONS(1291), + [anon_sym___alignof__] = ACTIONS(1291), + [anon_sym___alignof] = ACTIONS(1291), + [anon_sym__alignof] = ACTIONS(1291), + [anon_sym_alignof] = ACTIONS(1291), + [anon_sym__Alignof] = ACTIONS(1291), + [anon_sym_offsetof] = ACTIONS(1291), + [anon_sym__Generic] = ACTIONS(1291), + [anon_sym_asm] = ACTIONS(1291), + [anon_sym___asm__] = ACTIONS(1291), + [sym_number_literal] = ACTIONS(1293), + [anon_sym_L_SQUOTE] = ACTIONS(1293), + [anon_sym_u_SQUOTE] = ACTIONS(1293), + [anon_sym_U_SQUOTE] = ACTIONS(1293), + [anon_sym_u8_SQUOTE] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(1293), + [anon_sym_L_DQUOTE] = ACTIONS(1293), + [anon_sym_u_DQUOTE] = ACTIONS(1293), + [anon_sym_U_DQUOTE] = ACTIONS(1293), + [anon_sym_u8_DQUOTE] = ACTIONS(1293), + [anon_sym_DQUOTE] = ACTIONS(1293), + [sym_true] = ACTIONS(1291), + [sym_false] = ACTIONS(1291), + [anon_sym_NULL] = ACTIONS(1291), + [anon_sym_nullptr] = ACTIONS(1291), + [sym_comment] = ACTIONS(3), + }, + [284] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -47661,7 +47748,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -47728,12 +47814,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, + [285] = { + [sym_identifier] = ACTIONS(1287), + [aux_sym_preproc_include_token1] = ACTIONS(1287), + [aux_sym_preproc_def_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token1] = ACTIONS(1287), + [aux_sym_preproc_if_token2] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1287), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1287), + [sym_preproc_directive] = ACTIONS(1287), + [anon_sym_LPAREN2] = ACTIONS(1289), + [anon_sym_BANG] = ACTIONS(1289), + [anon_sym_TILDE] = ACTIONS(1289), + [anon_sym_DASH] = ACTIONS(1287), + [anon_sym_PLUS] = ACTIONS(1287), + [anon_sym_STAR] = ACTIONS(1289), + [anon_sym_AMP] = ACTIONS(1289), + [anon_sym_SEMI] = ACTIONS(1289), + [anon_sym___extension__] = ACTIONS(1287), + [anon_sym_typedef] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1287), + [anon_sym___attribute__] = ACTIONS(1287), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1289), + [anon_sym___declspec] = ACTIONS(1287), + [anon_sym___cdecl] = ACTIONS(1287), + [anon_sym___clrcall] = ACTIONS(1287), + [anon_sym___stdcall] = ACTIONS(1287), + [anon_sym___fastcall] = ACTIONS(1287), + [anon_sym___thiscall] = ACTIONS(1287), + [anon_sym___vectorcall] = ACTIONS(1287), + [anon_sym_LBRACE] = ACTIONS(1289), + [anon_sym_signed] = ACTIONS(1287), + [anon_sym_unsigned] = ACTIONS(1287), + [anon_sym_long] = ACTIONS(1287), + [anon_sym_short] = ACTIONS(1287), + [anon_sym_static] = ACTIONS(1287), + [anon_sym_auto] = ACTIONS(1287), + [anon_sym_register] = ACTIONS(1287), + [anon_sym_inline] = ACTIONS(1287), + [anon_sym___inline] = ACTIONS(1287), + [anon_sym___inline__] = ACTIONS(1287), + [anon_sym___forceinline] = ACTIONS(1287), + [anon_sym_thread_local] = ACTIONS(1287), + [anon_sym___thread] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_constexpr] = ACTIONS(1287), + [anon_sym_volatile] = ACTIONS(1287), + [anon_sym_restrict] = ACTIONS(1287), + [anon_sym___restrict__] = ACTIONS(1287), + [anon_sym__Atomic] = ACTIONS(1287), + [anon_sym__Noreturn] = ACTIONS(1287), + [anon_sym_noreturn] = ACTIONS(1287), + [sym_primitive_type] = ACTIONS(1287), + [anon_sym_enum] = ACTIONS(1287), + [anon_sym_struct] = ACTIONS(1287), + [anon_sym_union] = ACTIONS(1287), + [anon_sym_if] = ACTIONS(1287), + [anon_sym_else] = ACTIONS(1287), + [anon_sym_switch] = ACTIONS(1287), + [anon_sym_case] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1287), + [anon_sym_while] = ACTIONS(1287), + [anon_sym_do] = ACTIONS(1287), + [anon_sym_for] = ACTIONS(1287), + [anon_sym_return] = ACTIONS(1287), + [anon_sym_break] = ACTIONS(1287), + [anon_sym_continue] = ACTIONS(1287), + [anon_sym_goto] = ACTIONS(1287), + [anon_sym_DASH_DASH] = ACTIONS(1289), + [anon_sym_PLUS_PLUS] = ACTIONS(1289), + [anon_sym_sizeof] = ACTIONS(1287), + [anon_sym___alignof__] = ACTIONS(1287), + [anon_sym___alignof] = ACTIONS(1287), + [anon_sym__alignof] = ACTIONS(1287), + [anon_sym_alignof] = ACTIONS(1287), + [anon_sym__Alignof] = ACTIONS(1287), + [anon_sym_offsetof] = ACTIONS(1287), + [anon_sym__Generic] = ACTIONS(1287), + [anon_sym_asm] = ACTIONS(1287), + [anon_sym___asm__] = ACTIONS(1287), + [sym_number_literal] = ACTIONS(1289), + [anon_sym_L_SQUOTE] = ACTIONS(1289), + [anon_sym_u_SQUOTE] = ACTIONS(1289), + [anon_sym_U_SQUOTE] = ACTIONS(1289), + [anon_sym_u8_SQUOTE] = ACTIONS(1289), + [anon_sym_SQUOTE] = ACTIONS(1289), + [anon_sym_L_DQUOTE] = ACTIONS(1289), + [anon_sym_u_DQUOTE] = ACTIONS(1289), + [anon_sym_U_DQUOTE] = ACTIONS(1289), + [anon_sym_u8_DQUOTE] = ACTIONS(1289), + [anon_sym_DQUOTE] = ACTIONS(1289), + [sym_true] = ACTIONS(1287), + [sym_false] = ACTIONS(1287), + [anon_sym_NULL] = ACTIONS(1287), + [anon_sym_nullptr] = ACTIONS(1287), + [sym_comment] = ACTIONS(3), + }, [286] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -47758,6 +47939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -47829,7 +48011,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -47854,6 +48035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -47921,195 +48103,195 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [288] = { - [ts_builtin_sym_end] = ACTIONS(1221), - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [sym_identifier] = ACTIONS(1267), + [aux_sym_preproc_include_token1] = ACTIONS(1267), + [aux_sym_preproc_def_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token1] = ACTIONS(1267), + [aux_sym_preproc_if_token2] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1267), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1267), + [sym_preproc_directive] = ACTIONS(1267), + [anon_sym_LPAREN2] = ACTIONS(1269), + [anon_sym_BANG] = ACTIONS(1269), + [anon_sym_TILDE] = ACTIONS(1269), + [anon_sym_DASH] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1269), + [anon_sym_AMP] = ACTIONS(1269), + [anon_sym_SEMI] = ACTIONS(1269), + [anon_sym___extension__] = ACTIONS(1267), + [anon_sym_typedef] = ACTIONS(1267), + [anon_sym_extern] = ACTIONS(1267), + [anon_sym___attribute__] = ACTIONS(1267), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1269), + [anon_sym___declspec] = ACTIONS(1267), + [anon_sym___cdecl] = ACTIONS(1267), + [anon_sym___clrcall] = ACTIONS(1267), + [anon_sym___stdcall] = ACTIONS(1267), + [anon_sym___fastcall] = ACTIONS(1267), + [anon_sym___thiscall] = ACTIONS(1267), + [anon_sym___vectorcall] = ACTIONS(1267), + [anon_sym_LBRACE] = ACTIONS(1269), + [anon_sym_signed] = ACTIONS(1267), + [anon_sym_unsigned] = ACTIONS(1267), + [anon_sym_long] = ACTIONS(1267), + [anon_sym_short] = ACTIONS(1267), + [anon_sym_static] = ACTIONS(1267), + [anon_sym_auto] = ACTIONS(1267), + [anon_sym_register] = ACTIONS(1267), + [anon_sym_inline] = ACTIONS(1267), + [anon_sym___inline] = ACTIONS(1267), + [anon_sym___inline__] = ACTIONS(1267), + [anon_sym___forceinline] = ACTIONS(1267), + [anon_sym_thread_local] = ACTIONS(1267), + [anon_sym___thread] = ACTIONS(1267), + [anon_sym_const] = ACTIONS(1267), + [anon_sym_constexpr] = ACTIONS(1267), + [anon_sym_volatile] = ACTIONS(1267), + [anon_sym_restrict] = ACTIONS(1267), + [anon_sym___restrict__] = ACTIONS(1267), + [anon_sym__Atomic] = ACTIONS(1267), + [anon_sym__Noreturn] = ACTIONS(1267), + [anon_sym_noreturn] = ACTIONS(1267), + [sym_primitive_type] = ACTIONS(1267), + [anon_sym_enum] = ACTIONS(1267), + [anon_sym_struct] = ACTIONS(1267), + [anon_sym_union] = ACTIONS(1267), + [anon_sym_if] = ACTIONS(1267), + [anon_sym_else] = ACTIONS(1267), + [anon_sym_switch] = ACTIONS(1267), + [anon_sym_case] = ACTIONS(1267), + [anon_sym_default] = ACTIONS(1267), + [anon_sym_while] = ACTIONS(1267), + [anon_sym_do] = ACTIONS(1267), + [anon_sym_for] = ACTIONS(1267), + [anon_sym_return] = ACTIONS(1267), + [anon_sym_break] = ACTIONS(1267), + [anon_sym_continue] = ACTIONS(1267), + [anon_sym_goto] = ACTIONS(1267), + [anon_sym_DASH_DASH] = ACTIONS(1269), + [anon_sym_PLUS_PLUS] = ACTIONS(1269), + [anon_sym_sizeof] = ACTIONS(1267), + [anon_sym___alignof__] = ACTIONS(1267), + [anon_sym___alignof] = ACTIONS(1267), + [anon_sym__alignof] = ACTIONS(1267), + [anon_sym_alignof] = ACTIONS(1267), + [anon_sym__Alignof] = ACTIONS(1267), + [anon_sym_offsetof] = ACTIONS(1267), + [anon_sym__Generic] = ACTIONS(1267), + [anon_sym_asm] = ACTIONS(1267), + [anon_sym___asm__] = ACTIONS(1267), + [sym_number_literal] = ACTIONS(1269), + [anon_sym_L_SQUOTE] = ACTIONS(1269), + [anon_sym_u_SQUOTE] = ACTIONS(1269), + [anon_sym_U_SQUOTE] = ACTIONS(1269), + [anon_sym_u8_SQUOTE] = ACTIONS(1269), + [anon_sym_SQUOTE] = ACTIONS(1269), + [anon_sym_L_DQUOTE] = ACTIONS(1269), + [anon_sym_u_DQUOTE] = ACTIONS(1269), + [anon_sym_U_DQUOTE] = ACTIONS(1269), + [anon_sym_u8_DQUOTE] = ACTIONS(1269), + [anon_sym_DQUOTE] = ACTIONS(1269), + [sym_true] = ACTIONS(1267), + [sym_false] = ACTIONS(1267), + [anon_sym_NULL] = ACTIONS(1267), + [anon_sym_nullptr] = ACTIONS(1267), [sym_comment] = ACTIONS(3), }, [289] = { - [sym_identifier] = ACTIONS(1275), - [aux_sym_preproc_include_token1] = ACTIONS(1275), - [aux_sym_preproc_def_token1] = ACTIONS(1275), - [aux_sym_preproc_if_token1] = ACTIONS(1275), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), - [sym_preproc_directive] = ACTIONS(1275), - [anon_sym_LPAREN2] = ACTIONS(1277), - [anon_sym_BANG] = ACTIONS(1277), - [anon_sym_TILDE] = ACTIONS(1277), - [anon_sym_DASH] = ACTIONS(1275), - [anon_sym_PLUS] = ACTIONS(1275), - [anon_sym_STAR] = ACTIONS(1277), - [anon_sym_AMP] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1275), - [anon_sym_typedef] = ACTIONS(1275), - [anon_sym_extern] = ACTIONS(1275), - [anon_sym___attribute__] = ACTIONS(1275), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), - [anon_sym___declspec] = ACTIONS(1275), - [anon_sym___cdecl] = ACTIONS(1275), - [anon_sym___clrcall] = ACTIONS(1275), - [anon_sym___stdcall] = ACTIONS(1275), - [anon_sym___fastcall] = ACTIONS(1275), - [anon_sym___thiscall] = ACTIONS(1275), - [anon_sym___vectorcall] = ACTIONS(1275), - [anon_sym_LBRACE] = ACTIONS(1277), - [anon_sym_RBRACE] = ACTIONS(1277), - [anon_sym_signed] = ACTIONS(1275), - [anon_sym_unsigned] = ACTIONS(1275), - [anon_sym_long] = ACTIONS(1275), - [anon_sym_short] = ACTIONS(1275), - [anon_sym_static] = ACTIONS(1275), - [anon_sym_auto] = ACTIONS(1275), - [anon_sym_register] = ACTIONS(1275), - [anon_sym_inline] = ACTIONS(1275), - [anon_sym___inline] = ACTIONS(1275), - [anon_sym___inline__] = ACTIONS(1275), - [anon_sym___forceinline] = ACTIONS(1275), - [anon_sym_thread_local] = ACTIONS(1275), - [anon_sym___thread] = ACTIONS(1275), - [anon_sym_const] = ACTIONS(1275), - [anon_sym_constexpr] = ACTIONS(1275), - [anon_sym_volatile] = ACTIONS(1275), - [anon_sym_restrict] = ACTIONS(1275), - [anon_sym___restrict__] = ACTIONS(1275), - [anon_sym__Atomic] = ACTIONS(1275), - [anon_sym__Noreturn] = ACTIONS(1275), - [anon_sym_noreturn] = ACTIONS(1275), - [sym_primitive_type] = ACTIONS(1275), - [anon_sym_enum] = ACTIONS(1275), - [anon_sym_struct] = ACTIONS(1275), - [anon_sym_union] = ACTIONS(1275), - [anon_sym_if] = ACTIONS(1275), - [anon_sym_else] = ACTIONS(1275), - [anon_sym_switch] = ACTIONS(1275), - [anon_sym_case] = ACTIONS(1275), - [anon_sym_default] = ACTIONS(1275), - [anon_sym_while] = ACTIONS(1275), - [anon_sym_do] = ACTIONS(1275), - [anon_sym_for] = ACTIONS(1275), - [anon_sym_return] = ACTIONS(1275), - [anon_sym_break] = ACTIONS(1275), - [anon_sym_continue] = ACTIONS(1275), - [anon_sym_goto] = ACTIONS(1275), - [anon_sym_DASH_DASH] = ACTIONS(1277), - [anon_sym_PLUS_PLUS] = ACTIONS(1277), - [anon_sym_sizeof] = ACTIONS(1275), - [anon_sym___alignof__] = ACTIONS(1275), - [anon_sym___alignof] = ACTIONS(1275), - [anon_sym__alignof] = ACTIONS(1275), - [anon_sym_alignof] = ACTIONS(1275), - [anon_sym__Alignof] = ACTIONS(1275), - [anon_sym_offsetof] = ACTIONS(1275), - [anon_sym__Generic] = ACTIONS(1275), - [anon_sym_asm] = ACTIONS(1275), - [anon_sym___asm__] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(1277), - [anon_sym_L_SQUOTE] = ACTIONS(1277), - [anon_sym_u_SQUOTE] = ACTIONS(1277), - [anon_sym_U_SQUOTE] = ACTIONS(1277), - [anon_sym_u8_SQUOTE] = ACTIONS(1277), - [anon_sym_SQUOTE] = ACTIONS(1277), - [anon_sym_L_DQUOTE] = ACTIONS(1277), - [anon_sym_u_DQUOTE] = ACTIONS(1277), - [anon_sym_U_DQUOTE] = ACTIONS(1277), - [anon_sym_u8_DQUOTE] = ACTIONS(1277), - [anon_sym_DQUOTE] = ACTIONS(1277), - [sym_true] = ACTIONS(1275), - [sym_false] = ACTIONS(1275), - [anon_sym_NULL] = ACTIONS(1275), - [anon_sym_nullptr] = ACTIONS(1275), + [sym_identifier] = ACTIONS(1259), + [aux_sym_preproc_include_token1] = ACTIONS(1259), + [aux_sym_preproc_def_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token1] = ACTIONS(1259), + [aux_sym_preproc_if_token2] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1259), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1259), + [sym_preproc_directive] = ACTIONS(1259), + [anon_sym_LPAREN2] = ACTIONS(1261), + [anon_sym_BANG] = ACTIONS(1261), + [anon_sym_TILDE] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1259), + [anon_sym_PLUS] = ACTIONS(1259), + [anon_sym_STAR] = ACTIONS(1261), + [anon_sym_AMP] = ACTIONS(1261), + [anon_sym_SEMI] = ACTIONS(1261), + [anon_sym___extension__] = ACTIONS(1259), + [anon_sym_typedef] = ACTIONS(1259), + [anon_sym_extern] = ACTIONS(1259), + [anon_sym___attribute__] = ACTIONS(1259), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1261), + [anon_sym___declspec] = ACTIONS(1259), + [anon_sym___cdecl] = ACTIONS(1259), + [anon_sym___clrcall] = ACTIONS(1259), + [anon_sym___stdcall] = ACTIONS(1259), + [anon_sym___fastcall] = ACTIONS(1259), + [anon_sym___thiscall] = ACTIONS(1259), + [anon_sym___vectorcall] = ACTIONS(1259), + [anon_sym_LBRACE] = ACTIONS(1261), + [anon_sym_signed] = ACTIONS(1259), + [anon_sym_unsigned] = ACTIONS(1259), + [anon_sym_long] = ACTIONS(1259), + [anon_sym_short] = ACTIONS(1259), + [anon_sym_static] = ACTIONS(1259), + [anon_sym_auto] = ACTIONS(1259), + [anon_sym_register] = ACTIONS(1259), + [anon_sym_inline] = ACTIONS(1259), + [anon_sym___inline] = ACTIONS(1259), + [anon_sym___inline__] = ACTIONS(1259), + [anon_sym___forceinline] = ACTIONS(1259), + [anon_sym_thread_local] = ACTIONS(1259), + [anon_sym___thread] = ACTIONS(1259), + [anon_sym_const] = ACTIONS(1259), + [anon_sym_constexpr] = ACTIONS(1259), + [anon_sym_volatile] = ACTIONS(1259), + [anon_sym_restrict] = ACTIONS(1259), + [anon_sym___restrict__] = ACTIONS(1259), + [anon_sym__Atomic] = ACTIONS(1259), + [anon_sym__Noreturn] = ACTIONS(1259), + [anon_sym_noreturn] = ACTIONS(1259), + [sym_primitive_type] = ACTIONS(1259), + [anon_sym_enum] = ACTIONS(1259), + [anon_sym_struct] = ACTIONS(1259), + [anon_sym_union] = ACTIONS(1259), + [anon_sym_if] = ACTIONS(1259), + [anon_sym_else] = ACTIONS(1259), + [anon_sym_switch] = ACTIONS(1259), + [anon_sym_case] = ACTIONS(1259), + [anon_sym_default] = ACTIONS(1259), + [anon_sym_while] = ACTIONS(1259), + [anon_sym_do] = ACTIONS(1259), + [anon_sym_for] = ACTIONS(1259), + [anon_sym_return] = ACTIONS(1259), + [anon_sym_break] = ACTIONS(1259), + [anon_sym_continue] = ACTIONS(1259), + [anon_sym_goto] = ACTIONS(1259), + [anon_sym_DASH_DASH] = ACTIONS(1261), + [anon_sym_PLUS_PLUS] = ACTIONS(1261), + [anon_sym_sizeof] = ACTIONS(1259), + [anon_sym___alignof__] = ACTIONS(1259), + [anon_sym___alignof] = ACTIONS(1259), + [anon_sym__alignof] = ACTIONS(1259), + [anon_sym_alignof] = ACTIONS(1259), + [anon_sym__Alignof] = ACTIONS(1259), + [anon_sym_offsetof] = ACTIONS(1259), + [anon_sym__Generic] = ACTIONS(1259), + [anon_sym_asm] = ACTIONS(1259), + [anon_sym___asm__] = ACTIONS(1259), + [sym_number_literal] = ACTIONS(1261), + [anon_sym_L_SQUOTE] = ACTIONS(1261), + [anon_sym_u_SQUOTE] = ACTIONS(1261), + [anon_sym_U_SQUOTE] = ACTIONS(1261), + [anon_sym_u8_SQUOTE] = ACTIONS(1261), + [anon_sym_SQUOTE] = ACTIONS(1261), + [anon_sym_L_DQUOTE] = ACTIONS(1261), + [anon_sym_u_DQUOTE] = ACTIONS(1261), + [anon_sym_U_DQUOTE] = ACTIONS(1261), + [anon_sym_u8_DQUOTE] = ACTIONS(1261), + [anon_sym_DQUOTE] = ACTIONS(1261), + [sym_true] = ACTIONS(1259), + [sym_false] = ACTIONS(1259), + [anon_sym_NULL] = ACTIONS(1259), + [anon_sym_nullptr] = ACTIONS(1259), [sym_comment] = ACTIONS(3), }, [290] = { @@ -48117,7 +48299,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -48142,6 +48323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -48213,7 +48395,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -48238,6 +48419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -48305,11 +48487,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [292] = { + [sym_identifier] = ACTIONS(1251), + [aux_sym_preproc_include_token1] = ACTIONS(1251), + [aux_sym_preproc_def_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token1] = ACTIONS(1251), + [aux_sym_preproc_if_token2] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1251), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1251), + [sym_preproc_directive] = ACTIONS(1251), + [anon_sym_LPAREN2] = ACTIONS(1253), + [anon_sym_BANG] = ACTIONS(1253), + [anon_sym_TILDE] = ACTIONS(1253), + [anon_sym_DASH] = ACTIONS(1251), + [anon_sym_PLUS] = ACTIONS(1251), + [anon_sym_STAR] = ACTIONS(1253), + [anon_sym_AMP] = ACTIONS(1253), + [anon_sym_SEMI] = ACTIONS(1253), + [anon_sym___extension__] = ACTIONS(1251), + [anon_sym_typedef] = ACTIONS(1251), + [anon_sym_extern] = ACTIONS(1251), + [anon_sym___attribute__] = ACTIONS(1251), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1253), + [anon_sym___declspec] = ACTIONS(1251), + [anon_sym___cdecl] = ACTIONS(1251), + [anon_sym___clrcall] = ACTIONS(1251), + [anon_sym___stdcall] = ACTIONS(1251), + [anon_sym___fastcall] = ACTIONS(1251), + [anon_sym___thiscall] = ACTIONS(1251), + [anon_sym___vectorcall] = ACTIONS(1251), + [anon_sym_LBRACE] = ACTIONS(1253), + [anon_sym_signed] = ACTIONS(1251), + [anon_sym_unsigned] = ACTIONS(1251), + [anon_sym_long] = ACTIONS(1251), + [anon_sym_short] = ACTIONS(1251), + [anon_sym_static] = ACTIONS(1251), + [anon_sym_auto] = ACTIONS(1251), + [anon_sym_register] = ACTIONS(1251), + [anon_sym_inline] = ACTIONS(1251), + [anon_sym___inline] = ACTIONS(1251), + [anon_sym___inline__] = ACTIONS(1251), + [anon_sym___forceinline] = ACTIONS(1251), + [anon_sym_thread_local] = ACTIONS(1251), + [anon_sym___thread] = ACTIONS(1251), + [anon_sym_const] = ACTIONS(1251), + [anon_sym_constexpr] = ACTIONS(1251), + [anon_sym_volatile] = ACTIONS(1251), + [anon_sym_restrict] = ACTIONS(1251), + [anon_sym___restrict__] = ACTIONS(1251), + [anon_sym__Atomic] = ACTIONS(1251), + [anon_sym__Noreturn] = ACTIONS(1251), + [anon_sym_noreturn] = ACTIONS(1251), + [sym_primitive_type] = ACTIONS(1251), + [anon_sym_enum] = ACTIONS(1251), + [anon_sym_struct] = ACTIONS(1251), + [anon_sym_union] = ACTIONS(1251), + [anon_sym_if] = ACTIONS(1251), + [anon_sym_else] = ACTIONS(1251), + [anon_sym_switch] = ACTIONS(1251), + [anon_sym_case] = ACTIONS(1251), + [anon_sym_default] = ACTIONS(1251), + [anon_sym_while] = ACTIONS(1251), + [anon_sym_do] = ACTIONS(1251), + [anon_sym_for] = ACTIONS(1251), + [anon_sym_return] = ACTIONS(1251), + [anon_sym_break] = ACTIONS(1251), + [anon_sym_continue] = ACTIONS(1251), + [anon_sym_goto] = ACTIONS(1251), + [anon_sym_DASH_DASH] = ACTIONS(1253), + [anon_sym_PLUS_PLUS] = ACTIONS(1253), + [anon_sym_sizeof] = ACTIONS(1251), + [anon_sym___alignof__] = ACTIONS(1251), + [anon_sym___alignof] = ACTIONS(1251), + [anon_sym__alignof] = ACTIONS(1251), + [anon_sym_alignof] = ACTIONS(1251), + [anon_sym__Alignof] = ACTIONS(1251), + [anon_sym_offsetof] = ACTIONS(1251), + [anon_sym__Generic] = ACTIONS(1251), + [anon_sym_asm] = ACTIONS(1251), + [anon_sym___asm__] = ACTIONS(1251), + [sym_number_literal] = ACTIONS(1253), + [anon_sym_L_SQUOTE] = ACTIONS(1253), + [anon_sym_u_SQUOTE] = ACTIONS(1253), + [anon_sym_U_SQUOTE] = ACTIONS(1253), + [anon_sym_u8_SQUOTE] = ACTIONS(1253), + [anon_sym_SQUOTE] = ACTIONS(1253), + [anon_sym_L_DQUOTE] = ACTIONS(1253), + [anon_sym_u_DQUOTE] = ACTIONS(1253), + [anon_sym_U_DQUOTE] = ACTIONS(1253), + [anon_sym_u8_DQUOTE] = ACTIONS(1253), + [anon_sym_DQUOTE] = ACTIONS(1253), + [sym_true] = ACTIONS(1251), + [sym_false] = ACTIONS(1251), + [anon_sym_NULL] = ACTIONS(1251), + [anon_sym_nullptr] = ACTIONS(1251), + [sym_comment] = ACTIONS(3), + }, + [293] = { + [ts_builtin_sym_end] = ACTIONS(1273), + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + }, + [294] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -48400,108 +48774,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [293] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [295] = { + [sym_identifier] = ACTIONS(1243), + [aux_sym_preproc_include_token1] = ACTIONS(1243), + [aux_sym_preproc_def_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token1] = ACTIONS(1243), + [aux_sym_preproc_if_token2] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1243), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1243), + [sym_preproc_directive] = ACTIONS(1243), + [anon_sym_LPAREN2] = ACTIONS(1245), + [anon_sym_BANG] = ACTIONS(1245), + [anon_sym_TILDE] = ACTIONS(1245), + [anon_sym_DASH] = ACTIONS(1243), + [anon_sym_PLUS] = ACTIONS(1243), + [anon_sym_STAR] = ACTIONS(1245), + [anon_sym_AMP] = ACTIONS(1245), + [anon_sym_SEMI] = ACTIONS(1245), + [anon_sym___extension__] = ACTIONS(1243), + [anon_sym_typedef] = ACTIONS(1243), + [anon_sym_extern] = ACTIONS(1243), + [anon_sym___attribute__] = ACTIONS(1243), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1245), + [anon_sym___declspec] = ACTIONS(1243), + [anon_sym___cdecl] = ACTIONS(1243), + [anon_sym___clrcall] = ACTIONS(1243), + [anon_sym___stdcall] = ACTIONS(1243), + [anon_sym___fastcall] = ACTIONS(1243), + [anon_sym___thiscall] = ACTIONS(1243), + [anon_sym___vectorcall] = ACTIONS(1243), + [anon_sym_LBRACE] = ACTIONS(1245), + [anon_sym_signed] = ACTIONS(1243), + [anon_sym_unsigned] = ACTIONS(1243), + [anon_sym_long] = ACTIONS(1243), + [anon_sym_short] = ACTIONS(1243), + [anon_sym_static] = ACTIONS(1243), + [anon_sym_auto] = ACTIONS(1243), + [anon_sym_register] = ACTIONS(1243), + [anon_sym_inline] = ACTIONS(1243), + [anon_sym___inline] = ACTIONS(1243), + [anon_sym___inline__] = ACTIONS(1243), + [anon_sym___forceinline] = ACTIONS(1243), + [anon_sym_thread_local] = ACTIONS(1243), + [anon_sym___thread] = ACTIONS(1243), + [anon_sym_const] = ACTIONS(1243), + [anon_sym_constexpr] = ACTIONS(1243), + [anon_sym_volatile] = ACTIONS(1243), + [anon_sym_restrict] = ACTIONS(1243), + [anon_sym___restrict__] = ACTIONS(1243), + [anon_sym__Atomic] = ACTIONS(1243), + [anon_sym__Noreturn] = ACTIONS(1243), + [anon_sym_noreturn] = ACTIONS(1243), + [sym_primitive_type] = ACTIONS(1243), + [anon_sym_enum] = ACTIONS(1243), + [anon_sym_struct] = ACTIONS(1243), + [anon_sym_union] = ACTIONS(1243), + [anon_sym_if] = ACTIONS(1243), + [anon_sym_else] = ACTIONS(1243), + [anon_sym_switch] = ACTIONS(1243), + [anon_sym_case] = ACTIONS(1243), + [anon_sym_default] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1243), + [anon_sym_do] = ACTIONS(1243), + [anon_sym_for] = ACTIONS(1243), + [anon_sym_return] = ACTIONS(1243), + [anon_sym_break] = ACTIONS(1243), + [anon_sym_continue] = ACTIONS(1243), + [anon_sym_goto] = ACTIONS(1243), + [anon_sym_DASH_DASH] = ACTIONS(1245), + [anon_sym_PLUS_PLUS] = ACTIONS(1245), + [anon_sym_sizeof] = ACTIONS(1243), + [anon_sym___alignof__] = ACTIONS(1243), + [anon_sym___alignof] = ACTIONS(1243), + [anon_sym__alignof] = ACTIONS(1243), + [anon_sym_alignof] = ACTIONS(1243), + [anon_sym__Alignof] = ACTIONS(1243), + [anon_sym_offsetof] = ACTIONS(1243), + [anon_sym__Generic] = ACTIONS(1243), + [anon_sym_asm] = ACTIONS(1243), + [anon_sym___asm__] = ACTIONS(1243), + [sym_number_literal] = ACTIONS(1245), + [anon_sym_L_SQUOTE] = ACTIONS(1245), + [anon_sym_u_SQUOTE] = ACTIONS(1245), + [anon_sym_U_SQUOTE] = ACTIONS(1245), + [anon_sym_u8_SQUOTE] = ACTIONS(1245), + [anon_sym_SQUOTE] = ACTIONS(1245), + [anon_sym_L_DQUOTE] = ACTIONS(1245), + [anon_sym_u_DQUOTE] = ACTIONS(1245), + [anon_sym_U_DQUOTE] = ACTIONS(1245), + [anon_sym_u8_DQUOTE] = ACTIONS(1245), + [anon_sym_DQUOTE] = ACTIONS(1245), + [sym_true] = ACTIONS(1243), + [sym_false] = ACTIONS(1243), + [anon_sym_NULL] = ACTIONS(1243), + [anon_sym_nullptr] = ACTIONS(1243), + [sym_comment] = ACTIONS(3), + }, + [296] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_RBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + }, + [297] = { + [ts_builtin_sym_end] = ACTIONS(1229), + [sym_identifier] = ACTIONS(1227), + [aux_sym_preproc_include_token1] = ACTIONS(1227), + [aux_sym_preproc_def_token1] = ACTIONS(1227), + [aux_sym_preproc_if_token1] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1227), + [anon_sym_LPAREN2] = ACTIONS(1229), + [anon_sym_BANG] = ACTIONS(1229), + [anon_sym_TILDE] = ACTIONS(1229), + [anon_sym_DASH] = ACTIONS(1227), + [anon_sym_PLUS] = ACTIONS(1227), + [anon_sym_STAR] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1229), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym___extension__] = ACTIONS(1227), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym___attribute__] = ACTIONS(1227), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), + [anon_sym___declspec] = ACTIONS(1227), + [anon_sym___cdecl] = ACTIONS(1227), + [anon_sym___clrcall] = ACTIONS(1227), + [anon_sym___stdcall] = ACTIONS(1227), + [anon_sym___fastcall] = ACTIONS(1227), + [anon_sym___thiscall] = ACTIONS(1227), + [anon_sym___vectorcall] = ACTIONS(1227), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_signed] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym___inline] = ACTIONS(1227), + [anon_sym___inline__] = ACTIONS(1227), + [anon_sym___forceinline] = ACTIONS(1227), + [anon_sym_thread_local] = ACTIONS(1227), + [anon_sym___thread] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_constexpr] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym___restrict__] = ACTIONS(1227), + [anon_sym__Atomic] = ACTIONS(1227), + [anon_sym__Noreturn] = ACTIONS(1227), + [anon_sym_noreturn] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1227), + [anon_sym_switch] = ACTIONS(1227), + [anon_sym_case] = ACTIONS(1227), + [anon_sym_default] = ACTIONS(1227), + [anon_sym_while] = ACTIONS(1227), + [anon_sym_do] = ACTIONS(1227), + [anon_sym_for] = ACTIONS(1227), + [anon_sym_return] = ACTIONS(1227), + [anon_sym_break] = ACTIONS(1227), + [anon_sym_continue] = ACTIONS(1227), + [anon_sym_goto] = ACTIONS(1227), + [anon_sym_DASH_DASH] = ACTIONS(1229), + [anon_sym_PLUS_PLUS] = ACTIONS(1229), + [anon_sym_sizeof] = ACTIONS(1227), + [anon_sym___alignof__] = ACTIONS(1227), + [anon_sym___alignof] = ACTIONS(1227), + [anon_sym__alignof] = ACTIONS(1227), + [anon_sym_alignof] = ACTIONS(1227), + [anon_sym__Alignof] = ACTIONS(1227), + [anon_sym_offsetof] = ACTIONS(1227), + [anon_sym__Generic] = ACTIONS(1227), + [anon_sym_asm] = ACTIONS(1227), + [anon_sym___asm__] = ACTIONS(1227), + [sym_number_literal] = ACTIONS(1229), + [anon_sym_L_SQUOTE] = ACTIONS(1229), + [anon_sym_u_SQUOTE] = ACTIONS(1229), + [anon_sym_U_SQUOTE] = ACTIONS(1229), + [anon_sym_u8_SQUOTE] = ACTIONS(1229), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_L_DQUOTE] = ACTIONS(1229), + [anon_sym_u_DQUOTE] = ACTIONS(1229), + [anon_sym_U_DQUOTE] = ACTIONS(1229), + [anon_sym_u8_DQUOTE] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym_true] = ACTIONS(1227), + [sym_false] = ACTIONS(1227), + [anon_sym_NULL] = ACTIONS(1227), + [anon_sym_nullptr] = ACTIONS(1227), [sym_comment] = ACTIONS(3), }, - [294] = { + [298] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -48592,204 +49158,300 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [295] = { - [ts_builtin_sym_end] = ACTIONS(1257), - [sym_identifier] = ACTIONS(1255), - [aux_sym_preproc_include_token1] = ACTIONS(1255), - [aux_sym_preproc_def_token1] = ACTIONS(1255), - [aux_sym_preproc_if_token1] = ACTIONS(1255), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), - [sym_preproc_directive] = ACTIONS(1255), - [anon_sym_LPAREN2] = ACTIONS(1257), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_TILDE] = ACTIONS(1257), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1255), - [anon_sym_typedef] = ACTIONS(1255), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1255), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), - [anon_sym___declspec] = ACTIONS(1255), - [anon_sym___cdecl] = ACTIONS(1255), - [anon_sym___clrcall] = ACTIONS(1255), - [anon_sym___stdcall] = ACTIONS(1255), - [anon_sym___fastcall] = ACTIONS(1255), - [anon_sym___thiscall] = ACTIONS(1255), - [anon_sym___vectorcall] = ACTIONS(1255), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_signed] = ACTIONS(1255), - [anon_sym_unsigned] = ACTIONS(1255), - [anon_sym_long] = ACTIONS(1255), - [anon_sym_short] = ACTIONS(1255), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_auto] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1255), - [anon_sym_constexpr] = ACTIONS(1255), - [anon_sym_volatile] = ACTIONS(1255), - [anon_sym_restrict] = ACTIONS(1255), - [anon_sym___restrict__] = ACTIONS(1255), - [anon_sym__Atomic] = ACTIONS(1255), - [anon_sym__Noreturn] = ACTIONS(1255), - [anon_sym_noreturn] = ACTIONS(1255), - [sym_primitive_type] = ACTIONS(1255), - [anon_sym_enum] = ACTIONS(1255), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_union] = ACTIONS(1255), - [anon_sym_if] = ACTIONS(1255), - [anon_sym_else] = ACTIONS(1255), - [anon_sym_switch] = ACTIONS(1255), - [anon_sym_case] = ACTIONS(1255), - [anon_sym_default] = ACTIONS(1255), - [anon_sym_while] = ACTIONS(1255), - [anon_sym_do] = ACTIONS(1255), - [anon_sym_for] = ACTIONS(1255), - [anon_sym_return] = ACTIONS(1255), - [anon_sym_break] = ACTIONS(1255), - [anon_sym_continue] = ACTIONS(1255), - [anon_sym_goto] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1257), - [anon_sym_PLUS_PLUS] = ACTIONS(1257), - [anon_sym_sizeof] = ACTIONS(1255), - [anon_sym___alignof__] = ACTIONS(1255), - [anon_sym___alignof] = ACTIONS(1255), - [anon_sym__alignof] = ACTIONS(1255), - [anon_sym_alignof] = ACTIONS(1255), - [anon_sym__Alignof] = ACTIONS(1255), - [anon_sym_offsetof] = ACTIONS(1255), - [anon_sym__Generic] = ACTIONS(1255), - [anon_sym_asm] = ACTIONS(1255), - [anon_sym___asm__] = ACTIONS(1255), - [sym_number_literal] = ACTIONS(1257), - [anon_sym_L_SQUOTE] = ACTIONS(1257), - [anon_sym_u_SQUOTE] = ACTIONS(1257), - [anon_sym_U_SQUOTE] = ACTIONS(1257), - [anon_sym_u8_SQUOTE] = ACTIONS(1257), - [anon_sym_SQUOTE] = ACTIONS(1257), - [anon_sym_L_DQUOTE] = ACTIONS(1257), - [anon_sym_u_DQUOTE] = ACTIONS(1257), - [anon_sym_U_DQUOTE] = ACTIONS(1257), - [anon_sym_u8_DQUOTE] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_true] = ACTIONS(1255), - [sym_false] = ACTIONS(1255), - [anon_sym_NULL] = ACTIONS(1255), - [anon_sym_nullptr] = ACTIONS(1255), + [299] = { + [ts_builtin_sym_end] = ACTIONS(1277), + [sym_identifier] = ACTIONS(1275), + [aux_sym_preproc_include_token1] = ACTIONS(1275), + [aux_sym_preproc_def_token1] = ACTIONS(1275), + [aux_sym_preproc_if_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), + [sym_preproc_directive] = ACTIONS(1275), + [anon_sym_LPAREN2] = ACTIONS(1277), + [anon_sym_BANG] = ACTIONS(1277), + [anon_sym_TILDE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1275), + [anon_sym_PLUS] = ACTIONS(1275), + [anon_sym_STAR] = ACTIONS(1277), + [anon_sym_AMP] = ACTIONS(1277), + [anon_sym_SEMI] = ACTIONS(1277), + [anon_sym___extension__] = ACTIONS(1275), + [anon_sym_typedef] = ACTIONS(1275), + [anon_sym_extern] = ACTIONS(1275), + [anon_sym___attribute__] = ACTIONS(1275), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), + [anon_sym___declspec] = ACTIONS(1275), + [anon_sym___cdecl] = ACTIONS(1275), + [anon_sym___clrcall] = ACTIONS(1275), + [anon_sym___stdcall] = ACTIONS(1275), + [anon_sym___fastcall] = ACTIONS(1275), + [anon_sym___thiscall] = ACTIONS(1275), + [anon_sym___vectorcall] = ACTIONS(1275), + [anon_sym_LBRACE] = ACTIONS(1277), + [anon_sym_signed] = ACTIONS(1275), + [anon_sym_unsigned] = ACTIONS(1275), + [anon_sym_long] = ACTIONS(1275), + [anon_sym_short] = ACTIONS(1275), + [anon_sym_static] = ACTIONS(1275), + [anon_sym_auto] = ACTIONS(1275), + [anon_sym_register] = ACTIONS(1275), + [anon_sym_inline] = ACTIONS(1275), + [anon_sym___inline] = ACTIONS(1275), + [anon_sym___inline__] = ACTIONS(1275), + [anon_sym___forceinline] = ACTIONS(1275), + [anon_sym_thread_local] = ACTIONS(1275), + [anon_sym___thread] = ACTIONS(1275), + [anon_sym_const] = ACTIONS(1275), + [anon_sym_constexpr] = ACTIONS(1275), + [anon_sym_volatile] = ACTIONS(1275), + [anon_sym_restrict] = ACTIONS(1275), + [anon_sym___restrict__] = ACTIONS(1275), + [anon_sym__Atomic] = ACTIONS(1275), + [anon_sym__Noreturn] = ACTIONS(1275), + [anon_sym_noreturn] = ACTIONS(1275), + [sym_primitive_type] = ACTIONS(1275), + [anon_sym_enum] = ACTIONS(1275), + [anon_sym_struct] = ACTIONS(1275), + [anon_sym_union] = ACTIONS(1275), + [anon_sym_if] = ACTIONS(1275), + [anon_sym_else] = ACTIONS(1275), + [anon_sym_switch] = ACTIONS(1275), + [anon_sym_case] = ACTIONS(1275), + [anon_sym_default] = ACTIONS(1275), + [anon_sym_while] = ACTIONS(1275), + [anon_sym_do] = ACTIONS(1275), + [anon_sym_for] = ACTIONS(1275), + [anon_sym_return] = ACTIONS(1275), + [anon_sym_break] = ACTIONS(1275), + [anon_sym_continue] = ACTIONS(1275), + [anon_sym_goto] = ACTIONS(1275), + [anon_sym_DASH_DASH] = ACTIONS(1277), + [anon_sym_PLUS_PLUS] = ACTIONS(1277), + [anon_sym_sizeof] = ACTIONS(1275), + [anon_sym___alignof__] = ACTIONS(1275), + [anon_sym___alignof] = ACTIONS(1275), + [anon_sym__alignof] = ACTIONS(1275), + [anon_sym_alignof] = ACTIONS(1275), + [anon_sym__Alignof] = ACTIONS(1275), + [anon_sym_offsetof] = ACTIONS(1275), + [anon_sym__Generic] = ACTIONS(1275), + [anon_sym_asm] = ACTIONS(1275), + [anon_sym___asm__] = ACTIONS(1275), + [sym_number_literal] = ACTIONS(1277), + [anon_sym_L_SQUOTE] = ACTIONS(1277), + [anon_sym_u_SQUOTE] = ACTIONS(1277), + [anon_sym_U_SQUOTE] = ACTIONS(1277), + [anon_sym_u8_SQUOTE] = ACTIONS(1277), + [anon_sym_SQUOTE] = ACTIONS(1277), + [anon_sym_L_DQUOTE] = ACTIONS(1277), + [anon_sym_u_DQUOTE] = ACTIONS(1277), + [anon_sym_U_DQUOTE] = ACTIONS(1277), + [anon_sym_u8_DQUOTE] = ACTIONS(1277), + [anon_sym_DQUOTE] = ACTIONS(1277), + [sym_true] = ACTIONS(1275), + [sym_false] = ACTIONS(1275), + [anon_sym_NULL] = ACTIONS(1275), + [anon_sym_nullptr] = ACTIONS(1275), + [sym_comment] = ACTIONS(3), + }, + [300] = { + [sym_identifier] = ACTIONS(1235), + [aux_sym_preproc_include_token1] = ACTIONS(1235), + [aux_sym_preproc_def_token1] = ACTIONS(1235), + [aux_sym_preproc_if_token1] = ACTIONS(1235), + [aux_sym_preproc_if_token2] = ACTIONS(1235), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1235), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1235), + [sym_preproc_directive] = ACTIONS(1235), + [anon_sym_LPAREN2] = ACTIONS(1237), + [anon_sym_BANG] = ACTIONS(1237), + [anon_sym_TILDE] = ACTIONS(1237), + [anon_sym_DASH] = ACTIONS(1235), + [anon_sym_PLUS] = ACTIONS(1235), + [anon_sym_STAR] = ACTIONS(1237), + [anon_sym_AMP] = ACTIONS(1237), + [anon_sym_SEMI] = ACTIONS(1237), + [anon_sym___extension__] = ACTIONS(1235), + [anon_sym_typedef] = ACTIONS(1235), + [anon_sym_extern] = ACTIONS(1235), + [anon_sym___attribute__] = ACTIONS(1235), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1237), + [anon_sym___declspec] = ACTIONS(1235), + [anon_sym___cdecl] = ACTIONS(1235), + [anon_sym___clrcall] = ACTIONS(1235), + [anon_sym___stdcall] = ACTIONS(1235), + [anon_sym___fastcall] = ACTIONS(1235), + [anon_sym___thiscall] = ACTIONS(1235), + [anon_sym___vectorcall] = ACTIONS(1235), + [anon_sym_LBRACE] = ACTIONS(1237), + [anon_sym_signed] = ACTIONS(1235), + [anon_sym_unsigned] = ACTIONS(1235), + [anon_sym_long] = ACTIONS(1235), + [anon_sym_short] = ACTIONS(1235), + [anon_sym_static] = ACTIONS(1235), + [anon_sym_auto] = ACTIONS(1235), + [anon_sym_register] = ACTIONS(1235), + [anon_sym_inline] = ACTIONS(1235), + [anon_sym___inline] = ACTIONS(1235), + [anon_sym___inline__] = ACTIONS(1235), + [anon_sym___forceinline] = ACTIONS(1235), + [anon_sym_thread_local] = ACTIONS(1235), + [anon_sym___thread] = ACTIONS(1235), + [anon_sym_const] = ACTIONS(1235), + [anon_sym_constexpr] = ACTIONS(1235), + [anon_sym_volatile] = ACTIONS(1235), + [anon_sym_restrict] = ACTIONS(1235), + [anon_sym___restrict__] = ACTIONS(1235), + [anon_sym__Atomic] = ACTIONS(1235), + [anon_sym__Noreturn] = ACTIONS(1235), + [anon_sym_noreturn] = ACTIONS(1235), + [sym_primitive_type] = ACTIONS(1235), + [anon_sym_enum] = ACTIONS(1235), + [anon_sym_struct] = ACTIONS(1235), + [anon_sym_union] = ACTIONS(1235), + [anon_sym_if] = ACTIONS(1235), + [anon_sym_else] = ACTIONS(1235), + [anon_sym_switch] = ACTIONS(1235), + [anon_sym_case] = ACTIONS(1235), + [anon_sym_default] = ACTIONS(1235), + [anon_sym_while] = ACTIONS(1235), + [anon_sym_do] = ACTIONS(1235), + [anon_sym_for] = ACTIONS(1235), + [anon_sym_return] = ACTIONS(1235), + [anon_sym_break] = ACTIONS(1235), + [anon_sym_continue] = ACTIONS(1235), + [anon_sym_goto] = ACTIONS(1235), + [anon_sym_DASH_DASH] = ACTIONS(1237), + [anon_sym_PLUS_PLUS] = ACTIONS(1237), + [anon_sym_sizeof] = ACTIONS(1235), + [anon_sym___alignof__] = ACTIONS(1235), + [anon_sym___alignof] = ACTIONS(1235), + [anon_sym__alignof] = ACTIONS(1235), + [anon_sym_alignof] = ACTIONS(1235), + [anon_sym__Alignof] = ACTIONS(1235), + [anon_sym_offsetof] = ACTIONS(1235), + [anon_sym__Generic] = ACTIONS(1235), + [anon_sym_asm] = ACTIONS(1235), + [anon_sym___asm__] = ACTIONS(1235), + [sym_number_literal] = ACTIONS(1237), + [anon_sym_L_SQUOTE] = ACTIONS(1237), + [anon_sym_u_SQUOTE] = ACTIONS(1237), + [anon_sym_U_SQUOTE] = ACTIONS(1237), + [anon_sym_u8_SQUOTE] = ACTIONS(1237), + [anon_sym_SQUOTE] = ACTIONS(1237), + [anon_sym_L_DQUOTE] = ACTIONS(1237), + [anon_sym_u_DQUOTE] = ACTIONS(1237), + [anon_sym_U_DQUOTE] = ACTIONS(1237), + [anon_sym_u8_DQUOTE] = ACTIONS(1237), + [anon_sym_DQUOTE] = ACTIONS(1237), + [sym_true] = ACTIONS(1235), + [sym_false] = ACTIONS(1235), + [anon_sym_NULL] = ACTIONS(1235), + [anon_sym_nullptr] = ACTIONS(1235), [sym_comment] = ACTIONS(3), }, - [296] = { - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [301] = { + [sym_identifier] = ACTIONS(1231), + [aux_sym_preproc_include_token1] = ACTIONS(1231), + [aux_sym_preproc_def_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token1] = ACTIONS(1231), + [aux_sym_preproc_if_token2] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1231), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1231), + [sym_preproc_directive] = ACTIONS(1231), + [anon_sym_LPAREN2] = ACTIONS(1233), + [anon_sym_BANG] = ACTIONS(1233), + [anon_sym_TILDE] = ACTIONS(1233), + [anon_sym_DASH] = ACTIONS(1231), + [anon_sym_PLUS] = ACTIONS(1231), + [anon_sym_STAR] = ACTIONS(1233), + [anon_sym_AMP] = ACTIONS(1233), + [anon_sym_SEMI] = ACTIONS(1233), + [anon_sym___extension__] = ACTIONS(1231), + [anon_sym_typedef] = ACTIONS(1231), + [anon_sym_extern] = ACTIONS(1231), + [anon_sym___attribute__] = ACTIONS(1231), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1233), + [anon_sym___declspec] = ACTIONS(1231), + [anon_sym___cdecl] = ACTIONS(1231), + [anon_sym___clrcall] = ACTIONS(1231), + [anon_sym___stdcall] = ACTIONS(1231), + [anon_sym___fastcall] = ACTIONS(1231), + [anon_sym___thiscall] = ACTIONS(1231), + [anon_sym___vectorcall] = ACTIONS(1231), + [anon_sym_LBRACE] = ACTIONS(1233), + [anon_sym_signed] = ACTIONS(1231), + [anon_sym_unsigned] = ACTIONS(1231), + [anon_sym_long] = ACTIONS(1231), + [anon_sym_short] = ACTIONS(1231), + [anon_sym_static] = ACTIONS(1231), + [anon_sym_auto] = ACTIONS(1231), + [anon_sym_register] = ACTIONS(1231), + [anon_sym_inline] = ACTIONS(1231), + [anon_sym___inline] = ACTIONS(1231), + [anon_sym___inline__] = ACTIONS(1231), + [anon_sym___forceinline] = ACTIONS(1231), + [anon_sym_thread_local] = ACTIONS(1231), + [anon_sym___thread] = ACTIONS(1231), + [anon_sym_const] = ACTIONS(1231), + [anon_sym_constexpr] = ACTIONS(1231), + [anon_sym_volatile] = ACTIONS(1231), + [anon_sym_restrict] = ACTIONS(1231), + [anon_sym___restrict__] = ACTIONS(1231), + [anon_sym__Atomic] = ACTIONS(1231), + [anon_sym__Noreturn] = ACTIONS(1231), + [anon_sym_noreturn] = ACTIONS(1231), + [sym_primitive_type] = ACTIONS(1231), + [anon_sym_enum] = ACTIONS(1231), + [anon_sym_struct] = ACTIONS(1231), + [anon_sym_union] = ACTIONS(1231), + [anon_sym_if] = ACTIONS(1231), + [anon_sym_else] = ACTIONS(1231), + [anon_sym_switch] = ACTIONS(1231), + [anon_sym_case] = ACTIONS(1231), + [anon_sym_default] = ACTIONS(1231), + [anon_sym_while] = ACTIONS(1231), + [anon_sym_do] = ACTIONS(1231), + [anon_sym_for] = ACTIONS(1231), + [anon_sym_return] = ACTIONS(1231), + [anon_sym_break] = ACTIONS(1231), + [anon_sym_continue] = ACTIONS(1231), + [anon_sym_goto] = ACTIONS(1231), + [anon_sym_DASH_DASH] = ACTIONS(1233), + [anon_sym_PLUS_PLUS] = ACTIONS(1233), + [anon_sym_sizeof] = ACTIONS(1231), + [anon_sym___alignof__] = ACTIONS(1231), + [anon_sym___alignof] = ACTIONS(1231), + [anon_sym__alignof] = ACTIONS(1231), + [anon_sym_alignof] = ACTIONS(1231), + [anon_sym__Alignof] = ACTIONS(1231), + [anon_sym_offsetof] = ACTIONS(1231), + [anon_sym__Generic] = ACTIONS(1231), + [anon_sym_asm] = ACTIONS(1231), + [anon_sym___asm__] = ACTIONS(1231), + [sym_number_literal] = ACTIONS(1233), + [anon_sym_L_SQUOTE] = ACTIONS(1233), + [anon_sym_u_SQUOTE] = ACTIONS(1233), + [anon_sym_U_SQUOTE] = ACTIONS(1233), + [anon_sym_u8_SQUOTE] = ACTIONS(1233), + [anon_sym_SQUOTE] = ACTIONS(1233), + [anon_sym_L_DQUOTE] = ACTIONS(1233), + [anon_sym_u_DQUOTE] = ACTIONS(1233), + [anon_sym_U_DQUOTE] = ACTIONS(1233), + [anon_sym_u8_DQUOTE] = ACTIONS(1233), + [anon_sym_DQUOTE] = ACTIONS(1233), + [sym_true] = ACTIONS(1231), + [sym_false] = ACTIONS(1231), + [anon_sym_NULL] = ACTIONS(1231), + [anon_sym_nullptr] = ACTIONS(1231), [sym_comment] = ACTIONS(3), }, - [297] = { + [302] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -48880,12 +49542,203 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [298] = { + [303] = { + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_RBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + }, + [304] = { + [sym_identifier] = ACTIONS(1239), + [aux_sym_preproc_include_token1] = ACTIONS(1239), + [aux_sym_preproc_def_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token1] = ACTIONS(1239), + [aux_sym_preproc_if_token2] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1239), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1239), + [sym_preproc_directive] = ACTIONS(1239), + [anon_sym_LPAREN2] = ACTIONS(1241), + [anon_sym_BANG] = ACTIONS(1241), + [anon_sym_TILDE] = ACTIONS(1241), + [anon_sym_DASH] = ACTIONS(1239), + [anon_sym_PLUS] = ACTIONS(1239), + [anon_sym_STAR] = ACTIONS(1241), + [anon_sym_AMP] = ACTIONS(1241), + [anon_sym_SEMI] = ACTIONS(1241), + [anon_sym___extension__] = ACTIONS(1239), + [anon_sym_typedef] = ACTIONS(1239), + [anon_sym_extern] = ACTIONS(1239), + [anon_sym___attribute__] = ACTIONS(1239), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1241), + [anon_sym___declspec] = ACTIONS(1239), + [anon_sym___cdecl] = ACTIONS(1239), + [anon_sym___clrcall] = ACTIONS(1239), + [anon_sym___stdcall] = ACTIONS(1239), + [anon_sym___fastcall] = ACTIONS(1239), + [anon_sym___thiscall] = ACTIONS(1239), + [anon_sym___vectorcall] = ACTIONS(1239), + [anon_sym_LBRACE] = ACTIONS(1241), + [anon_sym_signed] = ACTIONS(1239), + [anon_sym_unsigned] = ACTIONS(1239), + [anon_sym_long] = ACTIONS(1239), + [anon_sym_short] = ACTIONS(1239), + [anon_sym_static] = ACTIONS(1239), + [anon_sym_auto] = ACTIONS(1239), + [anon_sym_register] = ACTIONS(1239), + [anon_sym_inline] = ACTIONS(1239), + [anon_sym___inline] = ACTIONS(1239), + [anon_sym___inline__] = ACTIONS(1239), + [anon_sym___forceinline] = ACTIONS(1239), + [anon_sym_thread_local] = ACTIONS(1239), + [anon_sym___thread] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(1239), + [anon_sym_constexpr] = ACTIONS(1239), + [anon_sym_volatile] = ACTIONS(1239), + [anon_sym_restrict] = ACTIONS(1239), + [anon_sym___restrict__] = ACTIONS(1239), + [anon_sym__Atomic] = ACTIONS(1239), + [anon_sym__Noreturn] = ACTIONS(1239), + [anon_sym_noreturn] = ACTIONS(1239), + [sym_primitive_type] = ACTIONS(1239), + [anon_sym_enum] = ACTIONS(1239), + [anon_sym_struct] = ACTIONS(1239), + [anon_sym_union] = ACTIONS(1239), + [anon_sym_if] = ACTIONS(1239), + [anon_sym_else] = ACTIONS(1239), + [anon_sym_switch] = ACTIONS(1239), + [anon_sym_case] = ACTIONS(1239), + [anon_sym_default] = ACTIONS(1239), + [anon_sym_while] = ACTIONS(1239), + [anon_sym_do] = ACTIONS(1239), + [anon_sym_for] = ACTIONS(1239), + [anon_sym_return] = ACTIONS(1239), + [anon_sym_break] = ACTIONS(1239), + [anon_sym_continue] = ACTIONS(1239), + [anon_sym_goto] = ACTIONS(1239), + [anon_sym_DASH_DASH] = ACTIONS(1241), + [anon_sym_PLUS_PLUS] = ACTIONS(1241), + [anon_sym_sizeof] = ACTIONS(1239), + [anon_sym___alignof__] = ACTIONS(1239), + [anon_sym___alignof] = ACTIONS(1239), + [anon_sym__alignof] = ACTIONS(1239), + [anon_sym_alignof] = ACTIONS(1239), + [anon_sym__Alignof] = ACTIONS(1239), + [anon_sym_offsetof] = ACTIONS(1239), + [anon_sym__Generic] = ACTIONS(1239), + [anon_sym_asm] = ACTIONS(1239), + [anon_sym___asm__] = ACTIONS(1239), + [sym_number_literal] = ACTIONS(1241), + [anon_sym_L_SQUOTE] = ACTIONS(1241), + [anon_sym_u_SQUOTE] = ACTIONS(1241), + [anon_sym_U_SQUOTE] = ACTIONS(1241), + [anon_sym_u8_SQUOTE] = ACTIONS(1241), + [anon_sym_SQUOTE] = ACTIONS(1241), + [anon_sym_L_DQUOTE] = ACTIONS(1241), + [anon_sym_u_DQUOTE] = ACTIONS(1241), + [anon_sym_U_DQUOTE] = ACTIONS(1241), + [anon_sym_u8_DQUOTE] = ACTIONS(1241), + [anon_sym_DQUOTE] = ACTIONS(1241), + [sym_true] = ACTIONS(1239), + [sym_false] = ACTIONS(1239), + [anon_sym_NULL] = ACTIONS(1239), + [anon_sym_nullptr] = ACTIONS(1239), + [sym_comment] = ACTIONS(3), + }, + [305] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -48910,6 +49763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -48976,7 +49830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [299] = { + [306] = { [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), @@ -49072,12 +49926,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [300] = { + [307] = { + [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -49168,8 +50022,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [301] = { - [ts_builtin_sym_end] = ACTIONS(1221), + [308] = { + [sym_identifier] = ACTIONS(1247), + [aux_sym_preproc_include_token1] = ACTIONS(1247), + [aux_sym_preproc_def_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token1] = ACTIONS(1247), + [aux_sym_preproc_if_token2] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1247), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1247), + [sym_preproc_directive] = ACTIONS(1247), + [anon_sym_LPAREN2] = ACTIONS(1249), + [anon_sym_BANG] = ACTIONS(1249), + [anon_sym_TILDE] = ACTIONS(1249), + [anon_sym_DASH] = ACTIONS(1247), + [anon_sym_PLUS] = ACTIONS(1247), + [anon_sym_STAR] = ACTIONS(1249), + [anon_sym_AMP] = ACTIONS(1249), + [anon_sym_SEMI] = ACTIONS(1249), + [anon_sym___extension__] = ACTIONS(1247), + [anon_sym_typedef] = ACTIONS(1247), + [anon_sym_extern] = ACTIONS(1247), + [anon_sym___attribute__] = ACTIONS(1247), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1249), + [anon_sym___declspec] = ACTIONS(1247), + [anon_sym___cdecl] = ACTIONS(1247), + [anon_sym___clrcall] = ACTIONS(1247), + [anon_sym___stdcall] = ACTIONS(1247), + [anon_sym___fastcall] = ACTIONS(1247), + [anon_sym___thiscall] = ACTIONS(1247), + [anon_sym___vectorcall] = ACTIONS(1247), + [anon_sym_LBRACE] = ACTIONS(1249), + [anon_sym_signed] = ACTIONS(1247), + [anon_sym_unsigned] = ACTIONS(1247), + [anon_sym_long] = ACTIONS(1247), + [anon_sym_short] = ACTIONS(1247), + [anon_sym_static] = ACTIONS(1247), + [anon_sym_auto] = ACTIONS(1247), + [anon_sym_register] = ACTIONS(1247), + [anon_sym_inline] = ACTIONS(1247), + [anon_sym___inline] = ACTIONS(1247), + [anon_sym___inline__] = ACTIONS(1247), + [anon_sym___forceinline] = ACTIONS(1247), + [anon_sym_thread_local] = ACTIONS(1247), + [anon_sym___thread] = ACTIONS(1247), + [anon_sym_const] = ACTIONS(1247), + [anon_sym_constexpr] = ACTIONS(1247), + [anon_sym_volatile] = ACTIONS(1247), + [anon_sym_restrict] = ACTIONS(1247), + [anon_sym___restrict__] = ACTIONS(1247), + [anon_sym__Atomic] = ACTIONS(1247), + [anon_sym__Noreturn] = ACTIONS(1247), + [anon_sym_noreturn] = ACTIONS(1247), + [sym_primitive_type] = ACTIONS(1247), + [anon_sym_enum] = ACTIONS(1247), + [anon_sym_struct] = ACTIONS(1247), + [anon_sym_union] = ACTIONS(1247), + [anon_sym_if] = ACTIONS(1247), + [anon_sym_else] = ACTIONS(1247), + [anon_sym_switch] = ACTIONS(1247), + [anon_sym_case] = ACTIONS(1247), + [anon_sym_default] = ACTIONS(1247), + [anon_sym_while] = ACTIONS(1247), + [anon_sym_do] = ACTIONS(1247), + [anon_sym_for] = ACTIONS(1247), + [anon_sym_return] = ACTIONS(1247), + [anon_sym_break] = ACTIONS(1247), + [anon_sym_continue] = ACTIONS(1247), + [anon_sym_goto] = ACTIONS(1247), + [anon_sym_DASH_DASH] = ACTIONS(1249), + [anon_sym_PLUS_PLUS] = ACTIONS(1249), + [anon_sym_sizeof] = ACTIONS(1247), + [anon_sym___alignof__] = ACTIONS(1247), + [anon_sym___alignof] = ACTIONS(1247), + [anon_sym__alignof] = ACTIONS(1247), + [anon_sym_alignof] = ACTIONS(1247), + [anon_sym__Alignof] = ACTIONS(1247), + [anon_sym_offsetof] = ACTIONS(1247), + [anon_sym__Generic] = ACTIONS(1247), + [anon_sym_asm] = ACTIONS(1247), + [anon_sym___asm__] = ACTIONS(1247), + [sym_number_literal] = ACTIONS(1249), + [anon_sym_L_SQUOTE] = ACTIONS(1249), + [anon_sym_u_SQUOTE] = ACTIONS(1249), + [anon_sym_U_SQUOTE] = ACTIONS(1249), + [anon_sym_u8_SQUOTE] = ACTIONS(1249), + [anon_sym_SQUOTE] = ACTIONS(1249), + [anon_sym_L_DQUOTE] = ACTIONS(1249), + [anon_sym_u_DQUOTE] = ACTIONS(1249), + [anon_sym_U_DQUOTE] = ACTIONS(1249), + [anon_sym_u8_DQUOTE] = ACTIONS(1249), + [anon_sym_DQUOTE] = ACTIONS(1249), + [sym_true] = ACTIONS(1247), + [sym_false] = ACTIONS(1247), + [anon_sym_NULL] = ACTIONS(1247), + [anon_sym_nullptr] = ACTIONS(1247), + [sym_comment] = ACTIONS(3), + }, + [309] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), @@ -49198,6 +50147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -49264,12 +50214,683 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [302] = { + [310] = { + [sym_identifier] = ACTIONS(1223), + [aux_sym_preproc_include_token1] = ACTIONS(1223), + [aux_sym_preproc_def_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token1] = ACTIONS(1223), + [aux_sym_preproc_if_token2] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), + [sym_preproc_directive] = ACTIONS(1223), + [anon_sym_LPAREN2] = ACTIONS(1225), + [anon_sym_BANG] = ACTIONS(1225), + [anon_sym_TILDE] = ACTIONS(1225), + [anon_sym_DASH] = ACTIONS(1223), + [anon_sym_PLUS] = ACTIONS(1223), + [anon_sym_STAR] = ACTIONS(1225), + [anon_sym_AMP] = ACTIONS(1225), + [anon_sym_SEMI] = ACTIONS(1225), + [anon_sym___extension__] = ACTIONS(1223), + [anon_sym_typedef] = ACTIONS(1223), + [anon_sym_extern] = ACTIONS(1223), + [anon_sym___attribute__] = ACTIONS(1223), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), + [anon_sym___declspec] = ACTIONS(1223), + [anon_sym___cdecl] = ACTIONS(1223), + [anon_sym___clrcall] = ACTIONS(1223), + [anon_sym___stdcall] = ACTIONS(1223), + [anon_sym___fastcall] = ACTIONS(1223), + [anon_sym___thiscall] = ACTIONS(1223), + [anon_sym___vectorcall] = ACTIONS(1223), + [anon_sym_LBRACE] = ACTIONS(1225), + [anon_sym_signed] = ACTIONS(1223), + [anon_sym_unsigned] = ACTIONS(1223), + [anon_sym_long] = ACTIONS(1223), + [anon_sym_short] = ACTIONS(1223), + [anon_sym_static] = ACTIONS(1223), + [anon_sym_auto] = ACTIONS(1223), + [anon_sym_register] = ACTIONS(1223), + [anon_sym_inline] = ACTIONS(1223), + [anon_sym___inline] = ACTIONS(1223), + [anon_sym___inline__] = ACTIONS(1223), + [anon_sym___forceinline] = ACTIONS(1223), + [anon_sym_thread_local] = ACTIONS(1223), + [anon_sym___thread] = ACTIONS(1223), + [anon_sym_const] = ACTIONS(1223), + [anon_sym_constexpr] = ACTIONS(1223), + [anon_sym_volatile] = ACTIONS(1223), + [anon_sym_restrict] = ACTIONS(1223), + [anon_sym___restrict__] = ACTIONS(1223), + [anon_sym__Atomic] = ACTIONS(1223), + [anon_sym__Noreturn] = ACTIONS(1223), + [anon_sym_noreturn] = ACTIONS(1223), + [sym_primitive_type] = ACTIONS(1223), + [anon_sym_enum] = ACTIONS(1223), + [anon_sym_struct] = ACTIONS(1223), + [anon_sym_union] = ACTIONS(1223), + [anon_sym_if] = ACTIONS(1223), + [anon_sym_else] = ACTIONS(1223), + [anon_sym_switch] = ACTIONS(1223), + [anon_sym_case] = ACTIONS(1223), + [anon_sym_default] = ACTIONS(1223), + [anon_sym_while] = ACTIONS(1223), + [anon_sym_do] = ACTIONS(1223), + [anon_sym_for] = ACTIONS(1223), + [anon_sym_return] = ACTIONS(1223), + [anon_sym_break] = ACTIONS(1223), + [anon_sym_continue] = ACTIONS(1223), + [anon_sym_goto] = ACTIONS(1223), + [anon_sym_DASH_DASH] = ACTIONS(1225), + [anon_sym_PLUS_PLUS] = ACTIONS(1225), + [anon_sym_sizeof] = ACTIONS(1223), + [anon_sym___alignof__] = ACTIONS(1223), + [anon_sym___alignof] = ACTIONS(1223), + [anon_sym__alignof] = ACTIONS(1223), + [anon_sym_alignof] = ACTIONS(1223), + [anon_sym__Alignof] = ACTIONS(1223), + [anon_sym_offsetof] = ACTIONS(1223), + [anon_sym__Generic] = ACTIONS(1223), + [anon_sym_asm] = ACTIONS(1223), + [anon_sym___asm__] = ACTIONS(1223), + [sym_number_literal] = ACTIONS(1225), + [anon_sym_L_SQUOTE] = ACTIONS(1225), + [anon_sym_u_SQUOTE] = ACTIONS(1225), + [anon_sym_U_SQUOTE] = ACTIONS(1225), + [anon_sym_u8_SQUOTE] = ACTIONS(1225), + [anon_sym_SQUOTE] = ACTIONS(1225), + [anon_sym_L_DQUOTE] = ACTIONS(1225), + [anon_sym_u_DQUOTE] = ACTIONS(1225), + [anon_sym_U_DQUOTE] = ACTIONS(1225), + [anon_sym_u8_DQUOTE] = ACTIONS(1225), + [anon_sym_DQUOTE] = ACTIONS(1225), + [sym_true] = ACTIONS(1223), + [sym_false] = ACTIONS(1223), + [anon_sym_NULL] = ACTIONS(1223), + [anon_sym_nullptr] = ACTIONS(1223), + [sym_comment] = ACTIONS(3), + }, + [311] = { + [sym_identifier] = ACTIONS(1255), + [aux_sym_preproc_include_token1] = ACTIONS(1255), + [aux_sym_preproc_def_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token1] = ACTIONS(1255), + [aux_sym_preproc_if_token2] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), + [sym_preproc_directive] = ACTIONS(1255), + [anon_sym_LPAREN2] = ACTIONS(1257), + [anon_sym_BANG] = ACTIONS(1257), + [anon_sym_TILDE] = ACTIONS(1257), + [anon_sym_DASH] = ACTIONS(1255), + [anon_sym_PLUS] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_AMP] = ACTIONS(1257), + [anon_sym_SEMI] = ACTIONS(1257), + [anon_sym___extension__] = ACTIONS(1255), + [anon_sym_typedef] = ACTIONS(1255), + [anon_sym_extern] = ACTIONS(1255), + [anon_sym___attribute__] = ACTIONS(1255), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), + [anon_sym___declspec] = ACTIONS(1255), + [anon_sym___cdecl] = ACTIONS(1255), + [anon_sym___clrcall] = ACTIONS(1255), + [anon_sym___stdcall] = ACTIONS(1255), + [anon_sym___fastcall] = ACTIONS(1255), + [anon_sym___thiscall] = ACTIONS(1255), + [anon_sym___vectorcall] = ACTIONS(1255), + [anon_sym_LBRACE] = ACTIONS(1257), + [anon_sym_signed] = ACTIONS(1255), + [anon_sym_unsigned] = ACTIONS(1255), + [anon_sym_long] = ACTIONS(1255), + [anon_sym_short] = ACTIONS(1255), + [anon_sym_static] = ACTIONS(1255), + [anon_sym_auto] = ACTIONS(1255), + [anon_sym_register] = ACTIONS(1255), + [anon_sym_inline] = ACTIONS(1255), + [anon_sym___inline] = ACTIONS(1255), + [anon_sym___inline__] = ACTIONS(1255), + [anon_sym___forceinline] = ACTIONS(1255), + [anon_sym_thread_local] = ACTIONS(1255), + [anon_sym___thread] = ACTIONS(1255), + [anon_sym_const] = ACTIONS(1255), + [anon_sym_constexpr] = ACTIONS(1255), + [anon_sym_volatile] = ACTIONS(1255), + [anon_sym_restrict] = ACTIONS(1255), + [anon_sym___restrict__] = ACTIONS(1255), + [anon_sym__Atomic] = ACTIONS(1255), + [anon_sym__Noreturn] = ACTIONS(1255), + [anon_sym_noreturn] = ACTIONS(1255), + [sym_primitive_type] = ACTIONS(1255), + [anon_sym_enum] = ACTIONS(1255), + [anon_sym_struct] = ACTIONS(1255), + [anon_sym_union] = ACTIONS(1255), + [anon_sym_if] = ACTIONS(1255), + [anon_sym_else] = ACTIONS(1255), + [anon_sym_switch] = ACTIONS(1255), + [anon_sym_case] = ACTIONS(1255), + [anon_sym_default] = ACTIONS(1255), + [anon_sym_while] = ACTIONS(1255), + [anon_sym_do] = ACTIONS(1255), + [anon_sym_for] = ACTIONS(1255), + [anon_sym_return] = ACTIONS(1255), + [anon_sym_break] = ACTIONS(1255), + [anon_sym_continue] = ACTIONS(1255), + [anon_sym_goto] = ACTIONS(1255), + [anon_sym_DASH_DASH] = ACTIONS(1257), + [anon_sym_PLUS_PLUS] = ACTIONS(1257), + [anon_sym_sizeof] = ACTIONS(1255), + [anon_sym___alignof__] = ACTIONS(1255), + [anon_sym___alignof] = ACTIONS(1255), + [anon_sym__alignof] = ACTIONS(1255), + [anon_sym_alignof] = ACTIONS(1255), + [anon_sym__Alignof] = ACTIONS(1255), + [anon_sym_offsetof] = ACTIONS(1255), + [anon_sym__Generic] = ACTIONS(1255), + [anon_sym_asm] = ACTIONS(1255), + [anon_sym___asm__] = ACTIONS(1255), + [sym_number_literal] = ACTIONS(1257), + [anon_sym_L_SQUOTE] = ACTIONS(1257), + [anon_sym_u_SQUOTE] = ACTIONS(1257), + [anon_sym_U_SQUOTE] = ACTIONS(1257), + [anon_sym_u8_SQUOTE] = ACTIONS(1257), + [anon_sym_SQUOTE] = ACTIONS(1257), + [anon_sym_L_DQUOTE] = ACTIONS(1257), + [anon_sym_u_DQUOTE] = ACTIONS(1257), + [anon_sym_U_DQUOTE] = ACTIONS(1257), + [anon_sym_u8_DQUOTE] = ACTIONS(1257), + [anon_sym_DQUOTE] = ACTIONS(1257), + [sym_true] = ACTIONS(1255), + [sym_false] = ACTIONS(1255), + [anon_sym_NULL] = ACTIONS(1255), + [anon_sym_nullptr] = ACTIONS(1255), + [sym_comment] = ACTIONS(3), + }, + [312] = { + [sym_identifier] = ACTIONS(1271), + [aux_sym_preproc_include_token1] = ACTIONS(1271), + [aux_sym_preproc_def_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token1] = ACTIONS(1271), + [aux_sym_preproc_if_token2] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1271), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1271), + [sym_preproc_directive] = ACTIONS(1271), + [anon_sym_LPAREN2] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_TILDE] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1271), + [anon_sym_PLUS] = ACTIONS(1271), + [anon_sym_STAR] = ACTIONS(1273), + [anon_sym_AMP] = ACTIONS(1273), + [anon_sym_SEMI] = ACTIONS(1273), + [anon_sym___extension__] = ACTIONS(1271), + [anon_sym_typedef] = ACTIONS(1271), + [anon_sym_extern] = ACTIONS(1271), + [anon_sym___attribute__] = ACTIONS(1271), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1273), + [anon_sym___declspec] = ACTIONS(1271), + [anon_sym___cdecl] = ACTIONS(1271), + [anon_sym___clrcall] = ACTIONS(1271), + [anon_sym___stdcall] = ACTIONS(1271), + [anon_sym___fastcall] = ACTIONS(1271), + [anon_sym___thiscall] = ACTIONS(1271), + [anon_sym___vectorcall] = ACTIONS(1271), + [anon_sym_LBRACE] = ACTIONS(1273), + [anon_sym_signed] = ACTIONS(1271), + [anon_sym_unsigned] = ACTIONS(1271), + [anon_sym_long] = ACTIONS(1271), + [anon_sym_short] = ACTIONS(1271), + [anon_sym_static] = ACTIONS(1271), + [anon_sym_auto] = ACTIONS(1271), + [anon_sym_register] = ACTIONS(1271), + [anon_sym_inline] = ACTIONS(1271), + [anon_sym___inline] = ACTIONS(1271), + [anon_sym___inline__] = ACTIONS(1271), + [anon_sym___forceinline] = ACTIONS(1271), + [anon_sym_thread_local] = ACTIONS(1271), + [anon_sym___thread] = ACTIONS(1271), + [anon_sym_const] = ACTIONS(1271), + [anon_sym_constexpr] = ACTIONS(1271), + [anon_sym_volatile] = ACTIONS(1271), + [anon_sym_restrict] = ACTIONS(1271), + [anon_sym___restrict__] = ACTIONS(1271), + [anon_sym__Atomic] = ACTIONS(1271), + [anon_sym__Noreturn] = ACTIONS(1271), + [anon_sym_noreturn] = ACTIONS(1271), + [sym_primitive_type] = ACTIONS(1271), + [anon_sym_enum] = ACTIONS(1271), + [anon_sym_struct] = ACTIONS(1271), + [anon_sym_union] = ACTIONS(1271), + [anon_sym_if] = ACTIONS(1271), + [anon_sym_else] = ACTIONS(1271), + [anon_sym_switch] = ACTIONS(1271), + [anon_sym_case] = ACTIONS(1271), + [anon_sym_default] = ACTIONS(1271), + [anon_sym_while] = ACTIONS(1271), + [anon_sym_do] = ACTIONS(1271), + [anon_sym_for] = ACTIONS(1271), + [anon_sym_return] = ACTIONS(1271), + [anon_sym_break] = ACTIONS(1271), + [anon_sym_continue] = ACTIONS(1271), + [anon_sym_goto] = ACTIONS(1271), + [anon_sym_DASH_DASH] = ACTIONS(1273), + [anon_sym_PLUS_PLUS] = ACTIONS(1273), + [anon_sym_sizeof] = ACTIONS(1271), + [anon_sym___alignof__] = ACTIONS(1271), + [anon_sym___alignof] = ACTIONS(1271), + [anon_sym__alignof] = ACTIONS(1271), + [anon_sym_alignof] = ACTIONS(1271), + [anon_sym__Alignof] = ACTIONS(1271), + [anon_sym_offsetof] = ACTIONS(1271), + [anon_sym__Generic] = ACTIONS(1271), + [anon_sym_asm] = ACTIONS(1271), + [anon_sym___asm__] = ACTIONS(1271), + [sym_number_literal] = ACTIONS(1273), + [anon_sym_L_SQUOTE] = ACTIONS(1273), + [anon_sym_u_SQUOTE] = ACTIONS(1273), + [anon_sym_U_SQUOTE] = ACTIONS(1273), + [anon_sym_u8_SQUOTE] = ACTIONS(1273), + [anon_sym_SQUOTE] = ACTIONS(1273), + [anon_sym_L_DQUOTE] = ACTIONS(1273), + [anon_sym_u_DQUOTE] = ACTIONS(1273), + [anon_sym_U_DQUOTE] = ACTIONS(1273), + [anon_sym_u8_DQUOTE] = ACTIONS(1273), + [anon_sym_DQUOTE] = ACTIONS(1273), + [sym_true] = ACTIONS(1271), + [sym_false] = ACTIONS(1271), + [anon_sym_NULL] = ACTIONS(1271), + [anon_sym_nullptr] = ACTIONS(1271), + [sym_comment] = ACTIONS(3), + }, + [313] = { + [sym_identifier] = ACTIONS(1263), + [aux_sym_preproc_include_token1] = ACTIONS(1263), + [aux_sym_preproc_def_token1] = ACTIONS(1263), + [aux_sym_preproc_if_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1263), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1263), + [sym_preproc_directive] = ACTIONS(1263), + [anon_sym_LPAREN2] = ACTIONS(1265), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_TILDE] = ACTIONS(1265), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_PLUS] = ACTIONS(1263), + [anon_sym_STAR] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1265), + [anon_sym_SEMI] = ACTIONS(1265), + [anon_sym___extension__] = ACTIONS(1263), + [anon_sym_typedef] = ACTIONS(1263), + [anon_sym_extern] = ACTIONS(1263), + [anon_sym___attribute__] = ACTIONS(1263), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1265), + [anon_sym___declspec] = ACTIONS(1263), + [anon_sym___cdecl] = ACTIONS(1263), + [anon_sym___clrcall] = ACTIONS(1263), + [anon_sym___stdcall] = ACTIONS(1263), + [anon_sym___fastcall] = ACTIONS(1263), + [anon_sym___thiscall] = ACTIONS(1263), + [anon_sym___vectorcall] = ACTIONS(1263), + [anon_sym_LBRACE] = ACTIONS(1265), + [anon_sym_RBRACE] = ACTIONS(1265), + [anon_sym_signed] = ACTIONS(1263), + [anon_sym_unsigned] = ACTIONS(1263), + [anon_sym_long] = ACTIONS(1263), + [anon_sym_short] = ACTIONS(1263), + [anon_sym_static] = ACTIONS(1263), + [anon_sym_auto] = ACTIONS(1263), + [anon_sym_register] = ACTIONS(1263), + [anon_sym_inline] = ACTIONS(1263), + [anon_sym___inline] = ACTIONS(1263), + [anon_sym___inline__] = ACTIONS(1263), + [anon_sym___forceinline] = ACTIONS(1263), + [anon_sym_thread_local] = ACTIONS(1263), + [anon_sym___thread] = ACTIONS(1263), + [anon_sym_const] = ACTIONS(1263), + [anon_sym_constexpr] = ACTIONS(1263), + [anon_sym_volatile] = ACTIONS(1263), + [anon_sym_restrict] = ACTIONS(1263), + [anon_sym___restrict__] = ACTIONS(1263), + [anon_sym__Atomic] = ACTIONS(1263), + [anon_sym__Noreturn] = ACTIONS(1263), + [anon_sym_noreturn] = ACTIONS(1263), + [sym_primitive_type] = ACTIONS(1263), + [anon_sym_enum] = ACTIONS(1263), + [anon_sym_struct] = ACTIONS(1263), + [anon_sym_union] = ACTIONS(1263), + [anon_sym_if] = ACTIONS(1263), + [anon_sym_else] = ACTIONS(1263), + [anon_sym_switch] = ACTIONS(1263), + [anon_sym_case] = ACTIONS(1263), + [anon_sym_default] = ACTIONS(1263), + [anon_sym_while] = ACTIONS(1263), + [anon_sym_do] = ACTIONS(1263), + [anon_sym_for] = ACTIONS(1263), + [anon_sym_return] = ACTIONS(1263), + [anon_sym_break] = ACTIONS(1263), + [anon_sym_continue] = ACTIONS(1263), + [anon_sym_goto] = ACTIONS(1263), + [anon_sym_DASH_DASH] = ACTIONS(1265), + [anon_sym_PLUS_PLUS] = ACTIONS(1265), + [anon_sym_sizeof] = ACTIONS(1263), + [anon_sym___alignof__] = ACTIONS(1263), + [anon_sym___alignof] = ACTIONS(1263), + [anon_sym__alignof] = ACTIONS(1263), + [anon_sym_alignof] = ACTIONS(1263), + [anon_sym__Alignof] = ACTIONS(1263), + [anon_sym_offsetof] = ACTIONS(1263), + [anon_sym__Generic] = ACTIONS(1263), + [anon_sym_asm] = ACTIONS(1263), + [anon_sym___asm__] = ACTIONS(1263), + [sym_number_literal] = ACTIONS(1265), + [anon_sym_L_SQUOTE] = ACTIONS(1265), + [anon_sym_u_SQUOTE] = ACTIONS(1265), + [anon_sym_U_SQUOTE] = ACTIONS(1265), + [anon_sym_u8_SQUOTE] = ACTIONS(1265), + [anon_sym_SQUOTE] = ACTIONS(1265), + [anon_sym_L_DQUOTE] = ACTIONS(1265), + [anon_sym_u_DQUOTE] = ACTIONS(1265), + [anon_sym_U_DQUOTE] = ACTIONS(1265), + [anon_sym_u8_DQUOTE] = ACTIONS(1265), + [anon_sym_DQUOTE] = ACTIONS(1265), + [sym_true] = ACTIONS(1263), + [sym_false] = ACTIONS(1263), + [anon_sym_NULL] = ACTIONS(1263), + [anon_sym_nullptr] = ACTIONS(1263), + [sym_comment] = ACTIONS(3), + }, + [314] = { + [ts_builtin_sym_end] = ACTIONS(1285), + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + }, + [315] = { + [sym_identifier] = ACTIONS(1283), + [aux_sym_preproc_include_token1] = ACTIONS(1283), + [aux_sym_preproc_def_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token1] = ACTIONS(1283), + [aux_sym_preproc_if_token2] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1283), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1283), + [sym_preproc_directive] = ACTIONS(1283), + [anon_sym_LPAREN2] = ACTIONS(1285), + [anon_sym_BANG] = ACTIONS(1285), + [anon_sym_TILDE] = ACTIONS(1285), + [anon_sym_DASH] = ACTIONS(1283), + [anon_sym_PLUS] = ACTIONS(1283), + [anon_sym_STAR] = ACTIONS(1285), + [anon_sym_AMP] = ACTIONS(1285), + [anon_sym_SEMI] = ACTIONS(1285), + [anon_sym___extension__] = ACTIONS(1283), + [anon_sym_typedef] = ACTIONS(1283), + [anon_sym_extern] = ACTIONS(1283), + [anon_sym___attribute__] = ACTIONS(1283), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1285), + [anon_sym___declspec] = ACTIONS(1283), + [anon_sym___cdecl] = ACTIONS(1283), + [anon_sym___clrcall] = ACTIONS(1283), + [anon_sym___stdcall] = ACTIONS(1283), + [anon_sym___fastcall] = ACTIONS(1283), + [anon_sym___thiscall] = ACTIONS(1283), + [anon_sym___vectorcall] = ACTIONS(1283), + [anon_sym_LBRACE] = ACTIONS(1285), + [anon_sym_signed] = ACTIONS(1283), + [anon_sym_unsigned] = ACTIONS(1283), + [anon_sym_long] = ACTIONS(1283), + [anon_sym_short] = ACTIONS(1283), + [anon_sym_static] = ACTIONS(1283), + [anon_sym_auto] = ACTIONS(1283), + [anon_sym_register] = ACTIONS(1283), + [anon_sym_inline] = ACTIONS(1283), + [anon_sym___inline] = ACTIONS(1283), + [anon_sym___inline__] = ACTIONS(1283), + [anon_sym___forceinline] = ACTIONS(1283), + [anon_sym_thread_local] = ACTIONS(1283), + [anon_sym___thread] = ACTIONS(1283), + [anon_sym_const] = ACTIONS(1283), + [anon_sym_constexpr] = ACTIONS(1283), + [anon_sym_volatile] = ACTIONS(1283), + [anon_sym_restrict] = ACTIONS(1283), + [anon_sym___restrict__] = ACTIONS(1283), + [anon_sym__Atomic] = ACTIONS(1283), + [anon_sym__Noreturn] = ACTIONS(1283), + [anon_sym_noreturn] = ACTIONS(1283), + [sym_primitive_type] = ACTIONS(1283), + [anon_sym_enum] = ACTIONS(1283), + [anon_sym_struct] = ACTIONS(1283), + [anon_sym_union] = ACTIONS(1283), + [anon_sym_if] = ACTIONS(1283), + [anon_sym_else] = ACTIONS(1283), + [anon_sym_switch] = ACTIONS(1283), + [anon_sym_case] = ACTIONS(1283), + [anon_sym_default] = ACTIONS(1283), + [anon_sym_while] = ACTIONS(1283), + [anon_sym_do] = ACTIONS(1283), + [anon_sym_for] = ACTIONS(1283), + [anon_sym_return] = ACTIONS(1283), + [anon_sym_break] = ACTIONS(1283), + [anon_sym_continue] = ACTIONS(1283), + [anon_sym_goto] = ACTIONS(1283), + [anon_sym_DASH_DASH] = ACTIONS(1285), + [anon_sym_PLUS_PLUS] = ACTIONS(1285), + [anon_sym_sizeof] = ACTIONS(1283), + [anon_sym___alignof__] = ACTIONS(1283), + [anon_sym___alignof] = ACTIONS(1283), + [anon_sym__alignof] = ACTIONS(1283), + [anon_sym_alignof] = ACTIONS(1283), + [anon_sym__Alignof] = ACTIONS(1283), + [anon_sym_offsetof] = ACTIONS(1283), + [anon_sym__Generic] = ACTIONS(1283), + [anon_sym_asm] = ACTIONS(1283), + [anon_sym___asm__] = ACTIONS(1283), + [sym_number_literal] = ACTIONS(1285), + [anon_sym_L_SQUOTE] = ACTIONS(1285), + [anon_sym_u_SQUOTE] = ACTIONS(1285), + [anon_sym_U_SQUOTE] = ACTIONS(1285), + [anon_sym_u8_SQUOTE] = ACTIONS(1285), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_L_DQUOTE] = ACTIONS(1285), + [anon_sym_u_DQUOTE] = ACTIONS(1285), + [anon_sym_U_DQUOTE] = ACTIONS(1285), + [anon_sym_u8_DQUOTE] = ACTIONS(1285), + [anon_sym_DQUOTE] = ACTIONS(1285), + [sym_true] = ACTIONS(1283), + [sym_false] = ACTIONS(1283), + [anon_sym_NULL] = ACTIONS(1283), + [anon_sym_nullptr] = ACTIONS(1283), + [sym_comment] = ACTIONS(3), + }, + [316] = { + [sym_identifier] = ACTIONS(1303), + [aux_sym_preproc_include_token1] = ACTIONS(1303), + [aux_sym_preproc_def_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token1] = ACTIONS(1303), + [aux_sym_preproc_if_token2] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1303), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1303), + [sym_preproc_directive] = ACTIONS(1303), + [anon_sym_LPAREN2] = ACTIONS(1305), + [anon_sym_BANG] = ACTIONS(1305), + [anon_sym_TILDE] = ACTIONS(1305), + [anon_sym_DASH] = ACTIONS(1303), + [anon_sym_PLUS] = ACTIONS(1303), + [anon_sym_STAR] = ACTIONS(1305), + [anon_sym_AMP] = ACTIONS(1305), + [anon_sym_SEMI] = ACTIONS(1305), + [anon_sym___extension__] = ACTIONS(1303), + [anon_sym_typedef] = ACTIONS(1303), + [anon_sym_extern] = ACTIONS(1303), + [anon_sym___attribute__] = ACTIONS(1303), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1305), + [anon_sym___declspec] = ACTIONS(1303), + [anon_sym___cdecl] = ACTIONS(1303), + [anon_sym___clrcall] = ACTIONS(1303), + [anon_sym___stdcall] = ACTIONS(1303), + [anon_sym___fastcall] = ACTIONS(1303), + [anon_sym___thiscall] = ACTIONS(1303), + [anon_sym___vectorcall] = ACTIONS(1303), + [anon_sym_LBRACE] = ACTIONS(1305), + [anon_sym_signed] = ACTIONS(1303), + [anon_sym_unsigned] = ACTIONS(1303), + [anon_sym_long] = ACTIONS(1303), + [anon_sym_short] = ACTIONS(1303), + [anon_sym_static] = ACTIONS(1303), + [anon_sym_auto] = ACTIONS(1303), + [anon_sym_register] = ACTIONS(1303), + [anon_sym_inline] = ACTIONS(1303), + [anon_sym___inline] = ACTIONS(1303), + [anon_sym___inline__] = ACTIONS(1303), + [anon_sym___forceinline] = ACTIONS(1303), + [anon_sym_thread_local] = ACTIONS(1303), + [anon_sym___thread] = ACTIONS(1303), + [anon_sym_const] = ACTIONS(1303), + [anon_sym_constexpr] = ACTIONS(1303), + [anon_sym_volatile] = ACTIONS(1303), + [anon_sym_restrict] = ACTIONS(1303), + [anon_sym___restrict__] = ACTIONS(1303), + [anon_sym__Atomic] = ACTIONS(1303), + [anon_sym__Noreturn] = ACTIONS(1303), + [anon_sym_noreturn] = ACTIONS(1303), + [sym_primitive_type] = ACTIONS(1303), + [anon_sym_enum] = ACTIONS(1303), + [anon_sym_struct] = ACTIONS(1303), + [anon_sym_union] = ACTIONS(1303), + [anon_sym_if] = ACTIONS(1303), + [anon_sym_else] = ACTIONS(1303), + [anon_sym_switch] = ACTIONS(1303), + [anon_sym_case] = ACTIONS(1303), + [anon_sym_default] = ACTIONS(1303), + [anon_sym_while] = ACTIONS(1303), + [anon_sym_do] = ACTIONS(1303), + [anon_sym_for] = ACTIONS(1303), + [anon_sym_return] = ACTIONS(1303), + [anon_sym_break] = ACTIONS(1303), + [anon_sym_continue] = ACTIONS(1303), + [anon_sym_goto] = ACTIONS(1303), + [anon_sym_DASH_DASH] = ACTIONS(1305), + [anon_sym_PLUS_PLUS] = ACTIONS(1305), + [anon_sym_sizeof] = ACTIONS(1303), + [anon_sym___alignof__] = ACTIONS(1303), + [anon_sym___alignof] = ACTIONS(1303), + [anon_sym__alignof] = ACTIONS(1303), + [anon_sym_alignof] = ACTIONS(1303), + [anon_sym__Alignof] = ACTIONS(1303), + [anon_sym_offsetof] = ACTIONS(1303), + [anon_sym__Generic] = ACTIONS(1303), + [anon_sym_asm] = ACTIONS(1303), + [anon_sym___asm__] = ACTIONS(1303), + [sym_number_literal] = ACTIONS(1305), + [anon_sym_L_SQUOTE] = ACTIONS(1305), + [anon_sym_u_SQUOTE] = ACTIONS(1305), + [anon_sym_U_SQUOTE] = ACTIONS(1305), + [anon_sym_u8_SQUOTE] = ACTIONS(1305), + [anon_sym_SQUOTE] = ACTIONS(1305), + [anon_sym_L_DQUOTE] = ACTIONS(1305), + [anon_sym_u_DQUOTE] = ACTIONS(1305), + [anon_sym_U_DQUOTE] = ACTIONS(1305), + [anon_sym_u8_DQUOTE] = ACTIONS(1305), + [anon_sym_DQUOTE] = ACTIONS(1305), + [sym_true] = ACTIONS(1303), + [sym_false] = ACTIONS(1303), + [anon_sym_NULL] = ACTIONS(1303), + [anon_sym_nullptr] = ACTIONS(1303), + [sym_comment] = ACTIONS(3), + }, + [317] = { [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), [aux_sym_preproc_def_token1] = ACTIONS(1219), [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token2] = ACTIONS(1219), [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), [sym_preproc_directive] = ACTIONS(1219), @@ -49294,6 +50915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1219), [anon_sym___vectorcall] = ACTIONS(1219), [anon_sym_LBRACE] = ACTIONS(1221), + [anon_sym_RBRACE] = ACTIONS(1221), [anon_sym_signed] = ACTIONS(1219), [anon_sym_unsigned] = ACTIONS(1219), [anon_sym_long] = ACTIONS(1219), @@ -49360,7 +50982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [303] = { + [318] = { [sym_identifier] = ACTIONS(1275), [aux_sym_preproc_include_token1] = ACTIONS(1275), [aux_sym_preproc_def_token1] = ACTIONS(1275), @@ -49456,199 +51078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1275), [sym_comment] = ACTIONS(3), }, - [304] = { - [ts_builtin_sym_end] = ACTIONS(1225), - [sym_identifier] = ACTIONS(1223), - [aux_sym_preproc_include_token1] = ACTIONS(1223), - [aux_sym_preproc_def_token1] = ACTIONS(1223), - [aux_sym_preproc_if_token1] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), - [sym_preproc_directive] = ACTIONS(1223), - [anon_sym_LPAREN2] = ACTIONS(1225), - [anon_sym_BANG] = ACTIONS(1225), - [anon_sym_TILDE] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1225), - [anon_sym_AMP] = ACTIONS(1225), - [anon_sym_SEMI] = ACTIONS(1225), - [anon_sym___extension__] = ACTIONS(1223), - [anon_sym_typedef] = ACTIONS(1223), - [anon_sym_extern] = ACTIONS(1223), - [anon_sym___attribute__] = ACTIONS(1223), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(1223), - [anon_sym___cdecl] = ACTIONS(1223), - [anon_sym___clrcall] = ACTIONS(1223), - [anon_sym___stdcall] = ACTIONS(1223), - [anon_sym___fastcall] = ACTIONS(1223), - [anon_sym___thiscall] = ACTIONS(1223), - [anon_sym___vectorcall] = ACTIONS(1223), - [anon_sym_LBRACE] = ACTIONS(1225), - [anon_sym_signed] = ACTIONS(1223), - [anon_sym_unsigned] = ACTIONS(1223), - [anon_sym_long] = ACTIONS(1223), - [anon_sym_short] = ACTIONS(1223), - [anon_sym_static] = ACTIONS(1223), - [anon_sym_auto] = ACTIONS(1223), - [anon_sym_register] = ACTIONS(1223), - [anon_sym_inline] = ACTIONS(1223), - [anon_sym___inline] = ACTIONS(1223), - [anon_sym___inline__] = ACTIONS(1223), - [anon_sym___forceinline] = ACTIONS(1223), - [anon_sym_thread_local] = ACTIONS(1223), - [anon_sym___thread] = ACTIONS(1223), - [anon_sym_const] = ACTIONS(1223), - [anon_sym_constexpr] = ACTIONS(1223), - [anon_sym_volatile] = ACTIONS(1223), - [anon_sym_restrict] = ACTIONS(1223), - [anon_sym___restrict__] = ACTIONS(1223), - [anon_sym__Atomic] = ACTIONS(1223), - [anon_sym__Noreturn] = ACTIONS(1223), - [anon_sym_noreturn] = ACTIONS(1223), - [sym_primitive_type] = ACTIONS(1223), - [anon_sym_enum] = ACTIONS(1223), - [anon_sym_struct] = ACTIONS(1223), - [anon_sym_union] = ACTIONS(1223), - [anon_sym_if] = ACTIONS(1223), - [anon_sym_else] = ACTIONS(1223), - [anon_sym_switch] = ACTIONS(1223), - [anon_sym_case] = ACTIONS(1223), - [anon_sym_default] = ACTIONS(1223), - [anon_sym_while] = ACTIONS(1223), - [anon_sym_do] = ACTIONS(1223), - [anon_sym_for] = ACTIONS(1223), - [anon_sym_return] = ACTIONS(1223), - [anon_sym_break] = ACTIONS(1223), - [anon_sym_continue] = ACTIONS(1223), - [anon_sym_goto] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1225), - [anon_sym_PLUS_PLUS] = ACTIONS(1225), - [anon_sym_sizeof] = ACTIONS(1223), - [anon_sym___alignof__] = ACTIONS(1223), - [anon_sym___alignof] = ACTIONS(1223), - [anon_sym__alignof] = ACTIONS(1223), - [anon_sym_alignof] = ACTIONS(1223), - [anon_sym__Alignof] = ACTIONS(1223), - [anon_sym_offsetof] = ACTIONS(1223), - [anon_sym__Generic] = ACTIONS(1223), - [anon_sym_asm] = ACTIONS(1223), - [anon_sym___asm__] = ACTIONS(1223), - [sym_number_literal] = ACTIONS(1225), - [anon_sym_L_SQUOTE] = ACTIONS(1225), - [anon_sym_u_SQUOTE] = ACTIONS(1225), - [anon_sym_U_SQUOTE] = ACTIONS(1225), - [anon_sym_u8_SQUOTE] = ACTIONS(1225), - [anon_sym_SQUOTE] = ACTIONS(1225), - [anon_sym_L_DQUOTE] = ACTIONS(1225), - [anon_sym_u_DQUOTE] = ACTIONS(1225), - [anon_sym_U_DQUOTE] = ACTIONS(1225), - [anon_sym_u8_DQUOTE] = ACTIONS(1225), - [anon_sym_DQUOTE] = ACTIONS(1225), - [sym_true] = ACTIONS(1223), - [sym_false] = ACTIONS(1223), - [anon_sym_NULL] = ACTIONS(1223), - [anon_sym_nullptr] = ACTIONS(1223), - [sym_comment] = ACTIONS(3), - }, - [305] = { - [sym_identifier] = ACTIONS(1255), - [aux_sym_preproc_include_token1] = ACTIONS(1255), - [aux_sym_preproc_def_token1] = ACTIONS(1255), - [aux_sym_preproc_if_token1] = ACTIONS(1255), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1255), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1255), - [sym_preproc_directive] = ACTIONS(1255), - [anon_sym_LPAREN2] = ACTIONS(1257), - [anon_sym_BANG] = ACTIONS(1257), - [anon_sym_TILDE] = ACTIONS(1257), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1257), - [anon_sym_SEMI] = ACTIONS(1257), - [anon_sym___extension__] = ACTIONS(1255), - [anon_sym_typedef] = ACTIONS(1255), - [anon_sym_extern] = ACTIONS(1255), - [anon_sym___attribute__] = ACTIONS(1255), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1257), - [anon_sym___declspec] = ACTIONS(1255), - [anon_sym___cdecl] = ACTIONS(1255), - [anon_sym___clrcall] = ACTIONS(1255), - [anon_sym___stdcall] = ACTIONS(1255), - [anon_sym___fastcall] = ACTIONS(1255), - [anon_sym___thiscall] = ACTIONS(1255), - [anon_sym___vectorcall] = ACTIONS(1255), - [anon_sym_LBRACE] = ACTIONS(1257), - [anon_sym_RBRACE] = ACTIONS(1257), - [anon_sym_signed] = ACTIONS(1255), - [anon_sym_unsigned] = ACTIONS(1255), - [anon_sym_long] = ACTIONS(1255), - [anon_sym_short] = ACTIONS(1255), - [anon_sym_static] = ACTIONS(1255), - [anon_sym_auto] = ACTIONS(1255), - [anon_sym_register] = ACTIONS(1255), - [anon_sym_inline] = ACTIONS(1255), - [anon_sym___inline] = ACTIONS(1255), - [anon_sym___inline__] = ACTIONS(1255), - [anon_sym___forceinline] = ACTIONS(1255), - [anon_sym_thread_local] = ACTIONS(1255), - [anon_sym___thread] = ACTIONS(1255), - [anon_sym_const] = ACTIONS(1255), - [anon_sym_constexpr] = ACTIONS(1255), - [anon_sym_volatile] = ACTIONS(1255), - [anon_sym_restrict] = ACTIONS(1255), - [anon_sym___restrict__] = ACTIONS(1255), - [anon_sym__Atomic] = ACTIONS(1255), - [anon_sym__Noreturn] = ACTIONS(1255), - [anon_sym_noreturn] = ACTIONS(1255), - [sym_primitive_type] = ACTIONS(1255), - [anon_sym_enum] = ACTIONS(1255), - [anon_sym_struct] = ACTIONS(1255), - [anon_sym_union] = ACTIONS(1255), - [anon_sym_if] = ACTIONS(1255), - [anon_sym_else] = ACTIONS(1255), - [anon_sym_switch] = ACTIONS(1255), - [anon_sym_case] = ACTIONS(1255), - [anon_sym_default] = ACTIONS(1255), - [anon_sym_while] = ACTIONS(1255), - [anon_sym_do] = ACTIONS(1255), - [anon_sym_for] = ACTIONS(1255), - [anon_sym_return] = ACTIONS(1255), - [anon_sym_break] = ACTIONS(1255), - [anon_sym_continue] = ACTIONS(1255), - [anon_sym_goto] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1257), - [anon_sym_PLUS_PLUS] = ACTIONS(1257), - [anon_sym_sizeof] = ACTIONS(1255), - [anon_sym___alignof__] = ACTIONS(1255), - [anon_sym___alignof] = ACTIONS(1255), - [anon_sym__alignof] = ACTIONS(1255), - [anon_sym_alignof] = ACTIONS(1255), - [anon_sym__Alignof] = ACTIONS(1255), - [anon_sym_offsetof] = ACTIONS(1255), - [anon_sym__Generic] = ACTIONS(1255), - [anon_sym_asm] = ACTIONS(1255), - [anon_sym___asm__] = ACTIONS(1255), - [sym_number_literal] = ACTIONS(1257), - [anon_sym_L_SQUOTE] = ACTIONS(1257), - [anon_sym_u_SQUOTE] = ACTIONS(1257), - [anon_sym_U_SQUOTE] = ACTIONS(1257), - [anon_sym_u8_SQUOTE] = ACTIONS(1257), - [anon_sym_SQUOTE] = ACTIONS(1257), - [anon_sym_L_DQUOTE] = ACTIONS(1257), - [anon_sym_u_DQUOTE] = ACTIONS(1257), - [anon_sym_U_DQUOTE] = ACTIONS(1257), - [anon_sym_u8_DQUOTE] = ACTIONS(1257), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_true] = ACTIONS(1255), - [sym_false] = ACTIONS(1255), - [anon_sym_NULL] = ACTIONS(1255), - [anon_sym_nullptr] = ACTIONS(1255), - [sym_comment] = ACTIONS(3), - }, - [306] = { + [319] = { [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), @@ -49744,7 +51174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [307] = { + [320] = { [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), @@ -49840,103 +51270,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [308] = { - [ts_builtin_sym_end] = ACTIONS(1221), - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [321] = { + [sym_identifier] = ACTIONS(1227), + [aux_sym_preproc_include_token1] = ACTIONS(1227), + [aux_sym_preproc_def_token1] = ACTIONS(1227), + [aux_sym_preproc_if_token1] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1227), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1227), + [sym_preproc_directive] = ACTIONS(1227), + [anon_sym_LPAREN2] = ACTIONS(1229), + [anon_sym_BANG] = ACTIONS(1229), + [anon_sym_TILDE] = ACTIONS(1229), + [anon_sym_DASH] = ACTIONS(1227), + [anon_sym_PLUS] = ACTIONS(1227), + [anon_sym_STAR] = ACTIONS(1229), + [anon_sym_AMP] = ACTIONS(1229), + [anon_sym_SEMI] = ACTIONS(1229), + [anon_sym___extension__] = ACTIONS(1227), + [anon_sym_typedef] = ACTIONS(1227), + [anon_sym_extern] = ACTIONS(1227), + [anon_sym___attribute__] = ACTIONS(1227), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1229), + [anon_sym___declspec] = ACTIONS(1227), + [anon_sym___cdecl] = ACTIONS(1227), + [anon_sym___clrcall] = ACTIONS(1227), + [anon_sym___stdcall] = ACTIONS(1227), + [anon_sym___fastcall] = ACTIONS(1227), + [anon_sym___thiscall] = ACTIONS(1227), + [anon_sym___vectorcall] = ACTIONS(1227), + [anon_sym_LBRACE] = ACTIONS(1229), + [anon_sym_RBRACE] = ACTIONS(1229), + [anon_sym_signed] = ACTIONS(1227), + [anon_sym_unsigned] = ACTIONS(1227), + [anon_sym_long] = ACTIONS(1227), + [anon_sym_short] = ACTIONS(1227), + [anon_sym_static] = ACTIONS(1227), + [anon_sym_auto] = ACTIONS(1227), + [anon_sym_register] = ACTIONS(1227), + [anon_sym_inline] = ACTIONS(1227), + [anon_sym___inline] = ACTIONS(1227), + [anon_sym___inline__] = ACTIONS(1227), + [anon_sym___forceinline] = ACTIONS(1227), + [anon_sym_thread_local] = ACTIONS(1227), + [anon_sym___thread] = ACTIONS(1227), + [anon_sym_const] = ACTIONS(1227), + [anon_sym_constexpr] = ACTIONS(1227), + [anon_sym_volatile] = ACTIONS(1227), + [anon_sym_restrict] = ACTIONS(1227), + [anon_sym___restrict__] = ACTIONS(1227), + [anon_sym__Atomic] = ACTIONS(1227), + [anon_sym__Noreturn] = ACTIONS(1227), + [anon_sym_noreturn] = ACTIONS(1227), + [sym_primitive_type] = ACTIONS(1227), + [anon_sym_enum] = ACTIONS(1227), + [anon_sym_struct] = ACTIONS(1227), + [anon_sym_union] = ACTIONS(1227), + [anon_sym_if] = ACTIONS(1227), + [anon_sym_else] = ACTIONS(1227), + [anon_sym_switch] = ACTIONS(1227), + [anon_sym_case] = ACTIONS(1227), + [anon_sym_default] = ACTIONS(1227), + [anon_sym_while] = ACTIONS(1227), + [anon_sym_do] = ACTIONS(1227), + [anon_sym_for] = ACTIONS(1227), + [anon_sym_return] = ACTIONS(1227), + [anon_sym_break] = ACTIONS(1227), + [anon_sym_continue] = ACTIONS(1227), + [anon_sym_goto] = ACTIONS(1227), + [anon_sym_DASH_DASH] = ACTIONS(1229), + [anon_sym_PLUS_PLUS] = ACTIONS(1229), + [anon_sym_sizeof] = ACTIONS(1227), + [anon_sym___alignof__] = ACTIONS(1227), + [anon_sym___alignof] = ACTIONS(1227), + [anon_sym__alignof] = ACTIONS(1227), + [anon_sym_alignof] = ACTIONS(1227), + [anon_sym__Alignof] = ACTIONS(1227), + [anon_sym_offsetof] = ACTIONS(1227), + [anon_sym__Generic] = ACTIONS(1227), + [anon_sym_asm] = ACTIONS(1227), + [anon_sym___asm__] = ACTIONS(1227), + [sym_number_literal] = ACTIONS(1229), + [anon_sym_L_SQUOTE] = ACTIONS(1229), + [anon_sym_u_SQUOTE] = ACTIONS(1229), + [anon_sym_U_SQUOTE] = ACTIONS(1229), + [anon_sym_u8_SQUOTE] = ACTIONS(1229), + [anon_sym_SQUOTE] = ACTIONS(1229), + [anon_sym_L_DQUOTE] = ACTIONS(1229), + [anon_sym_u_DQUOTE] = ACTIONS(1229), + [anon_sym_U_DQUOTE] = ACTIONS(1229), + [anon_sym_u8_DQUOTE] = ACTIONS(1229), + [anon_sym_DQUOTE] = ACTIONS(1229), + [sym_true] = ACTIONS(1227), + [sym_false] = ACTIONS(1227), + [anon_sym_NULL] = ACTIONS(1227), + [anon_sym_nullptr] = ACTIONS(1227), [sym_comment] = ACTIONS(3), }, - [309] = { + [322] = { [ts_builtin_sym_end] = ACTIONS(1221), [sym_identifier] = ACTIONS(1219), [aux_sym_preproc_include_token1] = ACTIONS(1219), @@ -50032,299 +51462,1057 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1219), [sym_comment] = ACTIONS(3), }, - [310] = { - [sym_identifier] = ACTIONS(1223), - [aux_sym_preproc_include_token1] = ACTIONS(1223), - [aux_sym_preproc_def_token1] = ACTIONS(1223), - [aux_sym_preproc_if_token1] = ACTIONS(1223), - [aux_sym_preproc_if_token2] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1223), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1223), - [sym_preproc_directive] = ACTIONS(1223), - [anon_sym_LPAREN2] = ACTIONS(1225), - [anon_sym_BANG] = ACTIONS(1225), - [anon_sym_TILDE] = ACTIONS(1225), - [anon_sym_DASH] = ACTIONS(1223), - [anon_sym_PLUS] = ACTIONS(1223), - [anon_sym_STAR] = ACTIONS(1225), - [anon_sym_AMP] = ACTIONS(1225), - [anon_sym_SEMI] = ACTIONS(1225), - [anon_sym___extension__] = ACTIONS(1223), - [anon_sym_typedef] = ACTIONS(1223), - [anon_sym_extern] = ACTIONS(1223), - [anon_sym___attribute__] = ACTIONS(1223), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1225), - [anon_sym___declspec] = ACTIONS(1223), - [anon_sym___cdecl] = ACTIONS(1223), - [anon_sym___clrcall] = ACTIONS(1223), - [anon_sym___stdcall] = ACTIONS(1223), - [anon_sym___fastcall] = ACTIONS(1223), - [anon_sym___thiscall] = ACTIONS(1223), - [anon_sym___vectorcall] = ACTIONS(1223), - [anon_sym_LBRACE] = ACTIONS(1225), - [anon_sym_signed] = ACTIONS(1223), - [anon_sym_unsigned] = ACTIONS(1223), - [anon_sym_long] = ACTIONS(1223), - [anon_sym_short] = ACTIONS(1223), - [anon_sym_static] = ACTIONS(1223), - [anon_sym_auto] = ACTIONS(1223), - [anon_sym_register] = ACTIONS(1223), - [anon_sym_inline] = ACTIONS(1223), - [anon_sym___inline] = ACTIONS(1223), - [anon_sym___inline__] = ACTIONS(1223), - [anon_sym___forceinline] = ACTIONS(1223), - [anon_sym_thread_local] = ACTIONS(1223), - [anon_sym___thread] = ACTIONS(1223), - [anon_sym_const] = ACTIONS(1223), - [anon_sym_constexpr] = ACTIONS(1223), - [anon_sym_volatile] = ACTIONS(1223), - [anon_sym_restrict] = ACTIONS(1223), - [anon_sym___restrict__] = ACTIONS(1223), - [anon_sym__Atomic] = ACTIONS(1223), - [anon_sym__Noreturn] = ACTIONS(1223), - [anon_sym_noreturn] = ACTIONS(1223), - [sym_primitive_type] = ACTIONS(1223), - [anon_sym_enum] = ACTIONS(1223), - [anon_sym_struct] = ACTIONS(1223), - [anon_sym_union] = ACTIONS(1223), - [anon_sym_if] = ACTIONS(1223), - [anon_sym_else] = ACTIONS(1223), - [anon_sym_switch] = ACTIONS(1223), - [anon_sym_case] = ACTIONS(1223), - [anon_sym_default] = ACTIONS(1223), - [anon_sym_while] = ACTIONS(1223), - [anon_sym_do] = ACTIONS(1223), - [anon_sym_for] = ACTIONS(1223), - [anon_sym_return] = ACTIONS(1223), - [anon_sym_break] = ACTIONS(1223), - [anon_sym_continue] = ACTIONS(1223), - [anon_sym_goto] = ACTIONS(1223), - [anon_sym_DASH_DASH] = ACTIONS(1225), - [anon_sym_PLUS_PLUS] = ACTIONS(1225), - [anon_sym_sizeof] = ACTIONS(1223), - [anon_sym___alignof__] = ACTIONS(1223), - [anon_sym___alignof] = ACTIONS(1223), - [anon_sym__alignof] = ACTIONS(1223), - [anon_sym_alignof] = ACTIONS(1223), - [anon_sym__Alignof] = ACTIONS(1223), - [anon_sym_offsetof] = ACTIONS(1223), - [anon_sym__Generic] = ACTIONS(1223), - [anon_sym_asm] = ACTIONS(1223), - [anon_sym___asm__] = ACTIONS(1223), - [sym_number_literal] = ACTIONS(1225), - [anon_sym_L_SQUOTE] = ACTIONS(1225), - [anon_sym_u_SQUOTE] = ACTIONS(1225), - [anon_sym_U_SQUOTE] = ACTIONS(1225), - [anon_sym_u8_SQUOTE] = ACTIONS(1225), - [anon_sym_SQUOTE] = ACTIONS(1225), - [anon_sym_L_DQUOTE] = ACTIONS(1225), - [anon_sym_u_DQUOTE] = ACTIONS(1225), - [anon_sym_U_DQUOTE] = ACTIONS(1225), - [anon_sym_u8_DQUOTE] = ACTIONS(1225), - [anon_sym_DQUOTE] = ACTIONS(1225), - [sym_true] = ACTIONS(1223), - [sym_false] = ACTIONS(1223), - [anon_sym_NULL] = ACTIONS(1223), - [anon_sym_nullptr] = ACTIONS(1223), + [323] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token2] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + }, + [324] = { + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token2] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), + [sym_comment] = ACTIONS(3), + }, + [325] = { + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token2] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), + [sym_comment] = ACTIONS(3), + }, + [326] = { + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token2] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), + [sym_comment] = ACTIONS(3), + }, + [327] = { + [sym_identifier] = ACTIONS(1355), + [aux_sym_preproc_include_token1] = ACTIONS(1355), + [aux_sym_preproc_def_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token2] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), + [sym_preproc_directive] = ACTIONS(1355), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), + [anon_sym_DASH] = ACTIONS(1355), + [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym_SEMI] = ACTIONS(1357), + [anon_sym___extension__] = ACTIONS(1355), + [anon_sym_typedef] = ACTIONS(1355), + [anon_sym_extern] = ACTIONS(1355), + [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), + [anon_sym___declspec] = ACTIONS(1355), + [anon_sym___cdecl] = ACTIONS(1355), + [anon_sym___clrcall] = ACTIONS(1355), + [anon_sym___stdcall] = ACTIONS(1355), + [anon_sym___fastcall] = ACTIONS(1355), + [anon_sym___thiscall] = ACTIONS(1355), + [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym_LBRACE] = ACTIONS(1357), + [anon_sym_signed] = ACTIONS(1355), + [anon_sym_unsigned] = ACTIONS(1355), + [anon_sym_long] = ACTIONS(1355), + [anon_sym_short] = ACTIONS(1355), + [anon_sym_static] = ACTIONS(1355), + [anon_sym_auto] = ACTIONS(1355), + [anon_sym_register] = ACTIONS(1355), + [anon_sym_inline] = ACTIONS(1355), + [anon_sym___inline] = ACTIONS(1355), + [anon_sym___inline__] = ACTIONS(1355), + [anon_sym___forceinline] = ACTIONS(1355), + [anon_sym_thread_local] = ACTIONS(1355), + [anon_sym___thread] = ACTIONS(1355), + [anon_sym_const] = ACTIONS(1355), + [anon_sym_constexpr] = ACTIONS(1355), + [anon_sym_volatile] = ACTIONS(1355), + [anon_sym_restrict] = ACTIONS(1355), + [anon_sym___restrict__] = ACTIONS(1355), + [anon_sym__Atomic] = ACTIONS(1355), + [anon_sym__Noreturn] = ACTIONS(1355), + [anon_sym_noreturn] = ACTIONS(1355), + [sym_primitive_type] = ACTIONS(1355), + [anon_sym_enum] = ACTIONS(1355), + [anon_sym_struct] = ACTIONS(1355), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_if] = ACTIONS(1355), + [anon_sym_switch] = ACTIONS(1355), + [anon_sym_case] = ACTIONS(1355), + [anon_sym_default] = ACTIONS(1355), + [anon_sym_while] = ACTIONS(1355), + [anon_sym_do] = ACTIONS(1355), + [anon_sym_for] = ACTIONS(1355), + [anon_sym_return] = ACTIONS(1355), + [anon_sym_break] = ACTIONS(1355), + [anon_sym_continue] = ACTIONS(1355), + [anon_sym_goto] = ACTIONS(1355), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), + [anon_sym_sizeof] = ACTIONS(1355), + [anon_sym___alignof__] = ACTIONS(1355), + [anon_sym___alignof] = ACTIONS(1355), + [anon_sym__alignof] = ACTIONS(1355), + [anon_sym_alignof] = ACTIONS(1355), + [anon_sym__Alignof] = ACTIONS(1355), + [anon_sym_offsetof] = ACTIONS(1355), + [anon_sym__Generic] = ACTIONS(1355), + [anon_sym_asm] = ACTIONS(1355), + [anon_sym___asm__] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), + [sym_true] = ACTIONS(1355), + [sym_false] = ACTIONS(1355), + [anon_sym_NULL] = ACTIONS(1355), + [anon_sym_nullptr] = ACTIONS(1355), + [sym_comment] = ACTIONS(3), + }, + [328] = { + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_RBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + }, + [329] = { + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token2] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), + [anon_sym_LPAREN2] = ACTIONS(1353), + [anon_sym_BANG] = ACTIONS(1353), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), + [anon_sym_STAR] = ACTIONS(1353), + [anon_sym_AMP] = ACTIONS(1353), + [anon_sym_SEMI] = ACTIONS(1353), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym_DASH_DASH] = ACTIONS(1353), + [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [sym_number_literal] = ACTIONS(1353), + [anon_sym_L_SQUOTE] = ACTIONS(1353), + [anon_sym_u_SQUOTE] = ACTIONS(1353), + [anon_sym_U_SQUOTE] = ACTIONS(1353), + [anon_sym_u8_SQUOTE] = ACTIONS(1353), + [anon_sym_SQUOTE] = ACTIONS(1353), + [anon_sym_L_DQUOTE] = ACTIONS(1353), + [anon_sym_u_DQUOTE] = ACTIONS(1353), + [anon_sym_U_DQUOTE] = ACTIONS(1353), + [anon_sym_u8_DQUOTE] = ACTIONS(1353), + [anon_sym_DQUOTE] = ACTIONS(1353), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), [sym_comment] = ACTIONS(3), }, - [311] = { - [ts_builtin_sym_end] = ACTIONS(1221), - [sym_identifier] = ACTIONS(1219), - [aux_sym_preproc_include_token1] = ACTIONS(1219), - [aux_sym_preproc_def_token1] = ACTIONS(1219), - [aux_sym_preproc_if_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1219), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1219), - [sym_preproc_directive] = ACTIONS(1219), - [anon_sym_LPAREN2] = ACTIONS(1221), - [anon_sym_BANG] = ACTIONS(1221), - [anon_sym_TILDE] = ACTIONS(1221), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1221), - [anon_sym_SEMI] = ACTIONS(1221), - [anon_sym___extension__] = ACTIONS(1219), - [anon_sym_typedef] = ACTIONS(1219), - [anon_sym_extern] = ACTIONS(1219), - [anon_sym___attribute__] = ACTIONS(1219), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1221), - [anon_sym___declspec] = ACTIONS(1219), - [anon_sym___cdecl] = ACTIONS(1219), - [anon_sym___clrcall] = ACTIONS(1219), - [anon_sym___stdcall] = ACTIONS(1219), - [anon_sym___fastcall] = ACTIONS(1219), - [anon_sym___thiscall] = ACTIONS(1219), - [anon_sym___vectorcall] = ACTIONS(1219), - [anon_sym_LBRACE] = ACTIONS(1221), - [anon_sym_signed] = ACTIONS(1219), - [anon_sym_unsigned] = ACTIONS(1219), - [anon_sym_long] = ACTIONS(1219), - [anon_sym_short] = ACTIONS(1219), - [anon_sym_static] = ACTIONS(1219), - [anon_sym_auto] = ACTIONS(1219), - [anon_sym_register] = ACTIONS(1219), - [anon_sym_inline] = ACTIONS(1219), - [anon_sym___inline] = ACTIONS(1219), - [anon_sym___inline__] = ACTIONS(1219), - [anon_sym___forceinline] = ACTIONS(1219), - [anon_sym_thread_local] = ACTIONS(1219), - [anon_sym___thread] = ACTIONS(1219), - [anon_sym_const] = ACTIONS(1219), - [anon_sym_constexpr] = ACTIONS(1219), - [anon_sym_volatile] = ACTIONS(1219), - [anon_sym_restrict] = ACTIONS(1219), - [anon_sym___restrict__] = ACTIONS(1219), - [anon_sym__Atomic] = ACTIONS(1219), - [anon_sym__Noreturn] = ACTIONS(1219), - [anon_sym_noreturn] = ACTIONS(1219), - [sym_primitive_type] = ACTIONS(1219), - [anon_sym_enum] = ACTIONS(1219), - [anon_sym_struct] = ACTIONS(1219), - [anon_sym_union] = ACTIONS(1219), - [anon_sym_if] = ACTIONS(1219), - [anon_sym_else] = ACTIONS(1219), - [anon_sym_switch] = ACTIONS(1219), - [anon_sym_case] = ACTIONS(1219), - [anon_sym_default] = ACTIONS(1219), - [anon_sym_while] = ACTIONS(1219), - [anon_sym_do] = ACTIONS(1219), - [anon_sym_for] = ACTIONS(1219), - [anon_sym_return] = ACTIONS(1219), - [anon_sym_break] = ACTIONS(1219), - [anon_sym_continue] = ACTIONS(1219), - [anon_sym_goto] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1221), - [anon_sym_PLUS_PLUS] = ACTIONS(1221), - [anon_sym_sizeof] = ACTIONS(1219), - [anon_sym___alignof__] = ACTIONS(1219), - [anon_sym___alignof] = ACTIONS(1219), - [anon_sym__alignof] = ACTIONS(1219), - [anon_sym_alignof] = ACTIONS(1219), - [anon_sym__Alignof] = ACTIONS(1219), - [anon_sym_offsetof] = ACTIONS(1219), - [anon_sym__Generic] = ACTIONS(1219), - [anon_sym_asm] = ACTIONS(1219), - [anon_sym___asm__] = ACTIONS(1219), - [sym_number_literal] = ACTIONS(1221), - [anon_sym_L_SQUOTE] = ACTIONS(1221), - [anon_sym_u_SQUOTE] = ACTIONS(1221), - [anon_sym_U_SQUOTE] = ACTIONS(1221), - [anon_sym_u8_SQUOTE] = ACTIONS(1221), - [anon_sym_SQUOTE] = ACTIONS(1221), - [anon_sym_L_DQUOTE] = ACTIONS(1221), - [anon_sym_u_DQUOTE] = ACTIONS(1221), - [anon_sym_U_DQUOTE] = ACTIONS(1221), - [anon_sym_u8_DQUOTE] = ACTIONS(1221), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_true] = ACTIONS(1219), - [sym_false] = ACTIONS(1219), - [anon_sym_NULL] = ACTIONS(1219), - [anon_sym_nullptr] = ACTIONS(1219), + [330] = { + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1325), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_STAR] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_RBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), [sym_comment] = ACTIONS(3), }, - [312] = { - [ts_builtin_sym_end] = ACTIONS(1277), - [sym_identifier] = ACTIONS(1275), - [aux_sym_preproc_include_token1] = ACTIONS(1275), - [aux_sym_preproc_def_token1] = ACTIONS(1275), - [aux_sym_preproc_if_token1] = ACTIONS(1275), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1275), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1275), - [sym_preproc_directive] = ACTIONS(1275), - [anon_sym_LPAREN2] = ACTIONS(1277), - [anon_sym_BANG] = ACTIONS(1277), - [anon_sym_TILDE] = ACTIONS(1277), - [anon_sym_DASH] = ACTIONS(1275), - [anon_sym_PLUS] = ACTIONS(1275), - [anon_sym_STAR] = ACTIONS(1277), - [anon_sym_AMP] = ACTIONS(1277), - [anon_sym_SEMI] = ACTIONS(1277), - [anon_sym___extension__] = ACTIONS(1275), - [anon_sym_typedef] = ACTIONS(1275), - [anon_sym_extern] = ACTIONS(1275), - [anon_sym___attribute__] = ACTIONS(1275), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1277), - [anon_sym___declspec] = ACTIONS(1275), - [anon_sym___cdecl] = ACTIONS(1275), - [anon_sym___clrcall] = ACTIONS(1275), - [anon_sym___stdcall] = ACTIONS(1275), - [anon_sym___fastcall] = ACTIONS(1275), - [anon_sym___thiscall] = ACTIONS(1275), - [anon_sym___vectorcall] = ACTIONS(1275), - [anon_sym_LBRACE] = ACTIONS(1277), - [anon_sym_signed] = ACTIONS(1275), - [anon_sym_unsigned] = ACTIONS(1275), - [anon_sym_long] = ACTIONS(1275), - [anon_sym_short] = ACTIONS(1275), - [anon_sym_static] = ACTIONS(1275), - [anon_sym_auto] = ACTIONS(1275), - [anon_sym_register] = ACTIONS(1275), - [anon_sym_inline] = ACTIONS(1275), - [anon_sym___inline] = ACTIONS(1275), - [anon_sym___inline__] = ACTIONS(1275), - [anon_sym___forceinline] = ACTIONS(1275), - [anon_sym_thread_local] = ACTIONS(1275), - [anon_sym___thread] = ACTIONS(1275), - [anon_sym_const] = ACTIONS(1275), - [anon_sym_constexpr] = ACTIONS(1275), - [anon_sym_volatile] = ACTIONS(1275), - [anon_sym_restrict] = ACTIONS(1275), - [anon_sym___restrict__] = ACTIONS(1275), - [anon_sym__Atomic] = ACTIONS(1275), - [anon_sym__Noreturn] = ACTIONS(1275), - [anon_sym_noreturn] = ACTIONS(1275), - [sym_primitive_type] = ACTIONS(1275), - [anon_sym_enum] = ACTIONS(1275), - [anon_sym_struct] = ACTIONS(1275), - [anon_sym_union] = ACTIONS(1275), - [anon_sym_if] = ACTIONS(1275), - [anon_sym_else] = ACTIONS(1275), - [anon_sym_switch] = ACTIONS(1275), - [anon_sym_case] = ACTIONS(1275), - [anon_sym_default] = ACTIONS(1275), - [anon_sym_while] = ACTIONS(1275), - [anon_sym_do] = ACTIONS(1275), - [anon_sym_for] = ACTIONS(1275), - [anon_sym_return] = ACTIONS(1275), - [anon_sym_break] = ACTIONS(1275), - [anon_sym_continue] = ACTIONS(1275), - [anon_sym_goto] = ACTIONS(1275), - [anon_sym_DASH_DASH] = ACTIONS(1277), - [anon_sym_PLUS_PLUS] = ACTIONS(1277), - [anon_sym_sizeof] = ACTIONS(1275), - [anon_sym___alignof__] = ACTIONS(1275), - [anon_sym___alignof] = ACTIONS(1275), - [anon_sym__alignof] = ACTIONS(1275), - [anon_sym_alignof] = ACTIONS(1275), - [anon_sym__Alignof] = ACTIONS(1275), - [anon_sym_offsetof] = ACTIONS(1275), - [anon_sym__Generic] = ACTIONS(1275), - [anon_sym_asm] = ACTIONS(1275), - [anon_sym___asm__] = ACTIONS(1275), - [sym_number_literal] = ACTIONS(1277), - [anon_sym_L_SQUOTE] = ACTIONS(1277), - [anon_sym_u_SQUOTE] = ACTIONS(1277), - [anon_sym_U_SQUOTE] = ACTIONS(1277), - [anon_sym_u8_SQUOTE] = ACTIONS(1277), - [anon_sym_SQUOTE] = ACTIONS(1277), - [anon_sym_L_DQUOTE] = ACTIONS(1277), - [anon_sym_u_DQUOTE] = ACTIONS(1277), - [anon_sym_U_DQUOTE] = ACTIONS(1277), - [anon_sym_u8_DQUOTE] = ACTIONS(1277), - [anon_sym_DQUOTE] = ACTIONS(1277), - [sym_true] = ACTIONS(1275), - [sym_false] = ACTIONS(1275), - [anon_sym_NULL] = ACTIONS(1275), - [anon_sym_nullptr] = ACTIONS(1275), + [331] = { + [sym_identifier] = ACTIONS(1327), + [aux_sym_preproc_include_token1] = ACTIONS(1327), + [aux_sym_preproc_def_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), + [sym_preproc_directive] = ACTIONS(1327), + [anon_sym_LPAREN2] = ACTIONS(1329), + [anon_sym_BANG] = ACTIONS(1329), + [anon_sym_TILDE] = ACTIONS(1329), + [anon_sym_DASH] = ACTIONS(1327), + [anon_sym_PLUS] = ACTIONS(1327), + [anon_sym_STAR] = ACTIONS(1329), + [anon_sym_AMP] = ACTIONS(1329), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym___extension__] = ACTIONS(1327), + [anon_sym_typedef] = ACTIONS(1327), + [anon_sym_extern] = ACTIONS(1327), + [anon_sym___attribute__] = ACTIONS(1327), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), + [anon_sym___declspec] = ACTIONS(1327), + [anon_sym___cdecl] = ACTIONS(1327), + [anon_sym___clrcall] = ACTIONS(1327), + [anon_sym___stdcall] = ACTIONS(1327), + [anon_sym___fastcall] = ACTIONS(1327), + [anon_sym___thiscall] = ACTIONS(1327), + [anon_sym___vectorcall] = ACTIONS(1327), + [anon_sym_LBRACE] = ACTIONS(1329), + [anon_sym_RBRACE] = ACTIONS(1329), + [anon_sym_signed] = ACTIONS(1327), + [anon_sym_unsigned] = ACTIONS(1327), + [anon_sym_long] = ACTIONS(1327), + [anon_sym_short] = ACTIONS(1327), + [anon_sym_static] = ACTIONS(1327), + [anon_sym_auto] = ACTIONS(1327), + [anon_sym_register] = ACTIONS(1327), + [anon_sym_inline] = ACTIONS(1327), + [anon_sym___inline] = ACTIONS(1327), + [anon_sym___inline__] = ACTIONS(1327), + [anon_sym___forceinline] = ACTIONS(1327), + [anon_sym_thread_local] = ACTIONS(1327), + [anon_sym___thread] = ACTIONS(1327), + [anon_sym_const] = ACTIONS(1327), + [anon_sym_constexpr] = ACTIONS(1327), + [anon_sym_volatile] = ACTIONS(1327), + [anon_sym_restrict] = ACTIONS(1327), + [anon_sym___restrict__] = ACTIONS(1327), + [anon_sym__Atomic] = ACTIONS(1327), + [anon_sym__Noreturn] = ACTIONS(1327), + [anon_sym_noreturn] = ACTIONS(1327), + [sym_primitive_type] = ACTIONS(1327), + [anon_sym_enum] = ACTIONS(1327), + [anon_sym_struct] = ACTIONS(1327), + [anon_sym_union] = ACTIONS(1327), + [anon_sym_if] = ACTIONS(1327), + [anon_sym_switch] = ACTIONS(1327), + [anon_sym_case] = ACTIONS(1327), + [anon_sym_default] = ACTIONS(1327), + [anon_sym_while] = ACTIONS(1327), + [anon_sym_do] = ACTIONS(1327), + [anon_sym_for] = ACTIONS(1327), + [anon_sym_return] = ACTIONS(1327), + [anon_sym_break] = ACTIONS(1327), + [anon_sym_continue] = ACTIONS(1327), + [anon_sym_goto] = ACTIONS(1327), + [anon_sym_DASH_DASH] = ACTIONS(1329), + [anon_sym_PLUS_PLUS] = ACTIONS(1329), + [anon_sym_sizeof] = ACTIONS(1327), + [anon_sym___alignof__] = ACTIONS(1327), + [anon_sym___alignof] = ACTIONS(1327), + [anon_sym__alignof] = ACTIONS(1327), + [anon_sym_alignof] = ACTIONS(1327), + [anon_sym__Alignof] = ACTIONS(1327), + [anon_sym_offsetof] = ACTIONS(1327), + [anon_sym__Generic] = ACTIONS(1327), + [anon_sym_asm] = ACTIONS(1327), + [anon_sym___asm__] = ACTIONS(1327), + [sym_number_literal] = ACTIONS(1329), + [anon_sym_L_SQUOTE] = ACTIONS(1329), + [anon_sym_u_SQUOTE] = ACTIONS(1329), + [anon_sym_U_SQUOTE] = ACTIONS(1329), + [anon_sym_u8_SQUOTE] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1329), + [anon_sym_L_DQUOTE] = ACTIONS(1329), + [anon_sym_u_DQUOTE] = ACTIONS(1329), + [anon_sym_U_DQUOTE] = ACTIONS(1329), + [anon_sym_u8_DQUOTE] = ACTIONS(1329), + [anon_sym_DQUOTE] = ACTIONS(1329), + [sym_true] = ACTIONS(1327), + [sym_false] = ACTIONS(1327), + [anon_sym_NULL] = ACTIONS(1327), + [anon_sym_nullptr] = ACTIONS(1327), [sym_comment] = ACTIONS(3), }, - [313] = { + [332] = { + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token2] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), + [sym_comment] = ACTIONS(3), + }, + [333] = { + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token2] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), + [sym_comment] = ACTIONS(3), + }, + [334] = { [sym_identifier] = ACTIONS(1311), [aux_sym_preproc_include_token1] = ACTIONS(1311), [aux_sym_preproc_def_token1] = ACTIONS(1311), [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token2] = ACTIONS(1311), [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), [sym_preproc_directive] = ACTIONS(1311), @@ -50349,7 +52537,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1311), [anon_sym___vectorcall] = ACTIONS(1311), [anon_sym_LBRACE] = ACTIONS(1313), - [anon_sym_RBRACE] = ACTIONS(1313), [anon_sym_signed] = ACTIONS(1311), [anon_sym_unsigned] = ACTIONS(1311), [anon_sym_long] = ACTIONS(1311), @@ -50415,11 +52602,297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1311), [sym_comment] = ACTIONS(3), }, - [314] = { + [335] = { + [sym_identifier] = ACTIONS(1343), + [aux_sym_preproc_include_token1] = ACTIONS(1343), + [aux_sym_preproc_def_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token1] = ACTIONS(1343), + [aux_sym_preproc_if_token2] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), + [sym_preproc_directive] = ACTIONS(1343), + [anon_sym_LPAREN2] = ACTIONS(1345), + [anon_sym_BANG] = ACTIONS(1345), + [anon_sym_TILDE] = ACTIONS(1345), + [anon_sym_DASH] = ACTIONS(1343), + [anon_sym_PLUS] = ACTIONS(1343), + [anon_sym_STAR] = ACTIONS(1345), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_SEMI] = ACTIONS(1345), + [anon_sym___extension__] = ACTIONS(1343), + [anon_sym_typedef] = ACTIONS(1343), + [anon_sym_extern] = ACTIONS(1343), + [anon_sym___attribute__] = ACTIONS(1343), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), + [anon_sym___declspec] = ACTIONS(1343), + [anon_sym___cdecl] = ACTIONS(1343), + [anon_sym___clrcall] = ACTIONS(1343), + [anon_sym___stdcall] = ACTIONS(1343), + [anon_sym___fastcall] = ACTIONS(1343), + [anon_sym___thiscall] = ACTIONS(1343), + [anon_sym___vectorcall] = ACTIONS(1343), + [anon_sym_LBRACE] = ACTIONS(1345), + [anon_sym_signed] = ACTIONS(1343), + [anon_sym_unsigned] = ACTIONS(1343), + [anon_sym_long] = ACTIONS(1343), + [anon_sym_short] = ACTIONS(1343), + [anon_sym_static] = ACTIONS(1343), + [anon_sym_auto] = ACTIONS(1343), + [anon_sym_register] = ACTIONS(1343), + [anon_sym_inline] = ACTIONS(1343), + [anon_sym___inline] = ACTIONS(1343), + [anon_sym___inline__] = ACTIONS(1343), + [anon_sym___forceinline] = ACTIONS(1343), + [anon_sym_thread_local] = ACTIONS(1343), + [anon_sym___thread] = ACTIONS(1343), + [anon_sym_const] = ACTIONS(1343), + [anon_sym_constexpr] = ACTIONS(1343), + [anon_sym_volatile] = ACTIONS(1343), + [anon_sym_restrict] = ACTIONS(1343), + [anon_sym___restrict__] = ACTIONS(1343), + [anon_sym__Atomic] = ACTIONS(1343), + [anon_sym__Noreturn] = ACTIONS(1343), + [anon_sym_noreturn] = ACTIONS(1343), + [sym_primitive_type] = ACTIONS(1343), + [anon_sym_enum] = ACTIONS(1343), + [anon_sym_struct] = ACTIONS(1343), + [anon_sym_union] = ACTIONS(1343), + [anon_sym_if] = ACTIONS(1343), + [anon_sym_switch] = ACTIONS(1343), + [anon_sym_case] = ACTIONS(1343), + [anon_sym_default] = ACTIONS(1343), + [anon_sym_while] = ACTIONS(1343), + [anon_sym_do] = ACTIONS(1343), + [anon_sym_for] = ACTIONS(1343), + [anon_sym_return] = ACTIONS(1343), + [anon_sym_break] = ACTIONS(1343), + [anon_sym_continue] = ACTIONS(1343), + [anon_sym_goto] = ACTIONS(1343), + [anon_sym_DASH_DASH] = ACTIONS(1345), + [anon_sym_PLUS_PLUS] = ACTIONS(1345), + [anon_sym_sizeof] = ACTIONS(1343), + [anon_sym___alignof__] = ACTIONS(1343), + [anon_sym___alignof] = ACTIONS(1343), + [anon_sym__alignof] = ACTIONS(1343), + [anon_sym_alignof] = ACTIONS(1343), + [anon_sym__Alignof] = ACTIONS(1343), + [anon_sym_offsetof] = ACTIONS(1343), + [anon_sym__Generic] = ACTIONS(1343), + [anon_sym_asm] = ACTIONS(1343), + [anon_sym___asm__] = ACTIONS(1343), + [sym_number_literal] = ACTIONS(1345), + [anon_sym_L_SQUOTE] = ACTIONS(1345), + [anon_sym_u_SQUOTE] = ACTIONS(1345), + [anon_sym_U_SQUOTE] = ACTIONS(1345), + [anon_sym_u8_SQUOTE] = ACTIONS(1345), + [anon_sym_SQUOTE] = ACTIONS(1345), + [anon_sym_L_DQUOTE] = ACTIONS(1345), + [anon_sym_u_DQUOTE] = ACTIONS(1345), + [anon_sym_U_DQUOTE] = ACTIONS(1345), + [anon_sym_u8_DQUOTE] = ACTIONS(1345), + [anon_sym_DQUOTE] = ACTIONS(1345), + [sym_true] = ACTIONS(1343), + [sym_false] = ACTIONS(1343), + [anon_sym_NULL] = ACTIONS(1343), + [anon_sym_nullptr] = ACTIONS(1343), + [sym_comment] = ACTIONS(3), + }, + [336] = { + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token2] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + }, + [337] = { + [sym_identifier] = ACTIONS(1335), + [aux_sym_preproc_include_token1] = ACTIONS(1335), + [aux_sym_preproc_def_token1] = ACTIONS(1335), + [aux_sym_preproc_if_token1] = ACTIONS(1335), + [aux_sym_preproc_if_token2] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), + [sym_preproc_directive] = ACTIONS(1335), + [anon_sym_LPAREN2] = ACTIONS(1337), + [anon_sym_BANG] = ACTIONS(1337), + [anon_sym_TILDE] = ACTIONS(1337), + [anon_sym_DASH] = ACTIONS(1335), + [anon_sym_PLUS] = ACTIONS(1335), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_AMP] = ACTIONS(1337), + [anon_sym_SEMI] = ACTIONS(1337), + [anon_sym___extension__] = ACTIONS(1335), + [anon_sym_typedef] = ACTIONS(1335), + [anon_sym_extern] = ACTIONS(1335), + [anon_sym___attribute__] = ACTIONS(1335), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), + [anon_sym___declspec] = ACTIONS(1335), + [anon_sym___cdecl] = ACTIONS(1335), + [anon_sym___clrcall] = ACTIONS(1335), + [anon_sym___stdcall] = ACTIONS(1335), + [anon_sym___fastcall] = ACTIONS(1335), + [anon_sym___thiscall] = ACTIONS(1335), + [anon_sym___vectorcall] = ACTIONS(1335), + [anon_sym_LBRACE] = ACTIONS(1337), + [anon_sym_signed] = ACTIONS(1335), + [anon_sym_unsigned] = ACTIONS(1335), + [anon_sym_long] = ACTIONS(1335), + [anon_sym_short] = ACTIONS(1335), + [anon_sym_static] = ACTIONS(1335), + [anon_sym_auto] = ACTIONS(1335), + [anon_sym_register] = ACTIONS(1335), + [anon_sym_inline] = ACTIONS(1335), + [anon_sym___inline] = ACTIONS(1335), + [anon_sym___inline__] = ACTIONS(1335), + [anon_sym___forceinline] = ACTIONS(1335), + [anon_sym_thread_local] = ACTIONS(1335), + [anon_sym___thread] = ACTIONS(1335), + [anon_sym_const] = ACTIONS(1335), + [anon_sym_constexpr] = ACTIONS(1335), + [anon_sym_volatile] = ACTIONS(1335), + [anon_sym_restrict] = ACTIONS(1335), + [anon_sym___restrict__] = ACTIONS(1335), + [anon_sym__Atomic] = ACTIONS(1335), + [anon_sym__Noreturn] = ACTIONS(1335), + [anon_sym_noreturn] = ACTIONS(1335), + [sym_primitive_type] = ACTIONS(1335), + [anon_sym_enum] = ACTIONS(1335), + [anon_sym_struct] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1335), + [anon_sym_if] = ACTIONS(1335), + [anon_sym_switch] = ACTIONS(1335), + [anon_sym_case] = ACTIONS(1335), + [anon_sym_default] = ACTIONS(1335), + [anon_sym_while] = ACTIONS(1335), + [anon_sym_do] = ACTIONS(1335), + [anon_sym_for] = ACTIONS(1335), + [anon_sym_return] = ACTIONS(1335), + [anon_sym_break] = ACTIONS(1335), + [anon_sym_continue] = ACTIONS(1335), + [anon_sym_goto] = ACTIONS(1335), + [anon_sym_DASH_DASH] = ACTIONS(1337), + [anon_sym_PLUS_PLUS] = ACTIONS(1337), + [anon_sym_sizeof] = ACTIONS(1335), + [anon_sym___alignof__] = ACTIONS(1335), + [anon_sym___alignof] = ACTIONS(1335), + [anon_sym__alignof] = ACTIONS(1335), + [anon_sym_alignof] = ACTIONS(1335), + [anon_sym__Alignof] = ACTIONS(1335), + [anon_sym_offsetof] = ACTIONS(1335), + [anon_sym__Generic] = ACTIONS(1335), + [anon_sym_asm] = ACTIONS(1335), + [anon_sym___asm__] = ACTIONS(1335), + [sym_number_literal] = ACTIONS(1337), + [anon_sym_L_SQUOTE] = ACTIONS(1337), + [anon_sym_u_SQUOTE] = ACTIONS(1337), + [anon_sym_U_SQUOTE] = ACTIONS(1337), + [anon_sym_u8_SQUOTE] = ACTIONS(1337), + [anon_sym_SQUOTE] = ACTIONS(1337), + [anon_sym_L_DQUOTE] = ACTIONS(1337), + [anon_sym_u_DQUOTE] = ACTIONS(1337), + [anon_sym_U_DQUOTE] = ACTIONS(1337), + [anon_sym_u8_DQUOTE] = ACTIONS(1337), + [anon_sym_DQUOTE] = ACTIONS(1337), + [sym_true] = ACTIONS(1335), + [sym_false] = ACTIONS(1335), + [anon_sym_NULL] = ACTIONS(1335), + [anon_sym_nullptr] = ACTIONS(1335), + [sym_comment] = ACTIONS(3), + }, + [338] = { [sym_identifier] = ACTIONS(1331), [aux_sym_preproc_include_token1] = ACTIONS(1331), [aux_sym_preproc_def_token1] = ACTIONS(1331), [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token2] = ACTIONS(1331), [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), [sym_preproc_directive] = ACTIONS(1331), @@ -50444,7 +52917,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1331), [anon_sym___vectorcall] = ACTIONS(1331), [anon_sym_LBRACE] = ACTIONS(1333), - [anon_sym_RBRACE] = ACTIONS(1333), [anon_sym_signed] = ACTIONS(1331), [anon_sym_unsigned] = ACTIONS(1331), [anon_sym_long] = ACTIONS(1331), @@ -50510,106 +52982,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1331), [sym_comment] = ACTIONS(3), }, - [315] = { - [sym_identifier] = ACTIONS(1319), - [aux_sym_preproc_include_token1] = ACTIONS(1319), - [aux_sym_preproc_def_token1] = ACTIONS(1319), - [aux_sym_preproc_if_token1] = ACTIONS(1319), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), - [sym_preproc_directive] = ACTIONS(1319), - [anon_sym_LPAREN2] = ACTIONS(1321), - [anon_sym_BANG] = ACTIONS(1321), - [anon_sym_TILDE] = ACTIONS(1321), - [anon_sym_DASH] = ACTIONS(1319), - [anon_sym_PLUS] = ACTIONS(1319), - [anon_sym_STAR] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(1321), - [anon_sym_SEMI] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1319), - [anon_sym_typedef] = ACTIONS(1319), - [anon_sym_extern] = ACTIONS(1319), - [anon_sym___attribute__] = ACTIONS(1319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), - [anon_sym___declspec] = ACTIONS(1319), - [anon_sym___cdecl] = ACTIONS(1319), - [anon_sym___clrcall] = ACTIONS(1319), - [anon_sym___stdcall] = ACTIONS(1319), - [anon_sym___fastcall] = ACTIONS(1319), - [anon_sym___thiscall] = ACTIONS(1319), - [anon_sym___vectorcall] = ACTIONS(1319), - [anon_sym_LBRACE] = ACTIONS(1321), - [anon_sym_RBRACE] = ACTIONS(1321), - [anon_sym_signed] = ACTIONS(1319), - [anon_sym_unsigned] = ACTIONS(1319), - [anon_sym_long] = ACTIONS(1319), - [anon_sym_short] = ACTIONS(1319), - [anon_sym_static] = ACTIONS(1319), - [anon_sym_auto] = ACTIONS(1319), - [anon_sym_register] = ACTIONS(1319), - [anon_sym_inline] = ACTIONS(1319), - [anon_sym___inline] = ACTIONS(1319), - [anon_sym___inline__] = ACTIONS(1319), - [anon_sym___forceinline] = ACTIONS(1319), - [anon_sym_thread_local] = ACTIONS(1319), - [anon_sym___thread] = ACTIONS(1319), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_constexpr] = ACTIONS(1319), - [anon_sym_volatile] = ACTIONS(1319), - [anon_sym_restrict] = ACTIONS(1319), - [anon_sym___restrict__] = ACTIONS(1319), - [anon_sym__Atomic] = ACTIONS(1319), - [anon_sym__Noreturn] = ACTIONS(1319), - [anon_sym_noreturn] = ACTIONS(1319), - [sym_primitive_type] = ACTIONS(1319), - [anon_sym_enum] = ACTIONS(1319), - [anon_sym_struct] = ACTIONS(1319), - [anon_sym_union] = ACTIONS(1319), - [anon_sym_if] = ACTIONS(1319), - [anon_sym_switch] = ACTIONS(1319), - [anon_sym_case] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1319), - [anon_sym_while] = ACTIONS(1319), - [anon_sym_do] = ACTIONS(1319), - [anon_sym_for] = ACTIONS(1319), - [anon_sym_return] = ACTIONS(1319), - [anon_sym_break] = ACTIONS(1319), - [anon_sym_continue] = ACTIONS(1319), - [anon_sym_goto] = ACTIONS(1319), - [anon_sym_DASH_DASH] = ACTIONS(1321), - [anon_sym_PLUS_PLUS] = ACTIONS(1321), - [anon_sym_sizeof] = ACTIONS(1319), - [anon_sym___alignof__] = ACTIONS(1319), - [anon_sym___alignof] = ACTIONS(1319), - [anon_sym__alignof] = ACTIONS(1319), - [anon_sym_alignof] = ACTIONS(1319), - [anon_sym__Alignof] = ACTIONS(1319), - [anon_sym_offsetof] = ACTIONS(1319), - [anon_sym__Generic] = ACTIONS(1319), - [anon_sym_asm] = ACTIONS(1319), - [anon_sym___asm__] = ACTIONS(1319), - [sym_number_literal] = ACTIONS(1321), - [anon_sym_L_SQUOTE] = ACTIONS(1321), - [anon_sym_u_SQUOTE] = ACTIONS(1321), - [anon_sym_U_SQUOTE] = ACTIONS(1321), - [anon_sym_u8_SQUOTE] = ACTIONS(1321), - [anon_sym_SQUOTE] = ACTIONS(1321), - [anon_sym_L_DQUOTE] = ACTIONS(1321), - [anon_sym_u_DQUOTE] = ACTIONS(1321), - [anon_sym_U_DQUOTE] = ACTIONS(1321), - [anon_sym_u8_DQUOTE] = ACTIONS(1321), - [anon_sym_DQUOTE] = ACTIONS(1321), - [sym_true] = ACTIONS(1319), - [sym_false] = ACTIONS(1319), - [anon_sym_NULL] = ACTIONS(1319), - [anon_sym_nullptr] = ACTIONS(1319), + [339] = { + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token2] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1385), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), [sym_comment] = ACTIONS(3), }, - [316] = { + [340] = { [sym_identifier] = ACTIONS(1327), [aux_sym_preproc_include_token1] = ACTIONS(1327), [aux_sym_preproc_def_token1] = ACTIONS(1327), [aux_sym_preproc_if_token1] = ACTIONS(1327), + [aux_sym_preproc_if_token2] = ACTIONS(1327), [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), [sym_preproc_directive] = ACTIONS(1327), @@ -50634,7 +53107,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1327), [anon_sym___vectorcall] = ACTIONS(1327), [anon_sym_LBRACE] = ACTIONS(1329), - [anon_sym_RBRACE] = ACTIONS(1329), [anon_sym_signed] = ACTIONS(1327), [anon_sym_unsigned] = ACTIONS(1327), [anon_sym_long] = ACTIONS(1327), @@ -50700,292 +53172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1327), [sym_comment] = ACTIONS(3), }, - [317] = { - [sym_identifier] = ACTIONS(1367), - [aux_sym_preproc_include_token1] = ACTIONS(1367), - [aux_sym_preproc_def_token1] = ACTIONS(1367), - [aux_sym_preproc_if_token1] = ACTIONS(1367), - [aux_sym_preproc_if_token2] = ACTIONS(1367), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), - [sym_preproc_directive] = ACTIONS(1367), - [anon_sym_LPAREN2] = ACTIONS(1369), - [anon_sym_BANG] = ACTIONS(1369), - [anon_sym_TILDE] = ACTIONS(1369), - [anon_sym_DASH] = ACTIONS(1367), - [anon_sym_PLUS] = ACTIONS(1367), - [anon_sym_STAR] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1367), - [anon_sym_typedef] = ACTIONS(1367), - [anon_sym_extern] = ACTIONS(1367), - [anon_sym___attribute__] = ACTIONS(1367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), - [anon_sym___declspec] = ACTIONS(1367), - [anon_sym___cdecl] = ACTIONS(1367), - [anon_sym___clrcall] = ACTIONS(1367), - [anon_sym___stdcall] = ACTIONS(1367), - [anon_sym___fastcall] = ACTIONS(1367), - [anon_sym___thiscall] = ACTIONS(1367), - [anon_sym___vectorcall] = ACTIONS(1367), - [anon_sym_LBRACE] = ACTIONS(1369), - [anon_sym_signed] = ACTIONS(1367), - [anon_sym_unsigned] = ACTIONS(1367), - [anon_sym_long] = ACTIONS(1367), - [anon_sym_short] = ACTIONS(1367), - [anon_sym_static] = ACTIONS(1367), - [anon_sym_auto] = ACTIONS(1367), - [anon_sym_register] = ACTIONS(1367), - [anon_sym_inline] = ACTIONS(1367), - [anon_sym___inline] = ACTIONS(1367), - [anon_sym___inline__] = ACTIONS(1367), - [anon_sym___forceinline] = ACTIONS(1367), - [anon_sym_thread_local] = ACTIONS(1367), - [anon_sym___thread] = ACTIONS(1367), - [anon_sym_const] = ACTIONS(1367), - [anon_sym_constexpr] = ACTIONS(1367), - [anon_sym_volatile] = ACTIONS(1367), - [anon_sym_restrict] = ACTIONS(1367), - [anon_sym___restrict__] = ACTIONS(1367), - [anon_sym__Atomic] = ACTIONS(1367), - [anon_sym__Noreturn] = ACTIONS(1367), - [anon_sym_noreturn] = ACTIONS(1367), - [sym_primitive_type] = ACTIONS(1367), - [anon_sym_enum] = ACTIONS(1367), - [anon_sym_struct] = ACTIONS(1367), - [anon_sym_union] = ACTIONS(1367), - [anon_sym_if] = ACTIONS(1367), - [anon_sym_switch] = ACTIONS(1367), - [anon_sym_case] = ACTIONS(1367), - [anon_sym_default] = ACTIONS(1367), - [anon_sym_while] = ACTIONS(1367), - [anon_sym_do] = ACTIONS(1367), - [anon_sym_for] = ACTIONS(1367), - [anon_sym_return] = ACTIONS(1367), - [anon_sym_break] = ACTIONS(1367), - [anon_sym_continue] = ACTIONS(1367), - [anon_sym_goto] = ACTIONS(1367), - [anon_sym_DASH_DASH] = ACTIONS(1369), - [anon_sym_PLUS_PLUS] = ACTIONS(1369), - [anon_sym_sizeof] = ACTIONS(1367), - [anon_sym___alignof__] = ACTIONS(1367), - [anon_sym___alignof] = ACTIONS(1367), - [anon_sym__alignof] = ACTIONS(1367), - [anon_sym_alignof] = ACTIONS(1367), - [anon_sym__Alignof] = ACTIONS(1367), - [anon_sym_offsetof] = ACTIONS(1367), - [anon_sym__Generic] = ACTIONS(1367), - [anon_sym_asm] = ACTIONS(1367), - [anon_sym___asm__] = ACTIONS(1367), - [sym_number_literal] = ACTIONS(1369), - [anon_sym_L_SQUOTE] = ACTIONS(1369), - [anon_sym_u_SQUOTE] = ACTIONS(1369), - [anon_sym_U_SQUOTE] = ACTIONS(1369), - [anon_sym_u8_SQUOTE] = ACTIONS(1369), - [anon_sym_SQUOTE] = ACTIONS(1369), - [anon_sym_L_DQUOTE] = ACTIONS(1369), - [anon_sym_u_DQUOTE] = ACTIONS(1369), - [anon_sym_U_DQUOTE] = ACTIONS(1369), - [anon_sym_u8_DQUOTE] = ACTIONS(1369), - [anon_sym_DQUOTE] = ACTIONS(1369), - [sym_true] = ACTIONS(1367), - [sym_false] = ACTIONS(1367), - [anon_sym_NULL] = ACTIONS(1367), - [anon_sym_nullptr] = ACTIONS(1367), - [sym_comment] = ACTIONS(3), - }, - [318] = { - [sym_identifier] = ACTIONS(1375), - [aux_sym_preproc_include_token1] = ACTIONS(1375), - [aux_sym_preproc_def_token1] = ACTIONS(1375), - [aux_sym_preproc_if_token1] = ACTIONS(1375), - [aux_sym_preproc_if_token2] = ACTIONS(1375), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), - [sym_preproc_directive] = ACTIONS(1375), - [anon_sym_LPAREN2] = ACTIONS(1377), - [anon_sym_BANG] = ACTIONS(1377), - [anon_sym_TILDE] = ACTIONS(1377), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1375), - [anon_sym_typedef] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym___attribute__] = ACTIONS(1375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), - [anon_sym___declspec] = ACTIONS(1375), - [anon_sym___cdecl] = ACTIONS(1375), - [anon_sym___clrcall] = ACTIONS(1375), - [anon_sym___stdcall] = ACTIONS(1375), - [anon_sym___fastcall] = ACTIONS(1375), - [anon_sym___thiscall] = ACTIONS(1375), - [anon_sym___vectorcall] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1377), - [anon_sym_signed] = ACTIONS(1375), - [anon_sym_unsigned] = ACTIONS(1375), - [anon_sym_long] = ACTIONS(1375), - [anon_sym_short] = ACTIONS(1375), - [anon_sym_static] = ACTIONS(1375), - [anon_sym_auto] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_inline] = ACTIONS(1375), - [anon_sym___inline] = ACTIONS(1375), - [anon_sym___inline__] = ACTIONS(1375), - [anon_sym___forceinline] = ACTIONS(1375), - [anon_sym_thread_local] = ACTIONS(1375), - [anon_sym___thread] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_constexpr] = ACTIONS(1375), - [anon_sym_volatile] = ACTIONS(1375), - [anon_sym_restrict] = ACTIONS(1375), - [anon_sym___restrict__] = ACTIONS(1375), - [anon_sym__Atomic] = ACTIONS(1375), - [anon_sym__Noreturn] = ACTIONS(1375), - [anon_sym_noreturn] = ACTIONS(1375), - [sym_primitive_type] = ACTIONS(1375), - [anon_sym_enum] = ACTIONS(1375), - [anon_sym_struct] = ACTIONS(1375), - [anon_sym_union] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_switch] = ACTIONS(1375), - [anon_sym_case] = ACTIONS(1375), - [anon_sym_default] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_goto] = ACTIONS(1375), - [anon_sym_DASH_DASH] = ACTIONS(1377), - [anon_sym_PLUS_PLUS] = ACTIONS(1377), - [anon_sym_sizeof] = ACTIONS(1375), - [anon_sym___alignof__] = ACTIONS(1375), - [anon_sym___alignof] = ACTIONS(1375), - [anon_sym__alignof] = ACTIONS(1375), - [anon_sym_alignof] = ACTIONS(1375), - [anon_sym__Alignof] = ACTIONS(1375), - [anon_sym_offsetof] = ACTIONS(1375), - [anon_sym__Generic] = ACTIONS(1375), - [anon_sym_asm] = ACTIONS(1375), - [anon_sym___asm__] = ACTIONS(1375), - [sym_number_literal] = ACTIONS(1377), - [anon_sym_L_SQUOTE] = ACTIONS(1377), - [anon_sym_u_SQUOTE] = ACTIONS(1377), - [anon_sym_U_SQUOTE] = ACTIONS(1377), - [anon_sym_u8_SQUOTE] = ACTIONS(1377), - [anon_sym_SQUOTE] = ACTIONS(1377), - [anon_sym_L_DQUOTE] = ACTIONS(1377), - [anon_sym_u_DQUOTE] = ACTIONS(1377), - [anon_sym_U_DQUOTE] = ACTIONS(1377), - [anon_sym_u8_DQUOTE] = ACTIONS(1377), - [anon_sym_DQUOTE] = ACTIONS(1377), - [sym_true] = ACTIONS(1375), - [sym_false] = ACTIONS(1375), - [anon_sym_NULL] = ACTIONS(1375), - [anon_sym_nullptr] = ACTIONS(1375), - [sym_comment] = ACTIONS(3), - }, - [319] = { - [sym_identifier] = ACTIONS(1363), - [aux_sym_preproc_include_token1] = ACTIONS(1363), - [aux_sym_preproc_def_token1] = ACTIONS(1363), - [aux_sym_preproc_if_token1] = ACTIONS(1363), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), - [sym_preproc_directive] = ACTIONS(1363), - [anon_sym_LPAREN2] = ACTIONS(1365), - [anon_sym_BANG] = ACTIONS(1365), - [anon_sym_TILDE] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1363), - [anon_sym_typedef] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym___attribute__] = ACTIONS(1363), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), - [anon_sym___declspec] = ACTIONS(1363), - [anon_sym___cdecl] = ACTIONS(1363), - [anon_sym___clrcall] = ACTIONS(1363), - [anon_sym___stdcall] = ACTIONS(1363), - [anon_sym___fastcall] = ACTIONS(1363), - [anon_sym___thiscall] = ACTIONS(1363), - [anon_sym___vectorcall] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1365), - [anon_sym_RBRACE] = ACTIONS(1365), - [anon_sym_signed] = ACTIONS(1363), - [anon_sym_unsigned] = ACTIONS(1363), - [anon_sym_long] = ACTIONS(1363), - [anon_sym_short] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(1363), - [anon_sym_auto] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_inline] = ACTIONS(1363), - [anon_sym___inline] = ACTIONS(1363), - [anon_sym___inline__] = ACTIONS(1363), - [anon_sym___forceinline] = ACTIONS(1363), - [anon_sym_thread_local] = ACTIONS(1363), - [anon_sym___thread] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_constexpr] = ACTIONS(1363), - [anon_sym_volatile] = ACTIONS(1363), - [anon_sym_restrict] = ACTIONS(1363), - [anon_sym___restrict__] = ACTIONS(1363), - [anon_sym__Atomic] = ACTIONS(1363), - [anon_sym__Noreturn] = ACTIONS(1363), - [anon_sym_noreturn] = ACTIONS(1363), - [sym_primitive_type] = ACTIONS(1363), - [anon_sym_enum] = ACTIONS(1363), - [anon_sym_struct] = ACTIONS(1363), - [anon_sym_union] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_switch] = ACTIONS(1363), - [anon_sym_case] = ACTIONS(1363), - [anon_sym_default] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_goto] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1365), - [anon_sym_sizeof] = ACTIONS(1363), - [anon_sym___alignof__] = ACTIONS(1363), - [anon_sym___alignof] = ACTIONS(1363), - [anon_sym__alignof] = ACTIONS(1363), - [anon_sym_alignof] = ACTIONS(1363), - [anon_sym__Alignof] = ACTIONS(1363), - [anon_sym_offsetof] = ACTIONS(1363), - [anon_sym__Generic] = ACTIONS(1363), - [anon_sym_asm] = ACTIONS(1363), - [anon_sym___asm__] = ACTIONS(1363), - [sym_number_literal] = ACTIONS(1365), - [anon_sym_L_SQUOTE] = ACTIONS(1365), - [anon_sym_u_SQUOTE] = ACTIONS(1365), - [anon_sym_U_SQUOTE] = ACTIONS(1365), - [anon_sym_u8_SQUOTE] = ACTIONS(1365), - [anon_sym_SQUOTE] = ACTIONS(1365), - [anon_sym_L_DQUOTE] = ACTIONS(1365), - [anon_sym_u_DQUOTE] = ACTIONS(1365), - [anon_sym_U_DQUOTE] = ACTIONS(1365), - [anon_sym_u8_DQUOTE] = ACTIONS(1365), - [anon_sym_DQUOTE] = ACTIONS(1365), - [sym_true] = ACTIONS(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1363), - [anon_sym_nullptr] = ACTIONS(1363), - [sym_comment] = ACTIONS(3), - }, - [320] = { + [341] = { [sym_identifier] = ACTIONS(1379), [aux_sym_preproc_include_token1] = ACTIONS(1379), [aux_sym_preproc_def_token1] = ACTIONS(1379), @@ -51011,555 +53198,461 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___cdecl] = ACTIONS(1379), [anon_sym___clrcall] = ACTIONS(1379), [anon_sym___stdcall] = ACTIONS(1379), - [anon_sym___fastcall] = ACTIONS(1379), - [anon_sym___thiscall] = ACTIONS(1379), - [anon_sym___vectorcall] = ACTIONS(1379), - [anon_sym_LBRACE] = ACTIONS(1381), - [anon_sym_signed] = ACTIONS(1379), - [anon_sym_unsigned] = ACTIONS(1379), - [anon_sym_long] = ACTIONS(1379), - [anon_sym_short] = ACTIONS(1379), - [anon_sym_static] = ACTIONS(1379), - [anon_sym_auto] = ACTIONS(1379), - [anon_sym_register] = ACTIONS(1379), - [anon_sym_inline] = ACTIONS(1379), - [anon_sym___inline] = ACTIONS(1379), - [anon_sym___inline__] = ACTIONS(1379), - [anon_sym___forceinline] = ACTIONS(1379), - [anon_sym_thread_local] = ACTIONS(1379), - [anon_sym___thread] = ACTIONS(1379), - [anon_sym_const] = ACTIONS(1379), - [anon_sym_constexpr] = ACTIONS(1379), - [anon_sym_volatile] = ACTIONS(1379), - [anon_sym_restrict] = ACTIONS(1379), - [anon_sym___restrict__] = ACTIONS(1379), - [anon_sym__Atomic] = ACTIONS(1379), - [anon_sym__Noreturn] = ACTIONS(1379), - [anon_sym_noreturn] = ACTIONS(1379), - [sym_primitive_type] = ACTIONS(1379), - [anon_sym_enum] = ACTIONS(1379), - [anon_sym_struct] = ACTIONS(1379), - [anon_sym_union] = ACTIONS(1379), - [anon_sym_if] = ACTIONS(1379), - [anon_sym_switch] = ACTIONS(1379), - [anon_sym_case] = ACTIONS(1379), - [anon_sym_default] = ACTIONS(1379), - [anon_sym_while] = ACTIONS(1379), - [anon_sym_do] = ACTIONS(1379), - [anon_sym_for] = ACTIONS(1379), - [anon_sym_return] = ACTIONS(1379), - [anon_sym_break] = ACTIONS(1379), - [anon_sym_continue] = ACTIONS(1379), - [anon_sym_goto] = ACTIONS(1379), - [anon_sym_DASH_DASH] = ACTIONS(1381), - [anon_sym_PLUS_PLUS] = ACTIONS(1381), - [anon_sym_sizeof] = ACTIONS(1379), - [anon_sym___alignof__] = ACTIONS(1379), - [anon_sym___alignof] = ACTIONS(1379), - [anon_sym__alignof] = ACTIONS(1379), - [anon_sym_alignof] = ACTIONS(1379), - [anon_sym__Alignof] = ACTIONS(1379), - [anon_sym_offsetof] = ACTIONS(1379), - [anon_sym__Generic] = ACTIONS(1379), - [anon_sym_asm] = ACTIONS(1379), - [anon_sym___asm__] = ACTIONS(1379), - [sym_number_literal] = ACTIONS(1381), - [anon_sym_L_SQUOTE] = ACTIONS(1381), - [anon_sym_u_SQUOTE] = ACTIONS(1381), - [anon_sym_U_SQUOTE] = ACTIONS(1381), - [anon_sym_u8_SQUOTE] = ACTIONS(1381), - [anon_sym_SQUOTE] = ACTIONS(1381), - [anon_sym_L_DQUOTE] = ACTIONS(1381), - [anon_sym_u_DQUOTE] = ACTIONS(1381), - [anon_sym_U_DQUOTE] = ACTIONS(1381), - [anon_sym_u8_DQUOTE] = ACTIONS(1381), - [anon_sym_DQUOTE] = ACTIONS(1381), - [sym_true] = ACTIONS(1379), - [sym_false] = ACTIONS(1379), - [anon_sym_NULL] = ACTIONS(1379), - [anon_sym_nullptr] = ACTIONS(1379), - [sym_comment] = ACTIONS(3), - }, - [321] = { - [sym_identifier] = ACTIONS(1383), - [aux_sym_preproc_include_token1] = ACTIONS(1383), - [aux_sym_preproc_def_token1] = ACTIONS(1383), - [aux_sym_preproc_if_token1] = ACTIONS(1383), - [aux_sym_preproc_if_token2] = ACTIONS(1383), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), - [sym_preproc_directive] = ACTIONS(1383), - [anon_sym_LPAREN2] = ACTIONS(1385), - [anon_sym_BANG] = ACTIONS(1385), - [anon_sym_TILDE] = ACTIONS(1385), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_STAR] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), - [anon_sym_SEMI] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1383), - [anon_sym_typedef] = ACTIONS(1383), - [anon_sym_extern] = ACTIONS(1383), - [anon_sym___attribute__] = ACTIONS(1383), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), - [anon_sym___declspec] = ACTIONS(1383), - [anon_sym___cdecl] = ACTIONS(1383), - [anon_sym___clrcall] = ACTIONS(1383), - [anon_sym___stdcall] = ACTIONS(1383), - [anon_sym___fastcall] = ACTIONS(1383), - [anon_sym___thiscall] = ACTIONS(1383), - [anon_sym___vectorcall] = ACTIONS(1383), - [anon_sym_LBRACE] = ACTIONS(1385), - [anon_sym_signed] = ACTIONS(1383), - [anon_sym_unsigned] = ACTIONS(1383), - [anon_sym_long] = ACTIONS(1383), - [anon_sym_short] = ACTIONS(1383), - [anon_sym_static] = ACTIONS(1383), - [anon_sym_auto] = ACTIONS(1383), - [anon_sym_register] = ACTIONS(1383), - [anon_sym_inline] = ACTIONS(1383), - [anon_sym___inline] = ACTIONS(1383), - [anon_sym___inline__] = ACTIONS(1383), - [anon_sym___forceinline] = ACTIONS(1383), - [anon_sym_thread_local] = ACTIONS(1383), - [anon_sym___thread] = ACTIONS(1383), - [anon_sym_const] = ACTIONS(1383), - [anon_sym_constexpr] = ACTIONS(1383), - [anon_sym_volatile] = ACTIONS(1383), - [anon_sym_restrict] = ACTIONS(1383), - [anon_sym___restrict__] = ACTIONS(1383), - [anon_sym__Atomic] = ACTIONS(1383), - [anon_sym__Noreturn] = ACTIONS(1383), - [anon_sym_noreturn] = ACTIONS(1383), - [sym_primitive_type] = ACTIONS(1383), - [anon_sym_enum] = ACTIONS(1383), - [anon_sym_struct] = ACTIONS(1383), - [anon_sym_union] = ACTIONS(1383), - [anon_sym_if] = ACTIONS(1383), - [anon_sym_switch] = ACTIONS(1383), - [anon_sym_case] = ACTIONS(1383), - [anon_sym_default] = ACTIONS(1383), - [anon_sym_while] = ACTIONS(1383), - [anon_sym_do] = ACTIONS(1383), - [anon_sym_for] = ACTIONS(1383), - [anon_sym_return] = ACTIONS(1383), - [anon_sym_break] = ACTIONS(1383), - [anon_sym_continue] = ACTIONS(1383), - [anon_sym_goto] = ACTIONS(1383), - [anon_sym_DASH_DASH] = ACTIONS(1385), - [anon_sym_PLUS_PLUS] = ACTIONS(1385), - [anon_sym_sizeof] = ACTIONS(1383), - [anon_sym___alignof__] = ACTIONS(1383), - [anon_sym___alignof] = ACTIONS(1383), - [anon_sym__alignof] = ACTIONS(1383), - [anon_sym_alignof] = ACTIONS(1383), - [anon_sym__Alignof] = ACTIONS(1383), - [anon_sym_offsetof] = ACTIONS(1383), - [anon_sym__Generic] = ACTIONS(1383), - [anon_sym_asm] = ACTIONS(1383), - [anon_sym___asm__] = ACTIONS(1383), - [sym_number_literal] = ACTIONS(1385), - [anon_sym_L_SQUOTE] = ACTIONS(1385), - [anon_sym_u_SQUOTE] = ACTIONS(1385), - [anon_sym_U_SQUOTE] = ACTIONS(1385), - [anon_sym_u8_SQUOTE] = ACTIONS(1385), - [anon_sym_SQUOTE] = ACTIONS(1385), - [anon_sym_L_DQUOTE] = ACTIONS(1385), - [anon_sym_u_DQUOTE] = ACTIONS(1385), - [anon_sym_U_DQUOTE] = ACTIONS(1385), - [anon_sym_u8_DQUOTE] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(1385), - [sym_true] = ACTIONS(1383), - [sym_false] = ACTIONS(1383), - [anon_sym_NULL] = ACTIONS(1383), - [anon_sym_nullptr] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), [sym_comment] = ACTIONS(3), }, - [322] = { - [sym_identifier] = ACTIONS(1343), - [aux_sym_preproc_include_token1] = ACTIONS(1343), - [aux_sym_preproc_def_token1] = ACTIONS(1343), - [aux_sym_preproc_if_token1] = ACTIONS(1343), - [aux_sym_preproc_if_token2] = ACTIONS(1343), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1343), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1343), - [sym_preproc_directive] = ACTIONS(1343), - [anon_sym_LPAREN2] = ACTIONS(1345), - [anon_sym_BANG] = ACTIONS(1345), - [anon_sym_TILDE] = ACTIONS(1345), - [anon_sym_DASH] = ACTIONS(1343), - [anon_sym_PLUS] = ACTIONS(1343), - [anon_sym_STAR] = ACTIONS(1345), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_SEMI] = ACTIONS(1345), - [anon_sym___extension__] = ACTIONS(1343), - [anon_sym_typedef] = ACTIONS(1343), - [anon_sym_extern] = ACTIONS(1343), - [anon_sym___attribute__] = ACTIONS(1343), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1345), - [anon_sym___declspec] = ACTIONS(1343), - [anon_sym___cdecl] = ACTIONS(1343), - [anon_sym___clrcall] = ACTIONS(1343), - [anon_sym___stdcall] = ACTIONS(1343), - [anon_sym___fastcall] = ACTIONS(1343), - [anon_sym___thiscall] = ACTIONS(1343), - [anon_sym___vectorcall] = ACTIONS(1343), - [anon_sym_LBRACE] = ACTIONS(1345), - [anon_sym_signed] = ACTIONS(1343), - [anon_sym_unsigned] = ACTIONS(1343), - [anon_sym_long] = ACTIONS(1343), - [anon_sym_short] = ACTIONS(1343), - [anon_sym_static] = ACTIONS(1343), - [anon_sym_auto] = ACTIONS(1343), - [anon_sym_register] = ACTIONS(1343), - [anon_sym_inline] = ACTIONS(1343), - [anon_sym___inline] = ACTIONS(1343), - [anon_sym___inline__] = ACTIONS(1343), - [anon_sym___forceinline] = ACTIONS(1343), - [anon_sym_thread_local] = ACTIONS(1343), - [anon_sym___thread] = ACTIONS(1343), - [anon_sym_const] = ACTIONS(1343), - [anon_sym_constexpr] = ACTIONS(1343), - [anon_sym_volatile] = ACTIONS(1343), - [anon_sym_restrict] = ACTIONS(1343), - [anon_sym___restrict__] = ACTIONS(1343), - [anon_sym__Atomic] = ACTIONS(1343), - [anon_sym__Noreturn] = ACTIONS(1343), - [anon_sym_noreturn] = ACTIONS(1343), - [sym_primitive_type] = ACTIONS(1343), - [anon_sym_enum] = ACTIONS(1343), - [anon_sym_struct] = ACTIONS(1343), - [anon_sym_union] = ACTIONS(1343), - [anon_sym_if] = ACTIONS(1343), - [anon_sym_switch] = ACTIONS(1343), - [anon_sym_case] = ACTIONS(1343), - [anon_sym_default] = ACTIONS(1343), - [anon_sym_while] = ACTIONS(1343), - [anon_sym_do] = ACTIONS(1343), - [anon_sym_for] = ACTIONS(1343), - [anon_sym_return] = ACTIONS(1343), - [anon_sym_break] = ACTIONS(1343), - [anon_sym_continue] = ACTIONS(1343), - [anon_sym_goto] = ACTIONS(1343), - [anon_sym_DASH_DASH] = ACTIONS(1345), - [anon_sym_PLUS_PLUS] = ACTIONS(1345), - [anon_sym_sizeof] = ACTIONS(1343), - [anon_sym___alignof__] = ACTIONS(1343), - [anon_sym___alignof] = ACTIONS(1343), - [anon_sym__alignof] = ACTIONS(1343), - [anon_sym_alignof] = ACTIONS(1343), - [anon_sym__Alignof] = ACTIONS(1343), - [anon_sym_offsetof] = ACTIONS(1343), - [anon_sym__Generic] = ACTIONS(1343), - [anon_sym_asm] = ACTIONS(1343), - [anon_sym___asm__] = ACTIONS(1343), - [sym_number_literal] = ACTIONS(1345), - [anon_sym_L_SQUOTE] = ACTIONS(1345), - [anon_sym_u_SQUOTE] = ACTIONS(1345), - [anon_sym_U_SQUOTE] = ACTIONS(1345), - [anon_sym_u8_SQUOTE] = ACTIONS(1345), - [anon_sym_SQUOTE] = ACTIONS(1345), - [anon_sym_L_DQUOTE] = ACTIONS(1345), - [anon_sym_u_DQUOTE] = ACTIONS(1345), - [anon_sym_U_DQUOTE] = ACTIONS(1345), - [anon_sym_u8_DQUOTE] = ACTIONS(1345), - [anon_sym_DQUOTE] = ACTIONS(1345), - [sym_true] = ACTIONS(1343), - [sym_false] = ACTIONS(1343), - [anon_sym_NULL] = ACTIONS(1343), - [anon_sym_nullptr] = ACTIONS(1343), + [342] = { + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym_SEMI] = ACTIONS(1333), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_RBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), [sym_comment] = ACTIONS(3), }, - [323] = { - [sym_identifier] = ACTIONS(1367), - [aux_sym_preproc_include_token1] = ACTIONS(1367), - [aux_sym_preproc_def_token1] = ACTIONS(1367), - [aux_sym_preproc_if_token1] = ACTIONS(1367), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), - [sym_preproc_directive] = ACTIONS(1367), - [anon_sym_LPAREN2] = ACTIONS(1369), - [anon_sym_BANG] = ACTIONS(1369), - [anon_sym_TILDE] = ACTIONS(1369), - [anon_sym_DASH] = ACTIONS(1367), - [anon_sym_PLUS] = ACTIONS(1367), - [anon_sym_STAR] = ACTIONS(1369), - [anon_sym_AMP] = ACTIONS(1369), - [anon_sym_SEMI] = ACTIONS(1369), - [anon_sym___extension__] = ACTIONS(1367), - [anon_sym_typedef] = ACTIONS(1367), - [anon_sym_extern] = ACTIONS(1367), - [anon_sym___attribute__] = ACTIONS(1367), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), - [anon_sym___declspec] = ACTIONS(1367), - [anon_sym___cdecl] = ACTIONS(1367), - [anon_sym___clrcall] = ACTIONS(1367), - [anon_sym___stdcall] = ACTIONS(1367), - [anon_sym___fastcall] = ACTIONS(1367), - [anon_sym___thiscall] = ACTIONS(1367), - [anon_sym___vectorcall] = ACTIONS(1367), - [anon_sym_LBRACE] = ACTIONS(1369), - [anon_sym_RBRACE] = ACTIONS(1369), - [anon_sym_signed] = ACTIONS(1367), - [anon_sym_unsigned] = ACTIONS(1367), - [anon_sym_long] = ACTIONS(1367), - [anon_sym_short] = ACTIONS(1367), - [anon_sym_static] = ACTIONS(1367), - [anon_sym_auto] = ACTIONS(1367), - [anon_sym_register] = ACTIONS(1367), - [anon_sym_inline] = ACTIONS(1367), - [anon_sym___inline] = ACTIONS(1367), - [anon_sym___inline__] = ACTIONS(1367), - [anon_sym___forceinline] = ACTIONS(1367), - [anon_sym_thread_local] = ACTIONS(1367), - [anon_sym___thread] = ACTIONS(1367), - [anon_sym_const] = ACTIONS(1367), - [anon_sym_constexpr] = ACTIONS(1367), - [anon_sym_volatile] = ACTIONS(1367), - [anon_sym_restrict] = ACTIONS(1367), - [anon_sym___restrict__] = ACTIONS(1367), - [anon_sym__Atomic] = ACTIONS(1367), - [anon_sym__Noreturn] = ACTIONS(1367), - [anon_sym_noreturn] = ACTIONS(1367), - [sym_primitive_type] = ACTIONS(1367), - [anon_sym_enum] = ACTIONS(1367), - [anon_sym_struct] = ACTIONS(1367), - [anon_sym_union] = ACTIONS(1367), - [anon_sym_if] = ACTIONS(1367), - [anon_sym_switch] = ACTIONS(1367), - [anon_sym_case] = ACTIONS(1367), - [anon_sym_default] = ACTIONS(1367), - [anon_sym_while] = ACTIONS(1367), - [anon_sym_do] = ACTIONS(1367), - [anon_sym_for] = ACTIONS(1367), - [anon_sym_return] = ACTIONS(1367), - [anon_sym_break] = ACTIONS(1367), - [anon_sym_continue] = ACTIONS(1367), - [anon_sym_goto] = ACTIONS(1367), - [anon_sym_DASH_DASH] = ACTIONS(1369), - [anon_sym_PLUS_PLUS] = ACTIONS(1369), - [anon_sym_sizeof] = ACTIONS(1367), - [anon_sym___alignof__] = ACTIONS(1367), - [anon_sym___alignof] = ACTIONS(1367), - [anon_sym__alignof] = ACTIONS(1367), - [anon_sym_alignof] = ACTIONS(1367), - [anon_sym__Alignof] = ACTIONS(1367), - [anon_sym_offsetof] = ACTIONS(1367), - [anon_sym__Generic] = ACTIONS(1367), - [anon_sym_asm] = ACTIONS(1367), - [anon_sym___asm__] = ACTIONS(1367), - [sym_number_literal] = ACTIONS(1369), - [anon_sym_L_SQUOTE] = ACTIONS(1369), - [anon_sym_u_SQUOTE] = ACTIONS(1369), - [anon_sym_U_SQUOTE] = ACTIONS(1369), - [anon_sym_u8_SQUOTE] = ACTIONS(1369), - [anon_sym_SQUOTE] = ACTIONS(1369), - [anon_sym_L_DQUOTE] = ACTIONS(1369), - [anon_sym_u_DQUOTE] = ACTIONS(1369), - [anon_sym_U_DQUOTE] = ACTIONS(1369), - [anon_sym_u8_DQUOTE] = ACTIONS(1369), - [anon_sym_DQUOTE] = ACTIONS(1369), - [sym_true] = ACTIONS(1367), - [sym_false] = ACTIONS(1367), - [anon_sym_NULL] = ACTIONS(1367), - [anon_sym_nullptr] = ACTIONS(1367), + [343] = { + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token2] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), [sym_comment] = ACTIONS(3), }, - [324] = { - [sym_identifier] = ACTIONS(1355), - [aux_sym_preproc_include_token1] = ACTIONS(1355), - [aux_sym_preproc_def_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token2] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), - [sym_preproc_directive] = ACTIONS(1355), - [anon_sym_LPAREN2] = ACTIONS(1357), - [anon_sym_BANG] = ACTIONS(1357), - [anon_sym_TILDE] = ACTIONS(1357), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_AMP] = ACTIONS(1357), - [anon_sym_SEMI] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1355), - [anon_sym_typedef] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1355), - [anon_sym___attribute__] = ACTIONS(1355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), - [anon_sym___declspec] = ACTIONS(1355), - [anon_sym___cdecl] = ACTIONS(1355), - [anon_sym___clrcall] = ACTIONS(1355), - [anon_sym___stdcall] = ACTIONS(1355), - [anon_sym___fastcall] = ACTIONS(1355), - [anon_sym___thiscall] = ACTIONS(1355), - [anon_sym___vectorcall] = ACTIONS(1355), - [anon_sym_LBRACE] = ACTIONS(1357), - [anon_sym_signed] = ACTIONS(1355), - [anon_sym_unsigned] = ACTIONS(1355), - [anon_sym_long] = ACTIONS(1355), - [anon_sym_short] = ACTIONS(1355), - [anon_sym_static] = ACTIONS(1355), - [anon_sym_auto] = ACTIONS(1355), - [anon_sym_register] = ACTIONS(1355), - [anon_sym_inline] = ACTIONS(1355), - [anon_sym___inline] = ACTIONS(1355), - [anon_sym___inline__] = ACTIONS(1355), - [anon_sym___forceinline] = ACTIONS(1355), - [anon_sym_thread_local] = ACTIONS(1355), - [anon_sym___thread] = ACTIONS(1355), - [anon_sym_const] = ACTIONS(1355), - [anon_sym_constexpr] = ACTIONS(1355), - [anon_sym_volatile] = ACTIONS(1355), - [anon_sym_restrict] = ACTIONS(1355), - [anon_sym___restrict__] = ACTIONS(1355), - [anon_sym__Atomic] = ACTIONS(1355), - [anon_sym__Noreturn] = ACTIONS(1355), - [anon_sym_noreturn] = ACTIONS(1355), - [sym_primitive_type] = ACTIONS(1355), - [anon_sym_enum] = ACTIONS(1355), - [anon_sym_struct] = ACTIONS(1355), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_if] = ACTIONS(1355), - [anon_sym_switch] = ACTIONS(1355), - [anon_sym_case] = ACTIONS(1355), - [anon_sym_default] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1355), - [anon_sym_do] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1355), - [anon_sym_return] = ACTIONS(1355), - [anon_sym_break] = ACTIONS(1355), - [anon_sym_continue] = ACTIONS(1355), - [anon_sym_goto] = ACTIONS(1355), - [anon_sym_DASH_DASH] = ACTIONS(1357), - [anon_sym_PLUS_PLUS] = ACTIONS(1357), - [anon_sym_sizeof] = ACTIONS(1355), - [anon_sym___alignof__] = ACTIONS(1355), - [anon_sym___alignof] = ACTIONS(1355), - [anon_sym__alignof] = ACTIONS(1355), - [anon_sym_alignof] = ACTIONS(1355), - [anon_sym__Alignof] = ACTIONS(1355), - [anon_sym_offsetof] = ACTIONS(1355), - [anon_sym__Generic] = ACTIONS(1355), - [anon_sym_asm] = ACTIONS(1355), - [anon_sym___asm__] = ACTIONS(1355), - [sym_number_literal] = ACTIONS(1357), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(1357), - [anon_sym_u_DQUOTE] = ACTIONS(1357), - [anon_sym_U_DQUOTE] = ACTIONS(1357), - [anon_sym_u8_DQUOTE] = ACTIONS(1357), - [anon_sym_DQUOTE] = ACTIONS(1357), - [sym_true] = ACTIONS(1355), - [sym_false] = ACTIONS(1355), - [anon_sym_NULL] = ACTIONS(1355), - [anon_sym_nullptr] = ACTIONS(1355), + [344] = { + [sym_identifier] = ACTIONS(1335), + [aux_sym_preproc_include_token1] = ACTIONS(1335), + [aux_sym_preproc_def_token1] = ACTIONS(1335), + [aux_sym_preproc_if_token1] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), + [sym_preproc_directive] = ACTIONS(1335), + [anon_sym_LPAREN2] = ACTIONS(1337), + [anon_sym_BANG] = ACTIONS(1337), + [anon_sym_TILDE] = ACTIONS(1337), + [anon_sym_DASH] = ACTIONS(1335), + [anon_sym_PLUS] = ACTIONS(1335), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_AMP] = ACTIONS(1337), + [anon_sym_SEMI] = ACTIONS(1337), + [anon_sym___extension__] = ACTIONS(1335), + [anon_sym_typedef] = ACTIONS(1335), + [anon_sym_extern] = ACTIONS(1335), + [anon_sym___attribute__] = ACTIONS(1335), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), + [anon_sym___declspec] = ACTIONS(1335), + [anon_sym___cdecl] = ACTIONS(1335), + [anon_sym___clrcall] = ACTIONS(1335), + [anon_sym___stdcall] = ACTIONS(1335), + [anon_sym___fastcall] = ACTIONS(1335), + [anon_sym___thiscall] = ACTIONS(1335), + [anon_sym___vectorcall] = ACTIONS(1335), + [anon_sym_LBRACE] = ACTIONS(1337), + [anon_sym_RBRACE] = ACTIONS(1337), + [anon_sym_signed] = ACTIONS(1335), + [anon_sym_unsigned] = ACTIONS(1335), + [anon_sym_long] = ACTIONS(1335), + [anon_sym_short] = ACTIONS(1335), + [anon_sym_static] = ACTIONS(1335), + [anon_sym_auto] = ACTIONS(1335), + [anon_sym_register] = ACTIONS(1335), + [anon_sym_inline] = ACTIONS(1335), + [anon_sym___inline] = ACTIONS(1335), + [anon_sym___inline__] = ACTIONS(1335), + [anon_sym___forceinline] = ACTIONS(1335), + [anon_sym_thread_local] = ACTIONS(1335), + [anon_sym___thread] = ACTIONS(1335), + [anon_sym_const] = ACTIONS(1335), + [anon_sym_constexpr] = ACTIONS(1335), + [anon_sym_volatile] = ACTIONS(1335), + [anon_sym_restrict] = ACTIONS(1335), + [anon_sym___restrict__] = ACTIONS(1335), + [anon_sym__Atomic] = ACTIONS(1335), + [anon_sym__Noreturn] = ACTIONS(1335), + [anon_sym_noreturn] = ACTIONS(1335), + [sym_primitive_type] = ACTIONS(1335), + [anon_sym_enum] = ACTIONS(1335), + [anon_sym_struct] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1335), + [anon_sym_if] = ACTIONS(1335), + [anon_sym_switch] = ACTIONS(1335), + [anon_sym_case] = ACTIONS(1335), + [anon_sym_default] = ACTIONS(1335), + [anon_sym_while] = ACTIONS(1335), + [anon_sym_do] = ACTIONS(1335), + [anon_sym_for] = ACTIONS(1335), + [anon_sym_return] = ACTIONS(1335), + [anon_sym_break] = ACTIONS(1335), + [anon_sym_continue] = ACTIONS(1335), + [anon_sym_goto] = ACTIONS(1335), + [anon_sym_DASH_DASH] = ACTIONS(1337), + [anon_sym_PLUS_PLUS] = ACTIONS(1337), + [anon_sym_sizeof] = ACTIONS(1335), + [anon_sym___alignof__] = ACTIONS(1335), + [anon_sym___alignof] = ACTIONS(1335), + [anon_sym__alignof] = ACTIONS(1335), + [anon_sym_alignof] = ACTIONS(1335), + [anon_sym__Alignof] = ACTIONS(1335), + [anon_sym_offsetof] = ACTIONS(1335), + [anon_sym__Generic] = ACTIONS(1335), + [anon_sym_asm] = ACTIONS(1335), + [anon_sym___asm__] = ACTIONS(1335), + [sym_number_literal] = ACTIONS(1337), + [anon_sym_L_SQUOTE] = ACTIONS(1337), + [anon_sym_u_SQUOTE] = ACTIONS(1337), + [anon_sym_U_SQUOTE] = ACTIONS(1337), + [anon_sym_u8_SQUOTE] = ACTIONS(1337), + [anon_sym_SQUOTE] = ACTIONS(1337), + [anon_sym_L_DQUOTE] = ACTIONS(1337), + [anon_sym_u_DQUOTE] = ACTIONS(1337), + [anon_sym_U_DQUOTE] = ACTIONS(1337), + [anon_sym_u8_DQUOTE] = ACTIONS(1337), + [anon_sym_DQUOTE] = ACTIONS(1337), + [sym_true] = ACTIONS(1335), + [sym_false] = ACTIONS(1335), + [anon_sym_NULL] = ACTIONS(1335), + [anon_sym_nullptr] = ACTIONS(1335), [sym_comment] = ACTIONS(3), }, - [325] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token2] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), + [345] = { + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym_SEMI] = ACTIONS(1341), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_RBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), [sym_comment] = ACTIONS(3), }, - [326] = { + [346] = { [sym_identifier] = ACTIONS(1359), [aux_sym_preproc_include_token1] = ACTIONS(1359), [aux_sym_preproc_def_token1] = ACTIONS(1359), [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token2] = ACTIONS(1359), [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), [sym_preproc_directive] = ACTIONS(1359), @@ -51584,7 +53677,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym___thiscall] = ACTIONS(1359), [anon_sym___vectorcall] = ACTIONS(1359), [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_RBRACE] = ACTIONS(1361), [anon_sym_signed] = ACTIONS(1359), [anon_sym_unsigned] = ACTIONS(1359), [anon_sym_long] = ACTIONS(1359), @@ -51650,7 +53742,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1359), [sym_comment] = ACTIONS(3), }, - [327] = { + [347] = { + [sym_identifier] = ACTIONS(1323), + [aux_sym_preproc_include_token1] = ACTIONS(1323), + [aux_sym_preproc_def_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token1] = ACTIONS(1323), + [aux_sym_preproc_if_token2] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), + [sym_preproc_directive] = ACTIONS(1323), + [anon_sym_LPAREN2] = ACTIONS(1325), + [anon_sym_BANG] = ACTIONS(1325), + [anon_sym_TILDE] = ACTIONS(1325), + [anon_sym_DASH] = ACTIONS(1323), + [anon_sym_PLUS] = ACTIONS(1323), + [anon_sym_STAR] = ACTIONS(1325), + [anon_sym_AMP] = ACTIONS(1325), + [anon_sym_SEMI] = ACTIONS(1325), + [anon_sym___extension__] = ACTIONS(1323), + [anon_sym_typedef] = ACTIONS(1323), + [anon_sym_extern] = ACTIONS(1323), + [anon_sym___attribute__] = ACTIONS(1323), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), + [anon_sym___declspec] = ACTIONS(1323), + [anon_sym___cdecl] = ACTIONS(1323), + [anon_sym___clrcall] = ACTIONS(1323), + [anon_sym___stdcall] = ACTIONS(1323), + [anon_sym___fastcall] = ACTIONS(1323), + [anon_sym___thiscall] = ACTIONS(1323), + [anon_sym___vectorcall] = ACTIONS(1323), + [anon_sym_LBRACE] = ACTIONS(1325), + [anon_sym_signed] = ACTIONS(1323), + [anon_sym_unsigned] = ACTIONS(1323), + [anon_sym_long] = ACTIONS(1323), + [anon_sym_short] = ACTIONS(1323), + [anon_sym_static] = ACTIONS(1323), + [anon_sym_auto] = ACTIONS(1323), + [anon_sym_register] = ACTIONS(1323), + [anon_sym_inline] = ACTIONS(1323), + [anon_sym___inline] = ACTIONS(1323), + [anon_sym___inline__] = ACTIONS(1323), + [anon_sym___forceinline] = ACTIONS(1323), + [anon_sym_thread_local] = ACTIONS(1323), + [anon_sym___thread] = ACTIONS(1323), + [anon_sym_const] = ACTIONS(1323), + [anon_sym_constexpr] = ACTIONS(1323), + [anon_sym_volatile] = ACTIONS(1323), + [anon_sym_restrict] = ACTIONS(1323), + [anon_sym___restrict__] = ACTIONS(1323), + [anon_sym__Atomic] = ACTIONS(1323), + [anon_sym__Noreturn] = ACTIONS(1323), + [anon_sym_noreturn] = ACTIONS(1323), + [sym_primitive_type] = ACTIONS(1323), + [anon_sym_enum] = ACTIONS(1323), + [anon_sym_struct] = ACTIONS(1323), + [anon_sym_union] = ACTIONS(1323), + [anon_sym_if] = ACTIONS(1323), + [anon_sym_switch] = ACTIONS(1323), + [anon_sym_case] = ACTIONS(1323), + [anon_sym_default] = ACTIONS(1323), + [anon_sym_while] = ACTIONS(1323), + [anon_sym_do] = ACTIONS(1323), + [anon_sym_for] = ACTIONS(1323), + [anon_sym_return] = ACTIONS(1323), + [anon_sym_break] = ACTIONS(1323), + [anon_sym_continue] = ACTIONS(1323), + [anon_sym_goto] = ACTIONS(1323), + [anon_sym_DASH_DASH] = ACTIONS(1325), + [anon_sym_PLUS_PLUS] = ACTIONS(1325), + [anon_sym_sizeof] = ACTIONS(1323), + [anon_sym___alignof__] = ACTIONS(1323), + [anon_sym___alignof] = ACTIONS(1323), + [anon_sym__alignof] = ACTIONS(1323), + [anon_sym_alignof] = ACTIONS(1323), + [anon_sym__Alignof] = ACTIONS(1323), + [anon_sym_offsetof] = ACTIONS(1323), + [anon_sym__Generic] = ACTIONS(1323), + [anon_sym_asm] = ACTIONS(1323), + [anon_sym___asm__] = ACTIONS(1323), + [sym_number_literal] = ACTIONS(1325), + [anon_sym_L_SQUOTE] = ACTIONS(1325), + [anon_sym_u_SQUOTE] = ACTIONS(1325), + [anon_sym_U_SQUOTE] = ACTIONS(1325), + [anon_sym_u8_SQUOTE] = ACTIONS(1325), + [anon_sym_SQUOTE] = ACTIONS(1325), + [anon_sym_L_DQUOTE] = ACTIONS(1325), + [anon_sym_u_DQUOTE] = ACTIONS(1325), + [anon_sym_U_DQUOTE] = ACTIONS(1325), + [anon_sym_u8_DQUOTE] = ACTIONS(1325), + [anon_sym_DQUOTE] = ACTIONS(1325), + [sym_true] = ACTIONS(1323), + [sym_false] = ACTIONS(1323), + [anon_sym_NULL] = ACTIONS(1323), + [anon_sym_nullptr] = ACTIONS(1323), + [sym_comment] = ACTIONS(3), + }, + [348] = { [sym_identifier] = ACTIONS(1355), [aux_sym_preproc_include_token1] = ACTIONS(1355), [aux_sym_preproc_def_token1] = ACTIONS(1355), @@ -51745,482 +53932,482 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1355), [sym_comment] = ACTIONS(3), }, - [328] = { - [sym_identifier] = ACTIONS(1363), - [aux_sym_preproc_include_token1] = ACTIONS(1363), - [aux_sym_preproc_def_token1] = ACTIONS(1363), - [aux_sym_preproc_if_token1] = ACTIONS(1363), - [aux_sym_preproc_if_token2] = ACTIONS(1363), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), - [sym_preproc_directive] = ACTIONS(1363), - [anon_sym_LPAREN2] = ACTIONS(1365), - [anon_sym_BANG] = ACTIONS(1365), - [anon_sym_TILDE] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1365), - [anon_sym___extension__] = ACTIONS(1363), - [anon_sym_typedef] = ACTIONS(1363), - [anon_sym_extern] = ACTIONS(1363), - [anon_sym___attribute__] = ACTIONS(1363), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), - [anon_sym___declspec] = ACTIONS(1363), - [anon_sym___cdecl] = ACTIONS(1363), - [anon_sym___clrcall] = ACTIONS(1363), - [anon_sym___stdcall] = ACTIONS(1363), - [anon_sym___fastcall] = ACTIONS(1363), - [anon_sym___thiscall] = ACTIONS(1363), - [anon_sym___vectorcall] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1365), - [anon_sym_signed] = ACTIONS(1363), - [anon_sym_unsigned] = ACTIONS(1363), - [anon_sym_long] = ACTIONS(1363), - [anon_sym_short] = ACTIONS(1363), - [anon_sym_static] = ACTIONS(1363), - [anon_sym_auto] = ACTIONS(1363), - [anon_sym_register] = ACTIONS(1363), - [anon_sym_inline] = ACTIONS(1363), - [anon_sym___inline] = ACTIONS(1363), - [anon_sym___inline__] = ACTIONS(1363), - [anon_sym___forceinline] = ACTIONS(1363), - [anon_sym_thread_local] = ACTIONS(1363), - [anon_sym___thread] = ACTIONS(1363), - [anon_sym_const] = ACTIONS(1363), - [anon_sym_constexpr] = ACTIONS(1363), - [anon_sym_volatile] = ACTIONS(1363), - [anon_sym_restrict] = ACTIONS(1363), - [anon_sym___restrict__] = ACTIONS(1363), - [anon_sym__Atomic] = ACTIONS(1363), - [anon_sym__Noreturn] = ACTIONS(1363), - [anon_sym_noreturn] = ACTIONS(1363), - [sym_primitive_type] = ACTIONS(1363), - [anon_sym_enum] = ACTIONS(1363), - [anon_sym_struct] = ACTIONS(1363), - [anon_sym_union] = ACTIONS(1363), - [anon_sym_if] = ACTIONS(1363), - [anon_sym_switch] = ACTIONS(1363), - [anon_sym_case] = ACTIONS(1363), - [anon_sym_default] = ACTIONS(1363), - [anon_sym_while] = ACTIONS(1363), - [anon_sym_do] = ACTIONS(1363), - [anon_sym_for] = ACTIONS(1363), - [anon_sym_return] = ACTIONS(1363), - [anon_sym_break] = ACTIONS(1363), - [anon_sym_continue] = ACTIONS(1363), - [anon_sym_goto] = ACTIONS(1363), - [anon_sym_DASH_DASH] = ACTIONS(1365), - [anon_sym_PLUS_PLUS] = ACTIONS(1365), - [anon_sym_sizeof] = ACTIONS(1363), - [anon_sym___alignof__] = ACTIONS(1363), - [anon_sym___alignof] = ACTIONS(1363), - [anon_sym__alignof] = ACTIONS(1363), - [anon_sym_alignof] = ACTIONS(1363), - [anon_sym__Alignof] = ACTIONS(1363), - [anon_sym_offsetof] = ACTIONS(1363), - [anon_sym__Generic] = ACTIONS(1363), - [anon_sym_asm] = ACTIONS(1363), - [anon_sym___asm__] = ACTIONS(1363), - [sym_number_literal] = ACTIONS(1365), - [anon_sym_L_SQUOTE] = ACTIONS(1365), - [anon_sym_u_SQUOTE] = ACTIONS(1365), - [anon_sym_U_SQUOTE] = ACTIONS(1365), - [anon_sym_u8_SQUOTE] = ACTIONS(1365), - [anon_sym_SQUOTE] = ACTIONS(1365), - [anon_sym_L_DQUOTE] = ACTIONS(1365), - [anon_sym_u_DQUOTE] = ACTIONS(1365), - [anon_sym_U_DQUOTE] = ACTIONS(1365), - [anon_sym_u8_DQUOTE] = ACTIONS(1365), - [anon_sym_DQUOTE] = ACTIONS(1365), - [sym_true] = ACTIONS(1363), - [sym_false] = ACTIONS(1363), - [anon_sym_NULL] = ACTIONS(1363), - [anon_sym_nullptr] = ACTIONS(1363), - [sym_comment] = ACTIONS(3), - }, - [329] = { - [sym_identifier] = ACTIONS(1307), - [aux_sym_preproc_include_token1] = ACTIONS(1307), - [aux_sym_preproc_def_token1] = ACTIONS(1307), - [aux_sym_preproc_if_token1] = ACTIONS(1307), - [aux_sym_preproc_if_token2] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), - [sym_preproc_directive] = ACTIONS(1307), - [anon_sym_LPAREN2] = ACTIONS(1309), - [anon_sym_BANG] = ACTIONS(1309), - [anon_sym_TILDE] = ACTIONS(1309), - [anon_sym_DASH] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(1307), - [anon_sym_STAR] = ACTIONS(1309), - [anon_sym_AMP] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1307), - [anon_sym_typedef] = ACTIONS(1307), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym___attribute__] = ACTIONS(1307), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), - [anon_sym___declspec] = ACTIONS(1307), - [anon_sym___cdecl] = ACTIONS(1307), - [anon_sym___clrcall] = ACTIONS(1307), - [anon_sym___stdcall] = ACTIONS(1307), - [anon_sym___fastcall] = ACTIONS(1307), - [anon_sym___thiscall] = ACTIONS(1307), - [anon_sym___vectorcall] = ACTIONS(1307), - [anon_sym_LBRACE] = ACTIONS(1309), - [anon_sym_signed] = ACTIONS(1307), - [anon_sym_unsigned] = ACTIONS(1307), - [anon_sym_long] = ACTIONS(1307), - [anon_sym_short] = ACTIONS(1307), - [anon_sym_static] = ACTIONS(1307), - [anon_sym_auto] = ACTIONS(1307), - [anon_sym_register] = ACTIONS(1307), - [anon_sym_inline] = ACTIONS(1307), - [anon_sym___inline] = ACTIONS(1307), - [anon_sym___inline__] = ACTIONS(1307), - [anon_sym___forceinline] = ACTIONS(1307), - [anon_sym_thread_local] = ACTIONS(1307), - [anon_sym___thread] = ACTIONS(1307), - [anon_sym_const] = ACTIONS(1307), - [anon_sym_constexpr] = ACTIONS(1307), - [anon_sym_volatile] = ACTIONS(1307), - [anon_sym_restrict] = ACTIONS(1307), - [anon_sym___restrict__] = ACTIONS(1307), - [anon_sym__Atomic] = ACTIONS(1307), - [anon_sym__Noreturn] = ACTIONS(1307), - [anon_sym_noreturn] = ACTIONS(1307), - [sym_primitive_type] = ACTIONS(1307), - [anon_sym_enum] = ACTIONS(1307), - [anon_sym_struct] = ACTIONS(1307), - [anon_sym_union] = ACTIONS(1307), - [anon_sym_if] = ACTIONS(1307), - [anon_sym_switch] = ACTIONS(1307), - [anon_sym_case] = ACTIONS(1307), - [anon_sym_default] = ACTIONS(1307), - [anon_sym_while] = ACTIONS(1307), - [anon_sym_do] = ACTIONS(1307), - [anon_sym_for] = ACTIONS(1307), - [anon_sym_return] = ACTIONS(1307), - [anon_sym_break] = ACTIONS(1307), - [anon_sym_continue] = ACTIONS(1307), - [anon_sym_goto] = ACTIONS(1307), - [anon_sym_DASH_DASH] = ACTIONS(1309), - [anon_sym_PLUS_PLUS] = ACTIONS(1309), - [anon_sym_sizeof] = ACTIONS(1307), - [anon_sym___alignof__] = ACTIONS(1307), - [anon_sym___alignof] = ACTIONS(1307), - [anon_sym__alignof] = ACTIONS(1307), - [anon_sym_alignof] = ACTIONS(1307), - [anon_sym__Alignof] = ACTIONS(1307), - [anon_sym_offsetof] = ACTIONS(1307), - [anon_sym__Generic] = ACTIONS(1307), - [anon_sym_asm] = ACTIONS(1307), - [anon_sym___asm__] = ACTIONS(1307), - [sym_number_literal] = ACTIONS(1309), - [anon_sym_L_SQUOTE] = ACTIONS(1309), - [anon_sym_u_SQUOTE] = ACTIONS(1309), - [anon_sym_U_SQUOTE] = ACTIONS(1309), - [anon_sym_u8_SQUOTE] = ACTIONS(1309), - [anon_sym_SQUOTE] = ACTIONS(1309), - [anon_sym_L_DQUOTE] = ACTIONS(1309), - [anon_sym_u_DQUOTE] = ACTIONS(1309), - [anon_sym_U_DQUOTE] = ACTIONS(1309), - [anon_sym_u8_DQUOTE] = ACTIONS(1309), - [anon_sym_DQUOTE] = ACTIONS(1309), - [sym_true] = ACTIONS(1307), - [sym_false] = ACTIONS(1307), - [anon_sym_NULL] = ACTIONS(1307), - [anon_sym_nullptr] = ACTIONS(1307), - [sym_comment] = ACTIONS(3), - }, - [330] = { - [sym_identifier] = ACTIONS(1323), - [aux_sym_preproc_include_token1] = ACTIONS(1323), - [aux_sym_preproc_def_token1] = ACTIONS(1323), - [aux_sym_preproc_if_token1] = ACTIONS(1323), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), - [sym_preproc_directive] = ACTIONS(1323), - [anon_sym_LPAREN2] = ACTIONS(1325), - [anon_sym_BANG] = ACTIONS(1325), - [anon_sym_TILDE] = ACTIONS(1325), - [anon_sym_DASH] = ACTIONS(1323), - [anon_sym_PLUS] = ACTIONS(1323), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1325), - [anon_sym_SEMI] = ACTIONS(1325), - [anon_sym___extension__] = ACTIONS(1323), - [anon_sym_typedef] = ACTIONS(1323), - [anon_sym_extern] = ACTIONS(1323), - [anon_sym___attribute__] = ACTIONS(1323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), - [anon_sym___declspec] = ACTIONS(1323), - [anon_sym___cdecl] = ACTIONS(1323), - [anon_sym___clrcall] = ACTIONS(1323), - [anon_sym___stdcall] = ACTIONS(1323), - [anon_sym___fastcall] = ACTIONS(1323), - [anon_sym___thiscall] = ACTIONS(1323), - [anon_sym___vectorcall] = ACTIONS(1323), - [anon_sym_LBRACE] = ACTIONS(1325), - [anon_sym_RBRACE] = ACTIONS(1325), - [anon_sym_signed] = ACTIONS(1323), - [anon_sym_unsigned] = ACTIONS(1323), - [anon_sym_long] = ACTIONS(1323), - [anon_sym_short] = ACTIONS(1323), - [anon_sym_static] = ACTIONS(1323), - [anon_sym_auto] = ACTIONS(1323), - [anon_sym_register] = ACTIONS(1323), - [anon_sym_inline] = ACTIONS(1323), - [anon_sym___inline] = ACTIONS(1323), - [anon_sym___inline__] = ACTIONS(1323), - [anon_sym___forceinline] = ACTIONS(1323), - [anon_sym_thread_local] = ACTIONS(1323), - [anon_sym___thread] = ACTIONS(1323), - [anon_sym_const] = ACTIONS(1323), - [anon_sym_constexpr] = ACTIONS(1323), - [anon_sym_volatile] = ACTIONS(1323), - [anon_sym_restrict] = ACTIONS(1323), - [anon_sym___restrict__] = ACTIONS(1323), - [anon_sym__Atomic] = ACTIONS(1323), - [anon_sym__Noreturn] = ACTIONS(1323), - [anon_sym_noreturn] = ACTIONS(1323), - [sym_primitive_type] = ACTIONS(1323), - [anon_sym_enum] = ACTIONS(1323), - [anon_sym_struct] = ACTIONS(1323), - [anon_sym_union] = ACTIONS(1323), - [anon_sym_if] = ACTIONS(1323), - [anon_sym_switch] = ACTIONS(1323), - [anon_sym_case] = ACTIONS(1323), - [anon_sym_default] = ACTIONS(1323), - [anon_sym_while] = ACTIONS(1323), - [anon_sym_do] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1323), - [anon_sym_return] = ACTIONS(1323), - [anon_sym_break] = ACTIONS(1323), - [anon_sym_continue] = ACTIONS(1323), - [anon_sym_goto] = ACTIONS(1323), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), - [anon_sym_sizeof] = ACTIONS(1323), - [anon_sym___alignof__] = ACTIONS(1323), - [anon_sym___alignof] = ACTIONS(1323), - [anon_sym__alignof] = ACTIONS(1323), - [anon_sym_alignof] = ACTIONS(1323), - [anon_sym__Alignof] = ACTIONS(1323), - [anon_sym_offsetof] = ACTIONS(1323), - [anon_sym__Generic] = ACTIONS(1323), - [anon_sym_asm] = ACTIONS(1323), - [anon_sym___asm__] = ACTIONS(1323), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), - [sym_true] = ACTIONS(1323), - [sym_false] = ACTIONS(1323), - [anon_sym_NULL] = ACTIONS(1323), - [anon_sym_nullptr] = ACTIONS(1323), + [349] = { + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym_SEMI] = ACTIONS(1321), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_RBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), [sym_comment] = ACTIONS(3), }, - [331] = { - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1315), - [aux_sym_preproc_def_token1] = ACTIONS(1315), - [aux_sym_preproc_if_token1] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), - [sym_preproc_directive] = ACTIONS(1315), - [anon_sym_LPAREN2] = ACTIONS(1317), - [anon_sym_BANG] = ACTIONS(1317), - [anon_sym_TILDE] = ACTIONS(1317), - [anon_sym_DASH] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1315), - [anon_sym_STAR] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1315), - [anon_sym_typedef] = ACTIONS(1315), - [anon_sym_extern] = ACTIONS(1315), - [anon_sym___attribute__] = ACTIONS(1315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), - [anon_sym___declspec] = ACTIONS(1315), - [anon_sym___cdecl] = ACTIONS(1315), - [anon_sym___clrcall] = ACTIONS(1315), - [anon_sym___stdcall] = ACTIONS(1315), - [anon_sym___fastcall] = ACTIONS(1315), - [anon_sym___thiscall] = ACTIONS(1315), - [anon_sym___vectorcall] = ACTIONS(1315), - [anon_sym_LBRACE] = ACTIONS(1317), - [anon_sym_RBRACE] = ACTIONS(1317), - [anon_sym_signed] = ACTIONS(1315), - [anon_sym_unsigned] = ACTIONS(1315), - [anon_sym_long] = ACTIONS(1315), - [anon_sym_short] = ACTIONS(1315), - [anon_sym_static] = ACTIONS(1315), - [anon_sym_auto] = ACTIONS(1315), - [anon_sym_register] = ACTIONS(1315), - [anon_sym_inline] = ACTIONS(1315), - [anon_sym___inline] = ACTIONS(1315), - [anon_sym___inline__] = ACTIONS(1315), - [anon_sym___forceinline] = ACTIONS(1315), - [anon_sym_thread_local] = ACTIONS(1315), - [anon_sym___thread] = ACTIONS(1315), - [anon_sym_const] = ACTIONS(1315), - [anon_sym_constexpr] = ACTIONS(1315), - [anon_sym_volatile] = ACTIONS(1315), - [anon_sym_restrict] = ACTIONS(1315), - [anon_sym___restrict__] = ACTIONS(1315), - [anon_sym__Atomic] = ACTIONS(1315), - [anon_sym__Noreturn] = ACTIONS(1315), - [anon_sym_noreturn] = ACTIONS(1315), - [sym_primitive_type] = ACTIONS(1315), - [anon_sym_enum] = ACTIONS(1315), - [anon_sym_struct] = ACTIONS(1315), - [anon_sym_union] = ACTIONS(1315), - [anon_sym_if] = ACTIONS(1315), - [anon_sym_switch] = ACTIONS(1315), - [anon_sym_case] = ACTIONS(1315), - [anon_sym_default] = ACTIONS(1315), - [anon_sym_while] = ACTIONS(1315), - [anon_sym_do] = ACTIONS(1315), - [anon_sym_for] = ACTIONS(1315), - [anon_sym_return] = ACTIONS(1315), - [anon_sym_break] = ACTIONS(1315), - [anon_sym_continue] = ACTIONS(1315), - [anon_sym_goto] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(1317), - [anon_sym_PLUS_PLUS] = ACTIONS(1317), - [anon_sym_sizeof] = ACTIONS(1315), - [anon_sym___alignof__] = ACTIONS(1315), - [anon_sym___alignof] = ACTIONS(1315), - [anon_sym__alignof] = ACTIONS(1315), - [anon_sym_alignof] = ACTIONS(1315), - [anon_sym__Alignof] = ACTIONS(1315), - [anon_sym_offsetof] = ACTIONS(1315), - [anon_sym__Generic] = ACTIONS(1315), - [anon_sym_asm] = ACTIONS(1315), - [anon_sym___asm__] = ACTIONS(1315), - [sym_number_literal] = ACTIONS(1317), - [anon_sym_L_SQUOTE] = ACTIONS(1317), - [anon_sym_u_SQUOTE] = ACTIONS(1317), - [anon_sym_U_SQUOTE] = ACTIONS(1317), - [anon_sym_u8_SQUOTE] = ACTIONS(1317), - [anon_sym_SQUOTE] = ACTIONS(1317), - [anon_sym_L_DQUOTE] = ACTIONS(1317), - [anon_sym_u_DQUOTE] = ACTIONS(1317), - [anon_sym_U_DQUOTE] = ACTIONS(1317), - [anon_sym_u8_DQUOTE] = ACTIONS(1317), - [anon_sym_DQUOTE] = ACTIONS(1317), - [sym_true] = ACTIONS(1315), - [sym_false] = ACTIONS(1315), - [anon_sym_NULL] = ACTIONS(1315), - [anon_sym_nullptr] = ACTIONS(1315), + [350] = { + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_RBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), [sym_comment] = ACTIONS(3), }, - [332] = { - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), + [351] = { + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token2] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), [sym_comment] = ACTIONS(3), }, - [333] = { + [352] = { + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1401), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_RBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + }, + [353] = { + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1405), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_RBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), + [sym_comment] = ACTIONS(3), + }, + [354] = { [sym_identifier] = ACTIONS(1343), [aux_sym_preproc_include_token1] = ACTIONS(1343), [aux_sym_preproc_def_token1] = ACTIONS(1343), @@ -52315,292 +54502,767 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1343), [sym_comment] = ACTIONS(3), }, - [334] = { - [sym_identifier] = ACTIONS(1335), - [aux_sym_preproc_include_token1] = ACTIONS(1335), - [aux_sym_preproc_def_token1] = ACTIONS(1335), - [aux_sym_preproc_if_token1] = ACTIONS(1335), - [aux_sym_preproc_if_token2] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), - [sym_preproc_directive] = ACTIONS(1335), - [anon_sym_LPAREN2] = ACTIONS(1337), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_TILDE] = ACTIONS(1337), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_STAR] = ACTIONS(1337), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym___extension__] = ACTIONS(1335), - [anon_sym_typedef] = ACTIONS(1335), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym___attribute__] = ACTIONS(1335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), - [anon_sym___declspec] = ACTIONS(1335), - [anon_sym___cdecl] = ACTIONS(1335), - [anon_sym___clrcall] = ACTIONS(1335), - [anon_sym___stdcall] = ACTIONS(1335), - [anon_sym___fastcall] = ACTIONS(1335), - [anon_sym___thiscall] = ACTIONS(1335), - [anon_sym___vectorcall] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_signed] = ACTIONS(1335), - [anon_sym_unsigned] = ACTIONS(1335), - [anon_sym_long] = ACTIONS(1335), - [anon_sym_short] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_auto] = ACTIONS(1335), - [anon_sym_register] = ACTIONS(1335), - [anon_sym_inline] = ACTIONS(1335), - [anon_sym___inline] = ACTIONS(1335), - [anon_sym___inline__] = ACTIONS(1335), - [anon_sym___forceinline] = ACTIONS(1335), - [anon_sym_thread_local] = ACTIONS(1335), - [anon_sym___thread] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_constexpr] = ACTIONS(1335), - [anon_sym_volatile] = ACTIONS(1335), - [anon_sym_restrict] = ACTIONS(1335), - [anon_sym___restrict__] = ACTIONS(1335), - [anon_sym__Atomic] = ACTIONS(1335), - [anon_sym__Noreturn] = ACTIONS(1335), - [anon_sym_noreturn] = ACTIONS(1335), - [sym_primitive_type] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1335), - [anon_sym_case] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_goto] = ACTIONS(1335), - [anon_sym_DASH_DASH] = ACTIONS(1337), - [anon_sym_PLUS_PLUS] = ACTIONS(1337), - [anon_sym_sizeof] = ACTIONS(1335), - [anon_sym___alignof__] = ACTIONS(1335), - [anon_sym___alignof] = ACTIONS(1335), - [anon_sym__alignof] = ACTIONS(1335), - [anon_sym_alignof] = ACTIONS(1335), - [anon_sym__Alignof] = ACTIONS(1335), - [anon_sym_offsetof] = ACTIONS(1335), - [anon_sym__Generic] = ACTIONS(1335), - [anon_sym_asm] = ACTIONS(1335), - [anon_sym___asm__] = ACTIONS(1335), - [sym_number_literal] = ACTIONS(1337), - [anon_sym_L_SQUOTE] = ACTIONS(1337), - [anon_sym_u_SQUOTE] = ACTIONS(1337), - [anon_sym_U_SQUOTE] = ACTIONS(1337), - [anon_sym_u8_SQUOTE] = ACTIONS(1337), - [anon_sym_SQUOTE] = ACTIONS(1337), - [anon_sym_L_DQUOTE] = ACTIONS(1337), - [anon_sym_u_DQUOTE] = ACTIONS(1337), - [anon_sym_U_DQUOTE] = ACTIONS(1337), - [anon_sym_u8_DQUOTE] = ACTIONS(1337), - [anon_sym_DQUOTE] = ACTIONS(1337), - [sym_true] = ACTIONS(1335), - [sym_false] = ACTIONS(1335), - [anon_sym_NULL] = ACTIONS(1335), - [anon_sym_nullptr] = ACTIONS(1335), + [355] = { + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_RBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + }, + [356] = { + [sym_identifier] = ACTIONS(1359), + [aux_sym_preproc_include_token1] = ACTIONS(1359), + [aux_sym_preproc_def_token1] = ACTIONS(1359), + [aux_sym_preproc_if_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), + [sym_preproc_directive] = ACTIONS(1359), + [anon_sym_LPAREN2] = ACTIONS(1361), + [anon_sym_BANG] = ACTIONS(1361), + [anon_sym_TILDE] = ACTIONS(1361), + [anon_sym_DASH] = ACTIONS(1359), + [anon_sym_PLUS] = ACTIONS(1359), + [anon_sym_STAR] = ACTIONS(1361), + [anon_sym_AMP] = ACTIONS(1361), + [anon_sym_SEMI] = ACTIONS(1361), + [anon_sym___extension__] = ACTIONS(1359), + [anon_sym_typedef] = ACTIONS(1359), + [anon_sym_extern] = ACTIONS(1359), + [anon_sym___attribute__] = ACTIONS(1359), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), + [anon_sym___declspec] = ACTIONS(1359), + [anon_sym___cdecl] = ACTIONS(1359), + [anon_sym___clrcall] = ACTIONS(1359), + [anon_sym___stdcall] = ACTIONS(1359), + [anon_sym___fastcall] = ACTIONS(1359), + [anon_sym___thiscall] = ACTIONS(1359), + [anon_sym___vectorcall] = ACTIONS(1359), + [anon_sym_LBRACE] = ACTIONS(1361), + [anon_sym_RBRACE] = ACTIONS(1361), + [anon_sym_signed] = ACTIONS(1359), + [anon_sym_unsigned] = ACTIONS(1359), + [anon_sym_long] = ACTIONS(1359), + [anon_sym_short] = ACTIONS(1359), + [anon_sym_static] = ACTIONS(1359), + [anon_sym_auto] = ACTIONS(1359), + [anon_sym_register] = ACTIONS(1359), + [anon_sym_inline] = ACTIONS(1359), + [anon_sym___inline] = ACTIONS(1359), + [anon_sym___inline__] = ACTIONS(1359), + [anon_sym___forceinline] = ACTIONS(1359), + [anon_sym_thread_local] = ACTIONS(1359), + [anon_sym___thread] = ACTIONS(1359), + [anon_sym_const] = ACTIONS(1359), + [anon_sym_constexpr] = ACTIONS(1359), + [anon_sym_volatile] = ACTIONS(1359), + [anon_sym_restrict] = ACTIONS(1359), + [anon_sym___restrict__] = ACTIONS(1359), + [anon_sym__Atomic] = ACTIONS(1359), + [anon_sym__Noreturn] = ACTIONS(1359), + [anon_sym_noreturn] = ACTIONS(1359), + [sym_primitive_type] = ACTIONS(1359), + [anon_sym_enum] = ACTIONS(1359), + [anon_sym_struct] = ACTIONS(1359), + [anon_sym_union] = ACTIONS(1359), + [anon_sym_if] = ACTIONS(1359), + [anon_sym_switch] = ACTIONS(1359), + [anon_sym_case] = ACTIONS(1359), + [anon_sym_default] = ACTIONS(1359), + [anon_sym_while] = ACTIONS(1359), + [anon_sym_do] = ACTIONS(1359), + [anon_sym_for] = ACTIONS(1359), + [anon_sym_return] = ACTIONS(1359), + [anon_sym_break] = ACTIONS(1359), + [anon_sym_continue] = ACTIONS(1359), + [anon_sym_goto] = ACTIONS(1359), + [anon_sym_DASH_DASH] = ACTIONS(1361), + [anon_sym_PLUS_PLUS] = ACTIONS(1361), + [anon_sym_sizeof] = ACTIONS(1359), + [anon_sym___alignof__] = ACTIONS(1359), + [anon_sym___alignof] = ACTIONS(1359), + [anon_sym__alignof] = ACTIONS(1359), + [anon_sym_alignof] = ACTIONS(1359), + [anon_sym__Alignof] = ACTIONS(1359), + [anon_sym_offsetof] = ACTIONS(1359), + [anon_sym__Generic] = ACTIONS(1359), + [anon_sym_asm] = ACTIONS(1359), + [anon_sym___asm__] = ACTIONS(1359), + [sym_number_literal] = ACTIONS(1361), + [anon_sym_L_SQUOTE] = ACTIONS(1361), + [anon_sym_u_SQUOTE] = ACTIONS(1361), + [anon_sym_U_SQUOTE] = ACTIONS(1361), + [anon_sym_u8_SQUOTE] = ACTIONS(1361), + [anon_sym_SQUOTE] = ACTIONS(1361), + [anon_sym_L_DQUOTE] = ACTIONS(1361), + [anon_sym_u_DQUOTE] = ACTIONS(1361), + [anon_sym_U_DQUOTE] = ACTIONS(1361), + [anon_sym_u8_DQUOTE] = ACTIONS(1361), + [anon_sym_DQUOTE] = ACTIONS(1361), + [sym_true] = ACTIONS(1359), + [sym_false] = ACTIONS(1359), + [anon_sym_NULL] = ACTIONS(1359), + [anon_sym_nullptr] = ACTIONS(1359), + [sym_comment] = ACTIONS(3), + }, + [357] = { + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token2] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym_SEMI] = ACTIONS(1377), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), + [sym_comment] = ACTIONS(3), + }, + [358] = { + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym_SEMI] = ACTIONS(1313), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_RBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + }, + [359] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_RBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), [sym_comment] = ACTIONS(3), }, - [335] = { - [sym_identifier] = ACTIONS(1335), - [aux_sym_preproc_include_token1] = ACTIONS(1335), - [aux_sym_preproc_def_token1] = ACTIONS(1335), - [aux_sym_preproc_if_token1] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), - [sym_preproc_directive] = ACTIONS(1335), - [anon_sym_LPAREN2] = ACTIONS(1337), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_TILDE] = ACTIONS(1337), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_STAR] = ACTIONS(1337), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym_SEMI] = ACTIONS(1337), - [anon_sym___extension__] = ACTIONS(1335), - [anon_sym_typedef] = ACTIONS(1335), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym___attribute__] = ACTIONS(1335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), - [anon_sym___declspec] = ACTIONS(1335), - [anon_sym___cdecl] = ACTIONS(1335), - [anon_sym___clrcall] = ACTIONS(1335), - [anon_sym___stdcall] = ACTIONS(1335), - [anon_sym___fastcall] = ACTIONS(1335), - [anon_sym___thiscall] = ACTIONS(1335), - [anon_sym___vectorcall] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_RBRACE] = ACTIONS(1337), - [anon_sym_signed] = ACTIONS(1335), - [anon_sym_unsigned] = ACTIONS(1335), - [anon_sym_long] = ACTIONS(1335), - [anon_sym_short] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_auto] = ACTIONS(1335), - [anon_sym_register] = ACTIONS(1335), - [anon_sym_inline] = ACTIONS(1335), - [anon_sym___inline] = ACTIONS(1335), - [anon_sym___inline__] = ACTIONS(1335), - [anon_sym___forceinline] = ACTIONS(1335), - [anon_sym_thread_local] = ACTIONS(1335), - [anon_sym___thread] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_constexpr] = ACTIONS(1335), - [anon_sym_volatile] = ACTIONS(1335), - [anon_sym_restrict] = ACTIONS(1335), - [anon_sym___restrict__] = ACTIONS(1335), - [anon_sym__Atomic] = ACTIONS(1335), - [anon_sym__Noreturn] = ACTIONS(1335), - [anon_sym_noreturn] = ACTIONS(1335), - [sym_primitive_type] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1335), - [anon_sym_case] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_goto] = ACTIONS(1335), - [anon_sym_DASH_DASH] = ACTIONS(1337), - [anon_sym_PLUS_PLUS] = ACTIONS(1337), - [anon_sym_sizeof] = ACTIONS(1335), - [anon_sym___alignof__] = ACTIONS(1335), - [anon_sym___alignof] = ACTIONS(1335), - [anon_sym__alignof] = ACTIONS(1335), - [anon_sym_alignof] = ACTIONS(1335), - [anon_sym__Alignof] = ACTIONS(1335), - [anon_sym_offsetof] = ACTIONS(1335), - [anon_sym__Generic] = ACTIONS(1335), - [anon_sym_asm] = ACTIONS(1335), - [anon_sym___asm__] = ACTIONS(1335), - [sym_number_literal] = ACTIONS(1337), - [anon_sym_L_SQUOTE] = ACTIONS(1337), - [anon_sym_u_SQUOTE] = ACTIONS(1337), - [anon_sym_U_SQUOTE] = ACTIONS(1337), - [anon_sym_u8_SQUOTE] = ACTIONS(1337), - [anon_sym_SQUOTE] = ACTIONS(1337), - [anon_sym_L_DQUOTE] = ACTIONS(1337), - [anon_sym_u_DQUOTE] = ACTIONS(1337), - [anon_sym_U_DQUOTE] = ACTIONS(1337), - [anon_sym_u8_DQUOTE] = ACTIONS(1337), - [anon_sym_DQUOTE] = ACTIONS(1337), - [sym_true] = ACTIONS(1335), - [sym_false] = ACTIONS(1335), - [anon_sym_NULL] = ACTIONS(1335), - [anon_sym_nullptr] = ACTIONS(1335), + [360] = { + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym_SEMI] = ACTIONS(1393), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_RBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), [sym_comment] = ACTIONS(3), }, - [336] = { - [sym_identifier] = ACTIONS(1339), - [aux_sym_preproc_include_token1] = ACTIONS(1339), - [aux_sym_preproc_def_token1] = ACTIONS(1339), - [aux_sym_preproc_if_token1] = ACTIONS(1339), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), - [sym_preproc_directive] = ACTIONS(1339), - [anon_sym_LPAREN2] = ACTIONS(1341), - [anon_sym_BANG] = ACTIONS(1341), - [anon_sym_TILDE] = ACTIONS(1341), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_STAR] = ACTIONS(1341), - [anon_sym_AMP] = ACTIONS(1341), - [anon_sym_SEMI] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1339), - [anon_sym_typedef] = ACTIONS(1339), - [anon_sym_extern] = ACTIONS(1339), - [anon_sym___attribute__] = ACTIONS(1339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), - [anon_sym___declspec] = ACTIONS(1339), - [anon_sym___cdecl] = ACTIONS(1339), - [anon_sym___clrcall] = ACTIONS(1339), - [anon_sym___stdcall] = ACTIONS(1339), - [anon_sym___fastcall] = ACTIONS(1339), - [anon_sym___thiscall] = ACTIONS(1339), - [anon_sym___vectorcall] = ACTIONS(1339), - [anon_sym_LBRACE] = ACTIONS(1341), - [anon_sym_RBRACE] = ACTIONS(1341), - [anon_sym_signed] = ACTIONS(1339), - [anon_sym_unsigned] = ACTIONS(1339), - [anon_sym_long] = ACTIONS(1339), - [anon_sym_short] = ACTIONS(1339), - [anon_sym_static] = ACTIONS(1339), - [anon_sym_auto] = ACTIONS(1339), - [anon_sym_register] = ACTIONS(1339), - [anon_sym_inline] = ACTIONS(1339), - [anon_sym___inline] = ACTIONS(1339), - [anon_sym___inline__] = ACTIONS(1339), - [anon_sym___forceinline] = ACTIONS(1339), - [anon_sym_thread_local] = ACTIONS(1339), - [anon_sym___thread] = ACTIONS(1339), - [anon_sym_const] = ACTIONS(1339), - [anon_sym_constexpr] = ACTIONS(1339), - [anon_sym_volatile] = ACTIONS(1339), - [anon_sym_restrict] = ACTIONS(1339), - [anon_sym___restrict__] = ACTIONS(1339), - [anon_sym__Atomic] = ACTIONS(1339), - [anon_sym__Noreturn] = ACTIONS(1339), - [anon_sym_noreturn] = ACTIONS(1339), - [sym_primitive_type] = ACTIONS(1339), - [anon_sym_enum] = ACTIONS(1339), - [anon_sym_struct] = ACTIONS(1339), - [anon_sym_union] = ACTIONS(1339), - [anon_sym_if] = ACTIONS(1339), - [anon_sym_switch] = ACTIONS(1339), - [anon_sym_case] = ACTIONS(1339), - [anon_sym_default] = ACTIONS(1339), - [anon_sym_while] = ACTIONS(1339), - [anon_sym_do] = ACTIONS(1339), - [anon_sym_for] = ACTIONS(1339), - [anon_sym_return] = ACTIONS(1339), - [anon_sym_break] = ACTIONS(1339), - [anon_sym_continue] = ACTIONS(1339), - [anon_sym_goto] = ACTIONS(1339), - [anon_sym_DASH_DASH] = ACTIONS(1341), - [anon_sym_PLUS_PLUS] = ACTIONS(1341), - [anon_sym_sizeof] = ACTIONS(1339), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1339), - [anon_sym__Generic] = ACTIONS(1339), - [anon_sym_asm] = ACTIONS(1339), - [anon_sym___asm__] = ACTIONS(1339), - [sym_number_literal] = ACTIONS(1341), - [anon_sym_L_SQUOTE] = ACTIONS(1341), - [anon_sym_u_SQUOTE] = ACTIONS(1341), - [anon_sym_U_SQUOTE] = ACTIONS(1341), - [anon_sym_u8_SQUOTE] = ACTIONS(1341), - [anon_sym_SQUOTE] = ACTIONS(1341), - [anon_sym_L_DQUOTE] = ACTIONS(1341), - [anon_sym_u_DQUOTE] = ACTIONS(1341), - [anon_sym_U_DQUOTE] = ACTIONS(1341), - [anon_sym_u8_DQUOTE] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1341), - [sym_true] = ACTIONS(1339), - [sym_false] = ACTIONS(1339), - [anon_sym_NULL] = ACTIONS(1339), - [anon_sym_nullptr] = ACTIONS(1339), + [361] = { + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), + [sym_comment] = ACTIONS(3), + }, + [362] = { + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym_SEMI] = ACTIONS(1349), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_RBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), [sym_comment] = ACTIONS(3), }, - [337] = { + [363] = { [sym_identifier] = ACTIONS(1351), [aux_sym_preproc_include_token1] = ACTIONS(1351), [aux_sym_preproc_def_token1] = ACTIONS(1351), @@ -52695,7 +55357,102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1351), [sym_comment] = ACTIONS(3), }, - [338] = { + [364] = { + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token2] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym_SEMI] = ACTIONS(1309), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), + [sym_comment] = ACTIONS(3), + }, + [365] = { [sym_identifier] = ACTIONS(1383), [aux_sym_preproc_include_token1] = ACTIONS(1383), [aux_sym_preproc_def_token1] = ACTIONS(1383), @@ -52790,7 +55547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1383), [sym_comment] = ACTIONS(3), }, - [339] = { + [366] = { [sym_identifier] = ACTIONS(1379), [aux_sym_preproc_include_token1] = ACTIONS(1379), [aux_sym_preproc_def_token1] = ACTIONS(1379), @@ -52885,102 +55642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1379), [sym_comment] = ACTIONS(3), }, - [340] = { - [sym_identifier] = ACTIONS(1347), - [aux_sym_preproc_include_token1] = ACTIONS(1347), - [aux_sym_preproc_def_token1] = ACTIONS(1347), - [aux_sym_preproc_if_token1] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), - [sym_preproc_directive] = ACTIONS(1347), - [anon_sym_LPAREN2] = ACTIONS(1349), - [anon_sym_BANG] = ACTIONS(1349), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_DASH] = ACTIONS(1347), - [anon_sym_PLUS] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(1349), - [anon_sym_AMP] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1347), - [anon_sym_typedef] = ACTIONS(1347), - [anon_sym_extern] = ACTIONS(1347), - [anon_sym___attribute__] = ACTIONS(1347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), - [anon_sym___declspec] = ACTIONS(1347), - [anon_sym___cdecl] = ACTIONS(1347), - [anon_sym___clrcall] = ACTIONS(1347), - [anon_sym___stdcall] = ACTIONS(1347), - [anon_sym___fastcall] = ACTIONS(1347), - [anon_sym___thiscall] = ACTIONS(1347), - [anon_sym___vectorcall] = ACTIONS(1347), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_RBRACE] = ACTIONS(1349), - [anon_sym_signed] = ACTIONS(1347), - [anon_sym_unsigned] = ACTIONS(1347), - [anon_sym_long] = ACTIONS(1347), - [anon_sym_short] = ACTIONS(1347), - [anon_sym_static] = ACTIONS(1347), - [anon_sym_auto] = ACTIONS(1347), - [anon_sym_register] = ACTIONS(1347), - [anon_sym_inline] = ACTIONS(1347), - [anon_sym___inline] = ACTIONS(1347), - [anon_sym___inline__] = ACTIONS(1347), - [anon_sym___forceinline] = ACTIONS(1347), - [anon_sym_thread_local] = ACTIONS(1347), - [anon_sym___thread] = ACTIONS(1347), - [anon_sym_const] = ACTIONS(1347), - [anon_sym_constexpr] = ACTIONS(1347), - [anon_sym_volatile] = ACTIONS(1347), - [anon_sym_restrict] = ACTIONS(1347), - [anon_sym___restrict__] = ACTIONS(1347), - [anon_sym__Atomic] = ACTIONS(1347), - [anon_sym__Noreturn] = ACTIONS(1347), - [anon_sym_noreturn] = ACTIONS(1347), - [sym_primitive_type] = ACTIONS(1347), - [anon_sym_enum] = ACTIONS(1347), - [anon_sym_struct] = ACTIONS(1347), - [anon_sym_union] = ACTIONS(1347), - [anon_sym_if] = ACTIONS(1347), - [anon_sym_switch] = ACTIONS(1347), - [anon_sym_case] = ACTIONS(1347), - [anon_sym_default] = ACTIONS(1347), - [anon_sym_while] = ACTIONS(1347), - [anon_sym_do] = ACTIONS(1347), - [anon_sym_for] = ACTIONS(1347), - [anon_sym_return] = ACTIONS(1347), - [anon_sym_break] = ACTIONS(1347), - [anon_sym_continue] = ACTIONS(1347), - [anon_sym_goto] = ACTIONS(1347), - [anon_sym_DASH_DASH] = ACTIONS(1349), - [anon_sym_PLUS_PLUS] = ACTIONS(1349), - [anon_sym_sizeof] = ACTIONS(1347), - [anon_sym___alignof__] = ACTIONS(1347), - [anon_sym___alignof] = ACTIONS(1347), - [anon_sym__alignof] = ACTIONS(1347), - [anon_sym_alignof] = ACTIONS(1347), - [anon_sym__Alignof] = ACTIONS(1347), - [anon_sym_offsetof] = ACTIONS(1347), - [anon_sym__Generic] = ACTIONS(1347), - [anon_sym_asm] = ACTIONS(1347), - [anon_sym___asm__] = ACTIONS(1347), - [sym_number_literal] = ACTIONS(1349), - [anon_sym_L_SQUOTE] = ACTIONS(1349), - [anon_sym_u_SQUOTE] = ACTIONS(1349), - [anon_sym_U_SQUOTE] = ACTIONS(1349), - [anon_sym_u8_SQUOTE] = ACTIONS(1349), - [anon_sym_SQUOTE] = ACTIONS(1349), - [anon_sym_L_DQUOTE] = ACTIONS(1349), - [anon_sym_u_DQUOTE] = ACTIONS(1349), - [anon_sym_U_DQUOTE] = ACTIONS(1349), - [anon_sym_u8_DQUOTE] = ACTIONS(1349), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym_true] = ACTIONS(1347), - [sym_false] = ACTIONS(1347), - [anon_sym_NULL] = ACTIONS(1347), - [anon_sym_nullptr] = ACTIONS(1347), - [sym_comment] = ACTIONS(3), - }, - [341] = { + [367] = { [sym_identifier] = ACTIONS(1375), [aux_sym_preproc_include_token1] = ACTIONS(1375), [aux_sym_preproc_def_token1] = ACTIONS(1375), @@ -53059,593 +55721,308 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_asm] = ACTIONS(1375), [anon_sym___asm__] = ACTIONS(1375), [sym_number_literal] = ACTIONS(1377), - [anon_sym_L_SQUOTE] = ACTIONS(1377), - [anon_sym_u_SQUOTE] = ACTIONS(1377), - [anon_sym_U_SQUOTE] = ACTIONS(1377), - [anon_sym_u8_SQUOTE] = ACTIONS(1377), - [anon_sym_SQUOTE] = ACTIONS(1377), - [anon_sym_L_DQUOTE] = ACTIONS(1377), - [anon_sym_u_DQUOTE] = ACTIONS(1377), - [anon_sym_U_DQUOTE] = ACTIONS(1377), - [anon_sym_u8_DQUOTE] = ACTIONS(1377), - [anon_sym_DQUOTE] = ACTIONS(1377), - [sym_true] = ACTIONS(1375), - [sym_false] = ACTIONS(1375), - [anon_sym_NULL] = ACTIONS(1375), - [anon_sym_nullptr] = ACTIONS(1375), - [sym_comment] = ACTIONS(3), - }, - [342] = { - [sym_identifier] = ACTIONS(1307), - [aux_sym_preproc_include_token1] = ACTIONS(1307), - [aux_sym_preproc_def_token1] = ACTIONS(1307), - [aux_sym_preproc_if_token1] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), - [sym_preproc_directive] = ACTIONS(1307), - [anon_sym_LPAREN2] = ACTIONS(1309), - [anon_sym_BANG] = ACTIONS(1309), - [anon_sym_TILDE] = ACTIONS(1309), - [anon_sym_DASH] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(1307), - [anon_sym_STAR] = ACTIONS(1309), - [anon_sym_AMP] = ACTIONS(1309), - [anon_sym_SEMI] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1307), - [anon_sym_typedef] = ACTIONS(1307), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym___attribute__] = ACTIONS(1307), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), - [anon_sym___declspec] = ACTIONS(1307), - [anon_sym___cdecl] = ACTIONS(1307), - [anon_sym___clrcall] = ACTIONS(1307), - [anon_sym___stdcall] = ACTIONS(1307), - [anon_sym___fastcall] = ACTIONS(1307), - [anon_sym___thiscall] = ACTIONS(1307), - [anon_sym___vectorcall] = ACTIONS(1307), - [anon_sym_LBRACE] = ACTIONS(1309), - [anon_sym_RBRACE] = ACTIONS(1309), - [anon_sym_signed] = ACTIONS(1307), - [anon_sym_unsigned] = ACTIONS(1307), - [anon_sym_long] = ACTIONS(1307), - [anon_sym_short] = ACTIONS(1307), - [anon_sym_static] = ACTIONS(1307), - [anon_sym_auto] = ACTIONS(1307), - [anon_sym_register] = ACTIONS(1307), - [anon_sym_inline] = ACTIONS(1307), - [anon_sym___inline] = ACTIONS(1307), - [anon_sym___inline__] = ACTIONS(1307), - [anon_sym___forceinline] = ACTIONS(1307), - [anon_sym_thread_local] = ACTIONS(1307), - [anon_sym___thread] = ACTIONS(1307), - [anon_sym_const] = ACTIONS(1307), - [anon_sym_constexpr] = ACTIONS(1307), - [anon_sym_volatile] = ACTIONS(1307), - [anon_sym_restrict] = ACTIONS(1307), - [anon_sym___restrict__] = ACTIONS(1307), - [anon_sym__Atomic] = ACTIONS(1307), - [anon_sym__Noreturn] = ACTIONS(1307), - [anon_sym_noreturn] = ACTIONS(1307), - [sym_primitive_type] = ACTIONS(1307), - [anon_sym_enum] = ACTIONS(1307), - [anon_sym_struct] = ACTIONS(1307), - [anon_sym_union] = ACTIONS(1307), - [anon_sym_if] = ACTIONS(1307), - [anon_sym_switch] = ACTIONS(1307), - [anon_sym_case] = ACTIONS(1307), - [anon_sym_default] = ACTIONS(1307), - [anon_sym_while] = ACTIONS(1307), - [anon_sym_do] = ACTIONS(1307), - [anon_sym_for] = ACTIONS(1307), - [anon_sym_return] = ACTIONS(1307), - [anon_sym_break] = ACTIONS(1307), - [anon_sym_continue] = ACTIONS(1307), - [anon_sym_goto] = ACTIONS(1307), - [anon_sym_DASH_DASH] = ACTIONS(1309), - [anon_sym_PLUS_PLUS] = ACTIONS(1309), - [anon_sym_sizeof] = ACTIONS(1307), - [anon_sym___alignof__] = ACTIONS(1307), - [anon_sym___alignof] = ACTIONS(1307), - [anon_sym__alignof] = ACTIONS(1307), - [anon_sym_alignof] = ACTIONS(1307), - [anon_sym__Alignof] = ACTIONS(1307), - [anon_sym_offsetof] = ACTIONS(1307), - [anon_sym__Generic] = ACTIONS(1307), - [anon_sym_asm] = ACTIONS(1307), - [anon_sym___asm__] = ACTIONS(1307), - [sym_number_literal] = ACTIONS(1309), - [anon_sym_L_SQUOTE] = ACTIONS(1309), - [anon_sym_u_SQUOTE] = ACTIONS(1309), - [anon_sym_U_SQUOTE] = ACTIONS(1309), - [anon_sym_u8_SQUOTE] = ACTIONS(1309), - [anon_sym_SQUOTE] = ACTIONS(1309), - [anon_sym_L_DQUOTE] = ACTIONS(1309), - [anon_sym_u_DQUOTE] = ACTIONS(1309), - [anon_sym_U_DQUOTE] = ACTIONS(1309), - [anon_sym_u8_DQUOTE] = ACTIONS(1309), - [anon_sym_DQUOTE] = ACTIONS(1309), - [sym_true] = ACTIONS(1307), - [sym_false] = ACTIONS(1307), - [anon_sym_NULL] = ACTIONS(1307), - [anon_sym_nullptr] = ACTIONS(1307), - [sym_comment] = ACTIONS(3), - }, - [343] = { - [sym_identifier] = ACTIONS(1339), - [aux_sym_preproc_include_token1] = ACTIONS(1339), - [aux_sym_preproc_def_token1] = ACTIONS(1339), - [aux_sym_preproc_if_token1] = ACTIONS(1339), - [aux_sym_preproc_if_token2] = ACTIONS(1339), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), - [sym_preproc_directive] = ACTIONS(1339), - [anon_sym_LPAREN2] = ACTIONS(1341), - [anon_sym_BANG] = ACTIONS(1341), - [anon_sym_TILDE] = ACTIONS(1341), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_STAR] = ACTIONS(1341), - [anon_sym_AMP] = ACTIONS(1341), - [anon_sym_SEMI] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1339), - [anon_sym_typedef] = ACTIONS(1339), - [anon_sym_extern] = ACTIONS(1339), - [anon_sym___attribute__] = ACTIONS(1339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), - [anon_sym___declspec] = ACTIONS(1339), - [anon_sym___cdecl] = ACTIONS(1339), - [anon_sym___clrcall] = ACTIONS(1339), - [anon_sym___stdcall] = ACTIONS(1339), - [anon_sym___fastcall] = ACTIONS(1339), - [anon_sym___thiscall] = ACTIONS(1339), - [anon_sym___vectorcall] = ACTIONS(1339), - [anon_sym_LBRACE] = ACTIONS(1341), - [anon_sym_signed] = ACTIONS(1339), - [anon_sym_unsigned] = ACTIONS(1339), - [anon_sym_long] = ACTIONS(1339), - [anon_sym_short] = ACTIONS(1339), - [anon_sym_static] = ACTIONS(1339), - [anon_sym_auto] = ACTIONS(1339), - [anon_sym_register] = ACTIONS(1339), - [anon_sym_inline] = ACTIONS(1339), - [anon_sym___inline] = ACTIONS(1339), - [anon_sym___inline__] = ACTIONS(1339), - [anon_sym___forceinline] = ACTIONS(1339), - [anon_sym_thread_local] = ACTIONS(1339), - [anon_sym___thread] = ACTIONS(1339), - [anon_sym_const] = ACTIONS(1339), - [anon_sym_constexpr] = ACTIONS(1339), - [anon_sym_volatile] = ACTIONS(1339), - [anon_sym_restrict] = ACTIONS(1339), - [anon_sym___restrict__] = ACTIONS(1339), - [anon_sym__Atomic] = ACTIONS(1339), - [anon_sym__Noreturn] = ACTIONS(1339), - [anon_sym_noreturn] = ACTIONS(1339), - [sym_primitive_type] = ACTIONS(1339), - [anon_sym_enum] = ACTIONS(1339), - [anon_sym_struct] = ACTIONS(1339), - [anon_sym_union] = ACTIONS(1339), - [anon_sym_if] = ACTIONS(1339), - [anon_sym_switch] = ACTIONS(1339), - [anon_sym_case] = ACTIONS(1339), - [anon_sym_default] = ACTIONS(1339), - [anon_sym_while] = ACTIONS(1339), - [anon_sym_do] = ACTIONS(1339), - [anon_sym_for] = ACTIONS(1339), - [anon_sym_return] = ACTIONS(1339), - [anon_sym_break] = ACTIONS(1339), - [anon_sym_continue] = ACTIONS(1339), - [anon_sym_goto] = ACTIONS(1339), - [anon_sym_DASH_DASH] = ACTIONS(1341), - [anon_sym_PLUS_PLUS] = ACTIONS(1341), - [anon_sym_sizeof] = ACTIONS(1339), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1339), - [anon_sym__Generic] = ACTIONS(1339), - [anon_sym_asm] = ACTIONS(1339), - [anon_sym___asm__] = ACTIONS(1339), - [sym_number_literal] = ACTIONS(1341), - [anon_sym_L_SQUOTE] = ACTIONS(1341), - [anon_sym_u_SQUOTE] = ACTIONS(1341), - [anon_sym_U_SQUOTE] = ACTIONS(1341), - [anon_sym_u8_SQUOTE] = ACTIONS(1341), - [anon_sym_SQUOTE] = ACTIONS(1341), - [anon_sym_L_DQUOTE] = ACTIONS(1341), - [anon_sym_u_DQUOTE] = ACTIONS(1341), - [anon_sym_U_DQUOTE] = ACTIONS(1341), - [anon_sym_u8_DQUOTE] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1341), - [sym_true] = ACTIONS(1339), - [sym_false] = ACTIONS(1339), - [anon_sym_NULL] = ACTIONS(1339), - [anon_sym_nullptr] = ACTIONS(1339), - [sym_comment] = ACTIONS(3), - }, - [344] = { - [sym_identifier] = ACTIONS(1311), - [aux_sym_preproc_include_token1] = ACTIONS(1311), - [aux_sym_preproc_def_token1] = ACTIONS(1311), - [aux_sym_preproc_if_token1] = ACTIONS(1311), - [aux_sym_preproc_if_token2] = ACTIONS(1311), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), - [sym_preproc_directive] = ACTIONS(1311), - [anon_sym_LPAREN2] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1313), - [anon_sym_TILDE] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1311), - [anon_sym_PLUS] = ACTIONS(1311), - [anon_sym_STAR] = ACTIONS(1313), - [anon_sym_AMP] = ACTIONS(1313), - [anon_sym_SEMI] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1311), - [anon_sym_typedef] = ACTIONS(1311), - [anon_sym_extern] = ACTIONS(1311), - [anon_sym___attribute__] = ACTIONS(1311), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), - [anon_sym___declspec] = ACTIONS(1311), - [anon_sym___cdecl] = ACTIONS(1311), - [anon_sym___clrcall] = ACTIONS(1311), - [anon_sym___stdcall] = ACTIONS(1311), - [anon_sym___fastcall] = ACTIONS(1311), - [anon_sym___thiscall] = ACTIONS(1311), - [anon_sym___vectorcall] = ACTIONS(1311), - [anon_sym_LBRACE] = ACTIONS(1313), - [anon_sym_signed] = ACTIONS(1311), - [anon_sym_unsigned] = ACTIONS(1311), - [anon_sym_long] = ACTIONS(1311), - [anon_sym_short] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1311), - [anon_sym_auto] = ACTIONS(1311), - [anon_sym_register] = ACTIONS(1311), - [anon_sym_inline] = ACTIONS(1311), - [anon_sym___inline] = ACTIONS(1311), - [anon_sym___inline__] = ACTIONS(1311), - [anon_sym___forceinline] = ACTIONS(1311), - [anon_sym_thread_local] = ACTIONS(1311), - [anon_sym___thread] = ACTIONS(1311), - [anon_sym_const] = ACTIONS(1311), - [anon_sym_constexpr] = ACTIONS(1311), - [anon_sym_volatile] = ACTIONS(1311), - [anon_sym_restrict] = ACTIONS(1311), - [anon_sym___restrict__] = ACTIONS(1311), - [anon_sym__Atomic] = ACTIONS(1311), - [anon_sym__Noreturn] = ACTIONS(1311), - [anon_sym_noreturn] = ACTIONS(1311), - [sym_primitive_type] = ACTIONS(1311), - [anon_sym_enum] = ACTIONS(1311), - [anon_sym_struct] = ACTIONS(1311), - [anon_sym_union] = ACTIONS(1311), - [anon_sym_if] = ACTIONS(1311), - [anon_sym_switch] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1311), - [anon_sym_default] = ACTIONS(1311), - [anon_sym_while] = ACTIONS(1311), - [anon_sym_do] = ACTIONS(1311), - [anon_sym_for] = ACTIONS(1311), - [anon_sym_return] = ACTIONS(1311), - [anon_sym_break] = ACTIONS(1311), - [anon_sym_continue] = ACTIONS(1311), - [anon_sym_goto] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1313), - [anon_sym_sizeof] = ACTIONS(1311), - [anon_sym___alignof__] = ACTIONS(1311), - [anon_sym___alignof] = ACTIONS(1311), - [anon_sym__alignof] = ACTIONS(1311), - [anon_sym_alignof] = ACTIONS(1311), - [anon_sym__Alignof] = ACTIONS(1311), - [anon_sym_offsetof] = ACTIONS(1311), - [anon_sym__Generic] = ACTIONS(1311), - [anon_sym_asm] = ACTIONS(1311), - [anon_sym___asm__] = ACTIONS(1311), - [sym_number_literal] = ACTIONS(1313), - [anon_sym_L_SQUOTE] = ACTIONS(1313), - [anon_sym_u_SQUOTE] = ACTIONS(1313), - [anon_sym_U_SQUOTE] = ACTIONS(1313), - [anon_sym_u8_SQUOTE] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1313), - [anon_sym_L_DQUOTE] = ACTIONS(1313), - [anon_sym_u_DQUOTE] = ACTIONS(1313), - [anon_sym_U_DQUOTE] = ACTIONS(1313), - [anon_sym_u8_DQUOTE] = ACTIONS(1313), - [anon_sym_DQUOTE] = ACTIONS(1313), - [sym_true] = ACTIONS(1311), - [sym_false] = ACTIONS(1311), - [anon_sym_NULL] = ACTIONS(1311), - [anon_sym_nullptr] = ACTIONS(1311), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), [sym_comment] = ACTIONS(3), }, - [345] = { - [sym_identifier] = ACTIONS(1331), - [aux_sym_preproc_include_token1] = ACTIONS(1331), - [aux_sym_preproc_def_token1] = ACTIONS(1331), - [aux_sym_preproc_if_token1] = ACTIONS(1331), - [aux_sym_preproc_if_token2] = ACTIONS(1331), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), - [sym_preproc_directive] = ACTIONS(1331), - [anon_sym_LPAREN2] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1331), - [anon_sym_PLUS] = ACTIONS(1331), - [anon_sym_STAR] = ACTIONS(1333), - [anon_sym_AMP] = ACTIONS(1333), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1331), - [anon_sym_typedef] = ACTIONS(1331), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym___attribute__] = ACTIONS(1331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), - [anon_sym___declspec] = ACTIONS(1331), - [anon_sym___cdecl] = ACTIONS(1331), - [anon_sym___clrcall] = ACTIONS(1331), - [anon_sym___stdcall] = ACTIONS(1331), - [anon_sym___fastcall] = ACTIONS(1331), - [anon_sym___thiscall] = ACTIONS(1331), - [anon_sym___vectorcall] = ACTIONS(1331), - [anon_sym_LBRACE] = ACTIONS(1333), - [anon_sym_signed] = ACTIONS(1331), - [anon_sym_unsigned] = ACTIONS(1331), - [anon_sym_long] = ACTIONS(1331), - [anon_sym_short] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1331), - [anon_sym_auto] = ACTIONS(1331), - [anon_sym_register] = ACTIONS(1331), - [anon_sym_inline] = ACTIONS(1331), - [anon_sym___inline] = ACTIONS(1331), - [anon_sym___inline__] = ACTIONS(1331), - [anon_sym___forceinline] = ACTIONS(1331), - [anon_sym_thread_local] = ACTIONS(1331), - [anon_sym___thread] = ACTIONS(1331), - [anon_sym_const] = ACTIONS(1331), - [anon_sym_constexpr] = ACTIONS(1331), - [anon_sym_volatile] = ACTIONS(1331), - [anon_sym_restrict] = ACTIONS(1331), - [anon_sym___restrict__] = ACTIONS(1331), - [anon_sym__Atomic] = ACTIONS(1331), - [anon_sym__Noreturn] = ACTIONS(1331), - [anon_sym_noreturn] = ACTIONS(1331), - [sym_primitive_type] = ACTIONS(1331), - [anon_sym_enum] = ACTIONS(1331), - [anon_sym_struct] = ACTIONS(1331), - [anon_sym_union] = ACTIONS(1331), - [anon_sym_if] = ACTIONS(1331), - [anon_sym_switch] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1331), - [anon_sym_default] = ACTIONS(1331), - [anon_sym_while] = ACTIONS(1331), - [anon_sym_do] = ACTIONS(1331), - [anon_sym_for] = ACTIONS(1331), - [anon_sym_return] = ACTIONS(1331), - [anon_sym_break] = ACTIONS(1331), - [anon_sym_continue] = ACTIONS(1331), - [anon_sym_goto] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1331), - [anon_sym___alignof__] = ACTIONS(1331), - [anon_sym___alignof] = ACTIONS(1331), - [anon_sym__alignof] = ACTIONS(1331), - [anon_sym_alignof] = ACTIONS(1331), - [anon_sym__Alignof] = ACTIONS(1331), - [anon_sym_offsetof] = ACTIONS(1331), - [anon_sym__Generic] = ACTIONS(1331), - [anon_sym_asm] = ACTIONS(1331), - [anon_sym___asm__] = ACTIONS(1331), - [sym_number_literal] = ACTIONS(1333), - [anon_sym_L_SQUOTE] = ACTIONS(1333), - [anon_sym_u_SQUOTE] = ACTIONS(1333), - [anon_sym_U_SQUOTE] = ACTIONS(1333), - [anon_sym_u8_SQUOTE] = ACTIONS(1333), - [anon_sym_SQUOTE] = ACTIONS(1333), - [anon_sym_L_DQUOTE] = ACTIONS(1333), - [anon_sym_u_DQUOTE] = ACTIONS(1333), - [anon_sym_U_DQUOTE] = ACTIONS(1333), - [anon_sym_u8_DQUOTE] = ACTIONS(1333), - [anon_sym_DQUOTE] = ACTIONS(1333), - [sym_true] = ACTIONS(1331), - [sym_false] = ACTIONS(1331), - [anon_sym_NULL] = ACTIONS(1331), - [anon_sym_nullptr] = ACTIONS(1331), + [368] = { + [sym_identifier] = ACTIONS(1371), + [aux_sym_preproc_include_token1] = ACTIONS(1371), + [aux_sym_preproc_def_token1] = ACTIONS(1371), + [aux_sym_preproc_if_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), + [sym_preproc_directive] = ACTIONS(1371), + [anon_sym_LPAREN2] = ACTIONS(1373), + [anon_sym_BANG] = ACTIONS(1373), + [anon_sym_TILDE] = ACTIONS(1373), + [anon_sym_DASH] = ACTIONS(1371), + [anon_sym_PLUS] = ACTIONS(1371), + [anon_sym_STAR] = ACTIONS(1373), + [anon_sym_AMP] = ACTIONS(1373), + [anon_sym_SEMI] = ACTIONS(1373), + [anon_sym___extension__] = ACTIONS(1371), + [anon_sym_typedef] = ACTIONS(1371), + [anon_sym_extern] = ACTIONS(1371), + [anon_sym___attribute__] = ACTIONS(1371), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), + [anon_sym___declspec] = ACTIONS(1371), + [anon_sym___cdecl] = ACTIONS(1371), + [anon_sym___clrcall] = ACTIONS(1371), + [anon_sym___stdcall] = ACTIONS(1371), + [anon_sym___fastcall] = ACTIONS(1371), + [anon_sym___thiscall] = ACTIONS(1371), + [anon_sym___vectorcall] = ACTIONS(1371), + [anon_sym_LBRACE] = ACTIONS(1373), + [anon_sym_RBRACE] = ACTIONS(1373), + [anon_sym_signed] = ACTIONS(1371), + [anon_sym_unsigned] = ACTIONS(1371), + [anon_sym_long] = ACTIONS(1371), + [anon_sym_short] = ACTIONS(1371), + [anon_sym_static] = ACTIONS(1371), + [anon_sym_auto] = ACTIONS(1371), + [anon_sym_register] = ACTIONS(1371), + [anon_sym_inline] = ACTIONS(1371), + [anon_sym___inline] = ACTIONS(1371), + [anon_sym___inline__] = ACTIONS(1371), + [anon_sym___forceinline] = ACTIONS(1371), + [anon_sym_thread_local] = ACTIONS(1371), + [anon_sym___thread] = ACTIONS(1371), + [anon_sym_const] = ACTIONS(1371), + [anon_sym_constexpr] = ACTIONS(1371), + [anon_sym_volatile] = ACTIONS(1371), + [anon_sym_restrict] = ACTIONS(1371), + [anon_sym___restrict__] = ACTIONS(1371), + [anon_sym__Atomic] = ACTIONS(1371), + [anon_sym__Noreturn] = ACTIONS(1371), + [anon_sym_noreturn] = ACTIONS(1371), + [sym_primitive_type] = ACTIONS(1371), + [anon_sym_enum] = ACTIONS(1371), + [anon_sym_struct] = ACTIONS(1371), + [anon_sym_union] = ACTIONS(1371), + [anon_sym_if] = ACTIONS(1371), + [anon_sym_switch] = ACTIONS(1371), + [anon_sym_case] = ACTIONS(1371), + [anon_sym_default] = ACTIONS(1371), + [anon_sym_while] = ACTIONS(1371), + [anon_sym_do] = ACTIONS(1371), + [anon_sym_for] = ACTIONS(1371), + [anon_sym_return] = ACTIONS(1371), + [anon_sym_break] = ACTIONS(1371), + [anon_sym_continue] = ACTIONS(1371), + [anon_sym_goto] = ACTIONS(1371), + [anon_sym_DASH_DASH] = ACTIONS(1373), + [anon_sym_PLUS_PLUS] = ACTIONS(1373), + [anon_sym_sizeof] = ACTIONS(1371), + [anon_sym___alignof__] = ACTIONS(1371), + [anon_sym___alignof] = ACTIONS(1371), + [anon_sym__alignof] = ACTIONS(1371), + [anon_sym_alignof] = ACTIONS(1371), + [anon_sym__Alignof] = ACTIONS(1371), + [anon_sym_offsetof] = ACTIONS(1371), + [anon_sym__Generic] = ACTIONS(1371), + [anon_sym_asm] = ACTIONS(1371), + [anon_sym___asm__] = ACTIONS(1371), + [sym_number_literal] = ACTIONS(1373), + [anon_sym_L_SQUOTE] = ACTIONS(1373), + [anon_sym_u_SQUOTE] = ACTIONS(1373), + [anon_sym_U_SQUOTE] = ACTIONS(1373), + [anon_sym_u8_SQUOTE] = ACTIONS(1373), + [anon_sym_SQUOTE] = ACTIONS(1373), + [anon_sym_L_DQUOTE] = ACTIONS(1373), + [anon_sym_u_DQUOTE] = ACTIONS(1373), + [anon_sym_U_DQUOTE] = ACTIONS(1373), + [anon_sym_u8_DQUOTE] = ACTIONS(1373), + [anon_sym_DQUOTE] = ACTIONS(1373), + [sym_true] = ACTIONS(1371), + [sym_false] = ACTIONS(1371), + [anon_sym_NULL] = ACTIONS(1371), + [anon_sym_nullptr] = ACTIONS(1371), [sym_comment] = ACTIONS(3), }, - [346] = { - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1315), - [aux_sym_preproc_def_token1] = ACTIONS(1315), - [aux_sym_preproc_if_token1] = ACTIONS(1315), - [aux_sym_preproc_if_token2] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), - [sym_preproc_directive] = ACTIONS(1315), - [anon_sym_LPAREN2] = ACTIONS(1317), - [anon_sym_BANG] = ACTIONS(1317), - [anon_sym_TILDE] = ACTIONS(1317), - [anon_sym_DASH] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1315), - [anon_sym_STAR] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1317), - [anon_sym_SEMI] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1315), - [anon_sym_typedef] = ACTIONS(1315), - [anon_sym_extern] = ACTIONS(1315), - [anon_sym___attribute__] = ACTIONS(1315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), - [anon_sym___declspec] = ACTIONS(1315), - [anon_sym___cdecl] = ACTIONS(1315), - [anon_sym___clrcall] = ACTIONS(1315), - [anon_sym___stdcall] = ACTIONS(1315), - [anon_sym___fastcall] = ACTIONS(1315), - [anon_sym___thiscall] = ACTIONS(1315), - [anon_sym___vectorcall] = ACTIONS(1315), - [anon_sym_LBRACE] = ACTIONS(1317), - [anon_sym_signed] = ACTIONS(1315), - [anon_sym_unsigned] = ACTIONS(1315), - [anon_sym_long] = ACTIONS(1315), - [anon_sym_short] = ACTIONS(1315), - [anon_sym_static] = ACTIONS(1315), - [anon_sym_auto] = ACTIONS(1315), - [anon_sym_register] = ACTIONS(1315), - [anon_sym_inline] = ACTIONS(1315), - [anon_sym___inline] = ACTIONS(1315), - [anon_sym___inline__] = ACTIONS(1315), - [anon_sym___forceinline] = ACTIONS(1315), - [anon_sym_thread_local] = ACTIONS(1315), - [anon_sym___thread] = ACTIONS(1315), - [anon_sym_const] = ACTIONS(1315), - [anon_sym_constexpr] = ACTIONS(1315), - [anon_sym_volatile] = ACTIONS(1315), - [anon_sym_restrict] = ACTIONS(1315), - [anon_sym___restrict__] = ACTIONS(1315), - [anon_sym__Atomic] = ACTIONS(1315), - [anon_sym__Noreturn] = ACTIONS(1315), - [anon_sym_noreturn] = ACTIONS(1315), - [sym_primitive_type] = ACTIONS(1315), - [anon_sym_enum] = ACTIONS(1315), - [anon_sym_struct] = ACTIONS(1315), - [anon_sym_union] = ACTIONS(1315), - [anon_sym_if] = ACTIONS(1315), - [anon_sym_switch] = ACTIONS(1315), - [anon_sym_case] = ACTIONS(1315), - [anon_sym_default] = ACTIONS(1315), - [anon_sym_while] = ACTIONS(1315), - [anon_sym_do] = ACTIONS(1315), - [anon_sym_for] = ACTIONS(1315), - [anon_sym_return] = ACTIONS(1315), - [anon_sym_break] = ACTIONS(1315), - [anon_sym_continue] = ACTIONS(1315), - [anon_sym_goto] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(1317), - [anon_sym_PLUS_PLUS] = ACTIONS(1317), - [anon_sym_sizeof] = ACTIONS(1315), - [anon_sym___alignof__] = ACTIONS(1315), - [anon_sym___alignof] = ACTIONS(1315), - [anon_sym__alignof] = ACTIONS(1315), - [anon_sym_alignof] = ACTIONS(1315), - [anon_sym__Alignof] = ACTIONS(1315), - [anon_sym_offsetof] = ACTIONS(1315), - [anon_sym__Generic] = ACTIONS(1315), - [anon_sym_asm] = ACTIONS(1315), - [anon_sym___asm__] = ACTIONS(1315), - [sym_number_literal] = ACTIONS(1317), - [anon_sym_L_SQUOTE] = ACTIONS(1317), - [anon_sym_u_SQUOTE] = ACTIONS(1317), - [anon_sym_U_SQUOTE] = ACTIONS(1317), - [anon_sym_u8_SQUOTE] = ACTIONS(1317), - [anon_sym_SQUOTE] = ACTIONS(1317), - [anon_sym_L_DQUOTE] = ACTIONS(1317), - [anon_sym_u_DQUOTE] = ACTIONS(1317), - [anon_sym_U_DQUOTE] = ACTIONS(1317), - [anon_sym_u8_DQUOTE] = ACTIONS(1317), - [anon_sym_DQUOTE] = ACTIONS(1317), - [sym_true] = ACTIONS(1315), - [sym_false] = ACTIONS(1315), - [anon_sym_NULL] = ACTIONS(1315), - [anon_sym_nullptr] = ACTIONS(1315), + [369] = { + [sym_identifier] = ACTIONS(1367), + [aux_sym_preproc_include_token1] = ACTIONS(1367), + [aux_sym_preproc_def_token1] = ACTIONS(1367), + [aux_sym_preproc_if_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1367), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1367), + [sym_preproc_directive] = ACTIONS(1367), + [anon_sym_LPAREN2] = ACTIONS(1369), + [anon_sym_BANG] = ACTIONS(1369), + [anon_sym_TILDE] = ACTIONS(1369), + [anon_sym_DASH] = ACTIONS(1367), + [anon_sym_PLUS] = ACTIONS(1367), + [anon_sym_STAR] = ACTIONS(1369), + [anon_sym_AMP] = ACTIONS(1369), + [anon_sym_SEMI] = ACTIONS(1369), + [anon_sym___extension__] = ACTIONS(1367), + [anon_sym_typedef] = ACTIONS(1367), + [anon_sym_extern] = ACTIONS(1367), + [anon_sym___attribute__] = ACTIONS(1367), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1369), + [anon_sym___declspec] = ACTIONS(1367), + [anon_sym___cdecl] = ACTIONS(1367), + [anon_sym___clrcall] = ACTIONS(1367), + [anon_sym___stdcall] = ACTIONS(1367), + [anon_sym___fastcall] = ACTIONS(1367), + [anon_sym___thiscall] = ACTIONS(1367), + [anon_sym___vectorcall] = ACTIONS(1367), + [anon_sym_LBRACE] = ACTIONS(1369), + [anon_sym_RBRACE] = ACTIONS(1369), + [anon_sym_signed] = ACTIONS(1367), + [anon_sym_unsigned] = ACTIONS(1367), + [anon_sym_long] = ACTIONS(1367), + [anon_sym_short] = ACTIONS(1367), + [anon_sym_static] = ACTIONS(1367), + [anon_sym_auto] = ACTIONS(1367), + [anon_sym_register] = ACTIONS(1367), + [anon_sym_inline] = ACTIONS(1367), + [anon_sym___inline] = ACTIONS(1367), + [anon_sym___inline__] = ACTIONS(1367), + [anon_sym___forceinline] = ACTIONS(1367), + [anon_sym_thread_local] = ACTIONS(1367), + [anon_sym___thread] = ACTIONS(1367), + [anon_sym_const] = ACTIONS(1367), + [anon_sym_constexpr] = ACTIONS(1367), + [anon_sym_volatile] = ACTIONS(1367), + [anon_sym_restrict] = ACTIONS(1367), + [anon_sym___restrict__] = ACTIONS(1367), + [anon_sym__Atomic] = ACTIONS(1367), + [anon_sym__Noreturn] = ACTIONS(1367), + [anon_sym_noreturn] = ACTIONS(1367), + [sym_primitive_type] = ACTIONS(1367), + [anon_sym_enum] = ACTIONS(1367), + [anon_sym_struct] = ACTIONS(1367), + [anon_sym_union] = ACTIONS(1367), + [anon_sym_if] = ACTIONS(1367), + [anon_sym_switch] = ACTIONS(1367), + [anon_sym_case] = ACTIONS(1367), + [anon_sym_default] = ACTIONS(1367), + [anon_sym_while] = ACTIONS(1367), + [anon_sym_do] = ACTIONS(1367), + [anon_sym_for] = ACTIONS(1367), + [anon_sym_return] = ACTIONS(1367), + [anon_sym_break] = ACTIONS(1367), + [anon_sym_continue] = ACTIONS(1367), + [anon_sym_goto] = ACTIONS(1367), + [anon_sym_DASH_DASH] = ACTIONS(1369), + [anon_sym_PLUS_PLUS] = ACTIONS(1369), + [anon_sym_sizeof] = ACTIONS(1367), + [anon_sym___alignof__] = ACTIONS(1367), + [anon_sym___alignof] = ACTIONS(1367), + [anon_sym__alignof] = ACTIONS(1367), + [anon_sym_alignof] = ACTIONS(1367), + [anon_sym__Alignof] = ACTIONS(1367), + [anon_sym_offsetof] = ACTIONS(1367), + [anon_sym__Generic] = ACTIONS(1367), + [anon_sym_asm] = ACTIONS(1367), + [anon_sym___asm__] = ACTIONS(1367), + [sym_number_literal] = ACTIONS(1369), + [anon_sym_L_SQUOTE] = ACTIONS(1369), + [anon_sym_u_SQUOTE] = ACTIONS(1369), + [anon_sym_U_SQUOTE] = ACTIONS(1369), + [anon_sym_u8_SQUOTE] = ACTIONS(1369), + [anon_sym_SQUOTE] = ACTIONS(1369), + [anon_sym_L_DQUOTE] = ACTIONS(1369), + [anon_sym_u_DQUOTE] = ACTIONS(1369), + [anon_sym_U_DQUOTE] = ACTIONS(1369), + [anon_sym_u8_DQUOTE] = ACTIONS(1369), + [anon_sym_DQUOTE] = ACTIONS(1369), + [sym_true] = ACTIONS(1367), + [sym_false] = ACTIONS(1367), + [anon_sym_NULL] = ACTIONS(1367), + [anon_sym_nullptr] = ACTIONS(1367), [sym_comment] = ACTIONS(3), }, - [347] = { - [sym_identifier] = ACTIONS(1359), - [aux_sym_preproc_include_token1] = ACTIONS(1359), - [aux_sym_preproc_def_token1] = ACTIONS(1359), - [aux_sym_preproc_if_token1] = ACTIONS(1359), - [aux_sym_preproc_if_token2] = ACTIONS(1359), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), - [sym_preproc_directive] = ACTIONS(1359), - [anon_sym_LPAREN2] = ACTIONS(1361), - [anon_sym_BANG] = ACTIONS(1361), - [anon_sym_TILDE] = ACTIONS(1361), - [anon_sym_DASH] = ACTIONS(1359), - [anon_sym_PLUS] = ACTIONS(1359), - [anon_sym_STAR] = ACTIONS(1361), - [anon_sym_AMP] = ACTIONS(1361), - [anon_sym_SEMI] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1359), - [anon_sym_typedef] = ACTIONS(1359), - [anon_sym_extern] = ACTIONS(1359), - [anon_sym___attribute__] = ACTIONS(1359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), - [anon_sym___declspec] = ACTIONS(1359), - [anon_sym___cdecl] = ACTIONS(1359), - [anon_sym___clrcall] = ACTIONS(1359), - [anon_sym___stdcall] = ACTIONS(1359), - [anon_sym___fastcall] = ACTIONS(1359), - [anon_sym___thiscall] = ACTIONS(1359), - [anon_sym___vectorcall] = ACTIONS(1359), - [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_signed] = ACTIONS(1359), - [anon_sym_unsigned] = ACTIONS(1359), - [anon_sym_long] = ACTIONS(1359), - [anon_sym_short] = ACTIONS(1359), - [anon_sym_static] = ACTIONS(1359), - [anon_sym_auto] = ACTIONS(1359), - [anon_sym_register] = ACTIONS(1359), - [anon_sym_inline] = ACTIONS(1359), - [anon_sym___inline] = ACTIONS(1359), - [anon_sym___inline__] = ACTIONS(1359), - [anon_sym___forceinline] = ACTIONS(1359), - [anon_sym_thread_local] = ACTIONS(1359), - [anon_sym___thread] = ACTIONS(1359), - [anon_sym_const] = ACTIONS(1359), - [anon_sym_constexpr] = ACTIONS(1359), - [anon_sym_volatile] = ACTIONS(1359), - [anon_sym_restrict] = ACTIONS(1359), - [anon_sym___restrict__] = ACTIONS(1359), - [anon_sym__Atomic] = ACTIONS(1359), - [anon_sym__Noreturn] = ACTIONS(1359), - [anon_sym_noreturn] = ACTIONS(1359), - [sym_primitive_type] = ACTIONS(1359), - [anon_sym_enum] = ACTIONS(1359), - [anon_sym_struct] = ACTIONS(1359), - [anon_sym_union] = ACTIONS(1359), - [anon_sym_if] = ACTIONS(1359), - [anon_sym_switch] = ACTIONS(1359), - [anon_sym_case] = ACTIONS(1359), - [anon_sym_default] = ACTIONS(1359), - [anon_sym_while] = ACTIONS(1359), - [anon_sym_do] = ACTIONS(1359), - [anon_sym_for] = ACTIONS(1359), - [anon_sym_return] = ACTIONS(1359), - [anon_sym_break] = ACTIONS(1359), - [anon_sym_continue] = ACTIONS(1359), - [anon_sym_goto] = ACTIONS(1359), - [anon_sym_DASH_DASH] = ACTIONS(1361), - [anon_sym_PLUS_PLUS] = ACTIONS(1361), - [anon_sym_sizeof] = ACTIONS(1359), - [anon_sym___alignof__] = ACTIONS(1359), - [anon_sym___alignof] = ACTIONS(1359), - [anon_sym__alignof] = ACTIONS(1359), - [anon_sym_alignof] = ACTIONS(1359), - [anon_sym__Alignof] = ACTIONS(1359), - [anon_sym_offsetof] = ACTIONS(1359), - [anon_sym__Generic] = ACTIONS(1359), - [anon_sym_asm] = ACTIONS(1359), - [anon_sym___asm__] = ACTIONS(1359), - [sym_number_literal] = ACTIONS(1361), - [anon_sym_L_SQUOTE] = ACTIONS(1361), - [anon_sym_u_SQUOTE] = ACTIONS(1361), - [anon_sym_U_SQUOTE] = ACTIONS(1361), - [anon_sym_u8_SQUOTE] = ACTIONS(1361), - [anon_sym_SQUOTE] = ACTIONS(1361), - [anon_sym_L_DQUOTE] = ACTIONS(1361), - [anon_sym_u_DQUOTE] = ACTIONS(1361), - [anon_sym_U_DQUOTE] = ACTIONS(1361), - [anon_sym_u8_DQUOTE] = ACTIONS(1361), - [anon_sym_DQUOTE] = ACTIONS(1361), - [sym_true] = ACTIONS(1359), - [sym_false] = ACTIONS(1359), - [anon_sym_NULL] = ACTIONS(1359), - [anon_sym_nullptr] = ACTIONS(1359), + [370] = { + [sym_identifier] = ACTIONS(1363), + [aux_sym_preproc_include_token1] = ACTIONS(1363), + [aux_sym_preproc_def_token1] = ACTIONS(1363), + [aux_sym_preproc_if_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1363), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1363), + [sym_preproc_directive] = ACTIONS(1363), + [anon_sym_LPAREN2] = ACTIONS(1365), + [anon_sym_BANG] = ACTIONS(1365), + [anon_sym_TILDE] = ACTIONS(1365), + [anon_sym_DASH] = ACTIONS(1363), + [anon_sym_PLUS] = ACTIONS(1363), + [anon_sym_STAR] = ACTIONS(1365), + [anon_sym_AMP] = ACTIONS(1365), + [anon_sym_SEMI] = ACTIONS(1365), + [anon_sym___extension__] = ACTIONS(1363), + [anon_sym_typedef] = ACTIONS(1363), + [anon_sym_extern] = ACTIONS(1363), + [anon_sym___attribute__] = ACTIONS(1363), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1365), + [anon_sym___declspec] = ACTIONS(1363), + [anon_sym___cdecl] = ACTIONS(1363), + [anon_sym___clrcall] = ACTIONS(1363), + [anon_sym___stdcall] = ACTIONS(1363), + [anon_sym___fastcall] = ACTIONS(1363), + [anon_sym___thiscall] = ACTIONS(1363), + [anon_sym___vectorcall] = ACTIONS(1363), + [anon_sym_LBRACE] = ACTIONS(1365), + [anon_sym_RBRACE] = ACTIONS(1365), + [anon_sym_signed] = ACTIONS(1363), + [anon_sym_unsigned] = ACTIONS(1363), + [anon_sym_long] = ACTIONS(1363), + [anon_sym_short] = ACTIONS(1363), + [anon_sym_static] = ACTIONS(1363), + [anon_sym_auto] = ACTIONS(1363), + [anon_sym_register] = ACTIONS(1363), + [anon_sym_inline] = ACTIONS(1363), + [anon_sym___inline] = ACTIONS(1363), + [anon_sym___inline__] = ACTIONS(1363), + [anon_sym___forceinline] = ACTIONS(1363), + [anon_sym_thread_local] = ACTIONS(1363), + [anon_sym___thread] = ACTIONS(1363), + [anon_sym_const] = ACTIONS(1363), + [anon_sym_constexpr] = ACTIONS(1363), + [anon_sym_volatile] = ACTIONS(1363), + [anon_sym_restrict] = ACTIONS(1363), + [anon_sym___restrict__] = ACTIONS(1363), + [anon_sym__Atomic] = ACTIONS(1363), + [anon_sym__Noreturn] = ACTIONS(1363), + [anon_sym_noreturn] = ACTIONS(1363), + [sym_primitive_type] = ACTIONS(1363), + [anon_sym_enum] = ACTIONS(1363), + [anon_sym_struct] = ACTIONS(1363), + [anon_sym_union] = ACTIONS(1363), + [anon_sym_if] = ACTIONS(1363), + [anon_sym_switch] = ACTIONS(1363), + [anon_sym_case] = ACTIONS(1363), + [anon_sym_default] = ACTIONS(1363), + [anon_sym_while] = ACTIONS(1363), + [anon_sym_do] = ACTIONS(1363), + [anon_sym_for] = ACTIONS(1363), + [anon_sym_return] = ACTIONS(1363), + [anon_sym_break] = ACTIONS(1363), + [anon_sym_continue] = ACTIONS(1363), + [anon_sym_goto] = ACTIONS(1363), + [anon_sym_DASH_DASH] = ACTIONS(1365), + [anon_sym_PLUS_PLUS] = ACTIONS(1365), + [anon_sym_sizeof] = ACTIONS(1363), + [anon_sym___alignof__] = ACTIONS(1363), + [anon_sym___alignof] = ACTIONS(1363), + [anon_sym__alignof] = ACTIONS(1363), + [anon_sym_alignof] = ACTIONS(1363), + [anon_sym__Alignof] = ACTIONS(1363), + [anon_sym_offsetof] = ACTIONS(1363), + [anon_sym__Generic] = ACTIONS(1363), + [anon_sym_asm] = ACTIONS(1363), + [anon_sym___asm__] = ACTIONS(1363), + [sym_number_literal] = ACTIONS(1365), + [anon_sym_L_SQUOTE] = ACTIONS(1365), + [anon_sym_u_SQUOTE] = ACTIONS(1365), + [anon_sym_U_SQUOTE] = ACTIONS(1365), + [anon_sym_u8_SQUOTE] = ACTIONS(1365), + [anon_sym_SQUOTE] = ACTIONS(1365), + [anon_sym_L_DQUOTE] = ACTIONS(1365), + [anon_sym_u_DQUOTE] = ACTIONS(1365), + [anon_sym_U_DQUOTE] = ACTIONS(1365), + [anon_sym_u8_DQUOTE] = ACTIONS(1365), + [anon_sym_DQUOTE] = ACTIONS(1365), + [sym_true] = ACTIONS(1363), + [sym_false] = ACTIONS(1363), + [anon_sym_NULL] = ACTIONS(1363), + [anon_sym_nullptr] = ACTIONS(1363), [sym_comment] = ACTIONS(3), }, - [348] = { + [371] = { [sym_identifier] = ACTIONS(1319), [aux_sym_preproc_include_token1] = ACTIONS(1319), [aux_sym_preproc_def_token1] = ACTIONS(1319), @@ -53740,487 +56117,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1319), [sym_comment] = ACTIONS(3), }, - [349] = { - [sym_identifier] = ACTIONS(1327), - [aux_sym_preproc_include_token1] = ACTIONS(1327), - [aux_sym_preproc_def_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token1] = ACTIONS(1327), - [aux_sym_preproc_if_token2] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1327), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1327), - [sym_preproc_directive] = ACTIONS(1327), - [anon_sym_LPAREN2] = ACTIONS(1329), - [anon_sym_BANG] = ACTIONS(1329), - [anon_sym_TILDE] = ACTIONS(1329), - [anon_sym_DASH] = ACTIONS(1327), - [anon_sym_PLUS] = ACTIONS(1327), - [anon_sym_STAR] = ACTIONS(1329), - [anon_sym_AMP] = ACTIONS(1329), - [anon_sym_SEMI] = ACTIONS(1329), - [anon_sym___extension__] = ACTIONS(1327), - [anon_sym_typedef] = ACTIONS(1327), - [anon_sym_extern] = ACTIONS(1327), - [anon_sym___attribute__] = ACTIONS(1327), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1329), - [anon_sym___declspec] = ACTIONS(1327), - [anon_sym___cdecl] = ACTIONS(1327), - [anon_sym___clrcall] = ACTIONS(1327), - [anon_sym___stdcall] = ACTIONS(1327), - [anon_sym___fastcall] = ACTIONS(1327), - [anon_sym___thiscall] = ACTIONS(1327), - [anon_sym___vectorcall] = ACTIONS(1327), - [anon_sym_LBRACE] = ACTIONS(1329), - [anon_sym_signed] = ACTIONS(1327), - [anon_sym_unsigned] = ACTIONS(1327), - [anon_sym_long] = ACTIONS(1327), - [anon_sym_short] = ACTIONS(1327), - [anon_sym_static] = ACTIONS(1327), - [anon_sym_auto] = ACTIONS(1327), - [anon_sym_register] = ACTIONS(1327), - [anon_sym_inline] = ACTIONS(1327), - [anon_sym___inline] = ACTIONS(1327), - [anon_sym___inline__] = ACTIONS(1327), - [anon_sym___forceinline] = ACTIONS(1327), - [anon_sym_thread_local] = ACTIONS(1327), - [anon_sym___thread] = ACTIONS(1327), - [anon_sym_const] = ACTIONS(1327), - [anon_sym_constexpr] = ACTIONS(1327), - [anon_sym_volatile] = ACTIONS(1327), - [anon_sym_restrict] = ACTIONS(1327), - [anon_sym___restrict__] = ACTIONS(1327), - [anon_sym__Atomic] = ACTIONS(1327), - [anon_sym__Noreturn] = ACTIONS(1327), - [anon_sym_noreturn] = ACTIONS(1327), - [sym_primitive_type] = ACTIONS(1327), - [anon_sym_enum] = ACTIONS(1327), - [anon_sym_struct] = ACTIONS(1327), - [anon_sym_union] = ACTIONS(1327), - [anon_sym_if] = ACTIONS(1327), - [anon_sym_switch] = ACTIONS(1327), - [anon_sym_case] = ACTIONS(1327), - [anon_sym_default] = ACTIONS(1327), - [anon_sym_while] = ACTIONS(1327), - [anon_sym_do] = ACTIONS(1327), - [anon_sym_for] = ACTIONS(1327), - [anon_sym_return] = ACTIONS(1327), - [anon_sym_break] = ACTIONS(1327), - [anon_sym_continue] = ACTIONS(1327), - [anon_sym_goto] = ACTIONS(1327), - [anon_sym_DASH_DASH] = ACTIONS(1329), - [anon_sym_PLUS_PLUS] = ACTIONS(1329), - [anon_sym_sizeof] = ACTIONS(1327), - [anon_sym___alignof__] = ACTIONS(1327), - [anon_sym___alignof] = ACTIONS(1327), - [anon_sym__alignof] = ACTIONS(1327), - [anon_sym_alignof] = ACTIONS(1327), - [anon_sym__Alignof] = ACTIONS(1327), - [anon_sym_offsetof] = ACTIONS(1327), - [anon_sym__Generic] = ACTIONS(1327), - [anon_sym_asm] = ACTIONS(1327), - [anon_sym___asm__] = ACTIONS(1327), - [sym_number_literal] = ACTIONS(1329), - [anon_sym_L_SQUOTE] = ACTIONS(1329), - [anon_sym_u_SQUOTE] = ACTIONS(1329), - [anon_sym_U_SQUOTE] = ACTIONS(1329), - [anon_sym_u8_SQUOTE] = ACTIONS(1329), - [anon_sym_SQUOTE] = ACTIONS(1329), - [anon_sym_L_DQUOTE] = ACTIONS(1329), - [anon_sym_u_DQUOTE] = ACTIONS(1329), - [anon_sym_U_DQUOTE] = ACTIONS(1329), - [anon_sym_u8_DQUOTE] = ACTIONS(1329), - [anon_sym_DQUOTE] = ACTIONS(1329), - [sym_true] = ACTIONS(1327), - [sym_false] = ACTIONS(1327), - [anon_sym_NULL] = ACTIONS(1327), - [anon_sym_nullptr] = ACTIONS(1327), - [sym_comment] = ACTIONS(3), - }, - [350] = { - [sym_identifier] = ACTIONS(1371), - [aux_sym_preproc_include_token1] = ACTIONS(1371), - [aux_sym_preproc_def_token1] = ACTIONS(1371), - [aux_sym_preproc_if_token1] = ACTIONS(1371), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), - [sym_preproc_directive] = ACTIONS(1371), - [anon_sym_LPAREN2] = ACTIONS(1373), - [anon_sym_BANG] = ACTIONS(1373), - [anon_sym_TILDE] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_PLUS] = ACTIONS(1371), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_AMP] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1371), - [anon_sym_typedef] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym___attribute__] = ACTIONS(1371), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), - [anon_sym___declspec] = ACTIONS(1371), - [anon_sym___cdecl] = ACTIONS(1371), - [anon_sym___clrcall] = ACTIONS(1371), - [anon_sym___stdcall] = ACTIONS(1371), - [anon_sym___fastcall] = ACTIONS(1371), - [anon_sym___thiscall] = ACTIONS(1371), - [anon_sym___vectorcall] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_RBRACE] = ACTIONS(1373), - [anon_sym_signed] = ACTIONS(1371), - [anon_sym_unsigned] = ACTIONS(1371), - [anon_sym_long] = ACTIONS(1371), - [anon_sym_short] = ACTIONS(1371), - [anon_sym_static] = ACTIONS(1371), - [anon_sym_auto] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_inline] = ACTIONS(1371), - [anon_sym___inline] = ACTIONS(1371), - [anon_sym___inline__] = ACTIONS(1371), - [anon_sym___forceinline] = ACTIONS(1371), - [anon_sym_thread_local] = ACTIONS(1371), - [anon_sym___thread] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [anon_sym_constexpr] = ACTIONS(1371), - [anon_sym_volatile] = ACTIONS(1371), - [anon_sym_restrict] = ACTIONS(1371), - [anon_sym___restrict__] = ACTIONS(1371), - [anon_sym__Atomic] = ACTIONS(1371), - [anon_sym__Noreturn] = ACTIONS(1371), - [anon_sym_noreturn] = ACTIONS(1371), - [sym_primitive_type] = ACTIONS(1371), - [anon_sym_enum] = ACTIONS(1371), - [anon_sym_struct] = ACTIONS(1371), - [anon_sym_union] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_switch] = ACTIONS(1371), - [anon_sym_case] = ACTIONS(1371), - [anon_sym_default] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_goto] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_sizeof] = ACTIONS(1371), - [anon_sym___alignof__] = ACTIONS(1371), - [anon_sym___alignof] = ACTIONS(1371), - [anon_sym__alignof] = ACTIONS(1371), - [anon_sym_alignof] = ACTIONS(1371), - [anon_sym__Alignof] = ACTIONS(1371), - [anon_sym_offsetof] = ACTIONS(1371), - [anon_sym__Generic] = ACTIONS(1371), - [anon_sym_asm] = ACTIONS(1371), - [anon_sym___asm__] = ACTIONS(1371), - [sym_number_literal] = ACTIONS(1373), - [anon_sym_L_SQUOTE] = ACTIONS(1373), - [anon_sym_u_SQUOTE] = ACTIONS(1373), - [anon_sym_U_SQUOTE] = ACTIONS(1373), - [anon_sym_u8_SQUOTE] = ACTIONS(1373), - [anon_sym_SQUOTE] = ACTIONS(1373), - [anon_sym_L_DQUOTE] = ACTIONS(1373), - [anon_sym_u_DQUOTE] = ACTIONS(1373), - [anon_sym_U_DQUOTE] = ACTIONS(1373), - [anon_sym_u8_DQUOTE] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym_true] = ACTIONS(1371), - [sym_false] = ACTIONS(1371), - [anon_sym_NULL] = ACTIONS(1371), - [anon_sym_nullptr] = ACTIONS(1371), - [sym_comment] = ACTIONS(3), - }, - [351] = { - [sym_identifier] = ACTIONS(1371), - [aux_sym_preproc_include_token1] = ACTIONS(1371), - [aux_sym_preproc_def_token1] = ACTIONS(1371), - [aux_sym_preproc_if_token1] = ACTIONS(1371), - [aux_sym_preproc_if_token2] = ACTIONS(1371), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1371), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1371), - [sym_preproc_directive] = ACTIONS(1371), - [anon_sym_LPAREN2] = ACTIONS(1373), - [anon_sym_BANG] = ACTIONS(1373), - [anon_sym_TILDE] = ACTIONS(1373), - [anon_sym_DASH] = ACTIONS(1371), - [anon_sym_PLUS] = ACTIONS(1371), - [anon_sym_STAR] = ACTIONS(1373), - [anon_sym_AMP] = ACTIONS(1373), - [anon_sym_SEMI] = ACTIONS(1373), - [anon_sym___extension__] = ACTIONS(1371), - [anon_sym_typedef] = ACTIONS(1371), - [anon_sym_extern] = ACTIONS(1371), - [anon_sym___attribute__] = ACTIONS(1371), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1373), - [anon_sym___declspec] = ACTIONS(1371), - [anon_sym___cdecl] = ACTIONS(1371), - [anon_sym___clrcall] = ACTIONS(1371), - [anon_sym___stdcall] = ACTIONS(1371), - [anon_sym___fastcall] = ACTIONS(1371), - [anon_sym___thiscall] = ACTIONS(1371), - [anon_sym___vectorcall] = ACTIONS(1371), - [anon_sym_LBRACE] = ACTIONS(1373), - [anon_sym_signed] = ACTIONS(1371), - [anon_sym_unsigned] = ACTIONS(1371), - [anon_sym_long] = ACTIONS(1371), - [anon_sym_short] = ACTIONS(1371), - [anon_sym_static] = ACTIONS(1371), - [anon_sym_auto] = ACTIONS(1371), - [anon_sym_register] = ACTIONS(1371), - [anon_sym_inline] = ACTIONS(1371), - [anon_sym___inline] = ACTIONS(1371), - [anon_sym___inline__] = ACTIONS(1371), - [anon_sym___forceinline] = ACTIONS(1371), - [anon_sym_thread_local] = ACTIONS(1371), - [anon_sym___thread] = ACTIONS(1371), - [anon_sym_const] = ACTIONS(1371), - [anon_sym_constexpr] = ACTIONS(1371), - [anon_sym_volatile] = ACTIONS(1371), - [anon_sym_restrict] = ACTIONS(1371), - [anon_sym___restrict__] = ACTIONS(1371), - [anon_sym__Atomic] = ACTIONS(1371), - [anon_sym__Noreturn] = ACTIONS(1371), - [anon_sym_noreturn] = ACTIONS(1371), - [sym_primitive_type] = ACTIONS(1371), - [anon_sym_enum] = ACTIONS(1371), - [anon_sym_struct] = ACTIONS(1371), - [anon_sym_union] = ACTIONS(1371), - [anon_sym_if] = ACTIONS(1371), - [anon_sym_switch] = ACTIONS(1371), - [anon_sym_case] = ACTIONS(1371), - [anon_sym_default] = ACTIONS(1371), - [anon_sym_while] = ACTIONS(1371), - [anon_sym_do] = ACTIONS(1371), - [anon_sym_for] = ACTIONS(1371), - [anon_sym_return] = ACTIONS(1371), - [anon_sym_break] = ACTIONS(1371), - [anon_sym_continue] = ACTIONS(1371), - [anon_sym_goto] = ACTIONS(1371), - [anon_sym_DASH_DASH] = ACTIONS(1373), - [anon_sym_PLUS_PLUS] = ACTIONS(1373), - [anon_sym_sizeof] = ACTIONS(1371), - [anon_sym___alignof__] = ACTIONS(1371), - [anon_sym___alignof] = ACTIONS(1371), - [anon_sym__alignof] = ACTIONS(1371), - [anon_sym_alignof] = ACTIONS(1371), - [anon_sym__Alignof] = ACTIONS(1371), - [anon_sym_offsetof] = ACTIONS(1371), - [anon_sym__Generic] = ACTIONS(1371), - [anon_sym_asm] = ACTIONS(1371), - [anon_sym___asm__] = ACTIONS(1371), - [sym_number_literal] = ACTIONS(1373), - [anon_sym_L_SQUOTE] = ACTIONS(1373), - [anon_sym_u_SQUOTE] = ACTIONS(1373), - [anon_sym_U_SQUOTE] = ACTIONS(1373), - [anon_sym_u8_SQUOTE] = ACTIONS(1373), - [anon_sym_SQUOTE] = ACTIONS(1373), - [anon_sym_L_DQUOTE] = ACTIONS(1373), - [anon_sym_u_DQUOTE] = ACTIONS(1373), - [anon_sym_U_DQUOTE] = ACTIONS(1373), - [anon_sym_u8_DQUOTE] = ACTIONS(1373), - [anon_sym_DQUOTE] = ACTIONS(1373), - [sym_true] = ACTIONS(1371), - [sym_false] = ACTIONS(1371), - [anon_sym_NULL] = ACTIONS(1371), - [anon_sym_nullptr] = ACTIONS(1371), - [sym_comment] = ACTIONS(3), - }, - [352] = { - [sym_identifier] = ACTIONS(1351), - [aux_sym_preproc_include_token1] = ACTIONS(1351), - [aux_sym_preproc_def_token1] = ACTIONS(1351), - [aux_sym_preproc_if_token1] = ACTIONS(1351), - [aux_sym_preproc_if_token2] = ACTIONS(1351), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), - [sym_preproc_directive] = ACTIONS(1351), - [anon_sym_LPAREN2] = ACTIONS(1353), - [anon_sym_BANG] = ACTIONS(1353), - [anon_sym_TILDE] = ACTIONS(1353), - [anon_sym_DASH] = ACTIONS(1351), - [anon_sym_PLUS] = ACTIONS(1351), - [anon_sym_STAR] = ACTIONS(1353), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym_SEMI] = ACTIONS(1353), - [anon_sym___extension__] = ACTIONS(1351), - [anon_sym_typedef] = ACTIONS(1351), - [anon_sym_extern] = ACTIONS(1351), - [anon_sym___attribute__] = ACTIONS(1351), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), - [anon_sym___declspec] = ACTIONS(1351), - [anon_sym___cdecl] = ACTIONS(1351), - [anon_sym___clrcall] = ACTIONS(1351), - [anon_sym___stdcall] = ACTIONS(1351), - [anon_sym___fastcall] = ACTIONS(1351), - [anon_sym___thiscall] = ACTIONS(1351), - [anon_sym___vectorcall] = ACTIONS(1351), - [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_signed] = ACTIONS(1351), - [anon_sym_unsigned] = ACTIONS(1351), - [anon_sym_long] = ACTIONS(1351), - [anon_sym_short] = ACTIONS(1351), - [anon_sym_static] = ACTIONS(1351), - [anon_sym_auto] = ACTIONS(1351), - [anon_sym_register] = ACTIONS(1351), - [anon_sym_inline] = ACTIONS(1351), - [anon_sym___inline] = ACTIONS(1351), - [anon_sym___inline__] = ACTIONS(1351), - [anon_sym___forceinline] = ACTIONS(1351), - [anon_sym_thread_local] = ACTIONS(1351), - [anon_sym___thread] = ACTIONS(1351), - [anon_sym_const] = ACTIONS(1351), - [anon_sym_constexpr] = ACTIONS(1351), - [anon_sym_volatile] = ACTIONS(1351), - [anon_sym_restrict] = ACTIONS(1351), - [anon_sym___restrict__] = ACTIONS(1351), - [anon_sym__Atomic] = ACTIONS(1351), - [anon_sym__Noreturn] = ACTIONS(1351), - [anon_sym_noreturn] = ACTIONS(1351), - [sym_primitive_type] = ACTIONS(1351), - [anon_sym_enum] = ACTIONS(1351), - [anon_sym_struct] = ACTIONS(1351), - [anon_sym_union] = ACTIONS(1351), - [anon_sym_if] = ACTIONS(1351), - [anon_sym_switch] = ACTIONS(1351), - [anon_sym_case] = ACTIONS(1351), - [anon_sym_default] = ACTIONS(1351), - [anon_sym_while] = ACTIONS(1351), - [anon_sym_do] = ACTIONS(1351), - [anon_sym_for] = ACTIONS(1351), - [anon_sym_return] = ACTIONS(1351), - [anon_sym_break] = ACTIONS(1351), - [anon_sym_continue] = ACTIONS(1351), - [anon_sym_goto] = ACTIONS(1351), - [anon_sym_DASH_DASH] = ACTIONS(1353), - [anon_sym_PLUS_PLUS] = ACTIONS(1353), - [anon_sym_sizeof] = ACTIONS(1351), - [anon_sym___alignof__] = ACTIONS(1351), - [anon_sym___alignof] = ACTIONS(1351), - [anon_sym__alignof] = ACTIONS(1351), - [anon_sym_alignof] = ACTIONS(1351), - [anon_sym__Alignof] = ACTIONS(1351), - [anon_sym_offsetof] = ACTIONS(1351), - [anon_sym__Generic] = ACTIONS(1351), - [anon_sym_asm] = ACTIONS(1351), - [anon_sym___asm__] = ACTIONS(1351), - [sym_number_literal] = ACTIONS(1353), - [anon_sym_L_SQUOTE] = ACTIONS(1353), - [anon_sym_u_SQUOTE] = ACTIONS(1353), - [anon_sym_U_SQUOTE] = ACTIONS(1353), - [anon_sym_u8_SQUOTE] = ACTIONS(1353), - [anon_sym_SQUOTE] = ACTIONS(1353), - [anon_sym_L_DQUOTE] = ACTIONS(1353), - [anon_sym_u_DQUOTE] = ACTIONS(1353), - [anon_sym_U_DQUOTE] = ACTIONS(1353), - [anon_sym_u8_DQUOTE] = ACTIONS(1353), - [anon_sym_DQUOTE] = ACTIONS(1353), - [sym_true] = ACTIONS(1351), - [sym_false] = ACTIONS(1351), - [anon_sym_NULL] = ACTIONS(1351), - [anon_sym_nullptr] = ACTIONS(1351), + [372] = { + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token2] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym_SEMI] = ACTIONS(1317), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), [sym_comment] = ACTIONS(3), }, - [353] = { - [sym_identifier] = ACTIONS(1347), - [aux_sym_preproc_include_token1] = ACTIONS(1347), - [aux_sym_preproc_def_token1] = ACTIONS(1347), - [aux_sym_preproc_if_token1] = ACTIONS(1347), - [aux_sym_preproc_if_token2] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), - [sym_preproc_directive] = ACTIONS(1347), - [anon_sym_LPAREN2] = ACTIONS(1349), - [anon_sym_BANG] = ACTIONS(1349), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_DASH] = ACTIONS(1347), - [anon_sym_PLUS] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(1349), - [anon_sym_AMP] = ACTIONS(1349), - [anon_sym_SEMI] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1347), - [anon_sym_typedef] = ACTIONS(1347), - [anon_sym_extern] = ACTIONS(1347), - [anon_sym___attribute__] = ACTIONS(1347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), - [anon_sym___declspec] = ACTIONS(1347), - [anon_sym___cdecl] = ACTIONS(1347), - [anon_sym___clrcall] = ACTIONS(1347), - [anon_sym___stdcall] = ACTIONS(1347), - [anon_sym___fastcall] = ACTIONS(1347), - [anon_sym___thiscall] = ACTIONS(1347), - [anon_sym___vectorcall] = ACTIONS(1347), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_signed] = ACTIONS(1347), - [anon_sym_unsigned] = ACTIONS(1347), - [anon_sym_long] = ACTIONS(1347), - [anon_sym_short] = ACTIONS(1347), - [anon_sym_static] = ACTIONS(1347), - [anon_sym_auto] = ACTIONS(1347), - [anon_sym_register] = ACTIONS(1347), - [anon_sym_inline] = ACTIONS(1347), - [anon_sym___inline] = ACTIONS(1347), - [anon_sym___inline__] = ACTIONS(1347), - [anon_sym___forceinline] = ACTIONS(1347), - [anon_sym_thread_local] = ACTIONS(1347), - [anon_sym___thread] = ACTIONS(1347), - [anon_sym_const] = ACTIONS(1347), - [anon_sym_constexpr] = ACTIONS(1347), - [anon_sym_volatile] = ACTIONS(1347), - [anon_sym_restrict] = ACTIONS(1347), - [anon_sym___restrict__] = ACTIONS(1347), - [anon_sym__Atomic] = ACTIONS(1347), - [anon_sym__Noreturn] = ACTIONS(1347), - [anon_sym_noreturn] = ACTIONS(1347), - [sym_primitive_type] = ACTIONS(1347), - [anon_sym_enum] = ACTIONS(1347), - [anon_sym_struct] = ACTIONS(1347), - [anon_sym_union] = ACTIONS(1347), - [anon_sym_if] = ACTIONS(1347), - [anon_sym_switch] = ACTIONS(1347), - [anon_sym_case] = ACTIONS(1347), - [anon_sym_default] = ACTIONS(1347), - [anon_sym_while] = ACTIONS(1347), - [anon_sym_do] = ACTIONS(1347), - [anon_sym_for] = ACTIONS(1347), - [anon_sym_return] = ACTIONS(1347), - [anon_sym_break] = ACTIONS(1347), - [anon_sym_continue] = ACTIONS(1347), - [anon_sym_goto] = ACTIONS(1347), - [anon_sym_DASH_DASH] = ACTIONS(1349), - [anon_sym_PLUS_PLUS] = ACTIONS(1349), - [anon_sym_sizeof] = ACTIONS(1347), - [anon_sym___alignof__] = ACTIONS(1347), - [anon_sym___alignof] = ACTIONS(1347), - [anon_sym__alignof] = ACTIONS(1347), - [anon_sym_alignof] = ACTIONS(1347), - [anon_sym__Alignof] = ACTIONS(1347), - [anon_sym_offsetof] = ACTIONS(1347), - [anon_sym__Generic] = ACTIONS(1347), - [anon_sym_asm] = ACTIONS(1347), - [anon_sym___asm__] = ACTIONS(1347), - [sym_number_literal] = ACTIONS(1349), - [anon_sym_L_SQUOTE] = ACTIONS(1349), - [anon_sym_u_SQUOTE] = ACTIONS(1349), - [anon_sym_U_SQUOTE] = ACTIONS(1349), - [anon_sym_u8_SQUOTE] = ACTIONS(1349), - [anon_sym_SQUOTE] = ACTIONS(1349), - [anon_sym_L_DQUOTE] = ACTIONS(1349), - [anon_sym_u_DQUOTE] = ACTIONS(1349), - [anon_sym_U_DQUOTE] = ACTIONS(1349), - [anon_sym_u8_DQUOTE] = ACTIONS(1349), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym_true] = ACTIONS(1347), - [sym_false] = ACTIONS(1347), - [anon_sym_NULL] = ACTIONS(1347), - [anon_sym_nullptr] = ACTIONS(1347), + [373] = { + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token2] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1389), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), [sym_comment] = ACTIONS(3), }, - [354] = { + [374] = { + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token2] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym_SEMI] = ACTIONS(1397), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), + [sym_comment] = ACTIONS(3), + }, + [375] = { + [ts_builtin_sym_end] = ACTIONS(1377), + [sym_identifier] = ACTIONS(1375), + [aux_sym_preproc_include_token1] = ACTIONS(1375), + [aux_sym_preproc_def_token1] = ACTIONS(1375), + [aux_sym_preproc_if_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), + [sym_preproc_directive] = ACTIONS(1375), + [anon_sym_LPAREN2] = ACTIONS(1377), + [anon_sym_BANG] = ACTIONS(1377), + [anon_sym_TILDE] = ACTIONS(1377), + [anon_sym_DASH] = ACTIONS(1375), + [anon_sym_PLUS] = ACTIONS(1375), + [anon_sym_STAR] = ACTIONS(1377), + [anon_sym_AMP] = ACTIONS(1377), + [anon_sym___extension__] = ACTIONS(1375), + [anon_sym_typedef] = ACTIONS(1375), + [anon_sym_extern] = ACTIONS(1375), + [anon_sym___attribute__] = ACTIONS(1375), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), + [anon_sym___declspec] = ACTIONS(1375), + [anon_sym___cdecl] = ACTIONS(1375), + [anon_sym___clrcall] = ACTIONS(1375), + [anon_sym___stdcall] = ACTIONS(1375), + [anon_sym___fastcall] = ACTIONS(1375), + [anon_sym___thiscall] = ACTIONS(1375), + [anon_sym___vectorcall] = ACTIONS(1375), + [anon_sym_LBRACE] = ACTIONS(1377), + [anon_sym_signed] = ACTIONS(1375), + [anon_sym_unsigned] = ACTIONS(1375), + [anon_sym_long] = ACTIONS(1375), + [anon_sym_short] = ACTIONS(1375), + [anon_sym_static] = ACTIONS(1375), + [anon_sym_auto] = ACTIONS(1375), + [anon_sym_register] = ACTIONS(1375), + [anon_sym_inline] = ACTIONS(1375), + [anon_sym___inline] = ACTIONS(1375), + [anon_sym___inline__] = ACTIONS(1375), + [anon_sym___forceinline] = ACTIONS(1375), + [anon_sym_thread_local] = ACTIONS(1375), + [anon_sym___thread] = ACTIONS(1375), + [anon_sym_const] = ACTIONS(1375), + [anon_sym_constexpr] = ACTIONS(1375), + [anon_sym_volatile] = ACTIONS(1375), + [anon_sym_restrict] = ACTIONS(1375), + [anon_sym___restrict__] = ACTIONS(1375), + [anon_sym__Atomic] = ACTIONS(1375), + [anon_sym__Noreturn] = ACTIONS(1375), + [anon_sym_noreturn] = ACTIONS(1375), + [sym_primitive_type] = ACTIONS(1375), + [anon_sym_enum] = ACTIONS(1375), + [anon_sym_struct] = ACTIONS(1375), + [anon_sym_union] = ACTIONS(1375), + [anon_sym_if] = ACTIONS(1375), + [anon_sym_switch] = ACTIONS(1375), + [anon_sym_case] = ACTIONS(1375), + [anon_sym_default] = ACTIONS(1375), + [anon_sym_while] = ACTIONS(1375), + [anon_sym_do] = ACTIONS(1375), + [anon_sym_for] = ACTIONS(1375), + [anon_sym_return] = ACTIONS(1375), + [anon_sym_break] = ACTIONS(1375), + [anon_sym_continue] = ACTIONS(1375), + [anon_sym_goto] = ACTIONS(1375), + [anon_sym_DASH_DASH] = ACTIONS(1377), + [anon_sym_PLUS_PLUS] = ACTIONS(1377), + [anon_sym_sizeof] = ACTIONS(1375), + [anon_sym___alignof__] = ACTIONS(1375), + [anon_sym___alignof] = ACTIONS(1375), + [anon_sym__alignof] = ACTIONS(1375), + [anon_sym_alignof] = ACTIONS(1375), + [anon_sym__Alignof] = ACTIONS(1375), + [anon_sym_offsetof] = ACTIONS(1375), + [anon_sym__Generic] = ACTIONS(1375), + [anon_sym_asm] = ACTIONS(1375), + [anon_sym___asm__] = ACTIONS(1375), + [sym_number_literal] = ACTIONS(1377), + [anon_sym_L_SQUOTE] = ACTIONS(1377), + [anon_sym_u_SQUOTE] = ACTIONS(1377), + [anon_sym_U_SQUOTE] = ACTIONS(1377), + [anon_sym_u8_SQUOTE] = ACTIONS(1377), + [anon_sym_SQUOTE] = ACTIONS(1377), + [anon_sym_L_DQUOTE] = ACTIONS(1377), + [anon_sym_u_DQUOTE] = ACTIONS(1377), + [anon_sym_U_DQUOTE] = ACTIONS(1377), + [anon_sym_u8_DQUOTE] = ACTIONS(1377), + [anon_sym_DQUOTE] = ACTIONS(1377), + [sym_true] = ACTIONS(1375), + [sym_false] = ACTIONS(1375), + [anon_sym_NULL] = ACTIONS(1375), + [anon_sym_nullptr] = ACTIONS(1375), + [sym_comment] = ACTIONS(3), + }, + [376] = { + [ts_builtin_sym_end] = ACTIONS(1325), [sym_identifier] = ACTIONS(1323), [aux_sym_preproc_include_token1] = ACTIONS(1323), [aux_sym_preproc_def_token1] = ACTIONS(1323), [aux_sym_preproc_if_token1] = ACTIONS(1323), - [aux_sym_preproc_if_token2] = ACTIONS(1323), [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), [sym_preproc_directive] = ACTIONS(1323), @@ -54231,7 +56512,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1323), [anon_sym_STAR] = ACTIONS(1325), [anon_sym_AMP] = ACTIONS(1325), - [anon_sym_SEMI] = ACTIONS(1325), [anon_sym___extension__] = ACTIONS(1323), [anon_sym_typedef] = ACTIONS(1323), [anon_sym_extern] = ACTIONS(1323), @@ -54310,7 +56590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1323), [sym_comment] = ACTIONS(3), }, - [355] = { + [377] = { [ts_builtin_sym_end] = ACTIONS(1345), [sym_identifier] = ACTIONS(1343), [aux_sym_preproc_include_token1] = ACTIONS(1343), @@ -54404,947 +56684,759 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1343), [sym_comment] = ACTIONS(3), }, - [356] = { - [ts_builtin_sym_end] = ACTIONS(1325), - [sym_identifier] = ACTIONS(1323), - [aux_sym_preproc_include_token1] = ACTIONS(1323), - [aux_sym_preproc_def_token1] = ACTIONS(1323), - [aux_sym_preproc_if_token1] = ACTIONS(1323), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1323), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1323), - [sym_preproc_directive] = ACTIONS(1323), - [anon_sym_LPAREN2] = ACTIONS(1325), - [anon_sym_BANG] = ACTIONS(1325), - [anon_sym_TILDE] = ACTIONS(1325), - [anon_sym_DASH] = ACTIONS(1323), - [anon_sym_PLUS] = ACTIONS(1323), - [anon_sym_STAR] = ACTIONS(1325), - [anon_sym_AMP] = ACTIONS(1325), - [anon_sym___extension__] = ACTIONS(1323), - [anon_sym_typedef] = ACTIONS(1323), - [anon_sym_extern] = ACTIONS(1323), - [anon_sym___attribute__] = ACTIONS(1323), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1325), - [anon_sym___declspec] = ACTIONS(1323), - [anon_sym___cdecl] = ACTIONS(1323), - [anon_sym___clrcall] = ACTIONS(1323), - [anon_sym___stdcall] = ACTIONS(1323), - [anon_sym___fastcall] = ACTIONS(1323), - [anon_sym___thiscall] = ACTIONS(1323), - [anon_sym___vectorcall] = ACTIONS(1323), - [anon_sym_LBRACE] = ACTIONS(1325), - [anon_sym_signed] = ACTIONS(1323), - [anon_sym_unsigned] = ACTIONS(1323), - [anon_sym_long] = ACTIONS(1323), - [anon_sym_short] = ACTIONS(1323), - [anon_sym_static] = ACTIONS(1323), - [anon_sym_auto] = ACTIONS(1323), - [anon_sym_register] = ACTIONS(1323), - [anon_sym_inline] = ACTIONS(1323), - [anon_sym___inline] = ACTIONS(1323), - [anon_sym___inline__] = ACTIONS(1323), - [anon_sym___forceinline] = ACTIONS(1323), - [anon_sym_thread_local] = ACTIONS(1323), - [anon_sym___thread] = ACTIONS(1323), - [anon_sym_const] = ACTIONS(1323), - [anon_sym_constexpr] = ACTIONS(1323), - [anon_sym_volatile] = ACTIONS(1323), - [anon_sym_restrict] = ACTIONS(1323), - [anon_sym___restrict__] = ACTIONS(1323), - [anon_sym__Atomic] = ACTIONS(1323), - [anon_sym__Noreturn] = ACTIONS(1323), - [anon_sym_noreturn] = ACTIONS(1323), - [sym_primitive_type] = ACTIONS(1323), - [anon_sym_enum] = ACTIONS(1323), - [anon_sym_struct] = ACTIONS(1323), - [anon_sym_union] = ACTIONS(1323), - [anon_sym_if] = ACTIONS(1323), - [anon_sym_switch] = ACTIONS(1323), - [anon_sym_case] = ACTIONS(1323), - [anon_sym_default] = ACTIONS(1323), - [anon_sym_while] = ACTIONS(1323), - [anon_sym_do] = ACTIONS(1323), - [anon_sym_for] = ACTIONS(1323), - [anon_sym_return] = ACTIONS(1323), - [anon_sym_break] = ACTIONS(1323), - [anon_sym_continue] = ACTIONS(1323), - [anon_sym_goto] = ACTIONS(1323), - [anon_sym_DASH_DASH] = ACTIONS(1325), - [anon_sym_PLUS_PLUS] = ACTIONS(1325), - [anon_sym_sizeof] = ACTIONS(1323), - [anon_sym___alignof__] = ACTIONS(1323), - [anon_sym___alignof] = ACTIONS(1323), - [anon_sym__alignof] = ACTIONS(1323), - [anon_sym_alignof] = ACTIONS(1323), - [anon_sym__Alignof] = ACTIONS(1323), - [anon_sym_offsetof] = ACTIONS(1323), - [anon_sym__Generic] = ACTIONS(1323), - [anon_sym_asm] = ACTIONS(1323), - [anon_sym___asm__] = ACTIONS(1323), - [sym_number_literal] = ACTIONS(1325), - [anon_sym_L_SQUOTE] = ACTIONS(1325), - [anon_sym_u_SQUOTE] = ACTIONS(1325), - [anon_sym_U_SQUOTE] = ACTIONS(1325), - [anon_sym_u8_SQUOTE] = ACTIONS(1325), - [anon_sym_SQUOTE] = ACTIONS(1325), - [anon_sym_L_DQUOTE] = ACTIONS(1325), - [anon_sym_u_DQUOTE] = ACTIONS(1325), - [anon_sym_U_DQUOTE] = ACTIONS(1325), - [anon_sym_u8_DQUOTE] = ACTIONS(1325), - [anon_sym_DQUOTE] = ACTIONS(1325), - [sym_true] = ACTIONS(1323), - [sym_false] = ACTIONS(1323), - [anon_sym_NULL] = ACTIONS(1323), - [anon_sym_nullptr] = ACTIONS(1323), - [sym_comment] = ACTIONS(3), - }, - [357] = { - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1421), - [aux_sym_preproc_include_token1] = ACTIONS(1421), - [aux_sym_preproc_def_token1] = ACTIONS(1421), - [aux_sym_preproc_if_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1421), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1421), - [sym_preproc_directive] = ACTIONS(1421), - [anon_sym_LPAREN2] = ACTIONS(1419), - [anon_sym_BANG] = ACTIONS(1419), - [anon_sym_TILDE] = ACTIONS(1419), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1419), - [anon_sym_AMP] = ACTIONS(1419), - [anon_sym___extension__] = ACTIONS(1421), - [anon_sym_typedef] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym___attribute__] = ACTIONS(1421), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1419), - [anon_sym___declspec] = ACTIONS(1421), - [anon_sym___cdecl] = ACTIONS(1421), - [anon_sym___clrcall] = ACTIONS(1421), - [anon_sym___stdcall] = ACTIONS(1421), - [anon_sym___fastcall] = ACTIONS(1421), - [anon_sym___thiscall] = ACTIONS(1421), - [anon_sym___vectorcall] = ACTIONS(1421), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_signed] = ACTIONS(1421), - [anon_sym_unsigned] = ACTIONS(1421), - [anon_sym_long] = ACTIONS(1421), - [anon_sym_short] = ACTIONS(1421), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_auto] = ACTIONS(1421), - [anon_sym_register] = ACTIONS(1421), - [anon_sym_inline] = ACTIONS(1421), - [anon_sym___inline] = ACTIONS(1421), - [anon_sym___inline__] = ACTIONS(1421), - [anon_sym___forceinline] = ACTIONS(1421), - [anon_sym_thread_local] = ACTIONS(1421), - [anon_sym___thread] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_constexpr] = ACTIONS(1421), - [anon_sym_volatile] = ACTIONS(1421), - [anon_sym_restrict] = ACTIONS(1421), - [anon_sym___restrict__] = ACTIONS(1421), - [anon_sym__Atomic] = ACTIONS(1421), - [anon_sym__Noreturn] = ACTIONS(1421), - [anon_sym_noreturn] = ACTIONS(1421), - [sym_primitive_type] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_struct] = ACTIONS(1421), - [anon_sym_union] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_switch] = ACTIONS(1421), - [anon_sym_case] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_do] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_goto] = ACTIONS(1421), - [anon_sym_DASH_DASH] = ACTIONS(1419), - [anon_sym_PLUS_PLUS] = ACTIONS(1419), - [anon_sym_sizeof] = ACTIONS(1421), - [anon_sym___alignof__] = ACTIONS(1421), - [anon_sym___alignof] = ACTIONS(1421), - [anon_sym__alignof] = ACTIONS(1421), - [anon_sym_alignof] = ACTIONS(1421), - [anon_sym__Alignof] = ACTIONS(1421), - [anon_sym_offsetof] = ACTIONS(1421), - [anon_sym__Generic] = ACTIONS(1421), - [anon_sym_asm] = ACTIONS(1421), - [anon_sym___asm__] = ACTIONS(1421), - [sym_number_literal] = ACTIONS(1419), - [anon_sym_L_SQUOTE] = ACTIONS(1419), - [anon_sym_u_SQUOTE] = ACTIONS(1419), - [anon_sym_U_SQUOTE] = ACTIONS(1419), - [anon_sym_u8_SQUOTE] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1419), - [anon_sym_L_DQUOTE] = ACTIONS(1419), - [anon_sym_u_DQUOTE] = ACTIONS(1419), - [anon_sym_U_DQUOTE] = ACTIONS(1419), - [anon_sym_u8_DQUOTE] = ACTIONS(1419), - [anon_sym_DQUOTE] = ACTIONS(1419), - [sym_true] = ACTIONS(1421), - [sym_false] = ACTIONS(1421), - [anon_sym_NULL] = ACTIONS(1421), - [anon_sym_nullptr] = ACTIONS(1421), - [sym_comment] = ACTIONS(3), - }, - [358] = { - [ts_builtin_sym_end] = ACTIONS(1357), - [sym_identifier] = ACTIONS(1355), - [aux_sym_preproc_include_token1] = ACTIONS(1355), - [aux_sym_preproc_def_token1] = ACTIONS(1355), - [aux_sym_preproc_if_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), - [sym_preproc_directive] = ACTIONS(1355), - [anon_sym_LPAREN2] = ACTIONS(1357), - [anon_sym_BANG] = ACTIONS(1357), - [anon_sym_TILDE] = ACTIONS(1357), - [anon_sym_DASH] = ACTIONS(1355), - [anon_sym_PLUS] = ACTIONS(1355), - [anon_sym_STAR] = ACTIONS(1357), - [anon_sym_AMP] = ACTIONS(1357), - [anon_sym___extension__] = ACTIONS(1355), - [anon_sym_typedef] = ACTIONS(1355), - [anon_sym_extern] = ACTIONS(1355), - [anon_sym___attribute__] = ACTIONS(1355), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), - [anon_sym___declspec] = ACTIONS(1355), - [anon_sym___cdecl] = ACTIONS(1355), - [anon_sym___clrcall] = ACTIONS(1355), - [anon_sym___stdcall] = ACTIONS(1355), - [anon_sym___fastcall] = ACTIONS(1355), - [anon_sym___thiscall] = ACTIONS(1355), - [anon_sym___vectorcall] = ACTIONS(1355), - [anon_sym_LBRACE] = ACTIONS(1357), - [anon_sym_signed] = ACTIONS(1355), - [anon_sym_unsigned] = ACTIONS(1355), - [anon_sym_long] = ACTIONS(1355), - [anon_sym_short] = ACTIONS(1355), - [anon_sym_static] = ACTIONS(1355), - [anon_sym_auto] = ACTIONS(1355), - [anon_sym_register] = ACTIONS(1355), - [anon_sym_inline] = ACTIONS(1355), - [anon_sym___inline] = ACTIONS(1355), - [anon_sym___inline__] = ACTIONS(1355), - [anon_sym___forceinline] = ACTIONS(1355), - [anon_sym_thread_local] = ACTIONS(1355), - [anon_sym___thread] = ACTIONS(1355), - [anon_sym_const] = ACTIONS(1355), - [anon_sym_constexpr] = ACTIONS(1355), - [anon_sym_volatile] = ACTIONS(1355), - [anon_sym_restrict] = ACTIONS(1355), - [anon_sym___restrict__] = ACTIONS(1355), - [anon_sym__Atomic] = ACTIONS(1355), - [anon_sym__Noreturn] = ACTIONS(1355), - [anon_sym_noreturn] = ACTIONS(1355), - [sym_primitive_type] = ACTIONS(1355), - [anon_sym_enum] = ACTIONS(1355), - [anon_sym_struct] = ACTIONS(1355), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_if] = ACTIONS(1355), - [anon_sym_switch] = ACTIONS(1355), - [anon_sym_case] = ACTIONS(1355), - [anon_sym_default] = ACTIONS(1355), - [anon_sym_while] = ACTIONS(1355), - [anon_sym_do] = ACTIONS(1355), - [anon_sym_for] = ACTIONS(1355), - [anon_sym_return] = ACTIONS(1355), - [anon_sym_break] = ACTIONS(1355), - [anon_sym_continue] = ACTIONS(1355), - [anon_sym_goto] = ACTIONS(1355), - [anon_sym_DASH_DASH] = ACTIONS(1357), - [anon_sym_PLUS_PLUS] = ACTIONS(1357), - [anon_sym_sizeof] = ACTIONS(1355), - [anon_sym___alignof__] = ACTIONS(1355), - [anon_sym___alignof] = ACTIONS(1355), - [anon_sym__alignof] = ACTIONS(1355), - [anon_sym_alignof] = ACTIONS(1355), - [anon_sym__Alignof] = ACTIONS(1355), - [anon_sym_offsetof] = ACTIONS(1355), - [anon_sym__Generic] = ACTIONS(1355), - [anon_sym_asm] = ACTIONS(1355), - [anon_sym___asm__] = ACTIONS(1355), - [sym_number_literal] = ACTIONS(1357), - [anon_sym_L_SQUOTE] = ACTIONS(1357), - [anon_sym_u_SQUOTE] = ACTIONS(1357), - [anon_sym_U_SQUOTE] = ACTIONS(1357), - [anon_sym_u8_SQUOTE] = ACTIONS(1357), - [anon_sym_SQUOTE] = ACTIONS(1357), - [anon_sym_L_DQUOTE] = ACTIONS(1357), - [anon_sym_u_DQUOTE] = ACTIONS(1357), - [anon_sym_U_DQUOTE] = ACTIONS(1357), - [anon_sym_u8_DQUOTE] = ACTIONS(1357), - [anon_sym_DQUOTE] = ACTIONS(1357), - [sym_true] = ACTIONS(1355), - [sym_false] = ACTIONS(1355), - [anon_sym_NULL] = ACTIONS(1355), - [anon_sym_nullptr] = ACTIONS(1355), - [sym_comment] = ACTIONS(3), - }, - [359] = { - [ts_builtin_sym_end] = ACTIONS(1385), - [sym_identifier] = ACTIONS(1383), - [aux_sym_preproc_include_token1] = ACTIONS(1383), - [aux_sym_preproc_def_token1] = ACTIONS(1383), - [aux_sym_preproc_if_token1] = ACTIONS(1383), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), - [sym_preproc_directive] = ACTIONS(1383), - [anon_sym_LPAREN2] = ACTIONS(1385), - [anon_sym_BANG] = ACTIONS(1385), - [anon_sym_TILDE] = ACTIONS(1385), - [anon_sym_DASH] = ACTIONS(1383), - [anon_sym_PLUS] = ACTIONS(1383), - [anon_sym_STAR] = ACTIONS(1385), - [anon_sym_AMP] = ACTIONS(1385), - [anon_sym___extension__] = ACTIONS(1383), - [anon_sym_typedef] = ACTIONS(1383), - [anon_sym_extern] = ACTIONS(1383), - [anon_sym___attribute__] = ACTIONS(1383), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), - [anon_sym___declspec] = ACTIONS(1383), - [anon_sym___cdecl] = ACTIONS(1383), - [anon_sym___clrcall] = ACTIONS(1383), - [anon_sym___stdcall] = ACTIONS(1383), - [anon_sym___fastcall] = ACTIONS(1383), - [anon_sym___thiscall] = ACTIONS(1383), - [anon_sym___vectorcall] = ACTIONS(1383), - [anon_sym_LBRACE] = ACTIONS(1385), - [anon_sym_signed] = ACTIONS(1383), - [anon_sym_unsigned] = ACTIONS(1383), - [anon_sym_long] = ACTIONS(1383), - [anon_sym_short] = ACTIONS(1383), - [anon_sym_static] = ACTIONS(1383), - [anon_sym_auto] = ACTIONS(1383), - [anon_sym_register] = ACTIONS(1383), - [anon_sym_inline] = ACTIONS(1383), - [anon_sym___inline] = ACTIONS(1383), - [anon_sym___inline__] = ACTIONS(1383), - [anon_sym___forceinline] = ACTIONS(1383), - [anon_sym_thread_local] = ACTIONS(1383), - [anon_sym___thread] = ACTIONS(1383), - [anon_sym_const] = ACTIONS(1383), - [anon_sym_constexpr] = ACTIONS(1383), - [anon_sym_volatile] = ACTIONS(1383), - [anon_sym_restrict] = ACTIONS(1383), - [anon_sym___restrict__] = ACTIONS(1383), - [anon_sym__Atomic] = ACTIONS(1383), - [anon_sym__Noreturn] = ACTIONS(1383), - [anon_sym_noreturn] = ACTIONS(1383), - [sym_primitive_type] = ACTIONS(1383), - [anon_sym_enum] = ACTIONS(1383), - [anon_sym_struct] = ACTIONS(1383), - [anon_sym_union] = ACTIONS(1383), - [anon_sym_if] = ACTIONS(1383), - [anon_sym_switch] = ACTIONS(1383), - [anon_sym_case] = ACTIONS(1383), - [anon_sym_default] = ACTIONS(1383), - [anon_sym_while] = ACTIONS(1383), - [anon_sym_do] = ACTIONS(1383), - [anon_sym_for] = ACTIONS(1383), - [anon_sym_return] = ACTIONS(1383), - [anon_sym_break] = ACTIONS(1383), - [anon_sym_continue] = ACTIONS(1383), - [anon_sym_goto] = ACTIONS(1383), - [anon_sym_DASH_DASH] = ACTIONS(1385), - [anon_sym_PLUS_PLUS] = ACTIONS(1385), - [anon_sym_sizeof] = ACTIONS(1383), - [anon_sym___alignof__] = ACTIONS(1383), - [anon_sym___alignof] = ACTIONS(1383), - [anon_sym__alignof] = ACTIONS(1383), - [anon_sym_alignof] = ACTIONS(1383), - [anon_sym__Alignof] = ACTIONS(1383), - [anon_sym_offsetof] = ACTIONS(1383), - [anon_sym__Generic] = ACTIONS(1383), - [anon_sym_asm] = ACTIONS(1383), - [anon_sym___asm__] = ACTIONS(1383), - [sym_number_literal] = ACTIONS(1385), - [anon_sym_L_SQUOTE] = ACTIONS(1385), - [anon_sym_u_SQUOTE] = ACTIONS(1385), - [anon_sym_U_SQUOTE] = ACTIONS(1385), - [anon_sym_u8_SQUOTE] = ACTIONS(1385), - [anon_sym_SQUOTE] = ACTIONS(1385), - [anon_sym_L_DQUOTE] = ACTIONS(1385), - [anon_sym_u_DQUOTE] = ACTIONS(1385), - [anon_sym_U_DQUOTE] = ACTIONS(1385), - [anon_sym_u8_DQUOTE] = ACTIONS(1385), - [anon_sym_DQUOTE] = ACTIONS(1385), - [sym_true] = ACTIONS(1383), - [sym_false] = ACTIONS(1383), - [anon_sym_NULL] = ACTIONS(1383), - [anon_sym_nullptr] = ACTIONS(1383), + [378] = { + [ts_builtin_sym_end] = ACTIONS(1439), + [sym_identifier] = ACTIONS(1441), + [aux_sym_preproc_include_token1] = ACTIONS(1441), + [aux_sym_preproc_def_token1] = ACTIONS(1441), + [aux_sym_preproc_if_token1] = ACTIONS(1441), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), + [sym_preproc_directive] = ACTIONS(1441), + [anon_sym_LPAREN2] = ACTIONS(1439), + [anon_sym_BANG] = ACTIONS(1439), + [anon_sym_TILDE] = ACTIONS(1439), + [anon_sym_DASH] = ACTIONS(1441), + [anon_sym_PLUS] = ACTIONS(1441), + [anon_sym_STAR] = ACTIONS(1439), + [anon_sym_AMP] = ACTIONS(1439), + [anon_sym___extension__] = ACTIONS(1441), + [anon_sym_typedef] = ACTIONS(1441), + [anon_sym_extern] = ACTIONS(1441), + [anon_sym___attribute__] = ACTIONS(1441), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1439), + [anon_sym___declspec] = ACTIONS(1441), + [anon_sym___cdecl] = ACTIONS(1441), + [anon_sym___clrcall] = ACTIONS(1441), + [anon_sym___stdcall] = ACTIONS(1441), + [anon_sym___fastcall] = ACTIONS(1441), + [anon_sym___thiscall] = ACTIONS(1441), + [anon_sym___vectorcall] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1439), + [anon_sym_signed] = ACTIONS(1441), + [anon_sym_unsigned] = ACTIONS(1441), + [anon_sym_long] = ACTIONS(1441), + [anon_sym_short] = ACTIONS(1441), + [anon_sym_static] = ACTIONS(1441), + [anon_sym_auto] = ACTIONS(1441), + [anon_sym_register] = ACTIONS(1441), + [anon_sym_inline] = ACTIONS(1441), + [anon_sym___inline] = ACTIONS(1441), + [anon_sym___inline__] = ACTIONS(1441), + [anon_sym___forceinline] = ACTIONS(1441), + [anon_sym_thread_local] = ACTIONS(1441), + [anon_sym___thread] = ACTIONS(1441), + [anon_sym_const] = ACTIONS(1441), + [anon_sym_constexpr] = ACTIONS(1441), + [anon_sym_volatile] = ACTIONS(1441), + [anon_sym_restrict] = ACTIONS(1441), + [anon_sym___restrict__] = ACTIONS(1441), + [anon_sym__Atomic] = ACTIONS(1441), + [anon_sym__Noreturn] = ACTIONS(1441), + [anon_sym_noreturn] = ACTIONS(1441), + [sym_primitive_type] = ACTIONS(1441), + [anon_sym_enum] = ACTIONS(1441), + [anon_sym_struct] = ACTIONS(1441), + [anon_sym_union] = ACTIONS(1441), + [anon_sym_if] = ACTIONS(1441), + [anon_sym_switch] = ACTIONS(1441), + [anon_sym_case] = ACTIONS(1441), + [anon_sym_default] = ACTIONS(1441), + [anon_sym_while] = ACTIONS(1441), + [anon_sym_do] = ACTIONS(1441), + [anon_sym_for] = ACTIONS(1441), + [anon_sym_return] = ACTIONS(1441), + [anon_sym_break] = ACTIONS(1441), + [anon_sym_continue] = ACTIONS(1441), + [anon_sym_goto] = ACTIONS(1441), + [anon_sym_DASH_DASH] = ACTIONS(1439), + [anon_sym_PLUS_PLUS] = ACTIONS(1439), + [anon_sym_sizeof] = ACTIONS(1441), + [anon_sym___alignof__] = ACTIONS(1441), + [anon_sym___alignof] = ACTIONS(1441), + [anon_sym__alignof] = ACTIONS(1441), + [anon_sym_alignof] = ACTIONS(1441), + [anon_sym__Alignof] = ACTIONS(1441), + [anon_sym_offsetof] = ACTIONS(1441), + [anon_sym__Generic] = ACTIONS(1441), + [anon_sym_asm] = ACTIONS(1441), + [anon_sym___asm__] = ACTIONS(1441), + [sym_number_literal] = ACTIONS(1439), + [anon_sym_L_SQUOTE] = ACTIONS(1439), + [anon_sym_u_SQUOTE] = ACTIONS(1439), + [anon_sym_U_SQUOTE] = ACTIONS(1439), + [anon_sym_u8_SQUOTE] = ACTIONS(1439), + [anon_sym_SQUOTE] = ACTIONS(1439), + [anon_sym_L_DQUOTE] = ACTIONS(1439), + [anon_sym_u_DQUOTE] = ACTIONS(1439), + [anon_sym_U_DQUOTE] = ACTIONS(1439), + [anon_sym_u8_DQUOTE] = ACTIONS(1439), + [anon_sym_DQUOTE] = ACTIONS(1439), + [sym_true] = ACTIONS(1441), + [sym_false] = ACTIONS(1441), + [anon_sym_NULL] = ACTIONS(1441), + [anon_sym_nullptr] = ACTIONS(1441), [sym_comment] = ACTIONS(3), }, - [360] = { - [ts_builtin_sym_end] = ACTIONS(1353), - [sym_identifier] = ACTIONS(1351), - [aux_sym_preproc_include_token1] = ACTIONS(1351), - [aux_sym_preproc_def_token1] = ACTIONS(1351), - [aux_sym_preproc_if_token1] = ACTIONS(1351), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), - [sym_preproc_directive] = ACTIONS(1351), - [anon_sym_LPAREN2] = ACTIONS(1353), - [anon_sym_BANG] = ACTIONS(1353), - [anon_sym_TILDE] = ACTIONS(1353), - [anon_sym_DASH] = ACTIONS(1351), - [anon_sym_PLUS] = ACTIONS(1351), - [anon_sym_STAR] = ACTIONS(1353), - [anon_sym_AMP] = ACTIONS(1353), - [anon_sym___extension__] = ACTIONS(1351), - [anon_sym_typedef] = ACTIONS(1351), - [anon_sym_extern] = ACTIONS(1351), - [anon_sym___attribute__] = ACTIONS(1351), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), - [anon_sym___declspec] = ACTIONS(1351), - [anon_sym___cdecl] = ACTIONS(1351), - [anon_sym___clrcall] = ACTIONS(1351), - [anon_sym___stdcall] = ACTIONS(1351), - [anon_sym___fastcall] = ACTIONS(1351), - [anon_sym___thiscall] = ACTIONS(1351), - [anon_sym___vectorcall] = ACTIONS(1351), - [anon_sym_LBRACE] = ACTIONS(1353), - [anon_sym_signed] = ACTIONS(1351), - [anon_sym_unsigned] = ACTIONS(1351), - [anon_sym_long] = ACTIONS(1351), - [anon_sym_short] = ACTIONS(1351), - [anon_sym_static] = ACTIONS(1351), - [anon_sym_auto] = ACTIONS(1351), - [anon_sym_register] = ACTIONS(1351), - [anon_sym_inline] = ACTIONS(1351), - [anon_sym___inline] = ACTIONS(1351), - [anon_sym___inline__] = ACTIONS(1351), - [anon_sym___forceinline] = ACTIONS(1351), - [anon_sym_thread_local] = ACTIONS(1351), - [anon_sym___thread] = ACTIONS(1351), - [anon_sym_const] = ACTIONS(1351), - [anon_sym_constexpr] = ACTIONS(1351), - [anon_sym_volatile] = ACTIONS(1351), - [anon_sym_restrict] = ACTIONS(1351), - [anon_sym___restrict__] = ACTIONS(1351), - [anon_sym__Atomic] = ACTIONS(1351), - [anon_sym__Noreturn] = ACTIONS(1351), - [anon_sym_noreturn] = ACTIONS(1351), - [sym_primitive_type] = ACTIONS(1351), - [anon_sym_enum] = ACTIONS(1351), - [anon_sym_struct] = ACTIONS(1351), - [anon_sym_union] = ACTIONS(1351), - [anon_sym_if] = ACTIONS(1351), - [anon_sym_switch] = ACTIONS(1351), - [anon_sym_case] = ACTIONS(1351), - [anon_sym_default] = ACTIONS(1351), - [anon_sym_while] = ACTIONS(1351), - [anon_sym_do] = ACTIONS(1351), - [anon_sym_for] = ACTIONS(1351), - [anon_sym_return] = ACTIONS(1351), - [anon_sym_break] = ACTIONS(1351), - [anon_sym_continue] = ACTIONS(1351), - [anon_sym_goto] = ACTIONS(1351), - [anon_sym_DASH_DASH] = ACTIONS(1353), - [anon_sym_PLUS_PLUS] = ACTIONS(1353), - [anon_sym_sizeof] = ACTIONS(1351), - [anon_sym___alignof__] = ACTIONS(1351), - [anon_sym___alignof] = ACTIONS(1351), - [anon_sym__alignof] = ACTIONS(1351), - [anon_sym_alignof] = ACTIONS(1351), - [anon_sym__Alignof] = ACTIONS(1351), - [anon_sym_offsetof] = ACTIONS(1351), - [anon_sym__Generic] = ACTIONS(1351), - [anon_sym_asm] = ACTIONS(1351), - [anon_sym___asm__] = ACTIONS(1351), - [sym_number_literal] = ACTIONS(1353), - [anon_sym_L_SQUOTE] = ACTIONS(1353), - [anon_sym_u_SQUOTE] = ACTIONS(1353), - [anon_sym_U_SQUOTE] = ACTIONS(1353), - [anon_sym_u8_SQUOTE] = ACTIONS(1353), - [anon_sym_SQUOTE] = ACTIONS(1353), - [anon_sym_L_DQUOTE] = ACTIONS(1353), - [anon_sym_u_DQUOTE] = ACTIONS(1353), - [anon_sym_U_DQUOTE] = ACTIONS(1353), - [anon_sym_u8_DQUOTE] = ACTIONS(1353), - [anon_sym_DQUOTE] = ACTIONS(1353), - [sym_true] = ACTIONS(1351), - [sym_false] = ACTIONS(1351), - [anon_sym_NULL] = ACTIONS(1351), - [anon_sym_nullptr] = ACTIONS(1351), + [379] = { + [ts_builtin_sym_end] = ACTIONS(1397), + [sym_identifier] = ACTIONS(1395), + [aux_sym_preproc_include_token1] = ACTIONS(1395), + [aux_sym_preproc_def_token1] = ACTIONS(1395), + [aux_sym_preproc_if_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1395), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1395), + [sym_preproc_directive] = ACTIONS(1395), + [anon_sym_LPAREN2] = ACTIONS(1397), + [anon_sym_BANG] = ACTIONS(1397), + [anon_sym_TILDE] = ACTIONS(1397), + [anon_sym_DASH] = ACTIONS(1395), + [anon_sym_PLUS] = ACTIONS(1395), + [anon_sym_STAR] = ACTIONS(1397), + [anon_sym_AMP] = ACTIONS(1397), + [anon_sym___extension__] = ACTIONS(1395), + [anon_sym_typedef] = ACTIONS(1395), + [anon_sym_extern] = ACTIONS(1395), + [anon_sym___attribute__] = ACTIONS(1395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1397), + [anon_sym___declspec] = ACTIONS(1395), + [anon_sym___cdecl] = ACTIONS(1395), + [anon_sym___clrcall] = ACTIONS(1395), + [anon_sym___stdcall] = ACTIONS(1395), + [anon_sym___fastcall] = ACTIONS(1395), + [anon_sym___thiscall] = ACTIONS(1395), + [anon_sym___vectorcall] = ACTIONS(1395), + [anon_sym_LBRACE] = ACTIONS(1397), + [anon_sym_signed] = ACTIONS(1395), + [anon_sym_unsigned] = ACTIONS(1395), + [anon_sym_long] = ACTIONS(1395), + [anon_sym_short] = ACTIONS(1395), + [anon_sym_static] = ACTIONS(1395), + [anon_sym_auto] = ACTIONS(1395), + [anon_sym_register] = ACTIONS(1395), + [anon_sym_inline] = ACTIONS(1395), + [anon_sym___inline] = ACTIONS(1395), + [anon_sym___inline__] = ACTIONS(1395), + [anon_sym___forceinline] = ACTIONS(1395), + [anon_sym_thread_local] = ACTIONS(1395), + [anon_sym___thread] = ACTIONS(1395), + [anon_sym_const] = ACTIONS(1395), + [anon_sym_constexpr] = ACTIONS(1395), + [anon_sym_volatile] = ACTIONS(1395), + [anon_sym_restrict] = ACTIONS(1395), + [anon_sym___restrict__] = ACTIONS(1395), + [anon_sym__Atomic] = ACTIONS(1395), + [anon_sym__Noreturn] = ACTIONS(1395), + [anon_sym_noreturn] = ACTIONS(1395), + [sym_primitive_type] = ACTIONS(1395), + [anon_sym_enum] = ACTIONS(1395), + [anon_sym_struct] = ACTIONS(1395), + [anon_sym_union] = ACTIONS(1395), + [anon_sym_if] = ACTIONS(1395), + [anon_sym_switch] = ACTIONS(1395), + [anon_sym_case] = ACTIONS(1395), + [anon_sym_default] = ACTIONS(1395), + [anon_sym_while] = ACTIONS(1395), + [anon_sym_do] = ACTIONS(1395), + [anon_sym_for] = ACTIONS(1395), + [anon_sym_return] = ACTIONS(1395), + [anon_sym_break] = ACTIONS(1395), + [anon_sym_continue] = ACTIONS(1395), + [anon_sym_goto] = ACTIONS(1395), + [anon_sym_DASH_DASH] = ACTIONS(1397), + [anon_sym_PLUS_PLUS] = ACTIONS(1397), + [anon_sym_sizeof] = ACTIONS(1395), + [anon_sym___alignof__] = ACTIONS(1395), + [anon_sym___alignof] = ACTIONS(1395), + [anon_sym__alignof] = ACTIONS(1395), + [anon_sym_alignof] = ACTIONS(1395), + [anon_sym__Alignof] = ACTIONS(1395), + [anon_sym_offsetof] = ACTIONS(1395), + [anon_sym__Generic] = ACTIONS(1395), + [anon_sym_asm] = ACTIONS(1395), + [anon_sym___asm__] = ACTIONS(1395), + [sym_number_literal] = ACTIONS(1397), + [anon_sym_L_SQUOTE] = ACTIONS(1397), + [anon_sym_u_SQUOTE] = ACTIONS(1397), + [anon_sym_U_SQUOTE] = ACTIONS(1397), + [anon_sym_u8_SQUOTE] = ACTIONS(1397), + [anon_sym_SQUOTE] = ACTIONS(1397), + [anon_sym_L_DQUOTE] = ACTIONS(1397), + [anon_sym_u_DQUOTE] = ACTIONS(1397), + [anon_sym_U_DQUOTE] = ACTIONS(1397), + [anon_sym_u8_DQUOTE] = ACTIONS(1397), + [anon_sym_DQUOTE] = ACTIONS(1397), + [sym_true] = ACTIONS(1395), + [sym_false] = ACTIONS(1395), + [anon_sym_NULL] = ACTIONS(1395), + [anon_sym_nullptr] = ACTIONS(1395), [sym_comment] = ACTIONS(3), }, - [361] = { - [ts_builtin_sym_end] = ACTIONS(1349), - [sym_identifier] = ACTIONS(1347), - [aux_sym_preproc_include_token1] = ACTIONS(1347), - [aux_sym_preproc_def_token1] = ACTIONS(1347), - [aux_sym_preproc_if_token1] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), - [sym_preproc_directive] = ACTIONS(1347), - [anon_sym_LPAREN2] = ACTIONS(1349), - [anon_sym_BANG] = ACTIONS(1349), - [anon_sym_TILDE] = ACTIONS(1349), - [anon_sym_DASH] = ACTIONS(1347), - [anon_sym_PLUS] = ACTIONS(1347), - [anon_sym_STAR] = ACTIONS(1349), - [anon_sym_AMP] = ACTIONS(1349), - [anon_sym___extension__] = ACTIONS(1347), - [anon_sym_typedef] = ACTIONS(1347), - [anon_sym_extern] = ACTIONS(1347), - [anon_sym___attribute__] = ACTIONS(1347), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), - [anon_sym___declspec] = ACTIONS(1347), - [anon_sym___cdecl] = ACTIONS(1347), - [anon_sym___clrcall] = ACTIONS(1347), - [anon_sym___stdcall] = ACTIONS(1347), - [anon_sym___fastcall] = ACTIONS(1347), - [anon_sym___thiscall] = ACTIONS(1347), - [anon_sym___vectorcall] = ACTIONS(1347), - [anon_sym_LBRACE] = ACTIONS(1349), - [anon_sym_signed] = ACTIONS(1347), - [anon_sym_unsigned] = ACTIONS(1347), - [anon_sym_long] = ACTIONS(1347), - [anon_sym_short] = ACTIONS(1347), - [anon_sym_static] = ACTIONS(1347), - [anon_sym_auto] = ACTIONS(1347), - [anon_sym_register] = ACTIONS(1347), - [anon_sym_inline] = ACTIONS(1347), - [anon_sym___inline] = ACTIONS(1347), - [anon_sym___inline__] = ACTIONS(1347), - [anon_sym___forceinline] = ACTIONS(1347), - [anon_sym_thread_local] = ACTIONS(1347), - [anon_sym___thread] = ACTIONS(1347), - [anon_sym_const] = ACTIONS(1347), - [anon_sym_constexpr] = ACTIONS(1347), - [anon_sym_volatile] = ACTIONS(1347), - [anon_sym_restrict] = ACTIONS(1347), - [anon_sym___restrict__] = ACTIONS(1347), - [anon_sym__Atomic] = ACTIONS(1347), - [anon_sym__Noreturn] = ACTIONS(1347), - [anon_sym_noreturn] = ACTIONS(1347), - [sym_primitive_type] = ACTIONS(1347), - [anon_sym_enum] = ACTIONS(1347), - [anon_sym_struct] = ACTIONS(1347), - [anon_sym_union] = ACTIONS(1347), - [anon_sym_if] = ACTIONS(1347), - [anon_sym_switch] = ACTIONS(1347), - [anon_sym_case] = ACTIONS(1347), - [anon_sym_default] = ACTIONS(1347), - [anon_sym_while] = ACTIONS(1347), - [anon_sym_do] = ACTIONS(1347), - [anon_sym_for] = ACTIONS(1347), - [anon_sym_return] = ACTIONS(1347), - [anon_sym_break] = ACTIONS(1347), - [anon_sym_continue] = ACTIONS(1347), - [anon_sym_goto] = ACTIONS(1347), - [anon_sym_DASH_DASH] = ACTIONS(1349), - [anon_sym_PLUS_PLUS] = ACTIONS(1349), - [anon_sym_sizeof] = ACTIONS(1347), - [anon_sym___alignof__] = ACTIONS(1347), - [anon_sym___alignof] = ACTIONS(1347), - [anon_sym__alignof] = ACTIONS(1347), - [anon_sym_alignof] = ACTIONS(1347), - [anon_sym__Alignof] = ACTIONS(1347), - [anon_sym_offsetof] = ACTIONS(1347), - [anon_sym__Generic] = ACTIONS(1347), - [anon_sym_asm] = ACTIONS(1347), - [anon_sym___asm__] = ACTIONS(1347), - [sym_number_literal] = ACTIONS(1349), - [anon_sym_L_SQUOTE] = ACTIONS(1349), - [anon_sym_u_SQUOTE] = ACTIONS(1349), - [anon_sym_U_SQUOTE] = ACTIONS(1349), - [anon_sym_u8_SQUOTE] = ACTIONS(1349), - [anon_sym_SQUOTE] = ACTIONS(1349), - [anon_sym_L_DQUOTE] = ACTIONS(1349), - [anon_sym_u_DQUOTE] = ACTIONS(1349), - [anon_sym_U_DQUOTE] = ACTIONS(1349), - [anon_sym_u8_DQUOTE] = ACTIONS(1349), - [anon_sym_DQUOTE] = ACTIONS(1349), - [sym_true] = ACTIONS(1347), - [sym_false] = ACTIONS(1347), - [anon_sym_NULL] = ACTIONS(1347), - [anon_sym_nullptr] = ACTIONS(1347), + [380] = { + [ts_builtin_sym_end] = ACTIONS(1405), + [sym_identifier] = ACTIONS(1403), + [aux_sym_preproc_include_token1] = ACTIONS(1403), + [aux_sym_preproc_def_token1] = ACTIONS(1403), + [aux_sym_preproc_if_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1403), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1403), + [sym_preproc_directive] = ACTIONS(1403), + [anon_sym_LPAREN2] = ACTIONS(1405), + [anon_sym_BANG] = ACTIONS(1405), + [anon_sym_TILDE] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym___extension__] = ACTIONS(1403), + [anon_sym_typedef] = ACTIONS(1403), + [anon_sym_extern] = ACTIONS(1403), + [anon_sym___attribute__] = ACTIONS(1403), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1405), + [anon_sym___declspec] = ACTIONS(1403), + [anon_sym___cdecl] = ACTIONS(1403), + [anon_sym___clrcall] = ACTIONS(1403), + [anon_sym___stdcall] = ACTIONS(1403), + [anon_sym___fastcall] = ACTIONS(1403), + [anon_sym___thiscall] = ACTIONS(1403), + [anon_sym___vectorcall] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1405), + [anon_sym_signed] = ACTIONS(1403), + [anon_sym_unsigned] = ACTIONS(1403), + [anon_sym_long] = ACTIONS(1403), + [anon_sym_short] = ACTIONS(1403), + [anon_sym_static] = ACTIONS(1403), + [anon_sym_auto] = ACTIONS(1403), + [anon_sym_register] = ACTIONS(1403), + [anon_sym_inline] = ACTIONS(1403), + [anon_sym___inline] = ACTIONS(1403), + [anon_sym___inline__] = ACTIONS(1403), + [anon_sym___forceinline] = ACTIONS(1403), + [anon_sym_thread_local] = ACTIONS(1403), + [anon_sym___thread] = ACTIONS(1403), + [anon_sym_const] = ACTIONS(1403), + [anon_sym_constexpr] = ACTIONS(1403), + [anon_sym_volatile] = ACTIONS(1403), + [anon_sym_restrict] = ACTIONS(1403), + [anon_sym___restrict__] = ACTIONS(1403), + [anon_sym__Atomic] = ACTIONS(1403), + [anon_sym__Noreturn] = ACTIONS(1403), + [anon_sym_noreturn] = ACTIONS(1403), + [sym_primitive_type] = ACTIONS(1403), + [anon_sym_enum] = ACTIONS(1403), + [anon_sym_struct] = ACTIONS(1403), + [anon_sym_union] = ACTIONS(1403), + [anon_sym_if] = ACTIONS(1403), + [anon_sym_switch] = ACTIONS(1403), + [anon_sym_case] = ACTIONS(1403), + [anon_sym_default] = ACTIONS(1403), + [anon_sym_while] = ACTIONS(1403), + [anon_sym_do] = ACTIONS(1403), + [anon_sym_for] = ACTIONS(1403), + [anon_sym_return] = ACTIONS(1403), + [anon_sym_break] = ACTIONS(1403), + [anon_sym_continue] = ACTIONS(1403), + [anon_sym_goto] = ACTIONS(1403), + [anon_sym_DASH_DASH] = ACTIONS(1405), + [anon_sym_PLUS_PLUS] = ACTIONS(1405), + [anon_sym_sizeof] = ACTIONS(1403), + [anon_sym___alignof__] = ACTIONS(1403), + [anon_sym___alignof] = ACTIONS(1403), + [anon_sym__alignof] = ACTIONS(1403), + [anon_sym_alignof] = ACTIONS(1403), + [anon_sym__Alignof] = ACTIONS(1403), + [anon_sym_offsetof] = ACTIONS(1403), + [anon_sym__Generic] = ACTIONS(1403), + [anon_sym_asm] = ACTIONS(1403), + [anon_sym___asm__] = ACTIONS(1403), + [sym_number_literal] = ACTIONS(1405), + [anon_sym_L_SQUOTE] = ACTIONS(1405), + [anon_sym_u_SQUOTE] = ACTIONS(1405), + [anon_sym_U_SQUOTE] = ACTIONS(1405), + [anon_sym_u8_SQUOTE] = ACTIONS(1405), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_L_DQUOTE] = ACTIONS(1405), + [anon_sym_u_DQUOTE] = ACTIONS(1405), + [anon_sym_U_DQUOTE] = ACTIONS(1405), + [anon_sym_u8_DQUOTE] = ACTIONS(1405), + [anon_sym_DQUOTE] = ACTIONS(1405), + [sym_true] = ACTIONS(1403), + [sym_false] = ACTIONS(1403), + [anon_sym_NULL] = ACTIONS(1403), + [anon_sym_nullptr] = ACTIONS(1403), [sym_comment] = ACTIONS(3), }, - [362] = { - [ts_builtin_sym_end] = ACTIONS(1317), - [sym_identifier] = ACTIONS(1315), - [aux_sym_preproc_include_token1] = ACTIONS(1315), - [aux_sym_preproc_def_token1] = ACTIONS(1315), - [aux_sym_preproc_if_token1] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), - [sym_preproc_directive] = ACTIONS(1315), - [anon_sym_LPAREN2] = ACTIONS(1317), - [anon_sym_BANG] = ACTIONS(1317), - [anon_sym_TILDE] = ACTIONS(1317), - [anon_sym_DASH] = ACTIONS(1315), - [anon_sym_PLUS] = ACTIONS(1315), - [anon_sym_STAR] = ACTIONS(1317), - [anon_sym_AMP] = ACTIONS(1317), - [anon_sym___extension__] = ACTIONS(1315), - [anon_sym_typedef] = ACTIONS(1315), - [anon_sym_extern] = ACTIONS(1315), - [anon_sym___attribute__] = ACTIONS(1315), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), - [anon_sym___declspec] = ACTIONS(1315), - [anon_sym___cdecl] = ACTIONS(1315), - [anon_sym___clrcall] = ACTIONS(1315), - [anon_sym___stdcall] = ACTIONS(1315), - [anon_sym___fastcall] = ACTIONS(1315), - [anon_sym___thiscall] = ACTIONS(1315), - [anon_sym___vectorcall] = ACTIONS(1315), - [anon_sym_LBRACE] = ACTIONS(1317), - [anon_sym_signed] = ACTIONS(1315), - [anon_sym_unsigned] = ACTIONS(1315), - [anon_sym_long] = ACTIONS(1315), - [anon_sym_short] = ACTIONS(1315), - [anon_sym_static] = ACTIONS(1315), - [anon_sym_auto] = ACTIONS(1315), - [anon_sym_register] = ACTIONS(1315), - [anon_sym_inline] = ACTIONS(1315), - [anon_sym___inline] = ACTIONS(1315), - [anon_sym___inline__] = ACTIONS(1315), - [anon_sym___forceinline] = ACTIONS(1315), - [anon_sym_thread_local] = ACTIONS(1315), - [anon_sym___thread] = ACTIONS(1315), - [anon_sym_const] = ACTIONS(1315), - [anon_sym_constexpr] = ACTIONS(1315), - [anon_sym_volatile] = ACTIONS(1315), - [anon_sym_restrict] = ACTIONS(1315), - [anon_sym___restrict__] = ACTIONS(1315), - [anon_sym__Atomic] = ACTIONS(1315), - [anon_sym__Noreturn] = ACTIONS(1315), - [anon_sym_noreturn] = ACTIONS(1315), - [sym_primitive_type] = ACTIONS(1315), - [anon_sym_enum] = ACTIONS(1315), - [anon_sym_struct] = ACTIONS(1315), - [anon_sym_union] = ACTIONS(1315), - [anon_sym_if] = ACTIONS(1315), - [anon_sym_switch] = ACTIONS(1315), - [anon_sym_case] = ACTIONS(1315), - [anon_sym_default] = ACTIONS(1315), - [anon_sym_while] = ACTIONS(1315), - [anon_sym_do] = ACTIONS(1315), - [anon_sym_for] = ACTIONS(1315), - [anon_sym_return] = ACTIONS(1315), - [anon_sym_break] = ACTIONS(1315), - [anon_sym_continue] = ACTIONS(1315), - [anon_sym_goto] = ACTIONS(1315), - [anon_sym_DASH_DASH] = ACTIONS(1317), - [anon_sym_PLUS_PLUS] = ACTIONS(1317), - [anon_sym_sizeof] = ACTIONS(1315), - [anon_sym___alignof__] = ACTIONS(1315), - [anon_sym___alignof] = ACTIONS(1315), - [anon_sym__alignof] = ACTIONS(1315), - [anon_sym_alignof] = ACTIONS(1315), - [anon_sym__Alignof] = ACTIONS(1315), - [anon_sym_offsetof] = ACTIONS(1315), - [anon_sym__Generic] = ACTIONS(1315), - [anon_sym_asm] = ACTIONS(1315), - [anon_sym___asm__] = ACTIONS(1315), - [sym_number_literal] = ACTIONS(1317), - [anon_sym_L_SQUOTE] = ACTIONS(1317), - [anon_sym_u_SQUOTE] = ACTIONS(1317), - [anon_sym_U_SQUOTE] = ACTIONS(1317), - [anon_sym_u8_SQUOTE] = ACTIONS(1317), - [anon_sym_SQUOTE] = ACTIONS(1317), - [anon_sym_L_DQUOTE] = ACTIONS(1317), - [anon_sym_u_DQUOTE] = ACTIONS(1317), - [anon_sym_U_DQUOTE] = ACTIONS(1317), - [anon_sym_u8_DQUOTE] = ACTIONS(1317), - [anon_sym_DQUOTE] = ACTIONS(1317), - [sym_true] = ACTIONS(1315), - [sym_false] = ACTIONS(1315), - [anon_sym_NULL] = ACTIONS(1315), - [anon_sym_nullptr] = ACTIONS(1315), + [381] = { + [ts_builtin_sym_end] = ACTIONS(1409), + [sym_identifier] = ACTIONS(1407), + [aux_sym_preproc_include_token1] = ACTIONS(1407), + [aux_sym_preproc_def_token1] = ACTIONS(1407), + [aux_sym_preproc_if_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1407), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1407), + [sym_preproc_directive] = ACTIONS(1407), + [anon_sym_LPAREN2] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_TILDE] = ACTIONS(1409), + [anon_sym_DASH] = ACTIONS(1407), + [anon_sym_PLUS] = ACTIONS(1407), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym___extension__] = ACTIONS(1407), + [anon_sym_typedef] = ACTIONS(1407), + [anon_sym_extern] = ACTIONS(1407), + [anon_sym___attribute__] = ACTIONS(1407), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1409), + [anon_sym___declspec] = ACTIONS(1407), + [anon_sym___cdecl] = ACTIONS(1407), + [anon_sym___clrcall] = ACTIONS(1407), + [anon_sym___stdcall] = ACTIONS(1407), + [anon_sym___fastcall] = ACTIONS(1407), + [anon_sym___thiscall] = ACTIONS(1407), + [anon_sym___vectorcall] = ACTIONS(1407), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_signed] = ACTIONS(1407), + [anon_sym_unsigned] = ACTIONS(1407), + [anon_sym_long] = ACTIONS(1407), + [anon_sym_short] = ACTIONS(1407), + [anon_sym_static] = ACTIONS(1407), + [anon_sym_auto] = ACTIONS(1407), + [anon_sym_register] = ACTIONS(1407), + [anon_sym_inline] = ACTIONS(1407), + [anon_sym___inline] = ACTIONS(1407), + [anon_sym___inline__] = ACTIONS(1407), + [anon_sym___forceinline] = ACTIONS(1407), + [anon_sym_thread_local] = ACTIONS(1407), + [anon_sym___thread] = ACTIONS(1407), + [anon_sym_const] = ACTIONS(1407), + [anon_sym_constexpr] = ACTIONS(1407), + [anon_sym_volatile] = ACTIONS(1407), + [anon_sym_restrict] = ACTIONS(1407), + [anon_sym___restrict__] = ACTIONS(1407), + [anon_sym__Atomic] = ACTIONS(1407), + [anon_sym__Noreturn] = ACTIONS(1407), + [anon_sym_noreturn] = ACTIONS(1407), + [sym_primitive_type] = ACTIONS(1407), + [anon_sym_enum] = ACTIONS(1407), + [anon_sym_struct] = ACTIONS(1407), + [anon_sym_union] = ACTIONS(1407), + [anon_sym_if] = ACTIONS(1407), + [anon_sym_switch] = ACTIONS(1407), + [anon_sym_case] = ACTIONS(1407), + [anon_sym_default] = ACTIONS(1407), + [anon_sym_while] = ACTIONS(1407), + [anon_sym_do] = ACTIONS(1407), + [anon_sym_for] = ACTIONS(1407), + [anon_sym_return] = ACTIONS(1407), + [anon_sym_break] = ACTIONS(1407), + [anon_sym_continue] = ACTIONS(1407), + [anon_sym_goto] = ACTIONS(1407), + [anon_sym_DASH_DASH] = ACTIONS(1409), + [anon_sym_PLUS_PLUS] = ACTIONS(1409), + [anon_sym_sizeof] = ACTIONS(1407), + [anon_sym___alignof__] = ACTIONS(1407), + [anon_sym___alignof] = ACTIONS(1407), + [anon_sym__alignof] = ACTIONS(1407), + [anon_sym_alignof] = ACTIONS(1407), + [anon_sym__Alignof] = ACTIONS(1407), + [anon_sym_offsetof] = ACTIONS(1407), + [anon_sym__Generic] = ACTIONS(1407), + [anon_sym_asm] = ACTIONS(1407), + [anon_sym___asm__] = ACTIONS(1407), + [sym_number_literal] = ACTIONS(1409), + [anon_sym_L_SQUOTE] = ACTIONS(1409), + [anon_sym_u_SQUOTE] = ACTIONS(1409), + [anon_sym_U_SQUOTE] = ACTIONS(1409), + [anon_sym_u8_SQUOTE] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1409), + [anon_sym_L_DQUOTE] = ACTIONS(1409), + [anon_sym_u_DQUOTE] = ACTIONS(1409), + [anon_sym_U_DQUOTE] = ACTIONS(1409), + [anon_sym_u8_DQUOTE] = ACTIONS(1409), + [anon_sym_DQUOTE] = ACTIONS(1409), + [sym_true] = ACTIONS(1407), + [sym_false] = ACTIONS(1407), + [anon_sym_NULL] = ACTIONS(1407), + [anon_sym_nullptr] = ACTIONS(1407), [sym_comment] = ACTIONS(3), }, - [363] = { - [ts_builtin_sym_end] = ACTIONS(1423), - [sym_identifier] = ACTIONS(1425), - [aux_sym_preproc_include_token1] = ACTIONS(1425), - [aux_sym_preproc_def_token1] = ACTIONS(1425), - [aux_sym_preproc_if_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1425), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1425), - [sym_preproc_directive] = ACTIONS(1425), - [anon_sym_LPAREN2] = ACTIONS(1423), - [anon_sym_BANG] = ACTIONS(1423), - [anon_sym_TILDE] = ACTIONS(1423), - [anon_sym_DASH] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1425), - [anon_sym_STAR] = ACTIONS(1423), - [anon_sym_AMP] = ACTIONS(1423), - [anon_sym___extension__] = ACTIONS(1425), - [anon_sym_typedef] = ACTIONS(1425), - [anon_sym_extern] = ACTIONS(1425), - [anon_sym___attribute__] = ACTIONS(1425), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1423), - [anon_sym___declspec] = ACTIONS(1425), - [anon_sym___cdecl] = ACTIONS(1425), - [anon_sym___clrcall] = ACTIONS(1425), - [anon_sym___stdcall] = ACTIONS(1425), - [anon_sym___fastcall] = ACTIONS(1425), - [anon_sym___thiscall] = ACTIONS(1425), - [anon_sym___vectorcall] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1423), - [anon_sym_signed] = ACTIONS(1425), - [anon_sym_unsigned] = ACTIONS(1425), - [anon_sym_long] = ACTIONS(1425), - [anon_sym_short] = ACTIONS(1425), - [anon_sym_static] = ACTIONS(1425), - [anon_sym_auto] = ACTIONS(1425), - [anon_sym_register] = ACTIONS(1425), - [anon_sym_inline] = ACTIONS(1425), - [anon_sym___inline] = ACTIONS(1425), - [anon_sym___inline__] = ACTIONS(1425), - [anon_sym___forceinline] = ACTIONS(1425), - [anon_sym_thread_local] = ACTIONS(1425), - [anon_sym___thread] = ACTIONS(1425), - [anon_sym_const] = ACTIONS(1425), - [anon_sym_constexpr] = ACTIONS(1425), - [anon_sym_volatile] = ACTIONS(1425), - [anon_sym_restrict] = ACTIONS(1425), - [anon_sym___restrict__] = ACTIONS(1425), - [anon_sym__Atomic] = ACTIONS(1425), - [anon_sym__Noreturn] = ACTIONS(1425), - [anon_sym_noreturn] = ACTIONS(1425), - [sym_primitive_type] = ACTIONS(1425), - [anon_sym_enum] = ACTIONS(1425), - [anon_sym_struct] = ACTIONS(1425), - [anon_sym_union] = ACTIONS(1425), - [anon_sym_if] = ACTIONS(1425), - [anon_sym_switch] = ACTIONS(1425), - [anon_sym_case] = ACTIONS(1425), - [anon_sym_default] = ACTIONS(1425), - [anon_sym_while] = ACTIONS(1425), - [anon_sym_do] = ACTIONS(1425), - [anon_sym_for] = ACTIONS(1425), - [anon_sym_return] = ACTIONS(1425), - [anon_sym_break] = ACTIONS(1425), - [anon_sym_continue] = ACTIONS(1425), - [anon_sym_goto] = ACTIONS(1425), - [anon_sym_DASH_DASH] = ACTIONS(1423), - [anon_sym_PLUS_PLUS] = ACTIONS(1423), - [anon_sym_sizeof] = ACTIONS(1425), - [anon_sym___alignof__] = ACTIONS(1425), - [anon_sym___alignof] = ACTIONS(1425), - [anon_sym__alignof] = ACTIONS(1425), - [anon_sym_alignof] = ACTIONS(1425), - [anon_sym__Alignof] = ACTIONS(1425), - [anon_sym_offsetof] = ACTIONS(1425), - [anon_sym__Generic] = ACTIONS(1425), - [anon_sym_asm] = ACTIONS(1425), - [anon_sym___asm__] = ACTIONS(1425), - [sym_number_literal] = ACTIONS(1423), - [anon_sym_L_SQUOTE] = ACTIONS(1423), - [anon_sym_u_SQUOTE] = ACTIONS(1423), - [anon_sym_U_SQUOTE] = ACTIONS(1423), - [anon_sym_u8_SQUOTE] = ACTIONS(1423), - [anon_sym_SQUOTE] = ACTIONS(1423), - [anon_sym_L_DQUOTE] = ACTIONS(1423), - [anon_sym_u_DQUOTE] = ACTIONS(1423), - [anon_sym_U_DQUOTE] = ACTIONS(1423), - [anon_sym_u8_DQUOTE] = ACTIONS(1423), - [anon_sym_DQUOTE] = ACTIONS(1423), - [sym_true] = ACTIONS(1425), - [sym_false] = ACTIONS(1425), - [anon_sym_NULL] = ACTIONS(1425), - [anon_sym_nullptr] = ACTIONS(1425), + [382] = { + [ts_builtin_sym_end] = ACTIONS(1381), + [sym_identifier] = ACTIONS(1379), + [aux_sym_preproc_include_token1] = ACTIONS(1379), + [aux_sym_preproc_def_token1] = ACTIONS(1379), + [aux_sym_preproc_if_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), + [sym_preproc_directive] = ACTIONS(1379), + [anon_sym_LPAREN2] = ACTIONS(1381), + [anon_sym_BANG] = ACTIONS(1381), + [anon_sym_TILDE] = ACTIONS(1381), + [anon_sym_DASH] = ACTIONS(1379), + [anon_sym_PLUS] = ACTIONS(1379), + [anon_sym_STAR] = ACTIONS(1381), + [anon_sym_AMP] = ACTIONS(1381), + [anon_sym___extension__] = ACTIONS(1379), + [anon_sym_typedef] = ACTIONS(1379), + [anon_sym_extern] = ACTIONS(1379), + [anon_sym___attribute__] = ACTIONS(1379), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), + [anon_sym___declspec] = ACTIONS(1379), + [anon_sym___cdecl] = ACTIONS(1379), + [anon_sym___clrcall] = ACTIONS(1379), + [anon_sym___stdcall] = ACTIONS(1379), + [anon_sym___fastcall] = ACTIONS(1379), + [anon_sym___thiscall] = ACTIONS(1379), + [anon_sym___vectorcall] = ACTIONS(1379), + [anon_sym_LBRACE] = ACTIONS(1381), + [anon_sym_signed] = ACTIONS(1379), + [anon_sym_unsigned] = ACTIONS(1379), + [anon_sym_long] = ACTIONS(1379), + [anon_sym_short] = ACTIONS(1379), + [anon_sym_static] = ACTIONS(1379), + [anon_sym_auto] = ACTIONS(1379), + [anon_sym_register] = ACTIONS(1379), + [anon_sym_inline] = ACTIONS(1379), + [anon_sym___inline] = ACTIONS(1379), + [anon_sym___inline__] = ACTIONS(1379), + [anon_sym___forceinline] = ACTIONS(1379), + [anon_sym_thread_local] = ACTIONS(1379), + [anon_sym___thread] = ACTIONS(1379), + [anon_sym_const] = ACTIONS(1379), + [anon_sym_constexpr] = ACTIONS(1379), + [anon_sym_volatile] = ACTIONS(1379), + [anon_sym_restrict] = ACTIONS(1379), + [anon_sym___restrict__] = ACTIONS(1379), + [anon_sym__Atomic] = ACTIONS(1379), + [anon_sym__Noreturn] = ACTIONS(1379), + [anon_sym_noreturn] = ACTIONS(1379), + [sym_primitive_type] = ACTIONS(1379), + [anon_sym_enum] = ACTIONS(1379), + [anon_sym_struct] = ACTIONS(1379), + [anon_sym_union] = ACTIONS(1379), + [anon_sym_if] = ACTIONS(1379), + [anon_sym_switch] = ACTIONS(1379), + [anon_sym_case] = ACTIONS(1379), + [anon_sym_default] = ACTIONS(1379), + [anon_sym_while] = ACTIONS(1379), + [anon_sym_do] = ACTIONS(1379), + [anon_sym_for] = ACTIONS(1379), + [anon_sym_return] = ACTIONS(1379), + [anon_sym_break] = ACTIONS(1379), + [anon_sym_continue] = ACTIONS(1379), + [anon_sym_goto] = ACTIONS(1379), + [anon_sym_DASH_DASH] = ACTIONS(1381), + [anon_sym_PLUS_PLUS] = ACTIONS(1381), + [anon_sym_sizeof] = ACTIONS(1379), + [anon_sym___alignof__] = ACTIONS(1379), + [anon_sym___alignof] = ACTIONS(1379), + [anon_sym__alignof] = ACTIONS(1379), + [anon_sym_alignof] = ACTIONS(1379), + [anon_sym__Alignof] = ACTIONS(1379), + [anon_sym_offsetof] = ACTIONS(1379), + [anon_sym__Generic] = ACTIONS(1379), + [anon_sym_asm] = ACTIONS(1379), + [anon_sym___asm__] = ACTIONS(1379), + [sym_number_literal] = ACTIONS(1381), + [anon_sym_L_SQUOTE] = ACTIONS(1381), + [anon_sym_u_SQUOTE] = ACTIONS(1381), + [anon_sym_U_SQUOTE] = ACTIONS(1381), + [anon_sym_u8_SQUOTE] = ACTIONS(1381), + [anon_sym_SQUOTE] = ACTIONS(1381), + [anon_sym_L_DQUOTE] = ACTIONS(1381), + [anon_sym_u_DQUOTE] = ACTIONS(1381), + [anon_sym_U_DQUOTE] = ACTIONS(1381), + [anon_sym_u8_DQUOTE] = ACTIONS(1381), + [anon_sym_DQUOTE] = ACTIONS(1381), + [sym_true] = ACTIONS(1379), + [sym_false] = ACTIONS(1379), + [anon_sym_NULL] = ACTIONS(1379), + [anon_sym_nullptr] = ACTIONS(1379), + [sym_comment] = ACTIONS(3), + }, + [383] = { + [ts_builtin_sym_end] = ACTIONS(1309), + [sym_identifier] = ACTIONS(1307), + [aux_sym_preproc_include_token1] = ACTIONS(1307), + [aux_sym_preproc_def_token1] = ACTIONS(1307), + [aux_sym_preproc_if_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), + [sym_preproc_directive] = ACTIONS(1307), + [anon_sym_LPAREN2] = ACTIONS(1309), + [anon_sym_BANG] = ACTIONS(1309), + [anon_sym_TILDE] = ACTIONS(1309), + [anon_sym_DASH] = ACTIONS(1307), + [anon_sym_PLUS] = ACTIONS(1307), + [anon_sym_STAR] = ACTIONS(1309), + [anon_sym_AMP] = ACTIONS(1309), + [anon_sym___extension__] = ACTIONS(1307), + [anon_sym_typedef] = ACTIONS(1307), + [anon_sym_extern] = ACTIONS(1307), + [anon_sym___attribute__] = ACTIONS(1307), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), + [anon_sym___declspec] = ACTIONS(1307), + [anon_sym___cdecl] = ACTIONS(1307), + [anon_sym___clrcall] = ACTIONS(1307), + [anon_sym___stdcall] = ACTIONS(1307), + [anon_sym___fastcall] = ACTIONS(1307), + [anon_sym___thiscall] = ACTIONS(1307), + [anon_sym___vectorcall] = ACTIONS(1307), + [anon_sym_LBRACE] = ACTIONS(1309), + [anon_sym_signed] = ACTIONS(1307), + [anon_sym_unsigned] = ACTIONS(1307), + [anon_sym_long] = ACTIONS(1307), + [anon_sym_short] = ACTIONS(1307), + [anon_sym_static] = ACTIONS(1307), + [anon_sym_auto] = ACTIONS(1307), + [anon_sym_register] = ACTIONS(1307), + [anon_sym_inline] = ACTIONS(1307), + [anon_sym___inline] = ACTIONS(1307), + [anon_sym___inline__] = ACTIONS(1307), + [anon_sym___forceinline] = ACTIONS(1307), + [anon_sym_thread_local] = ACTIONS(1307), + [anon_sym___thread] = ACTIONS(1307), + [anon_sym_const] = ACTIONS(1307), + [anon_sym_constexpr] = ACTIONS(1307), + [anon_sym_volatile] = ACTIONS(1307), + [anon_sym_restrict] = ACTIONS(1307), + [anon_sym___restrict__] = ACTIONS(1307), + [anon_sym__Atomic] = ACTIONS(1307), + [anon_sym__Noreturn] = ACTIONS(1307), + [anon_sym_noreturn] = ACTIONS(1307), + [sym_primitive_type] = ACTIONS(1307), + [anon_sym_enum] = ACTIONS(1307), + [anon_sym_struct] = ACTIONS(1307), + [anon_sym_union] = ACTIONS(1307), + [anon_sym_if] = ACTIONS(1307), + [anon_sym_switch] = ACTIONS(1307), + [anon_sym_case] = ACTIONS(1307), + [anon_sym_default] = ACTIONS(1307), + [anon_sym_while] = ACTIONS(1307), + [anon_sym_do] = ACTIONS(1307), + [anon_sym_for] = ACTIONS(1307), + [anon_sym_return] = ACTIONS(1307), + [anon_sym_break] = ACTIONS(1307), + [anon_sym_continue] = ACTIONS(1307), + [anon_sym_goto] = ACTIONS(1307), + [anon_sym_DASH_DASH] = ACTIONS(1309), + [anon_sym_PLUS_PLUS] = ACTIONS(1309), + [anon_sym_sizeof] = ACTIONS(1307), + [anon_sym___alignof__] = ACTIONS(1307), + [anon_sym___alignof] = ACTIONS(1307), + [anon_sym__alignof] = ACTIONS(1307), + [anon_sym_alignof] = ACTIONS(1307), + [anon_sym__Alignof] = ACTIONS(1307), + [anon_sym_offsetof] = ACTIONS(1307), + [anon_sym__Generic] = ACTIONS(1307), + [anon_sym_asm] = ACTIONS(1307), + [anon_sym___asm__] = ACTIONS(1307), + [sym_number_literal] = ACTIONS(1309), + [anon_sym_L_SQUOTE] = ACTIONS(1309), + [anon_sym_u_SQUOTE] = ACTIONS(1309), + [anon_sym_U_SQUOTE] = ACTIONS(1309), + [anon_sym_u8_SQUOTE] = ACTIONS(1309), + [anon_sym_SQUOTE] = ACTIONS(1309), + [anon_sym_L_DQUOTE] = ACTIONS(1309), + [anon_sym_u_DQUOTE] = ACTIONS(1309), + [anon_sym_U_DQUOTE] = ACTIONS(1309), + [anon_sym_u8_DQUOTE] = ACTIONS(1309), + [anon_sym_DQUOTE] = ACTIONS(1309), + [sym_true] = ACTIONS(1307), + [sym_false] = ACTIONS(1307), + [anon_sym_NULL] = ACTIONS(1307), + [anon_sym_nullptr] = ACTIONS(1307), [sym_comment] = ACTIONS(3), }, - [364] = { - [ts_builtin_sym_end] = ACTIONS(1337), - [sym_identifier] = ACTIONS(1335), - [aux_sym_preproc_include_token1] = ACTIONS(1335), - [aux_sym_preproc_def_token1] = ACTIONS(1335), - [aux_sym_preproc_if_token1] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), - [sym_preproc_directive] = ACTIONS(1335), - [anon_sym_LPAREN2] = ACTIONS(1337), - [anon_sym_BANG] = ACTIONS(1337), - [anon_sym_TILDE] = ACTIONS(1337), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_STAR] = ACTIONS(1337), - [anon_sym_AMP] = ACTIONS(1337), - [anon_sym___extension__] = ACTIONS(1335), - [anon_sym_typedef] = ACTIONS(1335), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym___attribute__] = ACTIONS(1335), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), - [anon_sym___declspec] = ACTIONS(1335), - [anon_sym___cdecl] = ACTIONS(1335), - [anon_sym___clrcall] = ACTIONS(1335), - [anon_sym___stdcall] = ACTIONS(1335), - [anon_sym___fastcall] = ACTIONS(1335), - [anon_sym___thiscall] = ACTIONS(1335), - [anon_sym___vectorcall] = ACTIONS(1335), - [anon_sym_LBRACE] = ACTIONS(1337), - [anon_sym_signed] = ACTIONS(1335), - [anon_sym_unsigned] = ACTIONS(1335), - [anon_sym_long] = ACTIONS(1335), - [anon_sym_short] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_auto] = ACTIONS(1335), - [anon_sym_register] = ACTIONS(1335), - [anon_sym_inline] = ACTIONS(1335), - [anon_sym___inline] = ACTIONS(1335), - [anon_sym___inline__] = ACTIONS(1335), - [anon_sym___forceinline] = ACTIONS(1335), - [anon_sym_thread_local] = ACTIONS(1335), - [anon_sym___thread] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_constexpr] = ACTIONS(1335), - [anon_sym_volatile] = ACTIONS(1335), - [anon_sym_restrict] = ACTIONS(1335), - [anon_sym___restrict__] = ACTIONS(1335), - [anon_sym__Atomic] = ACTIONS(1335), - [anon_sym__Noreturn] = ACTIONS(1335), - [anon_sym_noreturn] = ACTIONS(1335), - [sym_primitive_type] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_switch] = ACTIONS(1335), - [anon_sym_case] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_do] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_goto] = ACTIONS(1335), - [anon_sym_DASH_DASH] = ACTIONS(1337), - [anon_sym_PLUS_PLUS] = ACTIONS(1337), - [anon_sym_sizeof] = ACTIONS(1335), - [anon_sym___alignof__] = ACTIONS(1335), - [anon_sym___alignof] = ACTIONS(1335), - [anon_sym__alignof] = ACTIONS(1335), - [anon_sym_alignof] = ACTIONS(1335), - [anon_sym__Alignof] = ACTIONS(1335), - [anon_sym_offsetof] = ACTIONS(1335), - [anon_sym__Generic] = ACTIONS(1335), - [anon_sym_asm] = ACTIONS(1335), - [anon_sym___asm__] = ACTIONS(1335), - [sym_number_literal] = ACTIONS(1337), - [anon_sym_L_SQUOTE] = ACTIONS(1337), - [anon_sym_u_SQUOTE] = ACTIONS(1337), - [anon_sym_U_SQUOTE] = ACTIONS(1337), - [anon_sym_u8_SQUOTE] = ACTIONS(1337), - [anon_sym_SQUOTE] = ACTIONS(1337), - [anon_sym_L_DQUOTE] = ACTIONS(1337), - [anon_sym_u_DQUOTE] = ACTIONS(1337), - [anon_sym_U_DQUOTE] = ACTIONS(1337), - [anon_sym_u8_DQUOTE] = ACTIONS(1337), - [anon_sym_DQUOTE] = ACTIONS(1337), - [sym_true] = ACTIONS(1335), - [sym_false] = ACTIONS(1335), - [anon_sym_NULL] = ACTIONS(1335), - [anon_sym_nullptr] = ACTIONS(1335), + [384] = { + [ts_builtin_sym_end] = ACTIONS(1341), + [sym_identifier] = ACTIONS(1339), + [aux_sym_preproc_include_token1] = ACTIONS(1339), + [aux_sym_preproc_def_token1] = ACTIONS(1339), + [aux_sym_preproc_if_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), + [sym_preproc_directive] = ACTIONS(1339), + [anon_sym_LPAREN2] = ACTIONS(1341), + [anon_sym_BANG] = ACTIONS(1341), + [anon_sym_TILDE] = ACTIONS(1341), + [anon_sym_DASH] = ACTIONS(1339), + [anon_sym_PLUS] = ACTIONS(1339), + [anon_sym_STAR] = ACTIONS(1341), + [anon_sym_AMP] = ACTIONS(1341), + [anon_sym___extension__] = ACTIONS(1339), + [anon_sym_typedef] = ACTIONS(1339), + [anon_sym_extern] = ACTIONS(1339), + [anon_sym___attribute__] = ACTIONS(1339), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), + [anon_sym___declspec] = ACTIONS(1339), + [anon_sym___cdecl] = ACTIONS(1339), + [anon_sym___clrcall] = ACTIONS(1339), + [anon_sym___stdcall] = ACTIONS(1339), + [anon_sym___fastcall] = ACTIONS(1339), + [anon_sym___thiscall] = ACTIONS(1339), + [anon_sym___vectorcall] = ACTIONS(1339), + [anon_sym_LBRACE] = ACTIONS(1341), + [anon_sym_signed] = ACTIONS(1339), + [anon_sym_unsigned] = ACTIONS(1339), + [anon_sym_long] = ACTIONS(1339), + [anon_sym_short] = ACTIONS(1339), + [anon_sym_static] = ACTIONS(1339), + [anon_sym_auto] = ACTIONS(1339), + [anon_sym_register] = ACTIONS(1339), + [anon_sym_inline] = ACTIONS(1339), + [anon_sym___inline] = ACTIONS(1339), + [anon_sym___inline__] = ACTIONS(1339), + [anon_sym___forceinline] = ACTIONS(1339), + [anon_sym_thread_local] = ACTIONS(1339), + [anon_sym___thread] = ACTIONS(1339), + [anon_sym_const] = ACTIONS(1339), + [anon_sym_constexpr] = ACTIONS(1339), + [anon_sym_volatile] = ACTIONS(1339), + [anon_sym_restrict] = ACTIONS(1339), + [anon_sym___restrict__] = ACTIONS(1339), + [anon_sym__Atomic] = ACTIONS(1339), + [anon_sym__Noreturn] = ACTIONS(1339), + [anon_sym_noreturn] = ACTIONS(1339), + [sym_primitive_type] = ACTIONS(1339), + [anon_sym_enum] = ACTIONS(1339), + [anon_sym_struct] = ACTIONS(1339), + [anon_sym_union] = ACTIONS(1339), + [anon_sym_if] = ACTIONS(1339), + [anon_sym_switch] = ACTIONS(1339), + [anon_sym_case] = ACTIONS(1339), + [anon_sym_default] = ACTIONS(1339), + [anon_sym_while] = ACTIONS(1339), + [anon_sym_do] = ACTIONS(1339), + [anon_sym_for] = ACTIONS(1339), + [anon_sym_return] = ACTIONS(1339), + [anon_sym_break] = ACTIONS(1339), + [anon_sym_continue] = ACTIONS(1339), + [anon_sym_goto] = ACTIONS(1339), + [anon_sym_DASH_DASH] = ACTIONS(1341), + [anon_sym_PLUS_PLUS] = ACTIONS(1341), + [anon_sym_sizeof] = ACTIONS(1339), + [anon_sym___alignof__] = ACTIONS(1339), + [anon_sym___alignof] = ACTIONS(1339), + [anon_sym__alignof] = ACTIONS(1339), + [anon_sym_alignof] = ACTIONS(1339), + [anon_sym__Alignof] = ACTIONS(1339), + [anon_sym_offsetof] = ACTIONS(1339), + [anon_sym__Generic] = ACTIONS(1339), + [anon_sym_asm] = ACTIONS(1339), + [anon_sym___asm__] = ACTIONS(1339), + [sym_number_literal] = ACTIONS(1341), + [anon_sym_L_SQUOTE] = ACTIONS(1341), + [anon_sym_u_SQUOTE] = ACTIONS(1341), + [anon_sym_U_SQUOTE] = ACTIONS(1341), + [anon_sym_u8_SQUOTE] = ACTIONS(1341), + [anon_sym_SQUOTE] = ACTIONS(1341), + [anon_sym_L_DQUOTE] = ACTIONS(1341), + [anon_sym_u_DQUOTE] = ACTIONS(1341), + [anon_sym_U_DQUOTE] = ACTIONS(1341), + [anon_sym_u8_DQUOTE] = ACTIONS(1341), + [anon_sym_DQUOTE] = ACTIONS(1341), + [sym_true] = ACTIONS(1339), + [sym_false] = ACTIONS(1339), + [anon_sym_NULL] = ACTIONS(1339), + [anon_sym_nullptr] = ACTIONS(1339), [sym_comment] = ACTIONS(3), }, - [365] = { - [ts_builtin_sym_end] = ACTIONS(1361), - [sym_identifier] = ACTIONS(1359), - [aux_sym_preproc_include_token1] = ACTIONS(1359), - [aux_sym_preproc_def_token1] = ACTIONS(1359), - [aux_sym_preproc_if_token1] = ACTIONS(1359), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1359), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1359), - [sym_preproc_directive] = ACTIONS(1359), - [anon_sym_LPAREN2] = ACTIONS(1361), - [anon_sym_BANG] = ACTIONS(1361), - [anon_sym_TILDE] = ACTIONS(1361), - [anon_sym_DASH] = ACTIONS(1359), - [anon_sym_PLUS] = ACTIONS(1359), - [anon_sym_STAR] = ACTIONS(1361), - [anon_sym_AMP] = ACTIONS(1361), - [anon_sym___extension__] = ACTIONS(1359), - [anon_sym_typedef] = ACTIONS(1359), - [anon_sym_extern] = ACTIONS(1359), - [anon_sym___attribute__] = ACTIONS(1359), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1361), - [anon_sym___declspec] = ACTIONS(1359), - [anon_sym___cdecl] = ACTIONS(1359), - [anon_sym___clrcall] = ACTIONS(1359), - [anon_sym___stdcall] = ACTIONS(1359), - [anon_sym___fastcall] = ACTIONS(1359), - [anon_sym___thiscall] = ACTIONS(1359), - [anon_sym___vectorcall] = ACTIONS(1359), - [anon_sym_LBRACE] = ACTIONS(1361), - [anon_sym_signed] = ACTIONS(1359), - [anon_sym_unsigned] = ACTIONS(1359), - [anon_sym_long] = ACTIONS(1359), - [anon_sym_short] = ACTIONS(1359), - [anon_sym_static] = ACTIONS(1359), - [anon_sym_auto] = ACTIONS(1359), - [anon_sym_register] = ACTIONS(1359), - [anon_sym_inline] = ACTIONS(1359), - [anon_sym___inline] = ACTIONS(1359), - [anon_sym___inline__] = ACTIONS(1359), - [anon_sym___forceinline] = ACTIONS(1359), - [anon_sym_thread_local] = ACTIONS(1359), - [anon_sym___thread] = ACTIONS(1359), - [anon_sym_const] = ACTIONS(1359), - [anon_sym_constexpr] = ACTIONS(1359), - [anon_sym_volatile] = ACTIONS(1359), - [anon_sym_restrict] = ACTIONS(1359), - [anon_sym___restrict__] = ACTIONS(1359), - [anon_sym__Atomic] = ACTIONS(1359), - [anon_sym__Noreturn] = ACTIONS(1359), - [anon_sym_noreturn] = ACTIONS(1359), - [sym_primitive_type] = ACTIONS(1359), - [anon_sym_enum] = ACTIONS(1359), - [anon_sym_struct] = ACTIONS(1359), - [anon_sym_union] = ACTIONS(1359), - [anon_sym_if] = ACTIONS(1359), - [anon_sym_switch] = ACTIONS(1359), - [anon_sym_case] = ACTIONS(1359), - [anon_sym_default] = ACTIONS(1359), - [anon_sym_while] = ACTIONS(1359), - [anon_sym_do] = ACTIONS(1359), - [anon_sym_for] = ACTIONS(1359), - [anon_sym_return] = ACTIONS(1359), - [anon_sym_break] = ACTIONS(1359), - [anon_sym_continue] = ACTIONS(1359), - [anon_sym_goto] = ACTIONS(1359), - [anon_sym_DASH_DASH] = ACTIONS(1361), - [anon_sym_PLUS_PLUS] = ACTIONS(1361), - [anon_sym_sizeof] = ACTIONS(1359), - [anon_sym___alignof__] = ACTIONS(1359), - [anon_sym___alignof] = ACTIONS(1359), - [anon_sym__alignof] = ACTIONS(1359), - [anon_sym_alignof] = ACTIONS(1359), - [anon_sym__Alignof] = ACTIONS(1359), - [anon_sym_offsetof] = ACTIONS(1359), - [anon_sym__Generic] = ACTIONS(1359), - [anon_sym_asm] = ACTIONS(1359), - [anon_sym___asm__] = ACTIONS(1359), - [sym_number_literal] = ACTIONS(1361), - [anon_sym_L_SQUOTE] = ACTIONS(1361), - [anon_sym_u_SQUOTE] = ACTIONS(1361), - [anon_sym_U_SQUOTE] = ACTIONS(1361), - [anon_sym_u8_SQUOTE] = ACTIONS(1361), - [anon_sym_SQUOTE] = ACTIONS(1361), - [anon_sym_L_DQUOTE] = ACTIONS(1361), - [anon_sym_u_DQUOTE] = ACTIONS(1361), - [anon_sym_U_DQUOTE] = ACTIONS(1361), - [anon_sym_u8_DQUOTE] = ACTIONS(1361), - [anon_sym_DQUOTE] = ACTIONS(1361), - [sym_true] = ACTIONS(1359), - [sym_false] = ACTIONS(1359), - [anon_sym_NULL] = ACTIONS(1359), - [anon_sym_nullptr] = ACTIONS(1359), + [385] = { + [ts_builtin_sym_end] = ACTIONS(1357), + [sym_identifier] = ACTIONS(1355), + [aux_sym_preproc_include_token1] = ACTIONS(1355), + [aux_sym_preproc_def_token1] = ACTIONS(1355), + [aux_sym_preproc_if_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1355), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1355), + [sym_preproc_directive] = ACTIONS(1355), + [anon_sym_LPAREN2] = ACTIONS(1357), + [anon_sym_BANG] = ACTIONS(1357), + [anon_sym_TILDE] = ACTIONS(1357), + [anon_sym_DASH] = ACTIONS(1355), + [anon_sym_PLUS] = ACTIONS(1355), + [anon_sym_STAR] = ACTIONS(1357), + [anon_sym_AMP] = ACTIONS(1357), + [anon_sym___extension__] = ACTIONS(1355), + [anon_sym_typedef] = ACTIONS(1355), + [anon_sym_extern] = ACTIONS(1355), + [anon_sym___attribute__] = ACTIONS(1355), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1357), + [anon_sym___declspec] = ACTIONS(1355), + [anon_sym___cdecl] = ACTIONS(1355), + [anon_sym___clrcall] = ACTIONS(1355), + [anon_sym___stdcall] = ACTIONS(1355), + [anon_sym___fastcall] = ACTIONS(1355), + [anon_sym___thiscall] = ACTIONS(1355), + [anon_sym___vectorcall] = ACTIONS(1355), + [anon_sym_LBRACE] = ACTIONS(1357), + [anon_sym_signed] = ACTIONS(1355), + [anon_sym_unsigned] = ACTIONS(1355), + [anon_sym_long] = ACTIONS(1355), + [anon_sym_short] = ACTIONS(1355), + [anon_sym_static] = ACTIONS(1355), + [anon_sym_auto] = ACTIONS(1355), + [anon_sym_register] = ACTIONS(1355), + [anon_sym_inline] = ACTIONS(1355), + [anon_sym___inline] = ACTIONS(1355), + [anon_sym___inline__] = ACTIONS(1355), + [anon_sym___forceinline] = ACTIONS(1355), + [anon_sym_thread_local] = ACTIONS(1355), + [anon_sym___thread] = ACTIONS(1355), + [anon_sym_const] = ACTIONS(1355), + [anon_sym_constexpr] = ACTIONS(1355), + [anon_sym_volatile] = ACTIONS(1355), + [anon_sym_restrict] = ACTIONS(1355), + [anon_sym___restrict__] = ACTIONS(1355), + [anon_sym__Atomic] = ACTIONS(1355), + [anon_sym__Noreturn] = ACTIONS(1355), + [anon_sym_noreturn] = ACTIONS(1355), + [sym_primitive_type] = ACTIONS(1355), + [anon_sym_enum] = ACTIONS(1355), + [anon_sym_struct] = ACTIONS(1355), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_if] = ACTIONS(1355), + [anon_sym_switch] = ACTIONS(1355), + [anon_sym_case] = ACTIONS(1355), + [anon_sym_default] = ACTIONS(1355), + [anon_sym_while] = ACTIONS(1355), + [anon_sym_do] = ACTIONS(1355), + [anon_sym_for] = ACTIONS(1355), + [anon_sym_return] = ACTIONS(1355), + [anon_sym_break] = ACTIONS(1355), + [anon_sym_continue] = ACTIONS(1355), + [anon_sym_goto] = ACTIONS(1355), + [anon_sym_DASH_DASH] = ACTIONS(1357), + [anon_sym_PLUS_PLUS] = ACTIONS(1357), + [anon_sym_sizeof] = ACTIONS(1355), + [anon_sym___alignof__] = ACTIONS(1355), + [anon_sym___alignof] = ACTIONS(1355), + [anon_sym__alignof] = ACTIONS(1355), + [anon_sym_alignof] = ACTIONS(1355), + [anon_sym__Alignof] = ACTIONS(1355), + [anon_sym_offsetof] = ACTIONS(1355), + [anon_sym__Generic] = ACTIONS(1355), + [anon_sym_asm] = ACTIONS(1355), + [anon_sym___asm__] = ACTIONS(1355), + [sym_number_literal] = ACTIONS(1357), + [anon_sym_L_SQUOTE] = ACTIONS(1357), + [anon_sym_u_SQUOTE] = ACTIONS(1357), + [anon_sym_U_SQUOTE] = ACTIONS(1357), + [anon_sym_u8_SQUOTE] = ACTIONS(1357), + [anon_sym_SQUOTE] = ACTIONS(1357), + [anon_sym_L_DQUOTE] = ACTIONS(1357), + [anon_sym_u_DQUOTE] = ACTIONS(1357), + [anon_sym_U_DQUOTE] = ACTIONS(1357), + [anon_sym_u8_DQUOTE] = ACTIONS(1357), + [anon_sym_DQUOTE] = ACTIONS(1357), + [sym_true] = ACTIONS(1355), + [sym_false] = ACTIONS(1355), + [anon_sym_NULL] = ACTIONS(1355), + [anon_sym_nullptr] = ACTIONS(1355), [sym_comment] = ACTIONS(3), }, - [366] = { + [386] = { [ts_builtin_sym_end] = ACTIONS(1365), [sym_identifier] = ACTIONS(1363), [aux_sym_preproc_include_token1] = ACTIONS(1363), @@ -55438,101 +57530,383 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1363), [sym_comment] = ACTIONS(3), }, - [367] = { - [ts_builtin_sym_end] = ACTIONS(1341), - [sym_identifier] = ACTIONS(1339), - [aux_sym_preproc_include_token1] = ACTIONS(1339), - [aux_sym_preproc_def_token1] = ACTIONS(1339), - [aux_sym_preproc_if_token1] = ACTIONS(1339), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1339), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1339), - [sym_preproc_directive] = ACTIONS(1339), - [anon_sym_LPAREN2] = ACTIONS(1341), - [anon_sym_BANG] = ACTIONS(1341), - [anon_sym_TILDE] = ACTIONS(1341), - [anon_sym_DASH] = ACTIONS(1339), - [anon_sym_PLUS] = ACTIONS(1339), - [anon_sym_STAR] = ACTIONS(1341), - [anon_sym_AMP] = ACTIONS(1341), - [anon_sym___extension__] = ACTIONS(1339), - [anon_sym_typedef] = ACTIONS(1339), - [anon_sym_extern] = ACTIONS(1339), - [anon_sym___attribute__] = ACTIONS(1339), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1341), - [anon_sym___declspec] = ACTIONS(1339), - [anon_sym___cdecl] = ACTIONS(1339), - [anon_sym___clrcall] = ACTIONS(1339), - [anon_sym___stdcall] = ACTIONS(1339), - [anon_sym___fastcall] = ACTIONS(1339), - [anon_sym___thiscall] = ACTIONS(1339), - [anon_sym___vectorcall] = ACTIONS(1339), - [anon_sym_LBRACE] = ACTIONS(1341), - [anon_sym_signed] = ACTIONS(1339), - [anon_sym_unsigned] = ACTIONS(1339), - [anon_sym_long] = ACTIONS(1339), - [anon_sym_short] = ACTIONS(1339), - [anon_sym_static] = ACTIONS(1339), - [anon_sym_auto] = ACTIONS(1339), - [anon_sym_register] = ACTIONS(1339), - [anon_sym_inline] = ACTIONS(1339), - [anon_sym___inline] = ACTIONS(1339), - [anon_sym___inline__] = ACTIONS(1339), - [anon_sym___forceinline] = ACTIONS(1339), - [anon_sym_thread_local] = ACTIONS(1339), - [anon_sym___thread] = ACTIONS(1339), - [anon_sym_const] = ACTIONS(1339), - [anon_sym_constexpr] = ACTIONS(1339), - [anon_sym_volatile] = ACTIONS(1339), - [anon_sym_restrict] = ACTIONS(1339), - [anon_sym___restrict__] = ACTIONS(1339), - [anon_sym__Atomic] = ACTIONS(1339), - [anon_sym__Noreturn] = ACTIONS(1339), - [anon_sym_noreturn] = ACTIONS(1339), - [sym_primitive_type] = ACTIONS(1339), - [anon_sym_enum] = ACTIONS(1339), - [anon_sym_struct] = ACTIONS(1339), - [anon_sym_union] = ACTIONS(1339), - [anon_sym_if] = ACTIONS(1339), - [anon_sym_switch] = ACTIONS(1339), - [anon_sym_case] = ACTIONS(1339), - [anon_sym_default] = ACTIONS(1339), - [anon_sym_while] = ACTIONS(1339), - [anon_sym_do] = ACTIONS(1339), - [anon_sym_for] = ACTIONS(1339), - [anon_sym_return] = ACTIONS(1339), - [anon_sym_break] = ACTIONS(1339), - [anon_sym_continue] = ACTIONS(1339), - [anon_sym_goto] = ACTIONS(1339), - [anon_sym_DASH_DASH] = ACTIONS(1341), - [anon_sym_PLUS_PLUS] = ACTIONS(1341), - [anon_sym_sizeof] = ACTIONS(1339), - [anon_sym___alignof__] = ACTIONS(1339), - [anon_sym___alignof] = ACTIONS(1339), - [anon_sym__alignof] = ACTIONS(1339), - [anon_sym_alignof] = ACTIONS(1339), - [anon_sym__Alignof] = ACTIONS(1339), - [anon_sym_offsetof] = ACTIONS(1339), - [anon_sym__Generic] = ACTIONS(1339), - [anon_sym_asm] = ACTIONS(1339), - [anon_sym___asm__] = ACTIONS(1339), - [sym_number_literal] = ACTIONS(1341), - [anon_sym_L_SQUOTE] = ACTIONS(1341), - [anon_sym_u_SQUOTE] = ACTIONS(1341), - [anon_sym_U_SQUOTE] = ACTIONS(1341), - [anon_sym_u8_SQUOTE] = ACTIONS(1341), - [anon_sym_SQUOTE] = ACTIONS(1341), - [anon_sym_L_DQUOTE] = ACTIONS(1341), - [anon_sym_u_DQUOTE] = ACTIONS(1341), - [anon_sym_U_DQUOTE] = ACTIONS(1341), - [anon_sym_u8_DQUOTE] = ACTIONS(1341), - [anon_sym_DQUOTE] = ACTIONS(1341), - [sym_true] = ACTIONS(1339), - [sym_false] = ACTIONS(1339), - [anon_sym_NULL] = ACTIONS(1339), - [anon_sym_nullptr] = ACTIONS(1339), + [387] = { + [ts_builtin_sym_end] = ACTIONS(1317), + [sym_identifier] = ACTIONS(1315), + [aux_sym_preproc_include_token1] = ACTIONS(1315), + [aux_sym_preproc_def_token1] = ACTIONS(1315), + [aux_sym_preproc_if_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1315), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1315), + [sym_preproc_directive] = ACTIONS(1315), + [anon_sym_LPAREN2] = ACTIONS(1317), + [anon_sym_BANG] = ACTIONS(1317), + [anon_sym_TILDE] = ACTIONS(1317), + [anon_sym_DASH] = ACTIONS(1315), + [anon_sym_PLUS] = ACTIONS(1315), + [anon_sym_STAR] = ACTIONS(1317), + [anon_sym_AMP] = ACTIONS(1317), + [anon_sym___extension__] = ACTIONS(1315), + [anon_sym_typedef] = ACTIONS(1315), + [anon_sym_extern] = ACTIONS(1315), + [anon_sym___attribute__] = ACTIONS(1315), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1317), + [anon_sym___declspec] = ACTIONS(1315), + [anon_sym___cdecl] = ACTIONS(1315), + [anon_sym___clrcall] = ACTIONS(1315), + [anon_sym___stdcall] = ACTIONS(1315), + [anon_sym___fastcall] = ACTIONS(1315), + [anon_sym___thiscall] = ACTIONS(1315), + [anon_sym___vectorcall] = ACTIONS(1315), + [anon_sym_LBRACE] = ACTIONS(1317), + [anon_sym_signed] = ACTIONS(1315), + [anon_sym_unsigned] = ACTIONS(1315), + [anon_sym_long] = ACTIONS(1315), + [anon_sym_short] = ACTIONS(1315), + [anon_sym_static] = ACTIONS(1315), + [anon_sym_auto] = ACTIONS(1315), + [anon_sym_register] = ACTIONS(1315), + [anon_sym_inline] = ACTIONS(1315), + [anon_sym___inline] = ACTIONS(1315), + [anon_sym___inline__] = ACTIONS(1315), + [anon_sym___forceinline] = ACTIONS(1315), + [anon_sym_thread_local] = ACTIONS(1315), + [anon_sym___thread] = ACTIONS(1315), + [anon_sym_const] = ACTIONS(1315), + [anon_sym_constexpr] = ACTIONS(1315), + [anon_sym_volatile] = ACTIONS(1315), + [anon_sym_restrict] = ACTIONS(1315), + [anon_sym___restrict__] = ACTIONS(1315), + [anon_sym__Atomic] = ACTIONS(1315), + [anon_sym__Noreturn] = ACTIONS(1315), + [anon_sym_noreturn] = ACTIONS(1315), + [sym_primitive_type] = ACTIONS(1315), + [anon_sym_enum] = ACTIONS(1315), + [anon_sym_struct] = ACTIONS(1315), + [anon_sym_union] = ACTIONS(1315), + [anon_sym_if] = ACTIONS(1315), + [anon_sym_switch] = ACTIONS(1315), + [anon_sym_case] = ACTIONS(1315), + [anon_sym_default] = ACTIONS(1315), + [anon_sym_while] = ACTIONS(1315), + [anon_sym_do] = ACTIONS(1315), + [anon_sym_for] = ACTIONS(1315), + [anon_sym_return] = ACTIONS(1315), + [anon_sym_break] = ACTIONS(1315), + [anon_sym_continue] = ACTIONS(1315), + [anon_sym_goto] = ACTIONS(1315), + [anon_sym_DASH_DASH] = ACTIONS(1317), + [anon_sym_PLUS_PLUS] = ACTIONS(1317), + [anon_sym_sizeof] = ACTIONS(1315), + [anon_sym___alignof__] = ACTIONS(1315), + [anon_sym___alignof] = ACTIONS(1315), + [anon_sym__alignof] = ACTIONS(1315), + [anon_sym_alignof] = ACTIONS(1315), + [anon_sym__Alignof] = ACTIONS(1315), + [anon_sym_offsetof] = ACTIONS(1315), + [anon_sym__Generic] = ACTIONS(1315), + [anon_sym_asm] = ACTIONS(1315), + [anon_sym___asm__] = ACTIONS(1315), + [sym_number_literal] = ACTIONS(1317), + [anon_sym_L_SQUOTE] = ACTIONS(1317), + [anon_sym_u_SQUOTE] = ACTIONS(1317), + [anon_sym_U_SQUOTE] = ACTIONS(1317), + [anon_sym_u8_SQUOTE] = ACTIONS(1317), + [anon_sym_SQUOTE] = ACTIONS(1317), + [anon_sym_L_DQUOTE] = ACTIONS(1317), + [anon_sym_u_DQUOTE] = ACTIONS(1317), + [anon_sym_U_DQUOTE] = ACTIONS(1317), + [anon_sym_u8_DQUOTE] = ACTIONS(1317), + [anon_sym_DQUOTE] = ACTIONS(1317), + [sym_true] = ACTIONS(1315), + [sym_false] = ACTIONS(1315), + [anon_sym_NULL] = ACTIONS(1315), + [anon_sym_nullptr] = ACTIONS(1315), + [sym_comment] = ACTIONS(3), + }, + [388] = { + [ts_builtin_sym_end] = ACTIONS(1313), + [sym_identifier] = ACTIONS(1311), + [aux_sym_preproc_include_token1] = ACTIONS(1311), + [aux_sym_preproc_def_token1] = ACTIONS(1311), + [aux_sym_preproc_if_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), + [sym_preproc_directive] = ACTIONS(1311), + [anon_sym_LPAREN2] = ACTIONS(1313), + [anon_sym_BANG] = ACTIONS(1313), + [anon_sym_TILDE] = ACTIONS(1313), + [anon_sym_DASH] = ACTIONS(1311), + [anon_sym_PLUS] = ACTIONS(1311), + [anon_sym_STAR] = ACTIONS(1313), + [anon_sym_AMP] = ACTIONS(1313), + [anon_sym___extension__] = ACTIONS(1311), + [anon_sym_typedef] = ACTIONS(1311), + [anon_sym_extern] = ACTIONS(1311), + [anon_sym___attribute__] = ACTIONS(1311), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), + [anon_sym___declspec] = ACTIONS(1311), + [anon_sym___cdecl] = ACTIONS(1311), + [anon_sym___clrcall] = ACTIONS(1311), + [anon_sym___stdcall] = ACTIONS(1311), + [anon_sym___fastcall] = ACTIONS(1311), + [anon_sym___thiscall] = ACTIONS(1311), + [anon_sym___vectorcall] = ACTIONS(1311), + [anon_sym_LBRACE] = ACTIONS(1313), + [anon_sym_signed] = ACTIONS(1311), + [anon_sym_unsigned] = ACTIONS(1311), + [anon_sym_long] = ACTIONS(1311), + [anon_sym_short] = ACTIONS(1311), + [anon_sym_static] = ACTIONS(1311), + [anon_sym_auto] = ACTIONS(1311), + [anon_sym_register] = ACTIONS(1311), + [anon_sym_inline] = ACTIONS(1311), + [anon_sym___inline] = ACTIONS(1311), + [anon_sym___inline__] = ACTIONS(1311), + [anon_sym___forceinline] = ACTIONS(1311), + [anon_sym_thread_local] = ACTIONS(1311), + [anon_sym___thread] = ACTIONS(1311), + [anon_sym_const] = ACTIONS(1311), + [anon_sym_constexpr] = ACTIONS(1311), + [anon_sym_volatile] = ACTIONS(1311), + [anon_sym_restrict] = ACTIONS(1311), + [anon_sym___restrict__] = ACTIONS(1311), + [anon_sym__Atomic] = ACTIONS(1311), + [anon_sym__Noreturn] = ACTIONS(1311), + [anon_sym_noreturn] = ACTIONS(1311), + [sym_primitive_type] = ACTIONS(1311), + [anon_sym_enum] = ACTIONS(1311), + [anon_sym_struct] = ACTIONS(1311), + [anon_sym_union] = ACTIONS(1311), + [anon_sym_if] = ACTIONS(1311), + [anon_sym_switch] = ACTIONS(1311), + [anon_sym_case] = ACTIONS(1311), + [anon_sym_default] = ACTIONS(1311), + [anon_sym_while] = ACTIONS(1311), + [anon_sym_do] = ACTIONS(1311), + [anon_sym_for] = ACTIONS(1311), + [anon_sym_return] = ACTIONS(1311), + [anon_sym_break] = ACTIONS(1311), + [anon_sym_continue] = ACTIONS(1311), + [anon_sym_goto] = ACTIONS(1311), + [anon_sym_DASH_DASH] = ACTIONS(1313), + [anon_sym_PLUS_PLUS] = ACTIONS(1313), + [anon_sym_sizeof] = ACTIONS(1311), + [anon_sym___alignof__] = ACTIONS(1311), + [anon_sym___alignof] = ACTIONS(1311), + [anon_sym__alignof] = ACTIONS(1311), + [anon_sym_alignof] = ACTIONS(1311), + [anon_sym__Alignof] = ACTIONS(1311), + [anon_sym_offsetof] = ACTIONS(1311), + [anon_sym__Generic] = ACTIONS(1311), + [anon_sym_asm] = ACTIONS(1311), + [anon_sym___asm__] = ACTIONS(1311), + [sym_number_literal] = ACTIONS(1313), + [anon_sym_L_SQUOTE] = ACTIONS(1313), + [anon_sym_u_SQUOTE] = ACTIONS(1313), + [anon_sym_U_SQUOTE] = ACTIONS(1313), + [anon_sym_u8_SQUOTE] = ACTIONS(1313), + [anon_sym_SQUOTE] = ACTIONS(1313), + [anon_sym_L_DQUOTE] = ACTIONS(1313), + [anon_sym_u_DQUOTE] = ACTIONS(1313), + [anon_sym_U_DQUOTE] = ACTIONS(1313), + [anon_sym_u8_DQUOTE] = ACTIONS(1313), + [anon_sym_DQUOTE] = ACTIONS(1313), + [sym_true] = ACTIONS(1311), + [sym_false] = ACTIONS(1311), + [anon_sym_NULL] = ACTIONS(1311), + [anon_sym_nullptr] = ACTIONS(1311), + [sym_comment] = ACTIONS(3), + }, + [389] = { + [ts_builtin_sym_end] = ACTIONS(1393), + [sym_identifier] = ACTIONS(1391), + [aux_sym_preproc_include_token1] = ACTIONS(1391), + [aux_sym_preproc_def_token1] = ACTIONS(1391), + [aux_sym_preproc_if_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1391), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1391), + [sym_preproc_directive] = ACTIONS(1391), + [anon_sym_LPAREN2] = ACTIONS(1393), + [anon_sym_BANG] = ACTIONS(1393), + [anon_sym_TILDE] = ACTIONS(1393), + [anon_sym_DASH] = ACTIONS(1391), + [anon_sym_PLUS] = ACTIONS(1391), + [anon_sym_STAR] = ACTIONS(1393), + [anon_sym_AMP] = ACTIONS(1393), + [anon_sym___extension__] = ACTIONS(1391), + [anon_sym_typedef] = ACTIONS(1391), + [anon_sym_extern] = ACTIONS(1391), + [anon_sym___attribute__] = ACTIONS(1391), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1393), + [anon_sym___declspec] = ACTIONS(1391), + [anon_sym___cdecl] = ACTIONS(1391), + [anon_sym___clrcall] = ACTIONS(1391), + [anon_sym___stdcall] = ACTIONS(1391), + [anon_sym___fastcall] = ACTIONS(1391), + [anon_sym___thiscall] = ACTIONS(1391), + [anon_sym___vectorcall] = ACTIONS(1391), + [anon_sym_LBRACE] = ACTIONS(1393), + [anon_sym_signed] = ACTIONS(1391), + [anon_sym_unsigned] = ACTIONS(1391), + [anon_sym_long] = ACTIONS(1391), + [anon_sym_short] = ACTIONS(1391), + [anon_sym_static] = ACTIONS(1391), + [anon_sym_auto] = ACTIONS(1391), + [anon_sym_register] = ACTIONS(1391), + [anon_sym_inline] = ACTIONS(1391), + [anon_sym___inline] = ACTIONS(1391), + [anon_sym___inline__] = ACTIONS(1391), + [anon_sym___forceinline] = ACTIONS(1391), + [anon_sym_thread_local] = ACTIONS(1391), + [anon_sym___thread] = ACTIONS(1391), + [anon_sym_const] = ACTIONS(1391), + [anon_sym_constexpr] = ACTIONS(1391), + [anon_sym_volatile] = ACTIONS(1391), + [anon_sym_restrict] = ACTIONS(1391), + [anon_sym___restrict__] = ACTIONS(1391), + [anon_sym__Atomic] = ACTIONS(1391), + [anon_sym__Noreturn] = ACTIONS(1391), + [anon_sym_noreturn] = ACTIONS(1391), + [sym_primitive_type] = ACTIONS(1391), + [anon_sym_enum] = ACTIONS(1391), + [anon_sym_struct] = ACTIONS(1391), + [anon_sym_union] = ACTIONS(1391), + [anon_sym_if] = ACTIONS(1391), + [anon_sym_switch] = ACTIONS(1391), + [anon_sym_case] = ACTIONS(1391), + [anon_sym_default] = ACTIONS(1391), + [anon_sym_while] = ACTIONS(1391), + [anon_sym_do] = ACTIONS(1391), + [anon_sym_for] = ACTIONS(1391), + [anon_sym_return] = ACTIONS(1391), + [anon_sym_break] = ACTIONS(1391), + [anon_sym_continue] = ACTIONS(1391), + [anon_sym_goto] = ACTIONS(1391), + [anon_sym_DASH_DASH] = ACTIONS(1393), + [anon_sym_PLUS_PLUS] = ACTIONS(1393), + [anon_sym_sizeof] = ACTIONS(1391), + [anon_sym___alignof__] = ACTIONS(1391), + [anon_sym___alignof] = ACTIONS(1391), + [anon_sym__alignof] = ACTIONS(1391), + [anon_sym_alignof] = ACTIONS(1391), + [anon_sym__Alignof] = ACTIONS(1391), + [anon_sym_offsetof] = ACTIONS(1391), + [anon_sym__Generic] = ACTIONS(1391), + [anon_sym_asm] = ACTIONS(1391), + [anon_sym___asm__] = ACTIONS(1391), + [sym_number_literal] = ACTIONS(1393), + [anon_sym_L_SQUOTE] = ACTIONS(1393), + [anon_sym_u_SQUOTE] = ACTIONS(1393), + [anon_sym_U_SQUOTE] = ACTIONS(1393), + [anon_sym_u8_SQUOTE] = ACTIONS(1393), + [anon_sym_SQUOTE] = ACTIONS(1393), + [anon_sym_L_DQUOTE] = ACTIONS(1393), + [anon_sym_u_DQUOTE] = ACTIONS(1393), + [anon_sym_U_DQUOTE] = ACTIONS(1393), + [anon_sym_u8_DQUOTE] = ACTIONS(1393), + [anon_sym_DQUOTE] = ACTIONS(1393), + [sym_true] = ACTIONS(1391), + [sym_false] = ACTIONS(1391), + [anon_sym_NULL] = ACTIONS(1391), + [anon_sym_nullptr] = ACTIONS(1391), [sym_comment] = ACTIONS(3), }, - [368] = { + [390] = { + [ts_builtin_sym_end] = ACTIONS(1333), + [sym_identifier] = ACTIONS(1331), + [aux_sym_preproc_include_token1] = ACTIONS(1331), + [aux_sym_preproc_def_token1] = ACTIONS(1331), + [aux_sym_preproc_if_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), + [sym_preproc_directive] = ACTIONS(1331), + [anon_sym_LPAREN2] = ACTIONS(1333), + [anon_sym_BANG] = ACTIONS(1333), + [anon_sym_TILDE] = ACTIONS(1333), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1333), + [anon_sym_AMP] = ACTIONS(1333), + [anon_sym___extension__] = ACTIONS(1331), + [anon_sym_typedef] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym___attribute__] = ACTIONS(1331), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), + [anon_sym___declspec] = ACTIONS(1331), + [anon_sym___cdecl] = ACTIONS(1331), + [anon_sym___clrcall] = ACTIONS(1331), + [anon_sym___stdcall] = ACTIONS(1331), + [anon_sym___fastcall] = ACTIONS(1331), + [anon_sym___thiscall] = ACTIONS(1331), + [anon_sym___vectorcall] = ACTIONS(1331), + [anon_sym_LBRACE] = ACTIONS(1333), + [anon_sym_signed] = ACTIONS(1331), + [anon_sym_unsigned] = ACTIONS(1331), + [anon_sym_long] = ACTIONS(1331), + [anon_sym_short] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_auto] = ACTIONS(1331), + [anon_sym_register] = ACTIONS(1331), + [anon_sym_inline] = ACTIONS(1331), + [anon_sym___inline] = ACTIONS(1331), + [anon_sym___inline__] = ACTIONS(1331), + [anon_sym___forceinline] = ACTIONS(1331), + [anon_sym_thread_local] = ACTIONS(1331), + [anon_sym___thread] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_constexpr] = ACTIONS(1331), + [anon_sym_volatile] = ACTIONS(1331), + [anon_sym_restrict] = ACTIONS(1331), + [anon_sym___restrict__] = ACTIONS(1331), + [anon_sym__Atomic] = ACTIONS(1331), + [anon_sym__Noreturn] = ACTIONS(1331), + [anon_sym_noreturn] = ACTIONS(1331), + [sym_primitive_type] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_switch] = ACTIONS(1331), + [anon_sym_case] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_do] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_goto] = ACTIONS(1331), + [anon_sym_DASH_DASH] = ACTIONS(1333), + [anon_sym_PLUS_PLUS] = ACTIONS(1333), + [anon_sym_sizeof] = ACTIONS(1331), + [anon_sym___alignof__] = ACTIONS(1331), + [anon_sym___alignof] = ACTIONS(1331), + [anon_sym__alignof] = ACTIONS(1331), + [anon_sym_alignof] = ACTIONS(1331), + [anon_sym__Alignof] = ACTIONS(1331), + [anon_sym_offsetof] = ACTIONS(1331), + [anon_sym__Generic] = ACTIONS(1331), + [anon_sym_asm] = ACTIONS(1331), + [anon_sym___asm__] = ACTIONS(1331), + [sym_number_literal] = ACTIONS(1333), + [anon_sym_L_SQUOTE] = ACTIONS(1333), + [anon_sym_u_SQUOTE] = ACTIONS(1333), + [anon_sym_U_SQUOTE] = ACTIONS(1333), + [anon_sym_u8_SQUOTE] = ACTIONS(1333), + [anon_sym_SQUOTE] = ACTIONS(1333), + [anon_sym_L_DQUOTE] = ACTIONS(1333), + [anon_sym_u_DQUOTE] = ACTIONS(1333), + [anon_sym_U_DQUOTE] = ACTIONS(1333), + [anon_sym_u8_DQUOTE] = ACTIONS(1333), + [anon_sym_DQUOTE] = ACTIONS(1333), + [sym_true] = ACTIONS(1331), + [sym_false] = ACTIONS(1331), + [anon_sym_NULL] = ACTIONS(1331), + [anon_sym_nullptr] = ACTIONS(1331), + [sym_comment] = ACTIONS(3), + }, + [391] = { [ts_builtin_sym_end] = ACTIONS(1329), [sym_identifier] = ACTIONS(1327), [aux_sym_preproc_include_token1] = ACTIONS(1327), @@ -55626,571 +58000,101 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1327), [sym_comment] = ACTIONS(3), }, - [369] = { - [ts_builtin_sym_end] = ACTIONS(1391), - [sym_identifier] = ACTIONS(1389), - [aux_sym_preproc_include_token1] = ACTIONS(1389), - [aux_sym_preproc_def_token1] = ACTIONS(1389), - [aux_sym_preproc_if_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1389), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1389), - [sym_preproc_directive] = ACTIONS(1389), - [anon_sym_LPAREN2] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_TILDE] = ACTIONS(1391), - [anon_sym_DASH] = ACTIONS(1389), - [anon_sym_PLUS] = ACTIONS(1389), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym___extension__] = ACTIONS(1389), - [anon_sym_typedef] = ACTIONS(1389), - [anon_sym_extern] = ACTIONS(1389), - [anon_sym___attribute__] = ACTIONS(1389), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1391), - [anon_sym___declspec] = ACTIONS(1389), - [anon_sym___cdecl] = ACTIONS(1389), - [anon_sym___clrcall] = ACTIONS(1389), - [anon_sym___stdcall] = ACTIONS(1389), - [anon_sym___fastcall] = ACTIONS(1389), - [anon_sym___thiscall] = ACTIONS(1389), - [anon_sym___vectorcall] = ACTIONS(1389), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_signed] = ACTIONS(1389), - [anon_sym_unsigned] = ACTIONS(1389), - [anon_sym_long] = ACTIONS(1389), - [anon_sym_short] = ACTIONS(1389), - [anon_sym_static] = ACTIONS(1389), - [anon_sym_auto] = ACTIONS(1389), - [anon_sym_register] = ACTIONS(1389), - [anon_sym_inline] = ACTIONS(1389), - [anon_sym___inline] = ACTIONS(1389), - [anon_sym___inline__] = ACTIONS(1389), - [anon_sym___forceinline] = ACTIONS(1389), - [anon_sym_thread_local] = ACTIONS(1389), - [anon_sym___thread] = ACTIONS(1389), - [anon_sym_const] = ACTIONS(1389), - [anon_sym_constexpr] = ACTIONS(1389), - [anon_sym_volatile] = ACTIONS(1389), - [anon_sym_restrict] = ACTIONS(1389), - [anon_sym___restrict__] = ACTIONS(1389), - [anon_sym__Atomic] = ACTIONS(1389), - [anon_sym__Noreturn] = ACTIONS(1389), - [anon_sym_noreturn] = ACTIONS(1389), - [sym_primitive_type] = ACTIONS(1389), - [anon_sym_enum] = ACTIONS(1389), - [anon_sym_struct] = ACTIONS(1389), - [anon_sym_union] = ACTIONS(1389), - [anon_sym_if] = ACTIONS(1389), - [anon_sym_switch] = ACTIONS(1389), - [anon_sym_case] = ACTIONS(1389), - [anon_sym_default] = ACTIONS(1389), - [anon_sym_while] = ACTIONS(1389), - [anon_sym_do] = ACTIONS(1389), - [anon_sym_for] = ACTIONS(1389), - [anon_sym_return] = ACTIONS(1389), - [anon_sym_break] = ACTIONS(1389), - [anon_sym_continue] = ACTIONS(1389), - [anon_sym_goto] = ACTIONS(1389), - [anon_sym_DASH_DASH] = ACTIONS(1391), - [anon_sym_PLUS_PLUS] = ACTIONS(1391), - [anon_sym_sizeof] = ACTIONS(1389), - [anon_sym___alignof__] = ACTIONS(1389), - [anon_sym___alignof] = ACTIONS(1389), - [anon_sym__alignof] = ACTIONS(1389), - [anon_sym_alignof] = ACTIONS(1389), - [anon_sym__Alignof] = ACTIONS(1389), - [anon_sym_offsetof] = ACTIONS(1389), - [anon_sym__Generic] = ACTIONS(1389), - [anon_sym_asm] = ACTIONS(1389), - [anon_sym___asm__] = ACTIONS(1389), - [sym_number_literal] = ACTIONS(1391), - [anon_sym_L_SQUOTE] = ACTIONS(1391), - [anon_sym_u_SQUOTE] = ACTIONS(1391), - [anon_sym_U_SQUOTE] = ACTIONS(1391), - [anon_sym_u8_SQUOTE] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1391), - [anon_sym_L_DQUOTE] = ACTIONS(1391), - [anon_sym_u_DQUOTE] = ACTIONS(1391), - [anon_sym_U_DQUOTE] = ACTIONS(1391), - [anon_sym_u8_DQUOTE] = ACTIONS(1391), - [anon_sym_DQUOTE] = ACTIONS(1391), - [sym_true] = ACTIONS(1389), - [sym_false] = ACTIONS(1389), - [anon_sym_NULL] = ACTIONS(1389), - [anon_sym_nullptr] = ACTIONS(1389), - [sym_comment] = ACTIONS(3), - }, - [370] = { - [ts_builtin_sym_end] = ACTIONS(1427), - [sym_identifier] = ACTIONS(1429), - [aux_sym_preproc_include_token1] = ACTIONS(1429), - [aux_sym_preproc_def_token1] = ACTIONS(1429), - [aux_sym_preproc_if_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1429), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1429), - [sym_preproc_directive] = ACTIONS(1429), - [anon_sym_LPAREN2] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_TILDE] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1429), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym___extension__] = ACTIONS(1429), - [anon_sym_typedef] = ACTIONS(1429), - [anon_sym_extern] = ACTIONS(1429), - [anon_sym___attribute__] = ACTIONS(1429), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1427), - [anon_sym___declspec] = ACTIONS(1429), - [anon_sym___cdecl] = ACTIONS(1429), - [anon_sym___clrcall] = ACTIONS(1429), - [anon_sym___stdcall] = ACTIONS(1429), - [anon_sym___fastcall] = ACTIONS(1429), - [anon_sym___thiscall] = ACTIONS(1429), - [anon_sym___vectorcall] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1427), - [anon_sym_signed] = ACTIONS(1429), - [anon_sym_unsigned] = ACTIONS(1429), - [anon_sym_long] = ACTIONS(1429), - [anon_sym_short] = ACTIONS(1429), - [anon_sym_static] = ACTIONS(1429), - [anon_sym_auto] = ACTIONS(1429), - [anon_sym_register] = ACTIONS(1429), - [anon_sym_inline] = ACTIONS(1429), - [anon_sym___inline] = ACTIONS(1429), - [anon_sym___inline__] = ACTIONS(1429), - [anon_sym___forceinline] = ACTIONS(1429), - [anon_sym_thread_local] = ACTIONS(1429), - [anon_sym___thread] = ACTIONS(1429), - [anon_sym_const] = ACTIONS(1429), - [anon_sym_constexpr] = ACTIONS(1429), - [anon_sym_volatile] = ACTIONS(1429), - [anon_sym_restrict] = ACTIONS(1429), - [anon_sym___restrict__] = ACTIONS(1429), - [anon_sym__Atomic] = ACTIONS(1429), - [anon_sym__Noreturn] = ACTIONS(1429), - [anon_sym_noreturn] = ACTIONS(1429), - [sym_primitive_type] = ACTIONS(1429), - [anon_sym_enum] = ACTIONS(1429), - [anon_sym_struct] = ACTIONS(1429), - [anon_sym_union] = ACTIONS(1429), - [anon_sym_if] = ACTIONS(1429), - [anon_sym_switch] = ACTIONS(1429), - [anon_sym_case] = ACTIONS(1429), - [anon_sym_default] = ACTIONS(1429), - [anon_sym_while] = ACTIONS(1429), - [anon_sym_do] = ACTIONS(1429), - [anon_sym_for] = ACTIONS(1429), - [anon_sym_return] = ACTIONS(1429), - [anon_sym_break] = ACTIONS(1429), - [anon_sym_continue] = ACTIONS(1429), - [anon_sym_goto] = ACTIONS(1429), - [anon_sym_DASH_DASH] = ACTIONS(1427), - [anon_sym_PLUS_PLUS] = ACTIONS(1427), - [anon_sym_sizeof] = ACTIONS(1429), - [anon_sym___alignof__] = ACTIONS(1429), - [anon_sym___alignof] = ACTIONS(1429), - [anon_sym__alignof] = ACTIONS(1429), - [anon_sym_alignof] = ACTIONS(1429), - [anon_sym__Alignof] = ACTIONS(1429), - [anon_sym_offsetof] = ACTIONS(1429), - [anon_sym__Generic] = ACTIONS(1429), - [anon_sym_asm] = ACTIONS(1429), - [anon_sym___asm__] = ACTIONS(1429), - [sym_number_literal] = ACTIONS(1427), - [anon_sym_L_SQUOTE] = ACTIONS(1427), - [anon_sym_u_SQUOTE] = ACTIONS(1427), - [anon_sym_U_SQUOTE] = ACTIONS(1427), - [anon_sym_u8_SQUOTE] = ACTIONS(1427), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_L_DQUOTE] = ACTIONS(1427), - [anon_sym_u_DQUOTE] = ACTIONS(1427), - [anon_sym_U_DQUOTE] = ACTIONS(1427), - [anon_sym_u8_DQUOTE] = ACTIONS(1427), - [anon_sym_DQUOTE] = ACTIONS(1427), - [sym_true] = ACTIONS(1429), - [sym_false] = ACTIONS(1429), - [anon_sym_NULL] = ACTIONS(1429), - [anon_sym_nullptr] = ACTIONS(1429), - [sym_comment] = ACTIONS(3), - }, - [371] = { - [ts_builtin_sym_end] = ACTIONS(1431), - [sym_identifier] = ACTIONS(1433), - [aux_sym_preproc_include_token1] = ACTIONS(1433), - [aux_sym_preproc_def_token1] = ACTIONS(1433), - [aux_sym_preproc_if_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1433), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1433), - [sym_preproc_directive] = ACTIONS(1433), - [anon_sym_LPAREN2] = ACTIONS(1431), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_TILDE] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1433), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym___extension__] = ACTIONS(1433), - [anon_sym_typedef] = ACTIONS(1433), - [anon_sym_extern] = ACTIONS(1433), - [anon_sym___attribute__] = ACTIONS(1433), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1431), - [anon_sym___declspec] = ACTIONS(1433), - [anon_sym___cdecl] = ACTIONS(1433), - [anon_sym___clrcall] = ACTIONS(1433), - [anon_sym___stdcall] = ACTIONS(1433), - [anon_sym___fastcall] = ACTIONS(1433), - [anon_sym___thiscall] = ACTIONS(1433), - [anon_sym___vectorcall] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1431), - [anon_sym_signed] = ACTIONS(1433), - [anon_sym_unsigned] = ACTIONS(1433), - [anon_sym_long] = ACTIONS(1433), - [anon_sym_short] = ACTIONS(1433), - [anon_sym_static] = ACTIONS(1433), - [anon_sym_auto] = ACTIONS(1433), - [anon_sym_register] = ACTIONS(1433), - [anon_sym_inline] = ACTIONS(1433), - [anon_sym___inline] = ACTIONS(1433), - [anon_sym___inline__] = ACTIONS(1433), - [anon_sym___forceinline] = ACTIONS(1433), - [anon_sym_thread_local] = ACTIONS(1433), - [anon_sym___thread] = ACTIONS(1433), - [anon_sym_const] = ACTIONS(1433), - [anon_sym_constexpr] = ACTIONS(1433), - [anon_sym_volatile] = ACTIONS(1433), - [anon_sym_restrict] = ACTIONS(1433), - [anon_sym___restrict__] = ACTIONS(1433), - [anon_sym__Atomic] = ACTIONS(1433), - [anon_sym__Noreturn] = ACTIONS(1433), - [anon_sym_noreturn] = ACTIONS(1433), - [sym_primitive_type] = ACTIONS(1433), - [anon_sym_enum] = ACTIONS(1433), - [anon_sym_struct] = ACTIONS(1433), - [anon_sym_union] = ACTIONS(1433), - [anon_sym_if] = ACTIONS(1433), - [anon_sym_switch] = ACTIONS(1433), - [anon_sym_case] = ACTIONS(1433), - [anon_sym_default] = ACTIONS(1433), - [anon_sym_while] = ACTIONS(1433), - [anon_sym_do] = ACTIONS(1433), - [anon_sym_for] = ACTIONS(1433), - [anon_sym_return] = ACTIONS(1433), - [anon_sym_break] = ACTIONS(1433), - [anon_sym_continue] = ACTIONS(1433), - [anon_sym_goto] = ACTIONS(1433), - [anon_sym_DASH_DASH] = ACTIONS(1431), - [anon_sym_PLUS_PLUS] = ACTIONS(1431), - [anon_sym_sizeof] = ACTIONS(1433), - [anon_sym___alignof__] = ACTIONS(1433), - [anon_sym___alignof] = ACTIONS(1433), - [anon_sym__alignof] = ACTIONS(1433), - [anon_sym_alignof] = ACTIONS(1433), - [anon_sym__Alignof] = ACTIONS(1433), - [anon_sym_offsetof] = ACTIONS(1433), - [anon_sym__Generic] = ACTIONS(1433), - [anon_sym_asm] = ACTIONS(1433), - [anon_sym___asm__] = ACTIONS(1433), - [sym_number_literal] = ACTIONS(1431), - [anon_sym_L_SQUOTE] = ACTIONS(1431), - [anon_sym_u_SQUOTE] = ACTIONS(1431), - [anon_sym_U_SQUOTE] = ACTIONS(1431), - [anon_sym_u8_SQUOTE] = ACTIONS(1431), - [anon_sym_SQUOTE] = ACTIONS(1431), - [anon_sym_L_DQUOTE] = ACTIONS(1431), - [anon_sym_u_DQUOTE] = ACTIONS(1431), - [anon_sym_U_DQUOTE] = ACTIONS(1431), - [anon_sym_u8_DQUOTE] = ACTIONS(1431), - [anon_sym_DQUOTE] = ACTIONS(1431), - [sym_true] = ACTIONS(1433), - [sym_false] = ACTIONS(1433), - [anon_sym_NULL] = ACTIONS(1433), - [anon_sym_nullptr] = ACTIONS(1433), - [sym_comment] = ACTIONS(3), - }, - [372] = { - [ts_builtin_sym_end] = ACTIONS(1321), - [sym_identifier] = ACTIONS(1319), - [aux_sym_preproc_include_token1] = ACTIONS(1319), - [aux_sym_preproc_def_token1] = ACTIONS(1319), - [aux_sym_preproc_if_token1] = ACTIONS(1319), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), - [sym_preproc_directive] = ACTIONS(1319), - [anon_sym_LPAREN2] = ACTIONS(1321), - [anon_sym_BANG] = ACTIONS(1321), - [anon_sym_TILDE] = ACTIONS(1321), - [anon_sym_DASH] = ACTIONS(1319), - [anon_sym_PLUS] = ACTIONS(1319), - [anon_sym_STAR] = ACTIONS(1321), - [anon_sym_AMP] = ACTIONS(1321), - [anon_sym___extension__] = ACTIONS(1319), - [anon_sym_typedef] = ACTIONS(1319), - [anon_sym_extern] = ACTIONS(1319), - [anon_sym___attribute__] = ACTIONS(1319), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), - [anon_sym___declspec] = ACTIONS(1319), - [anon_sym___cdecl] = ACTIONS(1319), - [anon_sym___clrcall] = ACTIONS(1319), - [anon_sym___stdcall] = ACTIONS(1319), - [anon_sym___fastcall] = ACTIONS(1319), - [anon_sym___thiscall] = ACTIONS(1319), - [anon_sym___vectorcall] = ACTIONS(1319), - [anon_sym_LBRACE] = ACTIONS(1321), - [anon_sym_signed] = ACTIONS(1319), - [anon_sym_unsigned] = ACTIONS(1319), - [anon_sym_long] = ACTIONS(1319), - [anon_sym_short] = ACTIONS(1319), - [anon_sym_static] = ACTIONS(1319), - [anon_sym_auto] = ACTIONS(1319), - [anon_sym_register] = ACTIONS(1319), - [anon_sym_inline] = ACTIONS(1319), - [anon_sym___inline] = ACTIONS(1319), - [anon_sym___inline__] = ACTIONS(1319), - [anon_sym___forceinline] = ACTIONS(1319), - [anon_sym_thread_local] = ACTIONS(1319), - [anon_sym___thread] = ACTIONS(1319), - [anon_sym_const] = ACTIONS(1319), - [anon_sym_constexpr] = ACTIONS(1319), - [anon_sym_volatile] = ACTIONS(1319), - [anon_sym_restrict] = ACTIONS(1319), - [anon_sym___restrict__] = ACTIONS(1319), - [anon_sym__Atomic] = ACTIONS(1319), - [anon_sym__Noreturn] = ACTIONS(1319), - [anon_sym_noreturn] = ACTIONS(1319), - [sym_primitive_type] = ACTIONS(1319), - [anon_sym_enum] = ACTIONS(1319), - [anon_sym_struct] = ACTIONS(1319), - [anon_sym_union] = ACTIONS(1319), - [anon_sym_if] = ACTIONS(1319), - [anon_sym_switch] = ACTIONS(1319), - [anon_sym_case] = ACTIONS(1319), - [anon_sym_default] = ACTIONS(1319), - [anon_sym_while] = ACTIONS(1319), - [anon_sym_do] = ACTIONS(1319), - [anon_sym_for] = ACTIONS(1319), - [anon_sym_return] = ACTIONS(1319), - [anon_sym_break] = ACTIONS(1319), - [anon_sym_continue] = ACTIONS(1319), - [anon_sym_goto] = ACTIONS(1319), - [anon_sym_DASH_DASH] = ACTIONS(1321), - [anon_sym_PLUS_PLUS] = ACTIONS(1321), - [anon_sym_sizeof] = ACTIONS(1319), - [anon_sym___alignof__] = ACTIONS(1319), - [anon_sym___alignof] = ACTIONS(1319), - [anon_sym__alignof] = ACTIONS(1319), - [anon_sym_alignof] = ACTIONS(1319), - [anon_sym__Alignof] = ACTIONS(1319), - [anon_sym_offsetof] = ACTIONS(1319), - [anon_sym__Generic] = ACTIONS(1319), - [anon_sym_asm] = ACTIONS(1319), - [anon_sym___asm__] = ACTIONS(1319), - [sym_number_literal] = ACTIONS(1321), - [anon_sym_L_SQUOTE] = ACTIONS(1321), - [anon_sym_u_SQUOTE] = ACTIONS(1321), - [anon_sym_U_SQUOTE] = ACTIONS(1321), - [anon_sym_u8_SQUOTE] = ACTIONS(1321), - [anon_sym_SQUOTE] = ACTIONS(1321), - [anon_sym_L_DQUOTE] = ACTIONS(1321), - [anon_sym_u_DQUOTE] = ACTIONS(1321), - [anon_sym_U_DQUOTE] = ACTIONS(1321), - [anon_sym_u8_DQUOTE] = ACTIONS(1321), - [anon_sym_DQUOTE] = ACTIONS(1321), - [sym_true] = ACTIONS(1319), - [sym_false] = ACTIONS(1319), - [anon_sym_NULL] = ACTIONS(1319), - [anon_sym_nullptr] = ACTIONS(1319), - [sym_comment] = ACTIONS(3), - }, - [373] = { - [ts_builtin_sym_end] = ACTIONS(1435), - [sym_identifier] = ACTIONS(1437), - [aux_sym_preproc_include_token1] = ACTIONS(1437), - [aux_sym_preproc_def_token1] = ACTIONS(1437), - [aux_sym_preproc_if_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1437), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1437), - [sym_preproc_directive] = ACTIONS(1437), - [anon_sym_LPAREN2] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_TILDE] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1437), - [anon_sym_PLUS] = ACTIONS(1437), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym___extension__] = ACTIONS(1437), - [anon_sym_typedef] = ACTIONS(1437), - [anon_sym_extern] = ACTIONS(1437), - [anon_sym___attribute__] = ACTIONS(1437), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1435), - [anon_sym___declspec] = ACTIONS(1437), - [anon_sym___cdecl] = ACTIONS(1437), - [anon_sym___clrcall] = ACTIONS(1437), - [anon_sym___stdcall] = ACTIONS(1437), - [anon_sym___fastcall] = ACTIONS(1437), - [anon_sym___thiscall] = ACTIONS(1437), - [anon_sym___vectorcall] = ACTIONS(1437), - [anon_sym_LBRACE] = ACTIONS(1435), - [anon_sym_signed] = ACTIONS(1437), - [anon_sym_unsigned] = ACTIONS(1437), - [anon_sym_long] = ACTIONS(1437), - [anon_sym_short] = ACTIONS(1437), - [anon_sym_static] = ACTIONS(1437), - [anon_sym_auto] = ACTIONS(1437), - [anon_sym_register] = ACTIONS(1437), - [anon_sym_inline] = ACTIONS(1437), - [anon_sym___inline] = ACTIONS(1437), - [anon_sym___inline__] = ACTIONS(1437), - [anon_sym___forceinline] = ACTIONS(1437), - [anon_sym_thread_local] = ACTIONS(1437), - [anon_sym___thread] = ACTIONS(1437), - [anon_sym_const] = ACTIONS(1437), - [anon_sym_constexpr] = ACTIONS(1437), - [anon_sym_volatile] = ACTIONS(1437), - [anon_sym_restrict] = ACTIONS(1437), - [anon_sym___restrict__] = ACTIONS(1437), - [anon_sym__Atomic] = ACTIONS(1437), - [anon_sym__Noreturn] = ACTIONS(1437), - [anon_sym_noreturn] = ACTIONS(1437), - [sym_primitive_type] = ACTIONS(1437), - [anon_sym_enum] = ACTIONS(1437), - [anon_sym_struct] = ACTIONS(1437), - [anon_sym_union] = ACTIONS(1437), - [anon_sym_if] = ACTIONS(1437), - [anon_sym_switch] = ACTIONS(1437), - [anon_sym_case] = ACTIONS(1437), - [anon_sym_default] = ACTIONS(1437), - [anon_sym_while] = ACTIONS(1437), - [anon_sym_do] = ACTIONS(1437), - [anon_sym_for] = ACTIONS(1437), - [anon_sym_return] = ACTIONS(1437), - [anon_sym_break] = ACTIONS(1437), - [anon_sym_continue] = ACTIONS(1437), - [anon_sym_goto] = ACTIONS(1437), - [anon_sym_DASH_DASH] = ACTIONS(1435), - [anon_sym_PLUS_PLUS] = ACTIONS(1435), - [anon_sym_sizeof] = ACTIONS(1437), - [anon_sym___alignof__] = ACTIONS(1437), - [anon_sym___alignof] = ACTIONS(1437), - [anon_sym__alignof] = ACTIONS(1437), - [anon_sym_alignof] = ACTIONS(1437), - [anon_sym__Alignof] = ACTIONS(1437), - [anon_sym_offsetof] = ACTIONS(1437), - [anon_sym__Generic] = ACTIONS(1437), - [anon_sym_asm] = ACTIONS(1437), - [anon_sym___asm__] = ACTIONS(1437), - [sym_number_literal] = ACTIONS(1435), - [anon_sym_L_SQUOTE] = ACTIONS(1435), - [anon_sym_u_SQUOTE] = ACTIONS(1435), - [anon_sym_U_SQUOTE] = ACTIONS(1435), - [anon_sym_u8_SQUOTE] = ACTIONS(1435), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_L_DQUOTE] = ACTIONS(1435), - [anon_sym_u_DQUOTE] = ACTIONS(1435), - [anon_sym_U_DQUOTE] = ACTIONS(1435), - [anon_sym_u8_DQUOTE] = ACTIONS(1435), - [anon_sym_DQUOTE] = ACTIONS(1435), - [sym_true] = ACTIONS(1437), - [sym_false] = ACTIONS(1437), - [anon_sym_NULL] = ACTIONS(1437), - [anon_sym_nullptr] = ACTIONS(1437), - [sym_comment] = ACTIONS(3), - }, - [374] = { - [ts_builtin_sym_end] = ACTIONS(1309), - [sym_identifier] = ACTIONS(1307), - [aux_sym_preproc_include_token1] = ACTIONS(1307), - [aux_sym_preproc_def_token1] = ACTIONS(1307), - [aux_sym_preproc_if_token1] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1307), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1307), - [sym_preproc_directive] = ACTIONS(1307), - [anon_sym_LPAREN2] = ACTIONS(1309), - [anon_sym_BANG] = ACTIONS(1309), - [anon_sym_TILDE] = ACTIONS(1309), - [anon_sym_DASH] = ACTIONS(1307), - [anon_sym_PLUS] = ACTIONS(1307), - [anon_sym_STAR] = ACTIONS(1309), - [anon_sym_AMP] = ACTIONS(1309), - [anon_sym___extension__] = ACTIONS(1307), - [anon_sym_typedef] = ACTIONS(1307), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym___attribute__] = ACTIONS(1307), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1309), - [anon_sym___declspec] = ACTIONS(1307), - [anon_sym___cdecl] = ACTIONS(1307), - [anon_sym___clrcall] = ACTIONS(1307), - [anon_sym___stdcall] = ACTIONS(1307), - [anon_sym___fastcall] = ACTIONS(1307), - [anon_sym___thiscall] = ACTIONS(1307), - [anon_sym___vectorcall] = ACTIONS(1307), - [anon_sym_LBRACE] = ACTIONS(1309), - [anon_sym_signed] = ACTIONS(1307), - [anon_sym_unsigned] = ACTIONS(1307), - [anon_sym_long] = ACTIONS(1307), - [anon_sym_short] = ACTIONS(1307), - [anon_sym_static] = ACTIONS(1307), - [anon_sym_auto] = ACTIONS(1307), - [anon_sym_register] = ACTIONS(1307), - [anon_sym_inline] = ACTIONS(1307), - [anon_sym___inline] = ACTIONS(1307), - [anon_sym___inline__] = ACTIONS(1307), - [anon_sym___forceinline] = ACTIONS(1307), - [anon_sym_thread_local] = ACTIONS(1307), - [anon_sym___thread] = ACTIONS(1307), - [anon_sym_const] = ACTIONS(1307), - [anon_sym_constexpr] = ACTIONS(1307), - [anon_sym_volatile] = ACTIONS(1307), - [anon_sym_restrict] = ACTIONS(1307), - [anon_sym___restrict__] = ACTIONS(1307), - [anon_sym__Atomic] = ACTIONS(1307), - [anon_sym__Noreturn] = ACTIONS(1307), - [anon_sym_noreturn] = ACTIONS(1307), - [sym_primitive_type] = ACTIONS(1307), - [anon_sym_enum] = ACTIONS(1307), - [anon_sym_struct] = ACTIONS(1307), - [anon_sym_union] = ACTIONS(1307), - [anon_sym_if] = ACTIONS(1307), - [anon_sym_switch] = ACTIONS(1307), - [anon_sym_case] = ACTIONS(1307), - [anon_sym_default] = ACTIONS(1307), - [anon_sym_while] = ACTIONS(1307), - [anon_sym_do] = ACTIONS(1307), - [anon_sym_for] = ACTIONS(1307), - [anon_sym_return] = ACTIONS(1307), - [anon_sym_break] = ACTIONS(1307), - [anon_sym_continue] = ACTIONS(1307), - [anon_sym_goto] = ACTIONS(1307), - [anon_sym_DASH_DASH] = ACTIONS(1309), - [anon_sym_PLUS_PLUS] = ACTIONS(1309), - [anon_sym_sizeof] = ACTIONS(1307), - [anon_sym___alignof__] = ACTIONS(1307), - [anon_sym___alignof] = ACTIONS(1307), - [anon_sym__alignof] = ACTIONS(1307), - [anon_sym_alignof] = ACTIONS(1307), - [anon_sym__Alignof] = ACTIONS(1307), - [anon_sym_offsetof] = ACTIONS(1307), - [anon_sym__Generic] = ACTIONS(1307), - [anon_sym_asm] = ACTIONS(1307), - [anon_sym___asm__] = ACTIONS(1307), - [sym_number_literal] = ACTIONS(1309), - [anon_sym_L_SQUOTE] = ACTIONS(1309), - [anon_sym_u_SQUOTE] = ACTIONS(1309), - [anon_sym_U_SQUOTE] = ACTIONS(1309), - [anon_sym_u8_SQUOTE] = ACTIONS(1309), - [anon_sym_SQUOTE] = ACTIONS(1309), - [anon_sym_L_DQUOTE] = ACTIONS(1309), - [anon_sym_u_DQUOTE] = ACTIONS(1309), - [anon_sym_U_DQUOTE] = ACTIONS(1309), - [anon_sym_u8_DQUOTE] = ACTIONS(1309), - [anon_sym_DQUOTE] = ACTIONS(1309), - [sym_true] = ACTIONS(1307), - [sym_false] = ACTIONS(1307), - [anon_sym_NULL] = ACTIONS(1307), - [anon_sym_nullptr] = ACTIONS(1307), + [392] = { + [ts_builtin_sym_end] = ACTIONS(1353), + [sym_identifier] = ACTIONS(1351), + [aux_sym_preproc_include_token1] = ACTIONS(1351), + [aux_sym_preproc_def_token1] = ACTIONS(1351), + [aux_sym_preproc_if_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1351), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1351), + [sym_preproc_directive] = ACTIONS(1351), + [anon_sym_LPAREN2] = ACTIONS(1353), + [anon_sym_BANG] = ACTIONS(1353), + [anon_sym_TILDE] = ACTIONS(1353), + [anon_sym_DASH] = ACTIONS(1351), + [anon_sym_PLUS] = ACTIONS(1351), + [anon_sym_STAR] = ACTIONS(1353), + [anon_sym_AMP] = ACTIONS(1353), + [anon_sym___extension__] = ACTIONS(1351), + [anon_sym_typedef] = ACTIONS(1351), + [anon_sym_extern] = ACTIONS(1351), + [anon_sym___attribute__] = ACTIONS(1351), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1353), + [anon_sym___declspec] = ACTIONS(1351), + [anon_sym___cdecl] = ACTIONS(1351), + [anon_sym___clrcall] = ACTIONS(1351), + [anon_sym___stdcall] = ACTIONS(1351), + [anon_sym___fastcall] = ACTIONS(1351), + [anon_sym___thiscall] = ACTIONS(1351), + [anon_sym___vectorcall] = ACTIONS(1351), + [anon_sym_LBRACE] = ACTIONS(1353), + [anon_sym_signed] = ACTIONS(1351), + [anon_sym_unsigned] = ACTIONS(1351), + [anon_sym_long] = ACTIONS(1351), + [anon_sym_short] = ACTIONS(1351), + [anon_sym_static] = ACTIONS(1351), + [anon_sym_auto] = ACTIONS(1351), + [anon_sym_register] = ACTIONS(1351), + [anon_sym_inline] = ACTIONS(1351), + [anon_sym___inline] = ACTIONS(1351), + [anon_sym___inline__] = ACTIONS(1351), + [anon_sym___forceinline] = ACTIONS(1351), + [anon_sym_thread_local] = ACTIONS(1351), + [anon_sym___thread] = ACTIONS(1351), + [anon_sym_const] = ACTIONS(1351), + [anon_sym_constexpr] = ACTIONS(1351), + [anon_sym_volatile] = ACTIONS(1351), + [anon_sym_restrict] = ACTIONS(1351), + [anon_sym___restrict__] = ACTIONS(1351), + [anon_sym__Atomic] = ACTIONS(1351), + [anon_sym__Noreturn] = ACTIONS(1351), + [anon_sym_noreturn] = ACTIONS(1351), + [sym_primitive_type] = ACTIONS(1351), + [anon_sym_enum] = ACTIONS(1351), + [anon_sym_struct] = ACTIONS(1351), + [anon_sym_union] = ACTIONS(1351), + [anon_sym_if] = ACTIONS(1351), + [anon_sym_switch] = ACTIONS(1351), + [anon_sym_case] = ACTIONS(1351), + [anon_sym_default] = ACTIONS(1351), + [anon_sym_while] = ACTIONS(1351), + [anon_sym_do] = ACTIONS(1351), + [anon_sym_for] = ACTIONS(1351), + [anon_sym_return] = ACTIONS(1351), + [anon_sym_break] = ACTIONS(1351), + [anon_sym_continue] = ACTIONS(1351), + [anon_sym_goto] = ACTIONS(1351), + [anon_sym_DASH_DASH] = ACTIONS(1353), + [anon_sym_PLUS_PLUS] = ACTIONS(1353), + [anon_sym_sizeof] = ACTIONS(1351), + [anon_sym___alignof__] = ACTIONS(1351), + [anon_sym___alignof] = ACTIONS(1351), + [anon_sym__alignof] = ACTIONS(1351), + [anon_sym_alignof] = ACTIONS(1351), + [anon_sym__Alignof] = ACTIONS(1351), + [anon_sym_offsetof] = ACTIONS(1351), + [anon_sym__Generic] = ACTIONS(1351), + [anon_sym_asm] = ACTIONS(1351), + [anon_sym___asm__] = ACTIONS(1351), + [sym_number_literal] = ACTIONS(1353), + [anon_sym_L_SQUOTE] = ACTIONS(1353), + [anon_sym_u_SQUOTE] = ACTIONS(1353), + [anon_sym_U_SQUOTE] = ACTIONS(1353), + [anon_sym_u8_SQUOTE] = ACTIONS(1353), + [anon_sym_SQUOTE] = ACTIONS(1353), + [anon_sym_L_DQUOTE] = ACTIONS(1353), + [anon_sym_u_DQUOTE] = ACTIONS(1353), + [anon_sym_U_DQUOTE] = ACTIONS(1353), + [anon_sym_u8_DQUOTE] = ACTIONS(1353), + [anon_sym_DQUOTE] = ACTIONS(1353), + [sym_true] = ACTIONS(1351), + [sym_false] = ACTIONS(1351), + [anon_sym_NULL] = ACTIONS(1351), + [anon_sym_nullptr] = ACTIONS(1351), [sym_comment] = ACTIONS(3), }, - [375] = { + [393] = { [ts_builtin_sym_end] = ACTIONS(1369), [sym_identifier] = ACTIONS(1367), [aux_sym_preproc_include_token1] = ACTIONS(1367), @@ -56284,289 +58188,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1367), [sym_comment] = ACTIONS(3), }, - [376] = { - [ts_builtin_sym_end] = ACTIONS(1439), - [sym_identifier] = ACTIONS(1441), - [aux_sym_preproc_include_token1] = ACTIONS(1441), - [aux_sym_preproc_def_token1] = ACTIONS(1441), - [aux_sym_preproc_if_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1441), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1441), - [sym_preproc_directive] = ACTIONS(1441), - [anon_sym_LPAREN2] = ACTIONS(1439), - [anon_sym_BANG] = ACTIONS(1439), - [anon_sym_TILDE] = ACTIONS(1439), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1439), - [anon_sym_AMP] = ACTIONS(1439), - [anon_sym___extension__] = ACTIONS(1441), - [anon_sym_typedef] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym___attribute__] = ACTIONS(1441), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1439), - [anon_sym___declspec] = ACTIONS(1441), - [anon_sym___cdecl] = ACTIONS(1441), - [anon_sym___clrcall] = ACTIONS(1441), - [anon_sym___stdcall] = ACTIONS(1441), - [anon_sym___fastcall] = ACTIONS(1441), - [anon_sym___thiscall] = ACTIONS(1441), - [anon_sym___vectorcall] = ACTIONS(1441), - [anon_sym_LBRACE] = ACTIONS(1439), - [anon_sym_signed] = ACTIONS(1441), - [anon_sym_unsigned] = ACTIONS(1441), - [anon_sym_long] = ACTIONS(1441), - [anon_sym_short] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_auto] = ACTIONS(1441), - [anon_sym_register] = ACTIONS(1441), - [anon_sym_inline] = ACTIONS(1441), - [anon_sym___inline] = ACTIONS(1441), - [anon_sym___inline__] = ACTIONS(1441), - [anon_sym___forceinline] = ACTIONS(1441), - [anon_sym_thread_local] = ACTIONS(1441), - [anon_sym___thread] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_constexpr] = ACTIONS(1441), - [anon_sym_volatile] = ACTIONS(1441), - [anon_sym_restrict] = ACTIONS(1441), - [anon_sym___restrict__] = ACTIONS(1441), - [anon_sym__Atomic] = ACTIONS(1441), - [anon_sym__Noreturn] = ACTIONS(1441), - [anon_sym_noreturn] = ACTIONS(1441), - [sym_primitive_type] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_switch] = ACTIONS(1441), - [anon_sym_case] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_do] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_goto] = ACTIONS(1441), - [anon_sym_DASH_DASH] = ACTIONS(1439), - [anon_sym_PLUS_PLUS] = ACTIONS(1439), - [anon_sym_sizeof] = ACTIONS(1441), - [anon_sym___alignof__] = ACTIONS(1441), - [anon_sym___alignof] = ACTIONS(1441), - [anon_sym__alignof] = ACTIONS(1441), - [anon_sym_alignof] = ACTIONS(1441), - [anon_sym__Alignof] = ACTIONS(1441), - [anon_sym_offsetof] = ACTIONS(1441), - [anon_sym__Generic] = ACTIONS(1441), - [anon_sym_asm] = ACTIONS(1441), - [anon_sym___asm__] = ACTIONS(1441), - [sym_number_literal] = ACTIONS(1439), - [anon_sym_L_SQUOTE] = ACTIONS(1439), - [anon_sym_u_SQUOTE] = ACTIONS(1439), - [anon_sym_U_SQUOTE] = ACTIONS(1439), - [anon_sym_u8_SQUOTE] = ACTIONS(1439), - [anon_sym_SQUOTE] = ACTIONS(1439), - [anon_sym_L_DQUOTE] = ACTIONS(1439), - [anon_sym_u_DQUOTE] = ACTIONS(1439), - [anon_sym_U_DQUOTE] = ACTIONS(1439), - [anon_sym_u8_DQUOTE] = ACTIONS(1439), - [anon_sym_DQUOTE] = ACTIONS(1439), - [sym_true] = ACTIONS(1441), - [sym_false] = ACTIONS(1441), - [anon_sym_NULL] = ACTIONS(1441), - [anon_sym_nullptr] = ACTIONS(1441), + [394] = { + [ts_builtin_sym_end] = ACTIONS(1389), + [sym_identifier] = ACTIONS(1387), + [aux_sym_preproc_include_token1] = ACTIONS(1387), + [aux_sym_preproc_def_token1] = ACTIONS(1387), + [aux_sym_preproc_if_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1387), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1387), + [sym_preproc_directive] = ACTIONS(1387), + [anon_sym_LPAREN2] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_TILDE] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym___extension__] = ACTIONS(1387), + [anon_sym_typedef] = ACTIONS(1387), + [anon_sym_extern] = ACTIONS(1387), + [anon_sym___attribute__] = ACTIONS(1387), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1389), + [anon_sym___declspec] = ACTIONS(1387), + [anon_sym___cdecl] = ACTIONS(1387), + [anon_sym___clrcall] = ACTIONS(1387), + [anon_sym___stdcall] = ACTIONS(1387), + [anon_sym___fastcall] = ACTIONS(1387), + [anon_sym___thiscall] = ACTIONS(1387), + [anon_sym___vectorcall] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1389), + [anon_sym_signed] = ACTIONS(1387), + [anon_sym_unsigned] = ACTIONS(1387), + [anon_sym_long] = ACTIONS(1387), + [anon_sym_short] = ACTIONS(1387), + [anon_sym_static] = ACTIONS(1387), + [anon_sym_auto] = ACTIONS(1387), + [anon_sym_register] = ACTIONS(1387), + [anon_sym_inline] = ACTIONS(1387), + [anon_sym___inline] = ACTIONS(1387), + [anon_sym___inline__] = ACTIONS(1387), + [anon_sym___forceinline] = ACTIONS(1387), + [anon_sym_thread_local] = ACTIONS(1387), + [anon_sym___thread] = ACTIONS(1387), + [anon_sym_const] = ACTIONS(1387), + [anon_sym_constexpr] = ACTIONS(1387), + [anon_sym_volatile] = ACTIONS(1387), + [anon_sym_restrict] = ACTIONS(1387), + [anon_sym___restrict__] = ACTIONS(1387), + [anon_sym__Atomic] = ACTIONS(1387), + [anon_sym__Noreturn] = ACTIONS(1387), + [anon_sym_noreturn] = ACTIONS(1387), + [sym_primitive_type] = ACTIONS(1387), + [anon_sym_enum] = ACTIONS(1387), + [anon_sym_struct] = ACTIONS(1387), + [anon_sym_union] = ACTIONS(1387), + [anon_sym_if] = ACTIONS(1387), + [anon_sym_switch] = ACTIONS(1387), + [anon_sym_case] = ACTIONS(1387), + [anon_sym_default] = ACTIONS(1387), + [anon_sym_while] = ACTIONS(1387), + [anon_sym_do] = ACTIONS(1387), + [anon_sym_for] = ACTIONS(1387), + [anon_sym_return] = ACTIONS(1387), + [anon_sym_break] = ACTIONS(1387), + [anon_sym_continue] = ACTIONS(1387), + [anon_sym_goto] = ACTIONS(1387), + [anon_sym_DASH_DASH] = ACTIONS(1389), + [anon_sym_PLUS_PLUS] = ACTIONS(1389), + [anon_sym_sizeof] = ACTIONS(1387), + [anon_sym___alignof__] = ACTIONS(1387), + [anon_sym___alignof] = ACTIONS(1387), + [anon_sym__alignof] = ACTIONS(1387), + [anon_sym_alignof] = ACTIONS(1387), + [anon_sym__Alignof] = ACTIONS(1387), + [anon_sym_offsetof] = ACTIONS(1387), + [anon_sym__Generic] = ACTIONS(1387), + [anon_sym_asm] = ACTIONS(1387), + [anon_sym___asm__] = ACTIONS(1387), + [sym_number_literal] = ACTIONS(1389), + [anon_sym_L_SQUOTE] = ACTIONS(1389), + [anon_sym_u_SQUOTE] = ACTIONS(1389), + [anon_sym_U_SQUOTE] = ACTIONS(1389), + [anon_sym_u8_SQUOTE] = ACTIONS(1389), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_L_DQUOTE] = ACTIONS(1389), + [anon_sym_u_DQUOTE] = ACTIONS(1389), + [anon_sym_U_DQUOTE] = ACTIONS(1389), + [anon_sym_u8_DQUOTE] = ACTIONS(1389), + [anon_sym_DQUOTE] = ACTIONS(1389), + [sym_true] = ACTIONS(1387), + [sym_false] = ACTIONS(1387), + [anon_sym_NULL] = ACTIONS(1387), + [anon_sym_nullptr] = ACTIONS(1387), [sym_comment] = ACTIONS(3), }, - [377] = { - [ts_builtin_sym_end] = ACTIONS(1333), - [sym_identifier] = ACTIONS(1331), - [aux_sym_preproc_include_token1] = ACTIONS(1331), - [aux_sym_preproc_def_token1] = ACTIONS(1331), - [aux_sym_preproc_if_token1] = ACTIONS(1331), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1331), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1331), - [sym_preproc_directive] = ACTIONS(1331), - [anon_sym_LPAREN2] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1333), - [anon_sym_TILDE] = ACTIONS(1333), - [anon_sym_DASH] = ACTIONS(1331), - [anon_sym_PLUS] = ACTIONS(1331), - [anon_sym_STAR] = ACTIONS(1333), - [anon_sym_AMP] = ACTIONS(1333), - [anon_sym___extension__] = ACTIONS(1331), - [anon_sym_typedef] = ACTIONS(1331), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym___attribute__] = ACTIONS(1331), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1333), - [anon_sym___declspec] = ACTIONS(1331), - [anon_sym___cdecl] = ACTIONS(1331), - [anon_sym___clrcall] = ACTIONS(1331), - [anon_sym___stdcall] = ACTIONS(1331), - [anon_sym___fastcall] = ACTIONS(1331), - [anon_sym___thiscall] = ACTIONS(1331), - [anon_sym___vectorcall] = ACTIONS(1331), - [anon_sym_LBRACE] = ACTIONS(1333), - [anon_sym_signed] = ACTIONS(1331), - [anon_sym_unsigned] = ACTIONS(1331), - [anon_sym_long] = ACTIONS(1331), - [anon_sym_short] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1331), - [anon_sym_auto] = ACTIONS(1331), - [anon_sym_register] = ACTIONS(1331), - [anon_sym_inline] = ACTIONS(1331), - [anon_sym___inline] = ACTIONS(1331), - [anon_sym___inline__] = ACTIONS(1331), - [anon_sym___forceinline] = ACTIONS(1331), - [anon_sym_thread_local] = ACTIONS(1331), - [anon_sym___thread] = ACTIONS(1331), - [anon_sym_const] = ACTIONS(1331), - [anon_sym_constexpr] = ACTIONS(1331), - [anon_sym_volatile] = ACTIONS(1331), - [anon_sym_restrict] = ACTIONS(1331), - [anon_sym___restrict__] = ACTIONS(1331), - [anon_sym__Atomic] = ACTIONS(1331), - [anon_sym__Noreturn] = ACTIONS(1331), - [anon_sym_noreturn] = ACTIONS(1331), - [sym_primitive_type] = ACTIONS(1331), - [anon_sym_enum] = ACTIONS(1331), - [anon_sym_struct] = ACTIONS(1331), - [anon_sym_union] = ACTIONS(1331), - [anon_sym_if] = ACTIONS(1331), - [anon_sym_switch] = ACTIONS(1331), - [anon_sym_case] = ACTIONS(1331), - [anon_sym_default] = ACTIONS(1331), - [anon_sym_while] = ACTIONS(1331), - [anon_sym_do] = ACTIONS(1331), - [anon_sym_for] = ACTIONS(1331), - [anon_sym_return] = ACTIONS(1331), - [anon_sym_break] = ACTIONS(1331), - [anon_sym_continue] = ACTIONS(1331), - [anon_sym_goto] = ACTIONS(1331), - [anon_sym_DASH_DASH] = ACTIONS(1333), - [anon_sym_PLUS_PLUS] = ACTIONS(1333), - [anon_sym_sizeof] = ACTIONS(1331), - [anon_sym___alignof__] = ACTIONS(1331), - [anon_sym___alignof] = ACTIONS(1331), - [anon_sym__alignof] = ACTIONS(1331), - [anon_sym_alignof] = ACTIONS(1331), - [anon_sym__Alignof] = ACTIONS(1331), - [anon_sym_offsetof] = ACTIONS(1331), - [anon_sym__Generic] = ACTIONS(1331), - [anon_sym_asm] = ACTIONS(1331), - [anon_sym___asm__] = ACTIONS(1331), - [sym_number_literal] = ACTIONS(1333), - [anon_sym_L_SQUOTE] = ACTIONS(1333), - [anon_sym_u_SQUOTE] = ACTIONS(1333), - [anon_sym_U_SQUOTE] = ACTIONS(1333), - [anon_sym_u8_SQUOTE] = ACTIONS(1333), - [anon_sym_SQUOTE] = ACTIONS(1333), - [anon_sym_L_DQUOTE] = ACTIONS(1333), - [anon_sym_u_DQUOTE] = ACTIONS(1333), - [anon_sym_U_DQUOTE] = ACTIONS(1333), - [anon_sym_u8_DQUOTE] = ACTIONS(1333), - [anon_sym_DQUOTE] = ACTIONS(1333), - [sym_true] = ACTIONS(1331), - [sym_false] = ACTIONS(1331), - [anon_sym_NULL] = ACTIONS(1331), - [anon_sym_nullptr] = ACTIONS(1331), + [395] = { + [ts_builtin_sym_end] = ACTIONS(1321), + [sym_identifier] = ACTIONS(1319), + [aux_sym_preproc_include_token1] = ACTIONS(1319), + [aux_sym_preproc_def_token1] = ACTIONS(1319), + [aux_sym_preproc_if_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1319), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1319), + [sym_preproc_directive] = ACTIONS(1319), + [anon_sym_LPAREN2] = ACTIONS(1321), + [anon_sym_BANG] = ACTIONS(1321), + [anon_sym_TILDE] = ACTIONS(1321), + [anon_sym_DASH] = ACTIONS(1319), + [anon_sym_PLUS] = ACTIONS(1319), + [anon_sym_STAR] = ACTIONS(1321), + [anon_sym_AMP] = ACTIONS(1321), + [anon_sym___extension__] = ACTIONS(1319), + [anon_sym_typedef] = ACTIONS(1319), + [anon_sym_extern] = ACTIONS(1319), + [anon_sym___attribute__] = ACTIONS(1319), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1321), + [anon_sym___declspec] = ACTIONS(1319), + [anon_sym___cdecl] = ACTIONS(1319), + [anon_sym___clrcall] = ACTIONS(1319), + [anon_sym___stdcall] = ACTIONS(1319), + [anon_sym___fastcall] = ACTIONS(1319), + [anon_sym___thiscall] = ACTIONS(1319), + [anon_sym___vectorcall] = ACTIONS(1319), + [anon_sym_LBRACE] = ACTIONS(1321), + [anon_sym_signed] = ACTIONS(1319), + [anon_sym_unsigned] = ACTIONS(1319), + [anon_sym_long] = ACTIONS(1319), + [anon_sym_short] = ACTIONS(1319), + [anon_sym_static] = ACTIONS(1319), + [anon_sym_auto] = ACTIONS(1319), + [anon_sym_register] = ACTIONS(1319), + [anon_sym_inline] = ACTIONS(1319), + [anon_sym___inline] = ACTIONS(1319), + [anon_sym___inline__] = ACTIONS(1319), + [anon_sym___forceinline] = ACTIONS(1319), + [anon_sym_thread_local] = ACTIONS(1319), + [anon_sym___thread] = ACTIONS(1319), + [anon_sym_const] = ACTIONS(1319), + [anon_sym_constexpr] = ACTIONS(1319), + [anon_sym_volatile] = ACTIONS(1319), + [anon_sym_restrict] = ACTIONS(1319), + [anon_sym___restrict__] = ACTIONS(1319), + [anon_sym__Atomic] = ACTIONS(1319), + [anon_sym__Noreturn] = ACTIONS(1319), + [anon_sym_noreturn] = ACTIONS(1319), + [sym_primitive_type] = ACTIONS(1319), + [anon_sym_enum] = ACTIONS(1319), + [anon_sym_struct] = ACTIONS(1319), + [anon_sym_union] = ACTIONS(1319), + [anon_sym_if] = ACTIONS(1319), + [anon_sym_switch] = ACTIONS(1319), + [anon_sym_case] = ACTIONS(1319), + [anon_sym_default] = ACTIONS(1319), + [anon_sym_while] = ACTIONS(1319), + [anon_sym_do] = ACTIONS(1319), + [anon_sym_for] = ACTIONS(1319), + [anon_sym_return] = ACTIONS(1319), + [anon_sym_break] = ACTIONS(1319), + [anon_sym_continue] = ACTIONS(1319), + [anon_sym_goto] = ACTIONS(1319), + [anon_sym_DASH_DASH] = ACTIONS(1321), + [anon_sym_PLUS_PLUS] = ACTIONS(1321), + [anon_sym_sizeof] = ACTIONS(1319), + [anon_sym___alignof__] = ACTIONS(1319), + [anon_sym___alignof] = ACTIONS(1319), + [anon_sym__alignof] = ACTIONS(1319), + [anon_sym_alignof] = ACTIONS(1319), + [anon_sym__Alignof] = ACTIONS(1319), + [anon_sym_offsetof] = ACTIONS(1319), + [anon_sym__Generic] = ACTIONS(1319), + [anon_sym_asm] = ACTIONS(1319), + [anon_sym___asm__] = ACTIONS(1319), + [sym_number_literal] = ACTIONS(1321), + [anon_sym_L_SQUOTE] = ACTIONS(1321), + [anon_sym_u_SQUOTE] = ACTIONS(1321), + [anon_sym_U_SQUOTE] = ACTIONS(1321), + [anon_sym_u8_SQUOTE] = ACTIONS(1321), + [anon_sym_SQUOTE] = ACTIONS(1321), + [anon_sym_L_DQUOTE] = ACTIONS(1321), + [anon_sym_u_DQUOTE] = ACTIONS(1321), + [anon_sym_U_DQUOTE] = ACTIONS(1321), + [anon_sym_u8_DQUOTE] = ACTIONS(1321), + [anon_sym_DQUOTE] = ACTIONS(1321), + [sym_true] = ACTIONS(1319), + [sym_false] = ACTIONS(1319), + [anon_sym_NULL] = ACTIONS(1319), + [anon_sym_nullptr] = ACTIONS(1319), [sym_comment] = ACTIONS(3), }, - [378] = { - [ts_builtin_sym_end] = ACTIONS(1313), - [sym_identifier] = ACTIONS(1311), - [aux_sym_preproc_include_token1] = ACTIONS(1311), - [aux_sym_preproc_def_token1] = ACTIONS(1311), - [aux_sym_preproc_if_token1] = ACTIONS(1311), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1311), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1311), - [sym_preproc_directive] = ACTIONS(1311), - [anon_sym_LPAREN2] = ACTIONS(1313), - [anon_sym_BANG] = ACTIONS(1313), - [anon_sym_TILDE] = ACTIONS(1313), - [anon_sym_DASH] = ACTIONS(1311), - [anon_sym_PLUS] = ACTIONS(1311), - [anon_sym_STAR] = ACTIONS(1313), - [anon_sym_AMP] = ACTIONS(1313), - [anon_sym___extension__] = ACTIONS(1311), - [anon_sym_typedef] = ACTIONS(1311), - [anon_sym_extern] = ACTIONS(1311), - [anon_sym___attribute__] = ACTIONS(1311), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1313), - [anon_sym___declspec] = ACTIONS(1311), - [anon_sym___cdecl] = ACTIONS(1311), - [anon_sym___clrcall] = ACTIONS(1311), - [anon_sym___stdcall] = ACTIONS(1311), - [anon_sym___fastcall] = ACTIONS(1311), - [anon_sym___thiscall] = ACTIONS(1311), - [anon_sym___vectorcall] = ACTIONS(1311), - [anon_sym_LBRACE] = ACTIONS(1313), - [anon_sym_signed] = ACTIONS(1311), - [anon_sym_unsigned] = ACTIONS(1311), - [anon_sym_long] = ACTIONS(1311), - [anon_sym_short] = ACTIONS(1311), - [anon_sym_static] = ACTIONS(1311), - [anon_sym_auto] = ACTIONS(1311), - [anon_sym_register] = ACTIONS(1311), - [anon_sym_inline] = ACTIONS(1311), - [anon_sym___inline] = ACTIONS(1311), - [anon_sym___inline__] = ACTIONS(1311), - [anon_sym___forceinline] = ACTIONS(1311), - [anon_sym_thread_local] = ACTIONS(1311), - [anon_sym___thread] = ACTIONS(1311), - [anon_sym_const] = ACTIONS(1311), - [anon_sym_constexpr] = ACTIONS(1311), - [anon_sym_volatile] = ACTIONS(1311), - [anon_sym_restrict] = ACTIONS(1311), - [anon_sym___restrict__] = ACTIONS(1311), - [anon_sym__Atomic] = ACTIONS(1311), - [anon_sym__Noreturn] = ACTIONS(1311), - [anon_sym_noreturn] = ACTIONS(1311), - [sym_primitive_type] = ACTIONS(1311), - [anon_sym_enum] = ACTIONS(1311), - [anon_sym_struct] = ACTIONS(1311), - [anon_sym_union] = ACTIONS(1311), - [anon_sym_if] = ACTIONS(1311), - [anon_sym_switch] = ACTIONS(1311), - [anon_sym_case] = ACTIONS(1311), - [anon_sym_default] = ACTIONS(1311), - [anon_sym_while] = ACTIONS(1311), - [anon_sym_do] = ACTIONS(1311), - [anon_sym_for] = ACTIONS(1311), - [anon_sym_return] = ACTIONS(1311), - [anon_sym_break] = ACTIONS(1311), - [anon_sym_continue] = ACTIONS(1311), - [anon_sym_goto] = ACTIONS(1311), - [anon_sym_DASH_DASH] = ACTIONS(1313), - [anon_sym_PLUS_PLUS] = ACTIONS(1313), - [anon_sym_sizeof] = ACTIONS(1311), - [anon_sym___alignof__] = ACTIONS(1311), - [anon_sym___alignof] = ACTIONS(1311), - [anon_sym__alignof] = ACTIONS(1311), - [anon_sym_alignof] = ACTIONS(1311), - [anon_sym__Alignof] = ACTIONS(1311), - [anon_sym_offsetof] = ACTIONS(1311), - [anon_sym__Generic] = ACTIONS(1311), - [anon_sym_asm] = ACTIONS(1311), - [anon_sym___asm__] = ACTIONS(1311), - [sym_number_literal] = ACTIONS(1313), - [anon_sym_L_SQUOTE] = ACTIONS(1313), - [anon_sym_u_SQUOTE] = ACTIONS(1313), - [anon_sym_U_SQUOTE] = ACTIONS(1313), - [anon_sym_u8_SQUOTE] = ACTIONS(1313), - [anon_sym_SQUOTE] = ACTIONS(1313), - [anon_sym_L_DQUOTE] = ACTIONS(1313), - [anon_sym_u_DQUOTE] = ACTIONS(1313), - [anon_sym_U_DQUOTE] = ACTIONS(1313), - [anon_sym_u8_DQUOTE] = ACTIONS(1313), - [anon_sym_DQUOTE] = ACTIONS(1313), - [sym_true] = ACTIONS(1311), - [sym_false] = ACTIONS(1311), - [anon_sym_NULL] = ACTIONS(1311), - [anon_sym_nullptr] = ACTIONS(1311), + [396] = { + [ts_builtin_sym_end] = ACTIONS(1337), + [sym_identifier] = ACTIONS(1335), + [aux_sym_preproc_include_token1] = ACTIONS(1335), + [aux_sym_preproc_def_token1] = ACTIONS(1335), + [aux_sym_preproc_if_token1] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1335), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1335), + [sym_preproc_directive] = ACTIONS(1335), + [anon_sym_LPAREN2] = ACTIONS(1337), + [anon_sym_BANG] = ACTIONS(1337), + [anon_sym_TILDE] = ACTIONS(1337), + [anon_sym_DASH] = ACTIONS(1335), + [anon_sym_PLUS] = ACTIONS(1335), + [anon_sym_STAR] = ACTIONS(1337), + [anon_sym_AMP] = ACTIONS(1337), + [anon_sym___extension__] = ACTIONS(1335), + [anon_sym_typedef] = ACTIONS(1335), + [anon_sym_extern] = ACTIONS(1335), + [anon_sym___attribute__] = ACTIONS(1335), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1337), + [anon_sym___declspec] = ACTIONS(1335), + [anon_sym___cdecl] = ACTIONS(1335), + [anon_sym___clrcall] = ACTIONS(1335), + [anon_sym___stdcall] = ACTIONS(1335), + [anon_sym___fastcall] = ACTIONS(1335), + [anon_sym___thiscall] = ACTIONS(1335), + [anon_sym___vectorcall] = ACTIONS(1335), + [anon_sym_LBRACE] = ACTIONS(1337), + [anon_sym_signed] = ACTIONS(1335), + [anon_sym_unsigned] = ACTIONS(1335), + [anon_sym_long] = ACTIONS(1335), + [anon_sym_short] = ACTIONS(1335), + [anon_sym_static] = ACTIONS(1335), + [anon_sym_auto] = ACTIONS(1335), + [anon_sym_register] = ACTIONS(1335), + [anon_sym_inline] = ACTIONS(1335), + [anon_sym___inline] = ACTIONS(1335), + [anon_sym___inline__] = ACTIONS(1335), + [anon_sym___forceinline] = ACTIONS(1335), + [anon_sym_thread_local] = ACTIONS(1335), + [anon_sym___thread] = ACTIONS(1335), + [anon_sym_const] = ACTIONS(1335), + [anon_sym_constexpr] = ACTIONS(1335), + [anon_sym_volatile] = ACTIONS(1335), + [anon_sym_restrict] = ACTIONS(1335), + [anon_sym___restrict__] = ACTIONS(1335), + [anon_sym__Atomic] = ACTIONS(1335), + [anon_sym__Noreturn] = ACTIONS(1335), + [anon_sym_noreturn] = ACTIONS(1335), + [sym_primitive_type] = ACTIONS(1335), + [anon_sym_enum] = ACTIONS(1335), + [anon_sym_struct] = ACTIONS(1335), + [anon_sym_union] = ACTIONS(1335), + [anon_sym_if] = ACTIONS(1335), + [anon_sym_switch] = ACTIONS(1335), + [anon_sym_case] = ACTIONS(1335), + [anon_sym_default] = ACTIONS(1335), + [anon_sym_while] = ACTIONS(1335), + [anon_sym_do] = ACTIONS(1335), + [anon_sym_for] = ACTIONS(1335), + [anon_sym_return] = ACTIONS(1335), + [anon_sym_break] = ACTIONS(1335), + [anon_sym_continue] = ACTIONS(1335), + [anon_sym_goto] = ACTIONS(1335), + [anon_sym_DASH_DASH] = ACTIONS(1337), + [anon_sym_PLUS_PLUS] = ACTIONS(1337), + [anon_sym_sizeof] = ACTIONS(1335), + [anon_sym___alignof__] = ACTIONS(1335), + [anon_sym___alignof] = ACTIONS(1335), + [anon_sym__alignof] = ACTIONS(1335), + [anon_sym_alignof] = ACTIONS(1335), + [anon_sym__Alignof] = ACTIONS(1335), + [anon_sym_offsetof] = ACTIONS(1335), + [anon_sym__Generic] = ACTIONS(1335), + [anon_sym_asm] = ACTIONS(1335), + [anon_sym___asm__] = ACTIONS(1335), + [sym_number_literal] = ACTIONS(1337), + [anon_sym_L_SQUOTE] = ACTIONS(1337), + [anon_sym_u_SQUOTE] = ACTIONS(1337), + [anon_sym_U_SQUOTE] = ACTIONS(1337), + [anon_sym_u8_SQUOTE] = ACTIONS(1337), + [anon_sym_SQUOTE] = ACTIONS(1337), + [anon_sym_L_DQUOTE] = ACTIONS(1337), + [anon_sym_u_DQUOTE] = ACTIONS(1337), + [anon_sym_U_DQUOTE] = ACTIONS(1337), + [anon_sym_u8_DQUOTE] = ACTIONS(1337), + [anon_sym_DQUOTE] = ACTIONS(1337), + [sym_true] = ACTIONS(1335), + [sym_false] = ACTIONS(1335), + [anon_sym_NULL] = ACTIONS(1335), + [anon_sym_nullptr] = ACTIONS(1335), [sym_comment] = ACTIONS(3), }, - [379] = { + [397] = { [ts_builtin_sym_end] = ACTIONS(1373), [sym_identifier] = ACTIONS(1371), [aux_sym_preproc_include_token1] = ACTIONS(1371), @@ -56660,259 +58564,447 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1371), [sym_comment] = ACTIONS(3), }, - [380] = { - [ts_builtin_sym_end] = ACTIONS(1377), - [sym_identifier] = ACTIONS(1375), - [aux_sym_preproc_include_token1] = ACTIONS(1375), - [aux_sym_preproc_def_token1] = ACTIONS(1375), - [aux_sym_preproc_if_token1] = ACTIONS(1375), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1375), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1375), - [sym_preproc_directive] = ACTIONS(1375), - [anon_sym_LPAREN2] = ACTIONS(1377), - [anon_sym_BANG] = ACTIONS(1377), - [anon_sym_TILDE] = ACTIONS(1377), - [anon_sym_DASH] = ACTIONS(1375), - [anon_sym_PLUS] = ACTIONS(1375), - [anon_sym_STAR] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym___extension__] = ACTIONS(1375), - [anon_sym_typedef] = ACTIONS(1375), - [anon_sym_extern] = ACTIONS(1375), - [anon_sym___attribute__] = ACTIONS(1375), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1377), - [anon_sym___declspec] = ACTIONS(1375), - [anon_sym___cdecl] = ACTIONS(1375), - [anon_sym___clrcall] = ACTIONS(1375), - [anon_sym___stdcall] = ACTIONS(1375), - [anon_sym___fastcall] = ACTIONS(1375), - [anon_sym___thiscall] = ACTIONS(1375), - [anon_sym___vectorcall] = ACTIONS(1375), - [anon_sym_LBRACE] = ACTIONS(1377), - [anon_sym_signed] = ACTIONS(1375), - [anon_sym_unsigned] = ACTIONS(1375), - [anon_sym_long] = ACTIONS(1375), - [anon_sym_short] = ACTIONS(1375), - [anon_sym_static] = ACTIONS(1375), - [anon_sym_auto] = ACTIONS(1375), - [anon_sym_register] = ACTIONS(1375), - [anon_sym_inline] = ACTIONS(1375), - [anon_sym___inline] = ACTIONS(1375), - [anon_sym___inline__] = ACTIONS(1375), - [anon_sym___forceinline] = ACTIONS(1375), - [anon_sym_thread_local] = ACTIONS(1375), - [anon_sym___thread] = ACTIONS(1375), - [anon_sym_const] = ACTIONS(1375), - [anon_sym_constexpr] = ACTIONS(1375), - [anon_sym_volatile] = ACTIONS(1375), - [anon_sym_restrict] = ACTIONS(1375), - [anon_sym___restrict__] = ACTIONS(1375), - [anon_sym__Atomic] = ACTIONS(1375), - [anon_sym__Noreturn] = ACTIONS(1375), - [anon_sym_noreturn] = ACTIONS(1375), - [sym_primitive_type] = ACTIONS(1375), - [anon_sym_enum] = ACTIONS(1375), - [anon_sym_struct] = ACTIONS(1375), - [anon_sym_union] = ACTIONS(1375), - [anon_sym_if] = ACTIONS(1375), - [anon_sym_switch] = ACTIONS(1375), - [anon_sym_case] = ACTIONS(1375), - [anon_sym_default] = ACTIONS(1375), - [anon_sym_while] = ACTIONS(1375), - [anon_sym_do] = ACTIONS(1375), - [anon_sym_for] = ACTIONS(1375), - [anon_sym_return] = ACTIONS(1375), - [anon_sym_break] = ACTIONS(1375), - [anon_sym_continue] = ACTIONS(1375), - [anon_sym_goto] = ACTIONS(1375), - [anon_sym_DASH_DASH] = ACTIONS(1377), - [anon_sym_PLUS_PLUS] = ACTIONS(1377), - [anon_sym_sizeof] = ACTIONS(1375), - [anon_sym___alignof__] = ACTIONS(1375), - [anon_sym___alignof] = ACTIONS(1375), - [anon_sym__alignof] = ACTIONS(1375), - [anon_sym_alignof] = ACTIONS(1375), - [anon_sym__Alignof] = ACTIONS(1375), - [anon_sym_offsetof] = ACTIONS(1375), - [anon_sym__Generic] = ACTIONS(1375), - [anon_sym_asm] = ACTIONS(1375), - [anon_sym___asm__] = ACTIONS(1375), - [sym_number_literal] = ACTIONS(1377), - [anon_sym_L_SQUOTE] = ACTIONS(1377), - [anon_sym_u_SQUOTE] = ACTIONS(1377), - [anon_sym_U_SQUOTE] = ACTIONS(1377), - [anon_sym_u8_SQUOTE] = ACTIONS(1377), - [anon_sym_SQUOTE] = ACTIONS(1377), - [anon_sym_L_DQUOTE] = ACTIONS(1377), - [anon_sym_u_DQUOTE] = ACTIONS(1377), - [anon_sym_U_DQUOTE] = ACTIONS(1377), - [anon_sym_u8_DQUOTE] = ACTIONS(1377), - [anon_sym_DQUOTE] = ACTIONS(1377), - [sym_true] = ACTIONS(1375), - [sym_false] = ACTIONS(1375), - [anon_sym_NULL] = ACTIONS(1375), - [anon_sym_nullptr] = ACTIONS(1375), - [sym_comment] = ACTIONS(3), - }, - [381] = { - [ts_builtin_sym_end] = ACTIONS(1381), - [sym_identifier] = ACTIONS(1379), - [aux_sym_preproc_include_token1] = ACTIONS(1379), - [aux_sym_preproc_def_token1] = ACTIONS(1379), - [aux_sym_preproc_if_token1] = ACTIONS(1379), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1379), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1379), - [sym_preproc_directive] = ACTIONS(1379), - [anon_sym_LPAREN2] = ACTIONS(1381), - [anon_sym_BANG] = ACTIONS(1381), - [anon_sym_TILDE] = ACTIONS(1381), - [anon_sym_DASH] = ACTIONS(1379), - [anon_sym_PLUS] = ACTIONS(1379), - [anon_sym_STAR] = ACTIONS(1381), - [anon_sym_AMP] = ACTIONS(1381), - [anon_sym___extension__] = ACTIONS(1379), - [anon_sym_typedef] = ACTIONS(1379), - [anon_sym_extern] = ACTIONS(1379), - [anon_sym___attribute__] = ACTIONS(1379), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1381), - [anon_sym___declspec] = ACTIONS(1379), - [anon_sym___cdecl] = ACTIONS(1379), - [anon_sym___clrcall] = ACTIONS(1379), - [anon_sym___stdcall] = ACTIONS(1379), - [anon_sym___fastcall] = ACTIONS(1379), - [anon_sym___thiscall] = ACTIONS(1379), - [anon_sym___vectorcall] = ACTIONS(1379), - [anon_sym_LBRACE] = ACTIONS(1381), - [anon_sym_signed] = ACTIONS(1379), - [anon_sym_unsigned] = ACTIONS(1379), - [anon_sym_long] = ACTIONS(1379), - [anon_sym_short] = ACTIONS(1379), - [anon_sym_static] = ACTIONS(1379), - [anon_sym_auto] = ACTIONS(1379), - [anon_sym_register] = ACTIONS(1379), - [anon_sym_inline] = ACTIONS(1379), - [anon_sym___inline] = ACTIONS(1379), - [anon_sym___inline__] = ACTIONS(1379), - [anon_sym___forceinline] = ACTIONS(1379), - [anon_sym_thread_local] = ACTIONS(1379), - [anon_sym___thread] = ACTIONS(1379), - [anon_sym_const] = ACTIONS(1379), - [anon_sym_constexpr] = ACTIONS(1379), - [anon_sym_volatile] = ACTIONS(1379), - [anon_sym_restrict] = ACTIONS(1379), - [anon_sym___restrict__] = ACTIONS(1379), - [anon_sym__Atomic] = ACTIONS(1379), - [anon_sym__Noreturn] = ACTIONS(1379), - [anon_sym_noreturn] = ACTIONS(1379), - [sym_primitive_type] = ACTIONS(1379), - [anon_sym_enum] = ACTIONS(1379), - [anon_sym_struct] = ACTIONS(1379), - [anon_sym_union] = ACTIONS(1379), - [anon_sym_if] = ACTIONS(1379), - [anon_sym_switch] = ACTIONS(1379), - [anon_sym_case] = ACTIONS(1379), - [anon_sym_default] = ACTIONS(1379), - [anon_sym_while] = ACTIONS(1379), - [anon_sym_do] = ACTIONS(1379), - [anon_sym_for] = ACTIONS(1379), - [anon_sym_return] = ACTIONS(1379), - [anon_sym_break] = ACTIONS(1379), - [anon_sym_continue] = ACTIONS(1379), - [anon_sym_goto] = ACTIONS(1379), - [anon_sym_DASH_DASH] = ACTIONS(1381), - [anon_sym_PLUS_PLUS] = ACTIONS(1381), - [anon_sym_sizeof] = ACTIONS(1379), - [anon_sym___alignof__] = ACTIONS(1379), - [anon_sym___alignof] = ACTIONS(1379), - [anon_sym__alignof] = ACTIONS(1379), - [anon_sym_alignof] = ACTIONS(1379), - [anon_sym__Alignof] = ACTIONS(1379), - [anon_sym_offsetof] = ACTIONS(1379), - [anon_sym__Generic] = ACTIONS(1379), - [anon_sym_asm] = ACTIONS(1379), - [anon_sym___asm__] = ACTIONS(1379), - [sym_number_literal] = ACTIONS(1381), - [anon_sym_L_SQUOTE] = ACTIONS(1381), - [anon_sym_u_SQUOTE] = ACTIONS(1381), - [anon_sym_U_SQUOTE] = ACTIONS(1381), - [anon_sym_u8_SQUOTE] = ACTIONS(1381), - [anon_sym_SQUOTE] = ACTIONS(1381), - [anon_sym_L_DQUOTE] = ACTIONS(1381), - [anon_sym_u_DQUOTE] = ACTIONS(1381), - [anon_sym_U_DQUOTE] = ACTIONS(1381), - [anon_sym_u8_DQUOTE] = ACTIONS(1381), - [anon_sym_DQUOTE] = ACTIONS(1381), - [sym_true] = ACTIONS(1379), - [sym_false] = ACTIONS(1379), - [anon_sym_NULL] = ACTIONS(1379), - [anon_sym_nullptr] = ACTIONS(1379), + [398] = { + [ts_builtin_sym_end] = ACTIONS(1349), + [sym_identifier] = ACTIONS(1347), + [aux_sym_preproc_include_token1] = ACTIONS(1347), + [aux_sym_preproc_def_token1] = ACTIONS(1347), + [aux_sym_preproc_if_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1347), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1347), + [sym_preproc_directive] = ACTIONS(1347), + [anon_sym_LPAREN2] = ACTIONS(1349), + [anon_sym_BANG] = ACTIONS(1349), + [anon_sym_TILDE] = ACTIONS(1349), + [anon_sym_DASH] = ACTIONS(1347), + [anon_sym_PLUS] = ACTIONS(1347), + [anon_sym_STAR] = ACTIONS(1349), + [anon_sym_AMP] = ACTIONS(1349), + [anon_sym___extension__] = ACTIONS(1347), + [anon_sym_typedef] = ACTIONS(1347), + [anon_sym_extern] = ACTIONS(1347), + [anon_sym___attribute__] = ACTIONS(1347), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1349), + [anon_sym___declspec] = ACTIONS(1347), + [anon_sym___cdecl] = ACTIONS(1347), + [anon_sym___clrcall] = ACTIONS(1347), + [anon_sym___stdcall] = ACTIONS(1347), + [anon_sym___fastcall] = ACTIONS(1347), + [anon_sym___thiscall] = ACTIONS(1347), + [anon_sym___vectorcall] = ACTIONS(1347), + [anon_sym_LBRACE] = ACTIONS(1349), + [anon_sym_signed] = ACTIONS(1347), + [anon_sym_unsigned] = ACTIONS(1347), + [anon_sym_long] = ACTIONS(1347), + [anon_sym_short] = ACTIONS(1347), + [anon_sym_static] = ACTIONS(1347), + [anon_sym_auto] = ACTIONS(1347), + [anon_sym_register] = ACTIONS(1347), + [anon_sym_inline] = ACTIONS(1347), + [anon_sym___inline] = ACTIONS(1347), + [anon_sym___inline__] = ACTIONS(1347), + [anon_sym___forceinline] = ACTIONS(1347), + [anon_sym_thread_local] = ACTIONS(1347), + [anon_sym___thread] = ACTIONS(1347), + [anon_sym_const] = ACTIONS(1347), + [anon_sym_constexpr] = ACTIONS(1347), + [anon_sym_volatile] = ACTIONS(1347), + [anon_sym_restrict] = ACTIONS(1347), + [anon_sym___restrict__] = ACTIONS(1347), + [anon_sym__Atomic] = ACTIONS(1347), + [anon_sym__Noreturn] = ACTIONS(1347), + [anon_sym_noreturn] = ACTIONS(1347), + [sym_primitive_type] = ACTIONS(1347), + [anon_sym_enum] = ACTIONS(1347), + [anon_sym_struct] = ACTIONS(1347), + [anon_sym_union] = ACTIONS(1347), + [anon_sym_if] = ACTIONS(1347), + [anon_sym_switch] = ACTIONS(1347), + [anon_sym_case] = ACTIONS(1347), + [anon_sym_default] = ACTIONS(1347), + [anon_sym_while] = ACTIONS(1347), + [anon_sym_do] = ACTIONS(1347), + [anon_sym_for] = ACTIONS(1347), + [anon_sym_return] = ACTIONS(1347), + [anon_sym_break] = ACTIONS(1347), + [anon_sym_continue] = ACTIONS(1347), + [anon_sym_goto] = ACTIONS(1347), + [anon_sym_DASH_DASH] = ACTIONS(1349), + [anon_sym_PLUS_PLUS] = ACTIONS(1349), + [anon_sym_sizeof] = ACTIONS(1347), + [anon_sym___alignof__] = ACTIONS(1347), + [anon_sym___alignof] = ACTIONS(1347), + [anon_sym__alignof] = ACTIONS(1347), + [anon_sym_alignof] = ACTIONS(1347), + [anon_sym__Alignof] = ACTIONS(1347), + [anon_sym_offsetof] = ACTIONS(1347), + [anon_sym__Generic] = ACTIONS(1347), + [anon_sym_asm] = ACTIONS(1347), + [anon_sym___asm__] = ACTIONS(1347), + [sym_number_literal] = ACTIONS(1349), + [anon_sym_L_SQUOTE] = ACTIONS(1349), + [anon_sym_u_SQUOTE] = ACTIONS(1349), + [anon_sym_U_SQUOTE] = ACTIONS(1349), + [anon_sym_u8_SQUOTE] = ACTIONS(1349), + [anon_sym_SQUOTE] = ACTIONS(1349), + [anon_sym_L_DQUOTE] = ACTIONS(1349), + [anon_sym_u_DQUOTE] = ACTIONS(1349), + [anon_sym_U_DQUOTE] = ACTIONS(1349), + [anon_sym_u8_DQUOTE] = ACTIONS(1349), + [anon_sym_DQUOTE] = ACTIONS(1349), + [sym_true] = ACTIONS(1347), + [sym_false] = ACTIONS(1347), + [anon_sym_NULL] = ACTIONS(1347), + [anon_sym_nullptr] = ACTIONS(1347), [sym_comment] = ACTIONS(3), }, - [382] = { - [sym__expression] = STATE(775), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(688), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(688), - [sym_call_expression] = STATE(688), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(688), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(688), - [sym_initializer_list] = STATE(673), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_identifier] = ACTIONS(1393), + [399] = { + [ts_builtin_sym_end] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1445), + [aux_sym_preproc_include_token1] = ACTIONS(1445), + [aux_sym_preproc_def_token1] = ACTIONS(1445), + [aux_sym_preproc_if_token1] = ACTIONS(1445), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1445), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1445), + [sym_preproc_directive] = ACTIONS(1445), [anon_sym_LPAREN2] = ACTIONS(1443), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_TILDE] = ACTIONS(1447), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_TILDE] = ACTIONS(1443), [anon_sym_DASH] = ACTIONS(1445), [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1449), - [anon_sym_SLASH] = ACTIONS(1405), - [anon_sym_PERCENT] = ACTIONS(1405), - [anon_sym_PIPE_PIPE] = ACTIONS(1395), - [anon_sym_AMP_AMP] = ACTIONS(1395), - [anon_sym_PIPE] = ACTIONS(1405), - [anon_sym_CARET] = ACTIONS(1405), - [anon_sym_AMP] = ACTIONS(1449), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1405), - [anon_sym_GT_EQ] = ACTIONS(1395), - [anon_sym_LT_EQ] = ACTIONS(1395), - [anon_sym_LT] = ACTIONS(1405), - [anon_sym_LT_LT] = ACTIONS(1405), - [anon_sym_GT_GT] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1395), - [anon_sym_RBRACK] = ACTIONS(1395), - [anon_sym_EQ] = ACTIONS(1405), - [anon_sym_QMARK] = ACTIONS(1395), - [anon_sym_STAR_EQ] = ACTIONS(1395), - [anon_sym_SLASH_EQ] = ACTIONS(1395), - [anon_sym_PERCENT_EQ] = ACTIONS(1395), - [anon_sym_PLUS_EQ] = ACTIONS(1395), - [anon_sym_DASH_EQ] = ACTIONS(1395), - [anon_sym_LT_LT_EQ] = ACTIONS(1395), - [anon_sym_GT_GT_EQ] = ACTIONS(1395), - [anon_sym_AMP_EQ] = ACTIONS(1395), - [anon_sym_CARET_EQ] = ACTIONS(1395), - [anon_sym_PIPE_EQ] = ACTIONS(1395), - [anon_sym_DASH_DASH] = ACTIONS(1451), - [anon_sym_PLUS_PLUS] = ACTIONS(1451), - [anon_sym_sizeof] = ACTIONS(1453), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym___extension__] = ACTIONS(1445), + [anon_sym_typedef] = ACTIONS(1445), + [anon_sym_extern] = ACTIONS(1445), + [anon_sym___attribute__] = ACTIONS(1445), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1443), + [anon_sym___declspec] = ACTIONS(1445), + [anon_sym___cdecl] = ACTIONS(1445), + [anon_sym___clrcall] = ACTIONS(1445), + [anon_sym___stdcall] = ACTIONS(1445), + [anon_sym___fastcall] = ACTIONS(1445), + [anon_sym___thiscall] = ACTIONS(1445), + [anon_sym___vectorcall] = ACTIONS(1445), + [anon_sym_LBRACE] = ACTIONS(1443), + [anon_sym_signed] = ACTIONS(1445), + [anon_sym_unsigned] = ACTIONS(1445), + [anon_sym_long] = ACTIONS(1445), + [anon_sym_short] = ACTIONS(1445), + [anon_sym_static] = ACTIONS(1445), + [anon_sym_auto] = ACTIONS(1445), + [anon_sym_register] = ACTIONS(1445), + [anon_sym_inline] = ACTIONS(1445), + [anon_sym___inline] = ACTIONS(1445), + [anon_sym___inline__] = ACTIONS(1445), + [anon_sym___forceinline] = ACTIONS(1445), + [anon_sym_thread_local] = ACTIONS(1445), + [anon_sym___thread] = ACTIONS(1445), + [anon_sym_const] = ACTIONS(1445), + [anon_sym_constexpr] = ACTIONS(1445), + [anon_sym_volatile] = ACTIONS(1445), + [anon_sym_restrict] = ACTIONS(1445), + [anon_sym___restrict__] = ACTIONS(1445), + [anon_sym__Atomic] = ACTIONS(1445), + [anon_sym__Noreturn] = ACTIONS(1445), + [anon_sym_noreturn] = ACTIONS(1445), + [sym_primitive_type] = ACTIONS(1445), + [anon_sym_enum] = ACTIONS(1445), + [anon_sym_struct] = ACTIONS(1445), + [anon_sym_union] = ACTIONS(1445), + [anon_sym_if] = ACTIONS(1445), + [anon_sym_switch] = ACTIONS(1445), + [anon_sym_case] = ACTIONS(1445), + [anon_sym_default] = ACTIONS(1445), + [anon_sym_while] = ACTIONS(1445), + [anon_sym_do] = ACTIONS(1445), + [anon_sym_for] = ACTIONS(1445), + [anon_sym_return] = ACTIONS(1445), + [anon_sym_break] = ACTIONS(1445), + [anon_sym_continue] = ACTIONS(1445), + [anon_sym_goto] = ACTIONS(1445), + [anon_sym_DASH_DASH] = ACTIONS(1443), + [anon_sym_PLUS_PLUS] = ACTIONS(1443), + [anon_sym_sizeof] = ACTIONS(1445), + [anon_sym___alignof__] = ACTIONS(1445), + [anon_sym___alignof] = ACTIONS(1445), + [anon_sym__alignof] = ACTIONS(1445), + [anon_sym_alignof] = ACTIONS(1445), + [anon_sym__Alignof] = ACTIONS(1445), + [anon_sym_offsetof] = ACTIONS(1445), + [anon_sym__Generic] = ACTIONS(1445), + [anon_sym_asm] = ACTIONS(1445), + [anon_sym___asm__] = ACTIONS(1445), + [sym_number_literal] = ACTIONS(1443), + [anon_sym_L_SQUOTE] = ACTIONS(1443), + [anon_sym_u_SQUOTE] = ACTIONS(1443), + [anon_sym_U_SQUOTE] = ACTIONS(1443), + [anon_sym_u8_SQUOTE] = ACTIONS(1443), + [anon_sym_SQUOTE] = ACTIONS(1443), + [anon_sym_L_DQUOTE] = ACTIONS(1443), + [anon_sym_u_DQUOTE] = ACTIONS(1443), + [anon_sym_U_DQUOTE] = ACTIONS(1443), + [anon_sym_u8_DQUOTE] = ACTIONS(1443), + [anon_sym_DQUOTE] = ACTIONS(1443), + [sym_true] = ACTIONS(1445), + [sym_false] = ACTIONS(1445), + [anon_sym_NULL] = ACTIONS(1445), + [anon_sym_nullptr] = ACTIONS(1445), + [sym_comment] = ACTIONS(3), + }, + [400] = { + [ts_builtin_sym_end] = ACTIONS(1401), + [sym_identifier] = ACTIONS(1399), + [aux_sym_preproc_include_token1] = ACTIONS(1399), + [aux_sym_preproc_def_token1] = ACTIONS(1399), + [aux_sym_preproc_if_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1399), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1399), + [sym_preproc_directive] = ACTIONS(1399), + [anon_sym_LPAREN2] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_TILDE] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym___extension__] = ACTIONS(1399), + [anon_sym_typedef] = ACTIONS(1399), + [anon_sym_extern] = ACTIONS(1399), + [anon_sym___attribute__] = ACTIONS(1399), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1401), + [anon_sym___declspec] = ACTIONS(1399), + [anon_sym___cdecl] = ACTIONS(1399), + [anon_sym___clrcall] = ACTIONS(1399), + [anon_sym___stdcall] = ACTIONS(1399), + [anon_sym___fastcall] = ACTIONS(1399), + [anon_sym___thiscall] = ACTIONS(1399), + [anon_sym___vectorcall] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1401), + [anon_sym_signed] = ACTIONS(1399), + [anon_sym_unsigned] = ACTIONS(1399), + [anon_sym_long] = ACTIONS(1399), + [anon_sym_short] = ACTIONS(1399), + [anon_sym_static] = ACTIONS(1399), + [anon_sym_auto] = ACTIONS(1399), + [anon_sym_register] = ACTIONS(1399), + [anon_sym_inline] = ACTIONS(1399), + [anon_sym___inline] = ACTIONS(1399), + [anon_sym___inline__] = ACTIONS(1399), + [anon_sym___forceinline] = ACTIONS(1399), + [anon_sym_thread_local] = ACTIONS(1399), + [anon_sym___thread] = ACTIONS(1399), + [anon_sym_const] = ACTIONS(1399), + [anon_sym_constexpr] = ACTIONS(1399), + [anon_sym_volatile] = ACTIONS(1399), + [anon_sym_restrict] = ACTIONS(1399), + [anon_sym___restrict__] = ACTIONS(1399), + [anon_sym__Atomic] = ACTIONS(1399), + [anon_sym__Noreturn] = ACTIONS(1399), + [anon_sym_noreturn] = ACTIONS(1399), + [sym_primitive_type] = ACTIONS(1399), + [anon_sym_enum] = ACTIONS(1399), + [anon_sym_struct] = ACTIONS(1399), + [anon_sym_union] = ACTIONS(1399), + [anon_sym_if] = ACTIONS(1399), + [anon_sym_switch] = ACTIONS(1399), + [anon_sym_case] = ACTIONS(1399), + [anon_sym_default] = ACTIONS(1399), + [anon_sym_while] = ACTIONS(1399), + [anon_sym_do] = ACTIONS(1399), + [anon_sym_for] = ACTIONS(1399), + [anon_sym_return] = ACTIONS(1399), + [anon_sym_break] = ACTIONS(1399), + [anon_sym_continue] = ACTIONS(1399), + [anon_sym_goto] = ACTIONS(1399), + [anon_sym_DASH_DASH] = ACTIONS(1401), + [anon_sym_PLUS_PLUS] = ACTIONS(1401), + [anon_sym_sizeof] = ACTIONS(1399), + [anon_sym___alignof__] = ACTIONS(1399), + [anon_sym___alignof] = ACTIONS(1399), + [anon_sym__alignof] = ACTIONS(1399), + [anon_sym_alignof] = ACTIONS(1399), + [anon_sym__Alignof] = ACTIONS(1399), + [anon_sym_offsetof] = ACTIONS(1399), + [anon_sym__Generic] = ACTIONS(1399), + [anon_sym_asm] = ACTIONS(1399), + [anon_sym___asm__] = ACTIONS(1399), + [sym_number_literal] = ACTIONS(1401), + [anon_sym_L_SQUOTE] = ACTIONS(1401), + [anon_sym_u_SQUOTE] = ACTIONS(1401), + [anon_sym_U_SQUOTE] = ACTIONS(1401), + [anon_sym_u8_SQUOTE] = ACTIONS(1401), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_L_DQUOTE] = ACTIONS(1401), + [anon_sym_u_DQUOTE] = ACTIONS(1401), + [anon_sym_U_DQUOTE] = ACTIONS(1401), + [anon_sym_u8_DQUOTE] = ACTIONS(1401), + [anon_sym_DQUOTE] = ACTIONS(1401), + [sym_true] = ACTIONS(1399), + [sym_false] = ACTIONS(1399), + [anon_sym_NULL] = ACTIONS(1399), + [anon_sym_nullptr] = ACTIONS(1399), + [sym_comment] = ACTIONS(3), + }, + [401] = { + [ts_builtin_sym_end] = ACTIONS(1385), + [sym_identifier] = ACTIONS(1383), + [aux_sym_preproc_include_token1] = ACTIONS(1383), + [aux_sym_preproc_def_token1] = ACTIONS(1383), + [aux_sym_preproc_if_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1383), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1383), + [sym_preproc_directive] = ACTIONS(1383), + [anon_sym_LPAREN2] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_TILDE] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym___extension__] = ACTIONS(1383), + [anon_sym_typedef] = ACTIONS(1383), + [anon_sym_extern] = ACTIONS(1383), + [anon_sym___attribute__] = ACTIONS(1383), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1385), + [anon_sym___declspec] = ACTIONS(1383), + [anon_sym___cdecl] = ACTIONS(1383), + [anon_sym___clrcall] = ACTIONS(1383), + [anon_sym___stdcall] = ACTIONS(1383), + [anon_sym___fastcall] = ACTIONS(1383), + [anon_sym___thiscall] = ACTIONS(1383), + [anon_sym___vectorcall] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1385), + [anon_sym_signed] = ACTIONS(1383), + [anon_sym_unsigned] = ACTIONS(1383), + [anon_sym_long] = ACTIONS(1383), + [anon_sym_short] = ACTIONS(1383), + [anon_sym_static] = ACTIONS(1383), + [anon_sym_auto] = ACTIONS(1383), + [anon_sym_register] = ACTIONS(1383), + [anon_sym_inline] = ACTIONS(1383), + [anon_sym___inline] = ACTIONS(1383), + [anon_sym___inline__] = ACTIONS(1383), + [anon_sym___forceinline] = ACTIONS(1383), + [anon_sym_thread_local] = ACTIONS(1383), + [anon_sym___thread] = ACTIONS(1383), + [anon_sym_const] = ACTIONS(1383), + [anon_sym_constexpr] = ACTIONS(1383), + [anon_sym_volatile] = ACTIONS(1383), + [anon_sym_restrict] = ACTIONS(1383), + [anon_sym___restrict__] = ACTIONS(1383), + [anon_sym__Atomic] = ACTIONS(1383), + [anon_sym__Noreturn] = ACTIONS(1383), + [anon_sym_noreturn] = ACTIONS(1383), + [sym_primitive_type] = ACTIONS(1383), + [anon_sym_enum] = ACTIONS(1383), + [anon_sym_struct] = ACTIONS(1383), + [anon_sym_union] = ACTIONS(1383), + [anon_sym_if] = ACTIONS(1383), + [anon_sym_switch] = ACTIONS(1383), + [anon_sym_case] = ACTIONS(1383), + [anon_sym_default] = ACTIONS(1383), + [anon_sym_while] = ACTIONS(1383), + [anon_sym_do] = ACTIONS(1383), + [anon_sym_for] = ACTIONS(1383), + [anon_sym_return] = ACTIONS(1383), + [anon_sym_break] = ACTIONS(1383), + [anon_sym_continue] = ACTIONS(1383), + [anon_sym_goto] = ACTIONS(1383), + [anon_sym_DASH_DASH] = ACTIONS(1385), + [anon_sym_PLUS_PLUS] = ACTIONS(1385), + [anon_sym_sizeof] = ACTIONS(1383), + [anon_sym___alignof__] = ACTIONS(1383), + [anon_sym___alignof] = ACTIONS(1383), + [anon_sym__alignof] = ACTIONS(1383), + [anon_sym_alignof] = ACTIONS(1383), + [anon_sym__Alignof] = ACTIONS(1383), + [anon_sym_offsetof] = ACTIONS(1383), + [anon_sym__Generic] = ACTIONS(1383), + [anon_sym_asm] = ACTIONS(1383), + [anon_sym___asm__] = ACTIONS(1383), + [sym_number_literal] = ACTIONS(1385), + [anon_sym_L_SQUOTE] = ACTIONS(1385), + [anon_sym_u_SQUOTE] = ACTIONS(1385), + [anon_sym_U_SQUOTE] = ACTIONS(1385), + [anon_sym_u8_SQUOTE] = ACTIONS(1385), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_L_DQUOTE] = ACTIONS(1385), + [anon_sym_u_DQUOTE] = ACTIONS(1385), + [anon_sym_U_DQUOTE] = ACTIONS(1385), + [anon_sym_u8_DQUOTE] = ACTIONS(1385), + [anon_sym_DQUOTE] = ACTIONS(1385), + [sym_true] = ACTIONS(1383), + [sym_false] = ACTIONS(1383), + [anon_sym_NULL] = ACTIONS(1383), + [anon_sym_nullptr] = ACTIONS(1383), + [sym_comment] = ACTIONS(3), + }, + [402] = { + [sym__expression] = STATE(800), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(726), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(726), + [sym_call_expression] = STATE(726), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(726), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(726), + [sym_initializer_list] = STATE(751), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_identifier] = ACTIONS(1413), + [anon_sym_LPAREN2] = ACTIONS(1447), + [anon_sym_BANG] = ACTIONS(1449), + [anon_sym_TILDE] = ACTIONS(1451), + [anon_sym_DASH] = ACTIONS(1449), + [anon_sym_PLUS] = ACTIONS(1449), + [anon_sym_STAR] = ACTIONS(1453), + [anon_sym_SLASH] = ACTIONS(1425), + [anon_sym_PERCENT] = ACTIONS(1425), + [anon_sym_PIPE_PIPE] = ACTIONS(1415), + [anon_sym_AMP_AMP] = ACTIONS(1415), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_CARET] = ACTIONS(1425), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_EQ_EQ] = ACTIONS(1415), + [anon_sym_BANG_EQ] = ACTIONS(1415), + [anon_sym_GT] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1415), + [anon_sym_LT_EQ] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(1425), + [anon_sym_LT_LT] = ACTIONS(1425), + [anon_sym_GT_GT] = ACTIONS(1425), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1415), + [anon_sym_RBRACK] = ACTIONS(1415), + [anon_sym_EQ] = ACTIONS(1425), + [anon_sym_QMARK] = ACTIONS(1415), + [anon_sym_STAR_EQ] = ACTIONS(1415), + [anon_sym_SLASH_EQ] = ACTIONS(1415), + [anon_sym_PERCENT_EQ] = ACTIONS(1415), + [anon_sym_PLUS_EQ] = ACTIONS(1415), + [anon_sym_DASH_EQ] = ACTIONS(1415), + [anon_sym_LT_LT_EQ] = ACTIONS(1415), + [anon_sym_GT_GT_EQ] = ACTIONS(1415), + [anon_sym_AMP_EQ] = ACTIONS(1415), + [anon_sym_CARET_EQ] = ACTIONS(1415), + [anon_sym_PIPE_EQ] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1455), + [anon_sym_PLUS_PLUS] = ACTIONS(1455), + [anon_sym_sizeof] = ACTIONS(1457), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -56922,8 +59014,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(87), [anon_sym_asm] = ACTIONS(89), [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1405), - [anon_sym_DASH_GT] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DASH_GT] = ACTIONS(1415), [sym_number_literal] = ACTIONS(153), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), @@ -56941,48 +59033,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [383] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(1733), - [sym_attributed_statement] = STATE(1733), - [sym_labeled_statement] = STATE(1733), - [sym_expression_statement] = STATE(1733), - [sym_if_statement] = STATE(1733), - [sym_switch_statement] = STATE(1733), - [sym_case_statement] = STATE(1733), - [sym_while_statement] = STATE(1733), - [sym_do_statement] = STATE(1733), - [sym_for_statement] = STATE(1733), - [sym_return_statement] = STATE(1733), - [sym_break_statement] = STATE(1733), - [sym_continue_statement] = STATE(1733), - [sym_goto_statement] = STATE(1733), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [403] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(257), + [sym_attributed_statement] = STATE(257), + [sym_labeled_statement] = STATE(257), + [sym_expression_statement] = STATE(257), + [sym_if_statement] = STATE(257), + [sym_switch_statement] = STATE(257), + [sym_case_statement] = STATE(257), + [sym_while_statement] = STATE(257), + [sym_do_statement] = STATE(257), + [sym_for_statement] = STATE(257), + [sym_return_statement] = STATE(257), + [sym_break_statement] = STATE(257), + [sym_continue_statement] = STATE(257), + [sym_goto_statement] = STATE(257), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1459), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -56990,20 +59082,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1189), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1191), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1193), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -57033,47 +59125,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [384] = { - [sym_attribute_declaration] = STATE(384), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(384), + [404] = { + [sym_attribute_declaration] = STATE(404), + [sym_compound_statement] = STATE(105), + [sym_attributed_statement] = STATE(105), + [sym_labeled_statement] = STATE(105), + [sym_expression_statement] = STATE(105), + [sym_if_statement] = STATE(105), + [sym_switch_statement] = STATE(105), + [sym_case_statement] = STATE(105), + [sym_while_statement] = STATE(105), + [sym_do_statement] = STATE(105), + [sym_for_statement] = STATE(105), + [sym_return_statement] = STATE(105), + [sym_break_statement] = STATE(105), + [sym_continue_statement] = STATE(105), + [sym_goto_statement] = STATE(105), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(404), [sym_identifier] = ACTIONS(1463), [anon_sym_LPAREN2] = ACTIONS(1466), [anon_sym_BANG] = ACTIONS(1469), @@ -57125,47 +59217,47 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1550), [sym_comment] = ACTIONS(3), }, - [385] = { - [sym_attribute_declaration] = STATE(410), - [sym_compound_statement] = STATE(305), - [sym_attributed_statement] = STATE(305), - [sym_labeled_statement] = STATE(305), - [sym_expression_statement] = STATE(305), - [sym_if_statement] = STATE(305), - [sym_switch_statement] = STATE(305), - [sym_case_statement] = STATE(305), - [sym_while_statement] = STATE(305), - [sym_do_statement] = STATE(305), - [sym_for_statement] = STATE(305), - [sym_return_statement] = STATE(305), - [sym_break_statement] = STATE(305), - [sym_continue_statement] = STATE(305), - [sym_goto_statement] = STATE(305), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(410), + [405] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(1794), + [sym_attributed_statement] = STATE(1794), + [sym_labeled_statement] = STATE(1794), + [sym_expression_statement] = STATE(1794), + [sym_if_statement] = STATE(1794), + [sym_switch_statement] = STATE(1794), + [sym_case_statement] = STATE(1794), + [sym_while_statement] = STATE(1794), + [sym_do_statement] = STATE(1794), + [sym_for_statement] = STATE(1794), + [sym_return_statement] = STATE(1794), + [sym_break_statement] = STATE(1794), + [sym_continue_statement] = STATE(1794), + [sym_goto_statement] = STATE(1794), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), @@ -57174,200 +59266,16 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_if] = ACTIONS(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [386] = { - [sym_attribute_declaration] = STATE(428), - [sym_compound_statement] = STATE(237), - [sym_attributed_statement] = STATE(237), - [sym_labeled_statement] = STATE(237), - [sym_expression_statement] = STATE(237), - [sym_if_statement] = STATE(237), - [sym_switch_statement] = STATE(237), - [sym_case_statement] = STATE(237), - [sym_while_statement] = STATE(237), - [sym_do_statement] = STATE(237), - [sym_for_statement] = STATE(237), - [sym_return_statement] = STATE(237), - [sym_break_statement] = STATE(237), - [sym_continue_statement] = STATE(237), - [sym_goto_statement] = STATE(237), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(1555), - [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(523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [387] = { - [sym_attribute_declaration] = STATE(388), - [sym_compound_statement] = STATE(255), - [sym_attributed_statement] = STATE(266), - [sym_labeled_statement] = STATE(267), - [sym_expression_statement] = STATE(275), - [sym_if_statement] = STATE(276), - [sym_switch_statement] = STATE(283), - [sym_case_statement] = STATE(288), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(301), - [sym_for_statement] = STATE(306), - [sym_return_statement] = STATE(307), - [sym_break_statement] = STATE(308), - [sym_continue_statement] = STATE(309), - [sym_goto_statement] = STATE(311), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [sym_identifier] = ACTIONS(1557), - [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(1089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(57), + [anon_sym_if] = ACTIONS(1189), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(61), - [anon_sym_default] = ACTIONS(63), - [anon_sym_while] = ACTIONS(65), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(69), + [anon_sym_for] = ACTIONS(1193), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), @@ -57401,48 +59309,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [388] = { - [sym_attribute_declaration] = STATE(392), - [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(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(392), - [sym_identifier] = ACTIONS(1557), + [406] = { + [sym_attribute_declaration] = STATE(429), + [sym_compound_statement] = STATE(190), + [sym_attributed_statement] = STATE(190), + [sym_labeled_statement] = STATE(190), + [sym_expression_statement] = STATE(190), + [sym_if_statement] = STATE(190), + [sym_switch_statement] = STATE(190), + [sym_case_statement] = STATE(190), + [sym_while_statement] = STATE(190), + [sym_do_statement] = STATE(190), + [sym_for_statement] = STATE(190), + [sym_return_statement] = STATE(190), + [sym_break_statement] = STATE(190), + [sym_continue_statement] = STATE(190), + [sym_goto_statement] = STATE(190), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [sym_identifier] = ACTIONS(1559), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57450,20 +59358,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(1089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [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_SEMI] = ACTIONS(189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(197), + [anon_sym_if] = ACTIONS(199), + [anon_sym_switch] = ACTIONS(201), + [anon_sym_case] = ACTIONS(203), + [anon_sym_default] = ACTIONS(205), + [anon_sym_while] = ACTIONS(207), + [anon_sym_do] = ACTIONS(209), + [anon_sym_for] = ACTIONS(211), + [anon_sym_return] = ACTIONS(213), + [anon_sym_break] = ACTIONS(215), + [anon_sym_continue] = ACTIONS(217), + [anon_sym_goto] = ACTIONS(219), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -57493,48 +59401,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [389] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(1747), - [sym_attributed_statement] = STATE(1747), - [sym_labeled_statement] = STATE(1747), - [sym_expression_statement] = STATE(1747), - [sym_if_statement] = STATE(1747), - [sym_switch_statement] = STATE(1747), - [sym_case_statement] = STATE(1747), - [sym_while_statement] = STATE(1747), - [sym_do_statement] = STATE(1747), - [sym_for_statement] = STATE(1747), - [sym_return_statement] = STATE(1747), - [sym_break_statement] = STATE(1747), - [sym_continue_statement] = STATE(1747), - [sym_goto_statement] = STATE(1747), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [407] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(461), + [sym_attributed_statement] = STATE(461), + [sym_labeled_statement] = STATE(461), + [sym_expression_statement] = STATE(461), + [sym_if_statement] = STATE(461), + [sym_switch_statement] = STATE(461), + [sym_case_statement] = STATE(461), + [sym_while_statement] = STATE(461), + [sym_do_statement] = STATE(461), + [sym_for_statement] = STATE(461), + [sym_return_statement] = STATE(461), + [sym_break_statement] = STATE(461), + [sym_continue_statement] = STATE(461), + [sym_goto_statement] = STATE(461), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57542,13 +59450,13 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1189), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1193), @@ -57585,48 +59493,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [390] = { - [sym_attribute_declaration] = STATE(410), - [sym_compound_statement] = STATE(250), - [sym_attributed_statement] = STATE(251), - [sym_labeled_statement] = STATE(256), - [sym_expression_statement] = STATE(257), - [sym_if_statement] = STATE(258), - [sym_switch_statement] = STATE(260), - [sym_case_statement] = STATE(262), - [sym_while_statement] = STATE(263), - [sym_do_statement] = STATE(264), - [sym_for_statement] = STATE(265), - [sym_return_statement] = STATE(269), - [sym_break_statement] = STATE(271), - [sym_continue_statement] = STATE(284), - [sym_goto_statement] = STATE(285), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [sym_identifier] = ACTIONS(1553), + [408] = { + [sym_attribute_declaration] = STATE(418), + [sym_compound_statement] = STATE(123), + [sym_attributed_statement] = STATE(123), + [sym_labeled_statement] = STATE(123), + [sym_expression_statement] = STATE(123), + [sym_if_statement] = STATE(123), + [sym_switch_statement] = STATE(123), + [sym_case_statement] = STATE(123), + [sym_while_statement] = STATE(123), + [sym_do_statement] = STATE(123), + [sym_for_statement] = STATE(123), + [sym_return_statement] = STATE(123), + [sym_break_statement] = STATE(123), + [sym_continue_statement] = STATE(123), + [sym_goto_statement] = STATE(123), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [sym_identifier] = ACTIONS(1561), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57634,20 +59542,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_if] = ACTIONS(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_if] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(135), + [anon_sym_default] = ACTIONS(137), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(141), + [anon_sym_for] = ACTIONS(143), + [anon_sym_return] = ACTIONS(145), + [anon_sym_break] = ACTIONS(147), + [anon_sym_continue] = ACTIONS(149), + [anon_sym_goto] = ACTIONS(151), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -57677,48 +59585,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [391] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(1722), - [sym_attributed_statement] = STATE(1722), - [sym_labeled_statement] = STATE(1722), - [sym_expression_statement] = STATE(1722), - [sym_if_statement] = STATE(1722), - [sym_switch_statement] = STATE(1722), - [sym_case_statement] = STATE(1722), - [sym_while_statement] = STATE(1722), - [sym_do_statement] = STATE(1722), - [sym_for_statement] = STATE(1722), - [sym_return_statement] = STATE(1722), - [sym_break_statement] = STATE(1722), - [sym_continue_statement] = STATE(1722), - [sym_goto_statement] = STATE(1722), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [409] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(1786), + [sym_attributed_statement] = STATE(1786), + [sym_labeled_statement] = STATE(1786), + [sym_expression_statement] = STATE(1786), + [sym_if_statement] = STATE(1786), + [sym_switch_statement] = STATE(1786), + [sym_case_statement] = STATE(1786), + [sym_while_statement] = STATE(1786), + [sym_do_statement] = STATE(1786), + [sym_for_statement] = STATE(1786), + [sym_return_statement] = STATE(1786), + [sym_break_statement] = STATE(1786), + [sym_continue_statement] = STATE(1786), + [sym_goto_statement] = STATE(1786), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57726,13 +59634,13 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1189), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1193), @@ -57769,140 +59677,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [392] = { - [sym_attribute_declaration] = STATE(392), - [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(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(392), - [sym_identifier] = ACTIONS(1559), - [anon_sym_LPAREN2] = ACTIONS(1466), - [anon_sym_BANG] = ACTIONS(1469), - [anon_sym_TILDE] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_SEMI] = ACTIONS(1562), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1568), - [anon_sym_switch] = ACTIONS(1571), - [anon_sym_case] = ACTIONS(1574), - [anon_sym_default] = ACTIONS(1577), - [anon_sym_while] = ACTIONS(1580), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1586), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1592), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_goto] = ACTIONS(1598), - [anon_sym_DASH_DASH] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1526), - [anon_sym___alignof] = ACTIONS(1526), - [anon_sym__alignof] = ACTIONS(1526), - [anon_sym_alignof] = ACTIONS(1526), - [anon_sym__Alignof] = ACTIONS(1526), - [anon_sym_offsetof] = ACTIONS(1529), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1538), - [anon_sym_L_SQUOTE] = ACTIONS(1541), - [anon_sym_u_SQUOTE] = ACTIONS(1541), - [anon_sym_U_SQUOTE] = ACTIONS(1541), - [anon_sym_u8_SQUOTE] = ACTIONS(1541), - [anon_sym_SQUOTE] = ACTIONS(1541), - [anon_sym_L_DQUOTE] = ACTIONS(1544), - [anon_sym_u_DQUOTE] = ACTIONS(1544), - [anon_sym_U_DQUOTE] = ACTIONS(1544), - [anon_sym_u8_DQUOTE] = ACTIONS(1544), - [anon_sym_DQUOTE] = ACTIONS(1544), - [sym_true] = ACTIONS(1547), - [sym_false] = ACTIONS(1547), - [anon_sym_NULL] = ACTIONS(1550), - [anon_sym_nullptr] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - }, - [393] = { - [sym_attribute_declaration] = STATE(416), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(416), - [sym_identifier] = ACTIONS(1455), + [410] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(221), + [sym_attributed_statement] = STATE(221), + [sym_labeled_statement] = STATE(221), + [sym_expression_statement] = STATE(221), + [sym_if_statement] = STATE(221), + [sym_switch_statement] = STATE(221), + [sym_case_statement] = STATE(221), + [sym_while_statement] = STATE(221), + [sym_do_statement] = STATE(221), + [sym_for_statement] = STATE(221), + [sym_return_statement] = STATE(221), + [sym_break_statement] = STATE(221), + [sym_continue_statement] = STATE(221), + [sym_goto_statement] = STATE(221), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -57910,13 +59726,13 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1189), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1193), @@ -57953,48 +59769,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [394] = { - [sym_attribute_declaration] = STATE(418), - [sym_compound_statement] = STATE(103), - [sym_attributed_statement] = STATE(103), - [sym_labeled_statement] = STATE(103), - [sym_expression_statement] = STATE(103), - [sym_if_statement] = STATE(103), - [sym_switch_statement] = STATE(103), - [sym_case_statement] = STATE(103), - [sym_while_statement] = STATE(103), - [sym_do_statement] = STATE(103), - [sym_for_statement] = STATE(103), - [sym_return_statement] = STATE(103), - [sym_break_statement] = STATE(103), - [sym_continue_statement] = STATE(103), - [sym_goto_statement] = STATE(103), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [sym_identifier] = ACTIONS(1601), + [411] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(248), + [sym_attributed_statement] = STATE(250), + [sym_labeled_statement] = STATE(280), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(294), + [sym_switch_statement] = STATE(298), + [sym_case_statement] = STATE(302), + [sym_while_statement] = STATE(306), + [sym_do_statement] = STATE(307), + [sym_for_statement] = STATE(322), + [sym_return_statement] = STATE(284), + [sym_break_statement] = STATE(238), + [sym_continue_statement] = STATE(320), + [sym_goto_statement] = STATE(319), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58002,20 +59818,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(121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_if] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(135), - [anon_sym_default] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(141), - [anon_sym_for] = ACTIONS(143), - [anon_sym_return] = ACTIONS(145), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(149), - [anon_sym_goto] = ACTIONS(151), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1189), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1191), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1193), + [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), @@ -58045,48 +59861,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [395] = { - [sym_attribute_declaration] = STATE(418), - [sym_compound_statement] = STATE(101), - [sym_attributed_statement] = STATE(100), - [sym_labeled_statement] = STATE(99), - [sym_expression_statement] = STATE(98), - [sym_if_statement] = STATE(97), - [sym_switch_statement] = STATE(96), - [sym_case_statement] = STATE(95), - [sym_while_statement] = STATE(91), - [sym_do_statement] = STATE(93), - [sym_for_statement] = STATE(108), - [sym_return_statement] = STATE(115), - [sym_break_statement] = STATE(116), - [sym_continue_statement] = STATE(121), - [sym_goto_statement] = STATE(124), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [sym_identifier] = ACTIONS(1601), + [412] = { + [sym_attribute_declaration] = STATE(438), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(438), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58094,20 +59910,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(121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_if] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(135), - [anon_sym_default] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(141), - [anon_sym_for] = ACTIONS(143), - [anon_sym_return] = ACTIONS(145), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(149), - [anon_sym_goto] = ACTIONS(151), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1189), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1191), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1193), + [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), @@ -58137,48 +59953,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [396] = { - [sym_attribute_declaration] = STATE(403), - [sym_compound_statement] = STATE(183), - [sym_attributed_statement] = STATE(183), - [sym_labeled_statement] = STATE(183), - [sym_expression_statement] = STATE(183), - [sym_if_statement] = STATE(183), - [sym_switch_statement] = STATE(183), - [sym_case_statement] = STATE(183), - [sym_while_statement] = STATE(183), - [sym_do_statement] = STATE(183), - [sym_for_statement] = STATE(183), - [sym_return_statement] = STATE(183), - [sym_break_statement] = STATE(183), - [sym_continue_statement] = STATE(183), - [sym_goto_statement] = STATE(183), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [sym_identifier] = ACTIONS(1603), + [413] = { + [sym_attribute_declaration] = STATE(429), + [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(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [sym_identifier] = ACTIONS(1559), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58187,7 +60003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(197), [anon_sym_if] = ACTIONS(199), [anon_sym_switch] = ACTIONS(201), @@ -58229,48 +60045,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [397] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(1593), - [sym_attributed_statement] = STATE(1593), - [sym_labeled_statement] = STATE(1593), - [sym_expression_statement] = STATE(1593), - [sym_if_statement] = STATE(1593), - [sym_switch_statement] = STATE(1593), - [sym_case_statement] = STATE(1593), - [sym_while_statement] = STATE(1593), - [sym_do_statement] = STATE(1593), - [sym_for_statement] = STATE(1593), - [sym_return_statement] = STATE(1593), - [sym_break_statement] = STATE(1593), - [sym_continue_statement] = STATE(1593), - [sym_goto_statement] = STATE(1593), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [414] = { + [sym_attribute_declaration] = STATE(429), + [sym_compound_statement] = STATE(179), + [sym_attributed_statement] = STATE(181), + [sym_labeled_statement] = STATE(182), + [sym_expression_statement] = STATE(187), + [sym_if_statement] = STATE(172), + [sym_switch_statement] = STATE(189), + [sym_case_statement] = STATE(188), + [sym_while_statement] = STATE(186), + [sym_do_statement] = STATE(185), + [sym_for_statement] = STATE(184), + [sym_return_statement] = STATE(177), + [sym_break_statement] = STATE(176), + [sym_continue_statement] = STATE(174), + [sym_goto_statement] = STATE(153), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [sym_identifier] = ACTIONS(1559), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58278,20 +60094,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1189), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1191), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1193), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(197), + [anon_sym_if] = ACTIONS(199), + [anon_sym_switch] = ACTIONS(201), + [anon_sym_case] = ACTIONS(203), + [anon_sym_default] = ACTIONS(205), + [anon_sym_while] = ACTIONS(207), + [anon_sym_do] = ACTIONS(209), + [anon_sym_for] = ACTIONS(211), + [anon_sym_return] = ACTIONS(213), + [anon_sym_break] = ACTIONS(215), + [anon_sym_continue] = ACTIONS(217), + [anon_sym_goto] = ACTIONS(219), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -58321,48 +60137,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [398] = { - [sym_attribute_declaration] = STATE(398), - [sym_compound_statement] = STATE(171), - [sym_attributed_statement] = STATE(171), - [sym_labeled_statement] = STATE(171), - [sym_expression_statement] = STATE(171), - [sym_if_statement] = STATE(171), - [sym_switch_statement] = STATE(171), - [sym_case_statement] = STATE(171), - [sym_while_statement] = STATE(171), - [sym_do_statement] = STATE(171), - [sym_for_statement] = STATE(171), - [sym_return_statement] = STATE(171), - [sym_break_statement] = STATE(171), - [sym_continue_statement] = STATE(171), - [sym_goto_statement] = STATE(171), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(398), - [sym_identifier] = ACTIONS(1605), + [415] = { + [sym_attribute_declaration] = STATE(415), + [sym_compound_statement] = STATE(168), + [sym_attributed_statement] = STATE(168), + [sym_labeled_statement] = STATE(168), + [sym_expression_statement] = STATE(168), + [sym_if_statement] = STATE(168), + [sym_switch_statement] = STATE(168), + [sym_case_statement] = STATE(168), + [sym_while_statement] = STATE(168), + [sym_do_statement] = STATE(168), + [sym_for_statement] = STATE(168), + [sym_return_statement] = STATE(168), + [sym_break_statement] = STATE(168), + [sym_continue_statement] = STATE(168), + [sym_goto_statement] = STATE(168), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(415), + [sym_identifier] = ACTIONS(1563), [anon_sym_LPAREN2] = ACTIONS(1466), [anon_sym_BANG] = ACTIONS(1469), [anon_sym_TILDE] = ACTIONS(1469), @@ -58370,20 +60186,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1472), [anon_sym_STAR] = ACTIONS(1475), [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_SEMI] = ACTIONS(1608), + [anon_sym_SEMI] = ACTIONS(1566), [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1611), - [anon_sym_if] = ACTIONS(1614), - [anon_sym_switch] = ACTIONS(1617), - [anon_sym_case] = ACTIONS(1620), - [anon_sym_default] = ACTIONS(1623), - [anon_sym_while] = ACTIONS(1626), - [anon_sym_do] = ACTIONS(1629), - [anon_sym_for] = ACTIONS(1632), - [anon_sym_return] = ACTIONS(1635), - [anon_sym_break] = ACTIONS(1638), - [anon_sym_continue] = ACTIONS(1641), - [anon_sym_goto] = ACTIONS(1644), + [anon_sym_LBRACE] = ACTIONS(1569), + [anon_sym_if] = ACTIONS(1572), + [anon_sym_switch] = ACTIONS(1575), + [anon_sym_case] = ACTIONS(1578), + [anon_sym_default] = ACTIONS(1581), + [anon_sym_while] = ACTIONS(1584), + [anon_sym_do] = ACTIONS(1587), + [anon_sym_for] = ACTIONS(1590), + [anon_sym_return] = ACTIONS(1593), + [anon_sym_break] = ACTIONS(1596), + [anon_sym_continue] = ACTIONS(1599), + [anon_sym_goto] = ACTIONS(1602), [anon_sym_DASH_DASH] = ACTIONS(1520), [anon_sym_PLUS_PLUS] = ACTIONS(1520), [anon_sym_sizeof] = ACTIONS(1523), @@ -58413,48 +60229,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1550), [sym_comment] = ACTIONS(3), }, - [399] = { - [sym_attribute_declaration] = STATE(403), - [sym_compound_statement] = STATE(176), - [sym_attributed_statement] = STATE(150), - [sym_labeled_statement] = STATE(151), - [sym_expression_statement] = STATE(152), - [sym_if_statement] = STATE(153), - [sym_switch_statement] = STATE(154), - [sym_case_statement] = STATE(155), - [sym_while_statement] = STATE(157), - [sym_do_statement] = STATE(158), - [sym_for_statement] = STATE(160), - [sym_return_statement] = STATE(161), + [416] = { + [sym_attribute_declaration] = STATE(429), + [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(163), - [sym_goto_statement] = STATE(164), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [sym_identifier] = ACTIONS(1603), + [sym_continue_statement] = STATE(162), + [sym_goto_statement] = STATE(162), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [sym_identifier] = ACTIONS(1559), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58463,7 +60279,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(197), [anon_sym_if] = ACTIONS(199), [anon_sym_switch] = ACTIONS(201), @@ -58505,140 +60321,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [400] = { - [sym_attribute_declaration] = STATE(388), - [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(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [sym_identifier] = ACTIONS(1557), - [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(1089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [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), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [401] = { - [sym_attribute_declaration] = STATE(388), - [sym_compound_statement] = STATE(240), - [sym_attributed_statement] = STATE(240), - [sym_labeled_statement] = STATE(240), - [sym_expression_statement] = STATE(240), - [sym_if_statement] = STATE(240), - [sym_switch_statement] = STATE(240), - [sym_case_statement] = STATE(240), - [sym_while_statement] = STATE(240), - [sym_do_statement] = STATE(240), - [sym_for_statement] = STATE(240), - [sym_return_statement] = STATE(240), - [sym_break_statement] = STATE(240), - [sym_continue_statement] = STATE(240), - [sym_goto_statement] = STATE(240), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [sym_identifier] = ACTIONS(1557), + [417] = { + [sym_attribute_declaration] = STATE(437), + [sym_compound_statement] = STATE(233), + [sym_attributed_statement] = STATE(232), + [sym_labeled_statement] = STATE(230), + [sym_expression_statement] = STATE(229), + [sym_if_statement] = STATE(228), + [sym_switch_statement] = STATE(222), + [sym_case_statement] = STATE(259), + [sym_while_statement] = STATE(261), + [sym_do_statement] = STATE(262), + [sym_for_statement] = STATE(263), + [sym_return_statement] = STATE(264), + [sym_break_statement] = STATE(269), + [sym_continue_statement] = STATE(275), + [sym_goto_statement] = STATE(277), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [sym_identifier] = ACTIONS(1605), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58646,20 +60370,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(1089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [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_SEMI] = ACTIONS(589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -58689,48 +60413,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [402] = { - [sym_attribute_declaration] = STATE(410), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [sym_identifier] = ACTIONS(1553), + [418] = { + [sym_attribute_declaration] = STATE(404), + [sym_compound_statement] = STATE(105), + [sym_attributed_statement] = STATE(105), + [sym_labeled_statement] = STATE(105), + [sym_expression_statement] = STATE(105), + [sym_if_statement] = STATE(105), + [sym_switch_statement] = STATE(105), + [sym_case_statement] = STATE(105), + [sym_while_statement] = STATE(105), + [sym_do_statement] = STATE(105), + [sym_for_statement] = STATE(105), + [sym_return_statement] = STATE(105), + [sym_break_statement] = STATE(105), + [sym_continue_statement] = STATE(105), + [sym_goto_statement] = STATE(105), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(404), + [sym_identifier] = ACTIONS(1561), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58738,20 +60462,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_if] = ACTIONS(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_if] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(135), + [anon_sym_default] = ACTIONS(137), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(141), + [anon_sym_for] = ACTIONS(143), + [anon_sym_return] = ACTIONS(145), + [anon_sym_break] = ACTIONS(147), + [anon_sym_continue] = ACTIONS(149), + [anon_sym_goto] = ACTIONS(151), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -58781,48 +60505,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [403] = { - [sym_attribute_declaration] = STATE(398), - [sym_compound_statement] = STATE(171), - [sym_attributed_statement] = STATE(171), - [sym_labeled_statement] = STATE(171), - [sym_expression_statement] = STATE(171), - [sym_if_statement] = STATE(171), - [sym_switch_statement] = STATE(171), - [sym_case_statement] = STATE(171), - [sym_while_statement] = STATE(171), - [sym_do_statement] = STATE(171), - [sym_for_statement] = STATE(171), - [sym_return_statement] = STATE(171), - [sym_break_statement] = STATE(171), - [sym_continue_statement] = STATE(171), - [sym_goto_statement] = STATE(171), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(398), - [sym_identifier] = ACTIONS(1603), + [419] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(237), + [sym_attributed_statement] = STATE(237), + [sym_labeled_statement] = STATE(237), + [sym_expression_statement] = STATE(237), + [sym_if_statement] = STATE(237), + [sym_switch_statement] = STATE(237), + [sym_case_statement] = STATE(237), + [sym_while_statement] = STATE(237), + [sym_do_statement] = STATE(237), + [sym_for_statement] = STATE(237), + [sym_return_statement] = STATE(237), + [sym_break_statement] = STATE(237), + [sym_continue_statement] = STATE(237), + [sym_goto_statement] = STATE(237), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58830,20 +60554,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(189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(197), - [anon_sym_if] = ACTIONS(199), - [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(203), - [anon_sym_default] = ACTIONS(205), - [anon_sym_while] = ACTIONS(207), - [anon_sym_do] = ACTIONS(209), - [anon_sym_for] = ACTIONS(211), - [anon_sym_return] = ACTIONS(213), - [anon_sym_break] = ACTIONS(215), - [anon_sym_continue] = ACTIONS(217), - [anon_sym_goto] = ACTIONS(219), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1189), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1191), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1193), + [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), @@ -58873,48 +60597,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [404] = { - [sym_attribute_declaration] = STATE(403), - [sym_compound_statement] = STATE(149), - [sym_attributed_statement] = STATE(149), - [sym_labeled_statement] = STATE(149), - [sym_expression_statement] = STATE(149), - [sym_if_statement] = STATE(149), - [sym_switch_statement] = STATE(149), - [sym_case_statement] = STATE(149), - [sym_while_statement] = STATE(149), - [sym_do_statement] = STATE(149), - [sym_for_statement] = STATE(149), - [sym_return_statement] = STATE(149), - [sym_break_statement] = STATE(149), - [sym_continue_statement] = STATE(149), - [sym_goto_statement] = STATE(149), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [sym_identifier] = ACTIONS(1603), + [420] = { + [sym_attribute_declaration] = STATE(437), + [sym_compound_statement] = STATE(210), + [sym_attributed_statement] = STATE(210), + [sym_labeled_statement] = STATE(210), + [sym_expression_statement] = STATE(210), + [sym_if_statement] = STATE(210), + [sym_switch_statement] = STATE(210), + [sym_case_statement] = STATE(210), + [sym_while_statement] = STATE(210), + [sym_do_statement] = STATE(210), + [sym_for_statement] = STATE(210), + [sym_return_statement] = STATE(210), + [sym_break_statement] = STATE(210), + [sym_continue_statement] = STATE(210), + [sym_goto_statement] = STATE(210), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [sym_identifier] = ACTIONS(1605), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -58922,20 +60646,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(189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(197), - [anon_sym_if] = ACTIONS(199), - [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(203), - [anon_sym_default] = ACTIONS(205), - [anon_sym_while] = ACTIONS(207), - [anon_sym_do] = ACTIONS(209), - [anon_sym_for] = ACTIONS(211), - [anon_sym_return] = ACTIONS(213), - [anon_sym_break] = ACTIONS(215), - [anon_sym_continue] = ACTIONS(217), - [anon_sym_goto] = ACTIONS(219), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -58965,48 +60689,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [405] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(255), - [sym_attributed_statement] = STATE(266), - [sym_labeled_statement] = STATE(267), - [sym_expression_statement] = STATE(275), - [sym_if_statement] = STATE(276), - [sym_switch_statement] = STATE(283), - [sym_case_statement] = STATE(288), - [sym_while_statement] = STATE(299), - [sym_do_statement] = STATE(301), - [sym_for_statement] = STATE(306), - [sym_return_statement] = STATE(307), + [421] = { + [sym_attribute_declaration] = STATE(437), + [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(309), - [sym_goto_statement] = STATE(311), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [sym_continue_statement] = STATE(308), + [sym_goto_statement] = STATE(308), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [sym_identifier] = ACTIONS(1605), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59014,20 +60738,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1189), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1191), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1193), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59057,48 +60781,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [406] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(442), - [sym_attributed_statement] = STATE(442), - [sym_labeled_statement] = STATE(442), - [sym_expression_statement] = STATE(442), - [sym_if_statement] = STATE(442), - [sym_switch_statement] = STATE(442), - [sym_case_statement] = STATE(442), - [sym_while_statement] = STATE(442), - [sym_do_statement] = STATE(442), - [sym_for_statement] = STATE(442), - [sym_return_statement] = STATE(442), - [sym_break_statement] = STATE(442), - [sym_continue_statement] = STATE(442), - [sym_goto_statement] = STATE(442), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [422] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(1774), + [sym_attributed_statement] = STATE(1774), + [sym_labeled_statement] = STATE(1774), + [sym_expression_statement] = STATE(1774), + [sym_if_statement] = STATE(1774), + [sym_switch_statement] = STATE(1774), + [sym_case_statement] = STATE(1774), + [sym_while_statement] = STATE(1774), + [sym_do_statement] = STATE(1774), + [sym_for_statement] = STATE(1774), + [sym_return_statement] = STATE(1774), + [sym_break_statement] = STATE(1774), + [sym_continue_statement] = STATE(1774), + [sym_goto_statement] = STATE(1774), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59106,13 +60830,13 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1189), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1193), @@ -59149,48 +60873,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [407] = { - [sym_attribute_declaration] = STATE(393), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [423] = { + [sym_attribute_declaration] = STATE(437), + [sym_compound_statement] = STATE(312), + [sym_attributed_statement] = STATE(312), + [sym_labeled_statement] = STATE(312), + [sym_expression_statement] = STATE(312), + [sym_if_statement] = STATE(312), + [sym_switch_statement] = STATE(312), + [sym_case_statement] = STATE(312), + [sym_while_statement] = STATE(312), + [sym_do_statement] = STATE(312), + [sym_for_statement] = STATE(312), + [sym_return_statement] = STATE(312), + [sym_break_statement] = STATE(312), + [sym_continue_statement] = STATE(312), + [sym_goto_statement] = STATE(312), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [sym_identifier] = ACTIONS(1605), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59198,20 +60922,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1189), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1191), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1193), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59241,8 +60965,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [408] = { - [sym_attribute_declaration] = STATE(393), + [424] = { + [sym_attribute_declaration] = STATE(424), [sym_compound_statement] = STATE(295), [sym_attributed_statement] = STATE(295), [sym_labeled_statement] = STATE(295), @@ -59257,32 +60981,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_break_statement] = STATE(295), [sym_continue_statement] = STATE(295), [sym_goto_statement] = STATE(295), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [sym__expression] = STATE(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(424), + [sym_identifier] = ACTIONS(1607), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_AMP] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1610), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym_LBRACE] = ACTIONS(1613), + [anon_sym_if] = ACTIONS(1616), + [anon_sym_switch] = ACTIONS(1619), + [anon_sym_case] = ACTIONS(1622), + [anon_sym_default] = ACTIONS(1625), + [anon_sym_while] = ACTIONS(1628), + [anon_sym_do] = ACTIONS(1631), + [anon_sym_for] = ACTIONS(1634), + [anon_sym_return] = ACTIONS(1637), + [anon_sym_break] = ACTIONS(1640), + [anon_sym_continue] = ACTIONS(1643), + [anon_sym_goto] = ACTIONS(1646), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1523), + [anon_sym___alignof__] = ACTIONS(1526), + [anon_sym___alignof] = ACTIONS(1526), + [anon_sym__alignof] = ACTIONS(1526), + [anon_sym_alignof] = ACTIONS(1526), + [anon_sym__Alignof] = ACTIONS(1526), + [anon_sym_offsetof] = ACTIONS(1529), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1535), + [anon_sym___asm__] = ACTIONS(1535), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1541), + [anon_sym_u_SQUOTE] = ACTIONS(1541), + [anon_sym_U_SQUOTE] = ACTIONS(1541), + [anon_sym_u8_SQUOTE] = ACTIONS(1541), + [anon_sym_SQUOTE] = ACTIONS(1541), + [anon_sym_L_DQUOTE] = ACTIONS(1544), + [anon_sym_u_DQUOTE] = ACTIONS(1544), + [anon_sym_U_DQUOTE] = ACTIONS(1544), + [anon_sym_u8_DQUOTE] = ACTIONS(1544), + [anon_sym_DQUOTE] = ACTIONS(1544), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [anon_sym_NULL] = ACTIONS(1550), + [anon_sym_nullptr] = ACTIONS(1550), + [sym_comment] = ACTIONS(3), + }, + [425] = { + [sym_attribute_declaration] = STATE(437), + [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(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(437), + [sym_identifier] = ACTIONS(1605), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59290,20 +61106,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1189), - [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1191), - [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1193), - [anon_sym_return] = ACTIONS(71), - [anon_sym_break] = ACTIONS(73), - [anon_sym_continue] = ACTIONS(75), - [anon_sym_goto] = ACTIONS(77), + [anon_sym_SEMI] = ACTIONS(589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59333,48 +61149,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [409] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(1740), - [sym_attributed_statement] = STATE(1740), - [sym_labeled_statement] = STATE(1740), - [sym_expression_statement] = STATE(1740), - [sym_if_statement] = STATE(1740), - [sym_switch_statement] = STATE(1740), - [sym_case_statement] = STATE(1740), - [sym_while_statement] = STATE(1740), - [sym_do_statement] = STATE(1740), - [sym_for_statement] = STATE(1740), - [sym_return_statement] = STATE(1740), - [sym_break_statement] = STATE(1740), - [sym_continue_statement] = STATE(1740), - [sym_goto_statement] = STATE(1740), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [426] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(293), + [sym_attributed_statement] = STATE(293), + [sym_labeled_statement] = STATE(293), + [sym_expression_statement] = STATE(293), + [sym_if_statement] = STATE(293), + [sym_switch_statement] = STATE(293), + [sym_case_statement] = STATE(293), + [sym_while_statement] = STATE(293), + [sym_do_statement] = STATE(293), + [sym_for_statement] = STATE(293), + [sym_return_statement] = STATE(293), + [sym_break_statement] = STATE(293), + [sym_continue_statement] = STATE(293), + [sym_goto_statement] = STATE(293), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1649), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59382,16 +61198,16 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), - [anon_sym_if] = ACTIONS(1189), + [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), - [anon_sym_while] = ACTIONS(1191), + [anon_sym_case] = ACTIONS(61), + [anon_sym_default] = ACTIONS(63), + [anon_sym_while] = ACTIONS(65), [anon_sym_do] = ACTIONS(67), - [anon_sym_for] = ACTIONS(1193), + [anon_sym_for] = ACTIONS(69), [anon_sym_return] = ACTIONS(71), [anon_sym_break] = ACTIONS(73), [anon_sym_continue] = ACTIONS(75), @@ -59425,48 +61241,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [410] = { - [sym_attribute_declaration] = STATE(420), - [sym_compound_statement] = STATE(222), - [sym_attributed_statement] = STATE(222), - [sym_labeled_statement] = STATE(222), - [sym_expression_statement] = STATE(222), - [sym_if_statement] = STATE(222), - [sym_switch_statement] = STATE(222), - [sym_case_statement] = STATE(222), - [sym_while_statement] = STATE(222), - [sym_do_statement] = STATE(222), - [sym_for_statement] = STATE(222), - [sym_return_statement] = STATE(222), - [sym_break_statement] = STATE(222), - [sym_continue_statement] = STATE(222), - [sym_goto_statement] = STATE(222), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(420), - [sym_identifier] = ACTIONS(1553), + [427] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(207), + [sym_attributed_statement] = STATE(207), + [sym_labeled_statement] = STATE(207), + [sym_expression_statement] = STATE(207), + [sym_if_statement] = STATE(207), + [sym_switch_statement] = STATE(207), + [sym_case_statement] = STATE(207), + [sym_while_statement] = STATE(207), + [sym_do_statement] = STATE(207), + [sym_for_statement] = STATE(207), + [sym_return_statement] = STATE(207), + [sym_break_statement] = STATE(207), + [sym_continue_statement] = STATE(207), + [sym_goto_statement] = STATE(207), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1459), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59474,20 +61290,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_if] = ACTIONS(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59517,48 +61333,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [411] = { - [sym_attribute_declaration] = STATE(386), - [sym_compound_statement] = STATE(190), - [sym_attributed_statement] = STATE(190), - [sym_labeled_statement] = STATE(190), - [sym_expression_statement] = STATE(190), - [sym_if_statement] = STATE(190), - [sym_switch_statement] = STATE(190), - [sym_case_statement] = STATE(190), - [sym_while_statement] = STATE(190), - [sym_do_statement] = STATE(190), - [sym_for_statement] = STATE(190), - [sym_return_statement] = STATE(190), - [sym_break_statement] = STATE(190), - [sym_continue_statement] = STATE(190), - [sym_goto_statement] = STATE(190), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [sym_identifier] = ACTIONS(1555), + [428] = { + [sym_attribute_declaration] = STATE(430), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1459), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59566,20 +61382,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(523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59609,48 +61425,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [412] = { - [sym_attribute_declaration] = STATE(388), - [sym_compound_statement] = STATE(207), - [sym_attributed_statement] = STATE(207), - [sym_labeled_statement] = STATE(207), - [sym_expression_statement] = STATE(207), - [sym_if_statement] = STATE(207), - [sym_switch_statement] = STATE(207), - [sym_case_statement] = STATE(207), - [sym_while_statement] = STATE(207), - [sym_do_statement] = STATE(207), - [sym_for_statement] = STATE(207), - [sym_return_statement] = STATE(207), - [sym_break_statement] = STATE(207), - [sym_continue_statement] = STATE(207), - [sym_goto_statement] = STATE(207), - [sym__expression] = STATE(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [sym_identifier] = ACTIONS(1557), + [429] = { + [sym_attribute_declaration] = STATE(415), + [sym_compound_statement] = STATE(168), + [sym_attributed_statement] = STATE(168), + [sym_labeled_statement] = STATE(168), + [sym_expression_statement] = STATE(168), + [sym_if_statement] = STATE(168), + [sym_switch_statement] = STATE(168), + [sym_case_statement] = STATE(168), + [sym_while_statement] = STATE(168), + [sym_do_statement] = STATE(168), + [sym_for_statement] = STATE(168), + [sym_return_statement] = STATE(168), + [sym_break_statement] = STATE(168), + [sym_continue_statement] = STATE(168), + [sym_goto_statement] = STATE(168), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(415), + [sym_identifier] = ACTIONS(1559), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59658,20 +61474,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(1089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [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_SEMI] = ACTIONS(189), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(197), + [anon_sym_if] = ACTIONS(199), + [anon_sym_switch] = ACTIONS(201), + [anon_sym_case] = ACTIONS(203), + [anon_sym_default] = ACTIONS(205), + [anon_sym_while] = ACTIONS(207), + [anon_sym_do] = ACTIONS(209), + [anon_sym_for] = ACTIONS(211), + [anon_sym_return] = ACTIONS(213), + [anon_sym_break] = ACTIONS(215), + [anon_sym_continue] = ACTIONS(217), + [anon_sym_goto] = ACTIONS(219), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59701,48 +61517,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [413] = { - [sym_attribute_declaration] = STATE(386), - [sym_compound_statement] = STATE(244), - [sym_attributed_statement] = STATE(244), - [sym_labeled_statement] = STATE(244), - [sym_expression_statement] = STATE(244), - [sym_if_statement] = STATE(244), - [sym_switch_statement] = STATE(244), - [sym_case_statement] = STATE(244), - [sym_while_statement] = STATE(244), - [sym_do_statement] = STATE(244), - [sym_for_statement] = STATE(244), - [sym_return_statement] = STATE(244), - [sym_break_statement] = STATE(244), - [sym_continue_statement] = STATE(244), - [sym_goto_statement] = STATE(244), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [sym_identifier] = ACTIONS(1555), + [430] = { + [sym_attribute_declaration] = STATE(433), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(1459), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59750,20 +61566,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(523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59793,48 +61609,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [414] = { - [sym_attribute_declaration] = STATE(386), - [sym_compound_statement] = STATE(281), - [sym_attributed_statement] = STATE(282), - [sym_labeled_statement] = STATE(286), - [sym_expression_statement] = STATE(287), - [sym_if_statement] = STATE(290), - [sym_switch_statement] = STATE(291), - [sym_case_statement] = STATE(292), + [431] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(293), + [sym_attributed_statement] = STATE(293), + [sym_labeled_statement] = STATE(293), + [sym_expression_statement] = STATE(293), + [sym_if_statement] = STATE(293), + [sym_switch_statement] = STATE(293), + [sym_case_statement] = STATE(293), [sym_while_statement] = STATE(293), - [sym_do_statement] = STATE(294), - [sym_for_statement] = STATE(296), - [sym_return_statement] = STATE(297), - [sym_break_statement] = STATE(298), - [sym_continue_statement] = STATE(300), - [sym_goto_statement] = STATE(302), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [sym_identifier] = ACTIONS(1555), + [sym_do_statement] = STATE(293), + [sym_for_statement] = STATE(293), + [sym_return_statement] = STATE(293), + [sym_break_statement] = STATE(293), + [sym_continue_statement] = STATE(293), + [sym_goto_statement] = STATE(293), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59842,20 +61658,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(523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1189), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1191), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1193), + [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), @@ -59885,48 +61701,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [415] = { - [sym_attribute_declaration] = STATE(386), - [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(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [sym_identifier] = ACTIONS(1555), + [432] = { + [sym_attribute_declaration] = STATE(418), + [sym_compound_statement] = STATE(91), + [sym_attributed_statement] = STATE(118), + [sym_labeled_statement] = STATE(117), + [sym_expression_statement] = STATE(116), + [sym_if_statement] = STATE(111), + [sym_switch_statement] = STATE(103), + [sym_case_statement] = STATE(102), + [sym_while_statement] = STATE(108), + [sym_do_statement] = STATE(93), + [sym_for_statement] = STATE(94), + [sym_return_statement] = STATE(95), + [sym_break_statement] = STATE(99), + [sym_continue_statement] = STATE(101), + [sym_goto_statement] = STATE(104), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [sym_identifier] = ACTIONS(1561), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -59934,20 +61750,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(523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_if] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(135), + [anon_sym_default] = ACTIONS(137), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(141), + [anon_sym_for] = ACTIONS(143), + [anon_sym_return] = ACTIONS(145), + [anon_sym_break] = ACTIONS(147), + [anon_sym_continue] = ACTIONS(149), + [anon_sym_goto] = ACTIONS(151), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -59977,48 +61793,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [416] = { - [sym_attribute_declaration] = STATE(416), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(416), - [sym_identifier] = ACTIONS(1647), + [433] = { + [sym_attribute_declaration] = STATE(433), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(433), + [sym_identifier] = ACTIONS(1651), [anon_sym_LPAREN2] = ACTIONS(1466), [anon_sym_BANG] = ACTIONS(1469), [anon_sym_TILDE] = ACTIONS(1469), @@ -60026,20 +61842,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PLUS] = ACTIONS(1472), [anon_sym_STAR] = ACTIONS(1475), [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_SEMI] = ACTIONS(1650), + [anon_sym_SEMI] = ACTIONS(1654), [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1565), - [anon_sym_if] = ACTIONS(1653), - [anon_sym_switch] = ACTIONS(1571), - [anon_sym_case] = ACTIONS(1656), - [anon_sym_default] = ACTIONS(1659), - [anon_sym_while] = ACTIONS(1662), - [anon_sym_do] = ACTIONS(1583), - [anon_sym_for] = ACTIONS(1665), - [anon_sym_return] = ACTIONS(1589), - [anon_sym_break] = ACTIONS(1592), - [anon_sym_continue] = ACTIONS(1595), - [anon_sym_goto] = ACTIONS(1598), + [anon_sym_LBRACE] = ACTIONS(1657), + [anon_sym_if] = ACTIONS(1660), + [anon_sym_switch] = ACTIONS(1663), + [anon_sym_case] = ACTIONS(1666), + [anon_sym_default] = ACTIONS(1669), + [anon_sym_while] = ACTIONS(1672), + [anon_sym_do] = ACTIONS(1675), + [anon_sym_for] = ACTIONS(1678), + [anon_sym_return] = ACTIONS(1681), + [anon_sym_break] = ACTIONS(1684), + [anon_sym_continue] = ACTIONS(1687), + [anon_sym_goto] = ACTIONS(1690), [anon_sym_DASH_DASH] = ACTIONS(1520), [anon_sym_PLUS_PLUS] = ACTIONS(1520), [anon_sym_sizeof] = ACTIONS(1523), @@ -60069,48 +61885,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1550), [sym_comment] = ACTIONS(3), }, - [417] = { - [sym_attribute_declaration] = STATE(410), - [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(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [sym_identifier] = ACTIONS(1553), + [434] = { + [sym_attribute_declaration] = STATE(418), + [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(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [sym_identifier] = ACTIONS(1561), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60118,20 +61934,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_if] = ACTIONS(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(121), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_if] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(135), + [anon_sym_default] = ACTIONS(137), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(141), + [anon_sym_for] = ACTIONS(143), + [anon_sym_return] = ACTIONS(145), + [anon_sym_break] = ACTIONS(147), + [anon_sym_continue] = ACTIONS(149), + [anon_sym_goto] = ACTIONS(151), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -60161,48 +61977,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [418] = { - [sym_attribute_declaration] = STATE(384), - [sym_compound_statement] = STATE(119), - [sym_attributed_statement] = STATE(119), - [sym_labeled_statement] = STATE(119), - [sym_expression_statement] = STATE(119), - [sym_if_statement] = STATE(119), - [sym_switch_statement] = STATE(119), - [sym_case_statement] = STATE(119), - [sym_while_statement] = STATE(119), - [sym_do_statement] = STATE(119), - [sym_for_statement] = STATE(119), - [sym_return_statement] = STATE(119), - [sym_break_statement] = STATE(119), - [sym_continue_statement] = STATE(119), - [sym_goto_statement] = STATE(119), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(384), - [sym_identifier] = ACTIONS(1601), + [435] = { + [sym_attribute_declaration] = STATE(418), + [sym_compound_statement] = STATE(106), + [sym_attributed_statement] = STATE(106), + [sym_labeled_statement] = STATE(106), + [sym_expression_statement] = STATE(106), + [sym_if_statement] = STATE(106), + [sym_switch_statement] = STATE(106), + [sym_case_statement] = STATE(106), + [sym_while_statement] = STATE(106), + [sym_do_statement] = STATE(106), + [sym_for_statement] = STATE(106), + [sym_return_statement] = STATE(106), + [sym_break_statement] = STATE(106), + [sym_continue_statement] = STATE(106), + [sym_goto_statement] = STATE(106), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [sym_identifier] = ACTIONS(1561), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60211,7 +62027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(129), [anon_sym_if] = ACTIONS(131), [anon_sym_switch] = ACTIONS(133), @@ -60253,48 +62069,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [419] = { - [sym_attribute_declaration] = STATE(403), - [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(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [sym_identifier] = ACTIONS(1603), + [436] = { + [sym_attribute_declaration] = STATE(418), + [sym_compound_statement] = STATE(114), + [sym_attributed_statement] = STATE(114), + [sym_labeled_statement] = STATE(114), + [sym_expression_statement] = STATE(114), + [sym_if_statement] = STATE(114), + [sym_switch_statement] = STATE(114), + [sym_case_statement] = STATE(114), + [sym_while_statement] = STATE(114), + [sym_do_statement] = STATE(114), + [sym_for_statement] = STATE(114), + [sym_return_statement] = STATE(114), + [sym_break_statement] = STATE(114), + [sym_continue_statement] = STATE(114), + [sym_goto_statement] = STATE(114), + [sym__expression] = STATE(1012), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1593), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(418), + [sym_identifier] = ACTIONS(1561), + [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(121), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(129), + [anon_sym_if] = ACTIONS(131), + [anon_sym_switch] = ACTIONS(133), + [anon_sym_case] = ACTIONS(135), + [anon_sym_default] = ACTIONS(137), + [anon_sym_while] = ACTIONS(139), + [anon_sym_do] = ACTIONS(141), + [anon_sym_for] = ACTIONS(143), + [anon_sym_return] = ACTIONS(145), + [anon_sym_break] = ACTIONS(147), + [anon_sym_continue] = ACTIONS(149), + [anon_sym_goto] = ACTIONS(151), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [437] = { + [sym_attribute_declaration] = STATE(424), + [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(979), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1582), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(424), + [sym_identifier] = ACTIONS(1605), + [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(589), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(597), + [anon_sym_if] = ACTIONS(599), + [anon_sym_switch] = ACTIONS(601), + [anon_sym_case] = ACTIONS(603), + [anon_sym_default] = ACTIONS(605), + [anon_sym_while] = ACTIONS(607), + [anon_sym_do] = ACTIONS(609), + [anon_sym_for] = ACTIONS(611), + [anon_sym_return] = ACTIONS(613), + [anon_sym_break] = ACTIONS(615), + [anon_sym_continue] = ACTIONS(617), + [anon_sym_goto] = ACTIONS(619), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [438] = { + [sym_attribute_declaration] = STATE(438), + [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(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(438), + [sym_identifier] = ACTIONS(1693), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_AMP] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1654), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_if] = ACTIONS(1699), + [anon_sym_switch] = ACTIONS(1702), + [anon_sym_case] = ACTIONS(1705), + [anon_sym_default] = ACTIONS(1708), + [anon_sym_while] = ACTIONS(1711), + [anon_sym_do] = ACTIONS(1714), + [anon_sym_for] = ACTIONS(1717), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_continue] = ACTIONS(1726), + [anon_sym_goto] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1523), + [anon_sym___alignof__] = ACTIONS(1526), + [anon_sym___alignof] = ACTIONS(1526), + [anon_sym__alignof] = ACTIONS(1526), + [anon_sym_alignof] = ACTIONS(1526), + [anon_sym__Alignof] = ACTIONS(1526), + [anon_sym_offsetof] = ACTIONS(1529), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1535), + [anon_sym___asm__] = ACTIONS(1535), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1541), + [anon_sym_u_SQUOTE] = ACTIONS(1541), + [anon_sym_U_SQUOTE] = ACTIONS(1541), + [anon_sym_u8_SQUOTE] = ACTIONS(1541), + [anon_sym_SQUOTE] = ACTIONS(1541), + [anon_sym_L_DQUOTE] = ACTIONS(1544), + [anon_sym_u_DQUOTE] = ACTIONS(1544), + [anon_sym_U_DQUOTE] = ACTIONS(1544), + [anon_sym_u8_DQUOTE] = ACTIONS(1544), + [anon_sym_DQUOTE] = ACTIONS(1544), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [anon_sym_NULL] = ACTIONS(1550), + [anon_sym_nullptr] = ACTIONS(1550), + [sym_comment] = ACTIONS(3), + }, + [439] = { + [sym_attribute_declaration] = STATE(429), + [sym_compound_statement] = STATE(175), + [sym_attributed_statement] = STATE(175), + [sym_labeled_statement] = STATE(175), + [sym_expression_statement] = STATE(175), + [sym_if_statement] = STATE(175), + [sym_switch_statement] = STATE(175), + [sym_case_statement] = STATE(175), + [sym_while_statement] = STATE(175), + [sym_do_statement] = STATE(175), + [sym_for_statement] = STATE(175), + [sym_return_statement] = STATE(175), + [sym_break_statement] = STATE(175), + [sym_continue_statement] = STATE(175), + [sym_goto_statement] = STATE(175), + [sym__expression] = STATE(986), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1811), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(429), + [sym_identifier] = ACTIONS(1559), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60303,7 +62395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym_SEMI] = ACTIONS(189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(197), [anon_sym_if] = ACTIONS(199), [anon_sym_switch] = ACTIONS(201), @@ -60345,140 +62437,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [420] = { - [sym_attribute_declaration] = STATE(420), - [sym_compound_statement] = STATE(222), - [sym_attributed_statement] = STATE(222), - [sym_labeled_statement] = STATE(222), - [sym_expression_statement] = STATE(222), - [sym_if_statement] = STATE(222), - [sym_switch_statement] = STATE(222), - [sym_case_statement] = STATE(222), - [sym_while_statement] = STATE(222), - [sym_do_statement] = STATE(222), - [sym_for_statement] = STATE(222), - [sym_return_statement] = STATE(222), - [sym_break_statement] = STATE(222), - [sym_continue_statement] = STATE(222), - [sym_goto_statement] = STATE(222), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(420), - [sym_identifier] = ACTIONS(1668), - [anon_sym_LPAREN2] = ACTIONS(1466), - [anon_sym_BANG] = ACTIONS(1469), - [anon_sym_TILDE] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_SEMI] = ACTIONS(1650), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1671), - [anon_sym_if] = ACTIONS(1674), - [anon_sym_switch] = ACTIONS(1677), - [anon_sym_case] = ACTIONS(1680), - [anon_sym_default] = ACTIONS(1683), - [anon_sym_while] = ACTIONS(1686), - [anon_sym_do] = ACTIONS(1689), - [anon_sym_for] = ACTIONS(1692), - [anon_sym_return] = ACTIONS(1695), - [anon_sym_break] = ACTIONS(1698), - [anon_sym_continue] = ACTIONS(1701), - [anon_sym_goto] = ACTIONS(1704), - [anon_sym_DASH_DASH] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1526), - [anon_sym___alignof] = ACTIONS(1526), - [anon_sym__alignof] = ACTIONS(1526), - [anon_sym_alignof] = ACTIONS(1526), - [anon_sym__Alignof] = ACTIONS(1526), - [anon_sym_offsetof] = ACTIONS(1529), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1538), - [anon_sym_L_SQUOTE] = ACTIONS(1541), - [anon_sym_u_SQUOTE] = ACTIONS(1541), - [anon_sym_U_SQUOTE] = ACTIONS(1541), - [anon_sym_u8_SQUOTE] = ACTIONS(1541), - [anon_sym_SQUOTE] = ACTIONS(1541), - [anon_sym_L_DQUOTE] = ACTIONS(1544), - [anon_sym_u_DQUOTE] = ACTIONS(1544), - [anon_sym_U_DQUOTE] = ACTIONS(1544), - [anon_sym_u8_DQUOTE] = ACTIONS(1544), - [anon_sym_DQUOTE] = ACTIONS(1544), - [sym_true] = ACTIONS(1547), - [sym_false] = ACTIONS(1547), - [anon_sym_NULL] = ACTIONS(1550), - [anon_sym_nullptr] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - }, - [421] = { - [sym_attribute_declaration] = STATE(410), - [sym_compound_statement] = STATE(248), - [sym_attributed_statement] = STATE(248), - [sym_labeled_statement] = STATE(248), - [sym_expression_statement] = STATE(248), - [sym_if_statement] = STATE(248), - [sym_switch_statement] = STATE(248), - [sym_case_statement] = STATE(248), - [sym_while_statement] = STATE(248), - [sym_do_statement] = STATE(248), - [sym_for_statement] = STATE(248), - [sym_return_statement] = STATE(248), - [sym_break_statement] = STATE(248), - [sym_continue_statement] = STATE(248), - [sym_goto_statement] = STATE(248), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(410), - [sym_identifier] = ACTIONS(1553), + [440] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(1698), + [sym_attributed_statement] = STATE(1698), + [sym_labeled_statement] = STATE(1698), + [sym_expression_statement] = STATE(1698), + [sym_if_statement] = STATE(1698), + [sym_switch_statement] = STATE(1698), + [sym_case_statement] = STATE(1698), + [sym_while_statement] = STATE(1698), + [sym_do_statement] = STATE(1698), + [sym_for_statement] = STATE(1698), + [sym_return_statement] = STATE(1698), + [sym_break_statement] = STATE(1698), + [sym_continue_statement] = STATE(1698), + [sym_goto_statement] = STATE(1698), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), + [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(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(41), + [anon_sym_if] = ACTIONS(1189), + [anon_sym_switch] = ACTIONS(59), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), + [anon_sym_while] = ACTIONS(1191), + [anon_sym_do] = ACTIONS(67), + [anon_sym_for] = ACTIONS(1193), + [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), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [441] = { + [sym_attribute_declaration] = STATE(444), + [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(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(444), + [sym_identifier] = ACTIONS(1649), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60486,20 +62578,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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_if] = ACTIONS(483), - [anon_sym_switch] = ACTIONS(485), - [anon_sym_case] = ACTIONS(487), - [anon_sym_default] = ACTIONS(489), - [anon_sym_while] = ACTIONS(491), - [anon_sym_do] = ACTIONS(493), - [anon_sym_for] = ACTIONS(495), - [anon_sym_return] = ACTIONS(497), - [anon_sym_break] = ACTIONS(499), - [anon_sym_continue] = ACTIONS(501), - [anon_sym_goto] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [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), @@ -60529,48 +62621,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [422] = { - [sym_attribute_declaration] = STATE(388), - [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(974), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1742), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(388), - [sym_identifier] = ACTIONS(1557), + [442] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(237), + [sym_attributed_statement] = STATE(237), + [sym_labeled_statement] = STATE(237), + [sym_expression_statement] = STATE(237), + [sym_if_statement] = STATE(237), + [sym_switch_statement] = STATE(237), + [sym_case_statement] = STATE(237), + [sym_while_statement] = STATE(237), + [sym_do_statement] = STATE(237), + [sym_for_statement] = STATE(237), + [sym_return_statement] = STATE(237), + [sym_break_statement] = STATE(237), + [sym_continue_statement] = STATE(237), + [sym_goto_statement] = STATE(237), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1649), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60578,8 +62670,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(1089), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(57), [anon_sym_switch] = ACTIONS(59), @@ -60621,48 +62713,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [423] = { - [sym_attribute_declaration] = STATE(403), - [sym_compound_statement] = STATE(181), - [sym_attributed_statement] = STATE(181), - [sym_labeled_statement] = STATE(181), - [sym_expression_statement] = STATE(181), - [sym_if_statement] = STATE(181), - [sym_switch_statement] = STATE(181), - [sym_case_statement] = STATE(181), - [sym_while_statement] = STATE(181), - [sym_do_statement] = STATE(181), - [sym_for_statement] = STATE(181), - [sym_return_statement] = STATE(181), - [sym_break_statement] = STATE(181), - [sym_continue_statement] = STATE(181), - [sym_goto_statement] = STATE(181), - [sym__expression] = STATE(937), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1651), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(403), - [sym_identifier] = ACTIONS(1603), + [443] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(248), + [sym_attributed_statement] = STATE(250), + [sym_labeled_statement] = STATE(280), + [sym_expression_statement] = STATE(281), + [sym_if_statement] = STATE(294), + [sym_switch_statement] = STATE(298), + [sym_case_statement] = STATE(302), + [sym_while_statement] = STATE(306), + [sym_do_statement] = STATE(307), + [sym_for_statement] = STATE(322), + [sym_return_statement] = STATE(284), + [sym_break_statement] = STATE(238), + [sym_continue_statement] = STATE(320), + [sym_goto_statement] = STATE(319), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1649), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60670,20 +62762,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(189), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(197), - [anon_sym_if] = ACTIONS(199), - [anon_sym_switch] = ACTIONS(201), - [anon_sym_case] = ACTIONS(203), - [anon_sym_default] = ACTIONS(205), - [anon_sym_while] = ACTIONS(207), - [anon_sym_do] = ACTIONS(209), - [anon_sym_for] = ACTIONS(211), - [anon_sym_return] = ACTIONS(213), - [anon_sym_break] = ACTIONS(215), - [anon_sym_continue] = ACTIONS(217), - [anon_sym_goto] = ACTIONS(219), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [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), @@ -60713,48 +62805,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [424] = { - [sym_attribute_declaration] = STATE(386), - [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(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(386), - [sym_identifier] = ACTIONS(1555), + [444] = { + [sym_attribute_declaration] = STATE(444), + [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(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(444), + [sym_identifier] = ACTIONS(1732), + [anon_sym_LPAREN2] = ACTIONS(1466), + [anon_sym_BANG] = ACTIONS(1469), + [anon_sym_TILDE] = ACTIONS(1469), + [anon_sym_DASH] = ACTIONS(1472), + [anon_sym_PLUS] = ACTIONS(1472), + [anon_sym_STAR] = ACTIONS(1475), + [anon_sym_AMP] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1735), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), + [anon_sym_LBRACE] = ACTIONS(1696), + [anon_sym_if] = ACTIONS(1738), + [anon_sym_switch] = ACTIONS(1702), + [anon_sym_case] = ACTIONS(1741), + [anon_sym_default] = ACTIONS(1744), + [anon_sym_while] = ACTIONS(1747), + [anon_sym_do] = ACTIONS(1714), + [anon_sym_for] = ACTIONS(1750), + [anon_sym_return] = ACTIONS(1720), + [anon_sym_break] = ACTIONS(1723), + [anon_sym_continue] = ACTIONS(1726), + [anon_sym_goto] = ACTIONS(1729), + [anon_sym_DASH_DASH] = ACTIONS(1520), + [anon_sym_PLUS_PLUS] = ACTIONS(1520), + [anon_sym_sizeof] = ACTIONS(1523), + [anon_sym___alignof__] = ACTIONS(1526), + [anon_sym___alignof] = ACTIONS(1526), + [anon_sym__alignof] = ACTIONS(1526), + [anon_sym_alignof] = ACTIONS(1526), + [anon_sym__Alignof] = ACTIONS(1526), + [anon_sym_offsetof] = ACTIONS(1529), + [anon_sym__Generic] = ACTIONS(1532), + [anon_sym_asm] = ACTIONS(1535), + [anon_sym___asm__] = ACTIONS(1535), + [sym_number_literal] = ACTIONS(1538), + [anon_sym_L_SQUOTE] = ACTIONS(1541), + [anon_sym_u_SQUOTE] = ACTIONS(1541), + [anon_sym_U_SQUOTE] = ACTIONS(1541), + [anon_sym_u8_SQUOTE] = ACTIONS(1541), + [anon_sym_SQUOTE] = ACTIONS(1541), + [anon_sym_L_DQUOTE] = ACTIONS(1544), + [anon_sym_u_DQUOTE] = ACTIONS(1544), + [anon_sym_U_DQUOTE] = ACTIONS(1544), + [anon_sym_u8_DQUOTE] = ACTIONS(1544), + [anon_sym_DQUOTE] = ACTIONS(1544), + [sym_true] = ACTIONS(1547), + [sym_false] = ACTIONS(1547), + [anon_sym_NULL] = ACTIONS(1550), + [anon_sym_nullptr] = ACTIONS(1550), + [sym_comment] = ACTIONS(3), + }, + [445] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(234), + [sym_attributed_statement] = STATE(234), + [sym_labeled_statement] = STATE(234), + [sym_expression_statement] = STATE(234), + [sym_if_statement] = STATE(234), + [sym_switch_statement] = STATE(234), + [sym_case_statement] = STATE(234), + [sym_while_statement] = STATE(234), + [sym_do_statement] = STATE(234), + [sym_for_statement] = STATE(234), + [sym_return_statement] = STATE(234), + [sym_break_statement] = STATE(234), + [sym_continue_statement] = STATE(234), + [sym_goto_statement] = STATE(234), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1459), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60762,20 +62946,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(523), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(531), - [anon_sym_if] = ACTIONS(533), - [anon_sym_switch] = ACTIONS(535), - [anon_sym_case] = ACTIONS(537), - [anon_sym_default] = ACTIONS(539), - [anon_sym_while] = ACTIONS(541), - [anon_sym_do] = ACTIONS(543), - [anon_sym_for] = ACTIONS(545), - [anon_sym_return] = ACTIONS(547), - [anon_sym_break] = ACTIONS(549), - [anon_sym_continue] = ACTIONS(551), - [anon_sym_goto] = ACTIONS(553), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -60805,48 +62989,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [425] = { - [sym_attribute_declaration] = STATE(418), - [sym_compound_statement] = STATE(109), - [sym_attributed_statement] = STATE(109), - [sym_labeled_statement] = STATE(109), - [sym_expression_statement] = STATE(109), - [sym_if_statement] = STATE(109), - [sym_switch_statement] = STATE(109), - [sym_case_statement] = STATE(109), - [sym_while_statement] = STATE(109), - [sym_do_statement] = STATE(109), - [sym_for_statement] = STATE(109), - [sym_return_statement] = STATE(109), - [sym_break_statement] = STATE(109), - [sym_continue_statement] = STATE(109), - [sym_goto_statement] = STATE(109), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [sym_identifier] = ACTIONS(1601), + [446] = { + [sym_attribute_declaration] = STATE(430), + [sym_compound_statement] = STATE(241), + [sym_attributed_statement] = STATE(245), + [sym_labeled_statement] = STATE(249), + [sym_expression_statement] = STATE(251), + [sym_if_statement] = STATE(253), + [sym_switch_statement] = STATE(256), + [sym_case_statement] = STATE(270), + [sym_while_statement] = STATE(286), + [sym_do_statement] = STATE(287), + [sym_for_statement] = STATE(290), + [sym_return_statement] = STATE(291), + [sym_break_statement] = STATE(305), + [sym_continue_statement] = STATE(309), + [sym_goto_statement] = STATE(317), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(430), + [sym_identifier] = ACTIONS(1459), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60854,20 +63038,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(121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_if] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(135), - [anon_sym_default] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(141), - [anon_sym_for] = ACTIONS(143), - [anon_sym_return] = ACTIONS(145), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(149), - [anon_sym_goto] = ACTIONS(151), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_if] = ACTIONS(551), + [anon_sym_switch] = ACTIONS(553), + [anon_sym_case] = ACTIONS(555), + [anon_sym_default] = ACTIONS(557), + [anon_sym_while] = ACTIONS(559), + [anon_sym_do] = ACTIONS(561), + [anon_sym_for] = ACTIONS(563), + [anon_sym_return] = ACTIONS(565), + [anon_sym_break] = ACTIONS(567), + [anon_sym_continue] = ACTIONS(569), + [anon_sym_goto] = ACTIONS(571), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -60897,48 +63081,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [426] = { - [sym_attribute_declaration] = STATE(393), - [sym_compound_statement] = STATE(240), - [sym_attributed_statement] = STATE(240), - [sym_labeled_statement] = STATE(240), - [sym_expression_statement] = STATE(240), - [sym_if_statement] = STATE(240), - [sym_switch_statement] = STATE(240), - [sym_case_statement] = STATE(240), - [sym_while_statement] = STATE(240), - [sym_do_statement] = STATE(240), - [sym_for_statement] = STATE(240), - [sym_return_statement] = STATE(240), - [sym_break_statement] = STATE(240), - [sym_continue_statement] = STATE(240), - [sym_goto_statement] = STATE(240), - [sym__expression] = STATE(954), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1608), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(393), - [sym_identifier] = ACTIONS(1455), + [447] = { + [sym_attribute_declaration] = STATE(412), + [sym_compound_statement] = STATE(1802), + [sym_attributed_statement] = STATE(1802), + [sym_labeled_statement] = STATE(1802), + [sym_expression_statement] = STATE(1802), + [sym_if_statement] = STATE(1802), + [sym_switch_statement] = STATE(1802), + [sym_case_statement] = STATE(1802), + [sym_while_statement] = STATE(1802), + [sym_do_statement] = STATE(1802), + [sym_for_statement] = STATE(1802), + [sym_return_statement] = STATE(1802), + [sym_break_statement] = STATE(1802), + [sym_continue_statement] = STATE(1802), + [sym_goto_statement] = STATE(1802), + [sym__expression] = STATE(1006), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1724), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(412), + [sym_identifier] = ACTIONS(1553), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -60946,13 +63130,13 @@ 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(471), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), + [anon_sym_SEMI] = ACTIONS(539), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), [anon_sym_LBRACE] = ACTIONS(41), [anon_sym_if] = ACTIONS(1189), [anon_sym_switch] = ACTIONS(59), - [anon_sym_case] = ACTIONS(1459), - [anon_sym_default] = ACTIONS(1461), + [anon_sym_case] = ACTIONS(1555), + [anon_sym_default] = ACTIONS(1557), [anon_sym_while] = ACTIONS(1191), [anon_sym_do] = ACTIONS(67), [anon_sym_for] = ACTIONS(1193), @@ -60989,48 +63173,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [427] = { - [sym_attribute_declaration] = STATE(418), - [sym_compound_statement] = STATE(112), - [sym_attributed_statement] = STATE(112), - [sym_labeled_statement] = STATE(112), - [sym_expression_statement] = STATE(112), - [sym_if_statement] = STATE(112), - [sym_switch_statement] = STATE(112), - [sym_case_statement] = STATE(112), - [sym_while_statement] = STATE(112), - [sym_do_statement] = STATE(112), - [sym_for_statement] = STATE(112), - [sym_return_statement] = STATE(112), - [sym_break_statement] = STATE(112), - [sym_continue_statement] = STATE(112), - [sym_goto_statement] = STATE(112), - [sym__expression] = STATE(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [sym_identifier] = ACTIONS(1601), + [448] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(195), + [sym_attributed_statement] = STATE(195), + [sym_labeled_statement] = STATE(195), + [sym_expression_statement] = STATE(195), + [sym_if_statement] = STATE(195), + [sym_switch_statement] = STATE(195), + [sym_case_statement] = STATE(195), + [sym_while_statement] = STATE(195), + [sym_do_statement] = STATE(195), + [sym_for_statement] = STATE(195), + [sym_return_statement] = STATE(195), + [sym_break_statement] = STATE(195), + [sym_continue_statement] = STATE(195), + [sym_goto_statement] = STATE(195), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1649), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61038,20 +63222,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(121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_if] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(135), - [anon_sym_default] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(141), - [anon_sym_for] = ACTIONS(143), - [anon_sym_return] = ACTIONS(145), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(149), - [anon_sym_goto] = ACTIONS(151), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [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), @@ -61081,140 +63265,48 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [428] = { - [sym_attribute_declaration] = STATE(428), - [sym_compound_statement] = STATE(237), - [sym_attributed_statement] = STATE(237), - [sym_labeled_statement] = STATE(237), - [sym_expression_statement] = STATE(237), - [sym_if_statement] = STATE(237), - [sym_switch_statement] = STATE(237), - [sym_case_statement] = STATE(237), - [sym_while_statement] = STATE(237), - [sym_do_statement] = STATE(237), - [sym_for_statement] = STATE(237), - [sym_return_statement] = STATE(237), - [sym_break_statement] = STATE(237), - [sym_continue_statement] = STATE(237), - [sym_goto_statement] = STATE(237), - [sym__expression] = STATE(944), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1537), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(428), - [sym_identifier] = ACTIONS(1707), - [anon_sym_LPAREN2] = ACTIONS(1466), - [anon_sym_BANG] = ACTIONS(1469), - [anon_sym_TILDE] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_STAR] = ACTIONS(1475), - [anon_sym_AMP] = ACTIONS(1475), - [anon_sym_SEMI] = ACTIONS(1710), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1481), - [anon_sym_LBRACE] = ACTIONS(1713), - [anon_sym_if] = ACTIONS(1716), - [anon_sym_switch] = ACTIONS(1719), - [anon_sym_case] = ACTIONS(1722), - [anon_sym_default] = ACTIONS(1725), - [anon_sym_while] = ACTIONS(1728), - [anon_sym_do] = ACTIONS(1731), - [anon_sym_for] = ACTIONS(1734), - [anon_sym_return] = ACTIONS(1737), - [anon_sym_break] = ACTIONS(1740), - [anon_sym_continue] = ACTIONS(1743), - [anon_sym_goto] = ACTIONS(1746), - [anon_sym_DASH_DASH] = ACTIONS(1520), - [anon_sym_PLUS_PLUS] = ACTIONS(1520), - [anon_sym_sizeof] = ACTIONS(1523), - [anon_sym___alignof__] = ACTIONS(1526), - [anon_sym___alignof] = ACTIONS(1526), - [anon_sym__alignof] = ACTIONS(1526), - [anon_sym_alignof] = ACTIONS(1526), - [anon_sym__Alignof] = ACTIONS(1526), - [anon_sym_offsetof] = ACTIONS(1529), - [anon_sym__Generic] = ACTIONS(1532), - [anon_sym_asm] = ACTIONS(1535), - [anon_sym___asm__] = ACTIONS(1535), - [sym_number_literal] = ACTIONS(1538), - [anon_sym_L_SQUOTE] = ACTIONS(1541), - [anon_sym_u_SQUOTE] = ACTIONS(1541), - [anon_sym_U_SQUOTE] = ACTIONS(1541), - [anon_sym_u8_SQUOTE] = ACTIONS(1541), - [anon_sym_SQUOTE] = ACTIONS(1541), - [anon_sym_L_DQUOTE] = ACTIONS(1544), - [anon_sym_u_DQUOTE] = ACTIONS(1544), - [anon_sym_U_DQUOTE] = ACTIONS(1544), - [anon_sym_u8_DQUOTE] = ACTIONS(1544), - [anon_sym_DQUOTE] = ACTIONS(1544), - [sym_true] = ACTIONS(1547), - [sym_false] = ACTIONS(1547), - [anon_sym_NULL] = ACTIONS(1550), - [anon_sym_nullptr] = ACTIONS(1550), - [sym_comment] = ACTIONS(3), - }, - [429] = { - [sym_attribute_declaration] = STATE(418), - [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(955), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1532), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_attributed_declarator_repeat1] = STATE(418), - [sym_identifier] = ACTIONS(1601), + [449] = { + [sym_attribute_declaration] = STATE(441), + [sym_compound_statement] = STATE(221), + [sym_attributed_statement] = STATE(221), + [sym_labeled_statement] = STATE(221), + [sym_expression_statement] = STATE(221), + [sym_if_statement] = STATE(221), + [sym_switch_statement] = STATE(221), + [sym_case_statement] = STATE(221), + [sym_while_statement] = STATE(221), + [sym_do_statement] = STATE(221), + [sym_for_statement] = STATE(221), + [sym_return_statement] = STATE(221), + [sym_break_statement] = STATE(221), + [sym_continue_statement] = STATE(221), + [sym_goto_statement] = STATE(221), + [sym__expression] = STATE(977), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1685), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_attributed_declarator_repeat1] = STATE(441), + [sym_identifier] = ACTIONS(1649), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61222,20 +63314,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(121), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1457), - [anon_sym_LBRACE] = ACTIONS(129), - [anon_sym_if] = ACTIONS(131), - [anon_sym_switch] = ACTIONS(133), - [anon_sym_case] = ACTIONS(135), - [anon_sym_default] = ACTIONS(137), - [anon_sym_while] = ACTIONS(139), - [anon_sym_do] = ACTIONS(141), - [anon_sym_for] = ACTIONS(143), - [anon_sym_return] = ACTIONS(145), - [anon_sym_break] = ACTIONS(147), - [anon_sym_continue] = ACTIONS(149), - [anon_sym_goto] = ACTIONS(151), + [anon_sym_SEMI] = ACTIONS(1047), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1461), + [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), @@ -61265,42 +63357,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [430] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1636), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [450] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1671), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61309,10 +63401,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61322,7 +63414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61354,42 +63446,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [431] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1629), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [451] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1764), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61398,10 +63490,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61411,7 +63503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61443,42 +63535,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [432] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1749), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [452] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1594), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61487,10 +63579,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61500,7 +63592,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61532,42 +63624,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [433] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1718), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [453] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1701), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61576,10 +63668,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61589,7 +63681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61621,42 +63713,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [434] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1539), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [454] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1658), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61665,10 +63757,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61678,7 +63770,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61710,42 +63802,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [435] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1710), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [455] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1690), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61754,10 +63846,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61767,7 +63859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61799,42 +63891,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [436] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1624), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [456] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1771), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61843,10 +63935,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61856,7 +63948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61888,42 +63980,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [437] = { - [sym_type_qualifier] = STATE(1004), - [sym__type_specifier] = STATE(1032), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__expression] = STATE(959), - [sym__expression_not_binary] = STATE(688), - [sym_comma_expression] = STATE(1630), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_type_descriptor] = STATE(1755), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__type_definition_type_repeat1] = STATE(1004), - [aux_sym_sized_type_specifier_repeat1] = STATE(1041), - [sym_identifier] = ACTIONS(1749), + [457] = { + [sym_type_qualifier] = STATE(1024), + [sym__type_specifier] = STATE(1073), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__expression] = STATE(1016), + [sym__expression_not_binary] = STATE(726), + [sym_comma_expression] = STATE(1765), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_type_descriptor] = STATE(1686), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__type_definition_type_repeat1] = STATE(1024), + [aux_sym_sized_type_specifier_repeat1] = STATE(1085), + [sym_identifier] = ACTIONS(1753), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -61932,10 +64024,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_STAR] = ACTIONS(25), [anon_sym_AMP] = ACTIONS(25), [anon_sym___extension__] = ACTIONS(47), - [anon_sym_signed] = ACTIONS(1751), - [anon_sym_unsigned] = ACTIONS(1751), - [anon_sym_long] = ACTIONS(1751), - [anon_sym_short] = ACTIONS(1751), + [anon_sym_signed] = ACTIONS(1755), + [anon_sym_unsigned] = ACTIONS(1755), + [anon_sym_long] = ACTIONS(1755), + [anon_sym_short] = ACTIONS(1755), [anon_sym_const] = ACTIONS(47), [anon_sym_constexpr] = ACTIONS(47), [anon_sym_volatile] = ACTIONS(47), @@ -61945,7 +64037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Noreturn] = ACTIONS(47), [anon_sym_noreturn] = ACTIONS(47), [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(1753), + [anon_sym_enum] = ACTIONS(1757), [anon_sym_struct] = ACTIONS(53), [anon_sym_union] = ACTIONS(55), [anon_sym_DASH_DASH] = ACTIONS(79), @@ -61977,62 +64069,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [438] = { - [sym__expression] = STATE(689), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_initializer_list] = STATE(673), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [sym_identifier] = ACTIONS(1755), - [anon_sym_COMMA] = ACTIONS(1395), - [anon_sym_RPAREN] = ACTIONS(1395), + [458] = { + [sym__expression] = STATE(714), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_initializer_list] = STATE(751), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_identifier] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1415), + [anon_sym_RPAREN] = ACTIONS(1415), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(23), [anon_sym_TILDE] = ACTIONS(21), [anon_sym_DASH] = ACTIONS(23), [anon_sym_PLUS] = ACTIONS(23), [anon_sym_STAR] = ACTIONS(25), - [anon_sym_SLASH] = ACTIONS(1405), - [anon_sym_PERCENT] = ACTIONS(1395), - [anon_sym_PIPE_PIPE] = ACTIONS(1395), - [anon_sym_AMP_AMP] = ACTIONS(1395), - [anon_sym_PIPE] = ACTIONS(1405), - [anon_sym_CARET] = ACTIONS(1395), - [anon_sym_AMP] = ACTIONS(1403), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1405), - [anon_sym_GT_EQ] = ACTIONS(1395), - [anon_sym_LT_EQ] = ACTIONS(1395), - [anon_sym_LT] = ACTIONS(1405), - [anon_sym_LT_LT] = ACTIONS(1395), - [anon_sym_GT_GT] = ACTIONS(1395), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym___attribute__] = ACTIONS(1405), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1395), - [anon_sym_COLON] = ACTIONS(1395), - [anon_sym_QMARK] = ACTIONS(1395), + [anon_sym_SLASH] = ACTIONS(1425), + [anon_sym_PERCENT] = ACTIONS(1415), + [anon_sym_PIPE_PIPE] = ACTIONS(1415), + [anon_sym_AMP_AMP] = ACTIONS(1415), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_CARET] = ACTIONS(1415), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_EQ_EQ] = ACTIONS(1415), + [anon_sym_BANG_EQ] = ACTIONS(1415), + [anon_sym_GT] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1415), + [anon_sym_LT_EQ] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(1425), + [anon_sym_LT_LT] = ACTIONS(1415), + [anon_sym_GT_GT] = ACTIONS(1415), + [anon_sym_SEMI] = ACTIONS(1415), + [anon_sym___attribute__] = ACTIONS(1425), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1415), + [anon_sym_LBRACK] = ACTIONS(1415), + [anon_sym_COLON] = ACTIONS(1415), + [anon_sym_QMARK] = ACTIONS(1415), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -62045,8 +64137,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(87), [anon_sym_asm] = ACTIONS(89), [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1405), - [anon_sym_DASH_GT] = ACTIONS(1395), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DASH_GT] = ACTIONS(1415), [sym_number_literal] = ACTIONS(153), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), @@ -62064,93 +64156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [439] = { - [sym_identifier] = ACTIONS(1757), - [anon_sym_COMMA] = ACTIONS(1759), - [anon_sym_RPAREN] = ACTIONS(1759), - [anon_sym_LPAREN2] = ACTIONS(1759), - [anon_sym_BANG] = ACTIONS(1759), - [anon_sym_TILDE] = ACTIONS(1759), - [anon_sym_DASH] = ACTIONS(1757), - [anon_sym_PLUS] = ACTIONS(1757), - [anon_sym_STAR] = ACTIONS(1759), - [anon_sym_AMP] = ACTIONS(1759), - [anon_sym_SEMI] = ACTIONS(1759), - [anon_sym___extension__] = ACTIONS(1757), - [anon_sym_extern] = ACTIONS(1757), - [anon_sym___attribute__] = ACTIONS(1757), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1759), - [anon_sym___declspec] = ACTIONS(1757), - [anon_sym_LBRACE] = ACTIONS(1759), - [anon_sym_signed] = ACTIONS(1757), - [anon_sym_unsigned] = ACTIONS(1757), - [anon_sym_long] = ACTIONS(1757), - [anon_sym_short] = ACTIONS(1757), - [anon_sym_LBRACK] = ACTIONS(1757), - [anon_sym_EQ] = ACTIONS(1759), - [anon_sym_static] = ACTIONS(1757), - [anon_sym_auto] = ACTIONS(1757), - [anon_sym_register] = ACTIONS(1757), - [anon_sym_inline] = ACTIONS(1757), - [anon_sym___inline] = ACTIONS(1757), - [anon_sym___inline__] = ACTIONS(1757), - [anon_sym___forceinline] = ACTIONS(1757), - [anon_sym_thread_local] = ACTIONS(1757), - [anon_sym___thread] = ACTIONS(1757), - [anon_sym_const] = ACTIONS(1757), - [anon_sym_constexpr] = ACTIONS(1757), - [anon_sym_volatile] = ACTIONS(1757), - [anon_sym_restrict] = ACTIONS(1757), - [anon_sym___restrict__] = ACTIONS(1757), - [anon_sym__Atomic] = ACTIONS(1757), - [anon_sym__Noreturn] = ACTIONS(1757), - [anon_sym_noreturn] = ACTIONS(1757), - [sym_primitive_type] = ACTIONS(1757), - [anon_sym_enum] = ACTIONS(1757), - [anon_sym_COLON] = ACTIONS(1759), - [anon_sym_struct] = ACTIONS(1757), - [anon_sym_union] = ACTIONS(1757), - [anon_sym_if] = ACTIONS(1757), - [anon_sym_switch] = ACTIONS(1757), - [anon_sym_case] = ACTIONS(1757), - [anon_sym_default] = ACTIONS(1757), - [anon_sym_while] = ACTIONS(1757), - [anon_sym_do] = ACTIONS(1757), - [anon_sym_for] = ACTIONS(1757), - [anon_sym_return] = ACTIONS(1757), - [anon_sym_break] = ACTIONS(1757), - [anon_sym_continue] = ACTIONS(1757), - [anon_sym_goto] = ACTIONS(1757), - [anon_sym_DASH_DASH] = ACTIONS(1759), - [anon_sym_PLUS_PLUS] = ACTIONS(1759), - [anon_sym_sizeof] = ACTIONS(1757), - [anon_sym___alignof__] = ACTIONS(1757), - [anon_sym___alignof] = ACTIONS(1757), - [anon_sym__alignof] = ACTIONS(1757), - [anon_sym_alignof] = ACTIONS(1757), - [anon_sym__Alignof] = ACTIONS(1757), - [anon_sym_offsetof] = ACTIONS(1757), - [anon_sym__Generic] = ACTIONS(1757), - [anon_sym_asm] = ACTIONS(1757), - [anon_sym___asm__] = ACTIONS(1757), - [sym_number_literal] = ACTIONS(1759), - [anon_sym_L_SQUOTE] = ACTIONS(1759), - [anon_sym_u_SQUOTE] = ACTIONS(1759), - [anon_sym_U_SQUOTE] = ACTIONS(1759), - [anon_sym_u8_SQUOTE] = ACTIONS(1759), - [anon_sym_SQUOTE] = ACTIONS(1759), - [anon_sym_L_DQUOTE] = ACTIONS(1759), - [anon_sym_u_DQUOTE] = ACTIONS(1759), - [anon_sym_U_DQUOTE] = ACTIONS(1759), - [anon_sym_u8_DQUOTE] = ACTIONS(1759), - [anon_sym_DQUOTE] = ACTIONS(1759), - [sym_true] = ACTIONS(1757), - [sym_false] = ACTIONS(1757), - [anon_sym_NULL] = ACTIONS(1757), - [anon_sym_nullptr] = ACTIONS(1757), - [sym_comment] = ACTIONS(3), - }, - [440] = { + [459] = { [sym_identifier] = ACTIONS(1761), [anon_sym_COMMA] = ACTIONS(1763), [anon_sym_RPAREN] = ACTIONS(1763), @@ -62236,90 +64242,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1761), [sym_comment] = ACTIONS(3), }, - [441] = { - [sym__expression] = STATE(775), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_initializer_list] = STATE(673), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), + [460] = { [sym_identifier] = ACTIONS(1765), + [anon_sym_COMMA] = ACTIONS(1767), + [anon_sym_RPAREN] = ACTIONS(1767), [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1769), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), - [anon_sym_STAR] = ACTIONS(1773), - [anon_sym_SLASH] = ACTIONS(1405), - [anon_sym_PERCENT] = ACTIONS(1395), - [anon_sym_PIPE_PIPE] = ACTIONS(1395), - [anon_sym_AMP_AMP] = ACTIONS(1395), - [anon_sym_PIPE] = ACTIONS(1405), - [anon_sym_CARET] = ACTIONS(1395), - [anon_sym_AMP] = ACTIONS(1449), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1405), - [anon_sym_GT_EQ] = ACTIONS(1395), - [anon_sym_LT_EQ] = ACTIONS(1395), - [anon_sym_LT] = ACTIONS(1405), - [anon_sym_LT_LT] = ACTIONS(1395), - [anon_sym_GT_GT] = ACTIONS(1395), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1395), - [anon_sym_RBRACK] = ACTIONS(1395), - [anon_sym_QMARK] = ACTIONS(1395), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1405), - [anon_sym_DASH_GT] = ACTIONS(1395), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), + [anon_sym_BANG] = ACTIONS(1767), + [anon_sym_TILDE] = ACTIONS(1767), + [anon_sym_DASH] = ACTIONS(1765), + [anon_sym_PLUS] = ACTIONS(1765), + [anon_sym_STAR] = ACTIONS(1767), + [anon_sym_AMP] = ACTIONS(1767), + [anon_sym_SEMI] = ACTIONS(1767), + [anon_sym___extension__] = ACTIONS(1765), + [anon_sym_extern] = ACTIONS(1765), + [anon_sym___attribute__] = ACTIONS(1765), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1767), + [anon_sym___declspec] = ACTIONS(1765), + [anon_sym_LBRACE] = ACTIONS(1767), + [anon_sym_signed] = ACTIONS(1765), + [anon_sym_unsigned] = ACTIONS(1765), + [anon_sym_long] = ACTIONS(1765), + [anon_sym_short] = ACTIONS(1765), + [anon_sym_LBRACK] = ACTIONS(1765), + [anon_sym_EQ] = ACTIONS(1767), + [anon_sym_static] = ACTIONS(1765), + [anon_sym_auto] = ACTIONS(1765), + [anon_sym_register] = ACTIONS(1765), + [anon_sym_inline] = ACTIONS(1765), + [anon_sym___inline] = ACTIONS(1765), + [anon_sym___inline__] = ACTIONS(1765), + [anon_sym___forceinline] = ACTIONS(1765), + [anon_sym_thread_local] = ACTIONS(1765), + [anon_sym___thread] = ACTIONS(1765), + [anon_sym_const] = ACTIONS(1765), + [anon_sym_constexpr] = ACTIONS(1765), + [anon_sym_volatile] = ACTIONS(1765), + [anon_sym_restrict] = ACTIONS(1765), + [anon_sym___restrict__] = ACTIONS(1765), + [anon_sym__Atomic] = ACTIONS(1765), + [anon_sym__Noreturn] = ACTIONS(1765), + [anon_sym_noreturn] = ACTIONS(1765), + [sym_primitive_type] = ACTIONS(1765), + [anon_sym_enum] = ACTIONS(1765), + [anon_sym_COLON] = ACTIONS(1767), + [anon_sym_struct] = ACTIONS(1765), + [anon_sym_union] = ACTIONS(1765), + [anon_sym_if] = ACTIONS(1765), + [anon_sym_switch] = ACTIONS(1765), + [anon_sym_case] = ACTIONS(1765), + [anon_sym_default] = ACTIONS(1765), + [anon_sym_while] = ACTIONS(1765), + [anon_sym_do] = ACTIONS(1765), + [anon_sym_for] = ACTIONS(1765), + [anon_sym_return] = ACTIONS(1765), + [anon_sym_break] = ACTIONS(1765), + [anon_sym_continue] = ACTIONS(1765), + [anon_sym_goto] = ACTIONS(1765), + [anon_sym_DASH_DASH] = ACTIONS(1767), + [anon_sym_PLUS_PLUS] = ACTIONS(1767), + [anon_sym_sizeof] = ACTIONS(1765), + [anon_sym___alignof__] = ACTIONS(1765), + [anon_sym___alignof] = ACTIONS(1765), + [anon_sym__alignof] = ACTIONS(1765), + [anon_sym_alignof] = ACTIONS(1765), + [anon_sym__Alignof] = ACTIONS(1765), + [anon_sym_offsetof] = ACTIONS(1765), + [anon_sym__Generic] = ACTIONS(1765), + [anon_sym_asm] = ACTIONS(1765), + [anon_sym___asm__] = ACTIONS(1765), + [sym_number_literal] = ACTIONS(1767), + [anon_sym_L_SQUOTE] = ACTIONS(1767), + [anon_sym_u_SQUOTE] = ACTIONS(1767), + [anon_sym_U_SQUOTE] = ACTIONS(1767), + [anon_sym_u8_SQUOTE] = ACTIONS(1767), + [anon_sym_SQUOTE] = ACTIONS(1767), + [anon_sym_L_DQUOTE] = ACTIONS(1767), + [anon_sym_u_DQUOTE] = ACTIONS(1767), + [anon_sym_U_DQUOTE] = ACTIONS(1767), + [anon_sym_u8_DQUOTE] = ACTIONS(1767), + [anon_sym_DQUOTE] = ACTIONS(1767), + [sym_true] = ACTIONS(1765), + [sym_false] = ACTIONS(1765), + [anon_sym_NULL] = ACTIONS(1765), + [anon_sym_nullptr] = ACTIONS(1765), [sym_comment] = ACTIONS(3), }, - [442] = { - [sym_else_clause] = STATE(233), + [461] = { + [sym_else_clause] = STATE(272), [sym_identifier] = ACTIONS(1213), [anon_sym_LPAREN2] = ACTIONS(1215), [anon_sym_BANG] = ACTIONS(1215), @@ -62362,7 +64372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_struct] = ACTIONS(1213), [anon_sym_union] = ACTIONS(1213), [anon_sym_if] = ACTIONS(1213), - [anon_sym_else] = ACTIONS(1779), + [anon_sym_else] = ACTIONS(1769), [anon_sym_switch] = ACTIONS(1213), [anon_sym_while] = ACTIONS(1213), [anon_sym_do] = ACTIONS(1213), @@ -62400,134 +64410,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(1213), [sym_comment] = ACTIONS(3), }, - [443] = { - [sym_identifier] = ACTIONS(1781), - [anon_sym_LPAREN2] = ACTIONS(1784), - [anon_sym_BANG] = ACTIONS(1784), - [anon_sym_TILDE] = ACTIONS(1784), - [anon_sym_DASH] = ACTIONS(1786), - [anon_sym_PLUS] = ACTIONS(1786), - [anon_sym_STAR] = ACTIONS(1784), - [anon_sym_AMP] = ACTIONS(1784), - [anon_sym_SEMI] = ACTIONS(1784), - [anon_sym___extension__] = ACTIONS(1788), - [anon_sym_extern] = ACTIONS(1788), - [anon_sym___attribute__] = ACTIONS(1788), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1790), - [anon_sym___declspec] = ACTIONS(1788), - [anon_sym_LBRACE] = ACTIONS(1784), - [anon_sym_signed] = ACTIONS(1788), - [anon_sym_unsigned] = ACTIONS(1788), - [anon_sym_long] = ACTIONS(1788), - [anon_sym_short] = ACTIONS(1788), - [anon_sym_static] = ACTIONS(1788), - [anon_sym_auto] = ACTIONS(1788), - [anon_sym_register] = ACTIONS(1788), - [anon_sym_inline] = ACTIONS(1788), - [anon_sym___inline] = ACTIONS(1788), - [anon_sym___inline__] = ACTIONS(1788), - [anon_sym___forceinline] = ACTIONS(1788), - [anon_sym_thread_local] = ACTIONS(1788), - [anon_sym___thread] = ACTIONS(1788), - [anon_sym_const] = ACTIONS(1788), - [anon_sym_constexpr] = ACTIONS(1788), - [anon_sym_volatile] = ACTIONS(1788), - [anon_sym_restrict] = ACTIONS(1788), - [anon_sym___restrict__] = ACTIONS(1788), - [anon_sym__Atomic] = ACTIONS(1788), - [anon_sym__Noreturn] = ACTIONS(1788), - [anon_sym_noreturn] = ACTIONS(1788), - [sym_primitive_type] = ACTIONS(1788), - [anon_sym_enum] = ACTIONS(1788), - [anon_sym_struct] = ACTIONS(1788), - [anon_sym_union] = ACTIONS(1788), - [anon_sym_if] = ACTIONS(1786), - [anon_sym_switch] = ACTIONS(1786), - [anon_sym_case] = ACTIONS(1786), - [anon_sym_default] = ACTIONS(1786), - [anon_sym_while] = ACTIONS(1786), - [anon_sym_do] = ACTIONS(1786), - [anon_sym_for] = ACTIONS(1786), - [anon_sym_return] = ACTIONS(1786), - [anon_sym_break] = ACTIONS(1786), - [anon_sym_continue] = ACTIONS(1786), - [anon_sym_goto] = ACTIONS(1786), - [anon_sym_DASH_DASH] = ACTIONS(1784), - [anon_sym_PLUS_PLUS] = ACTIONS(1784), - [anon_sym_sizeof] = ACTIONS(1786), - [anon_sym___alignof__] = ACTIONS(1786), - [anon_sym___alignof] = ACTIONS(1786), - [anon_sym__alignof] = ACTIONS(1786), - [anon_sym_alignof] = ACTIONS(1786), - [anon_sym__Alignof] = ACTIONS(1786), - [anon_sym_offsetof] = ACTIONS(1786), - [anon_sym__Generic] = ACTIONS(1786), - [anon_sym_asm] = ACTIONS(1786), - [anon_sym___asm__] = ACTIONS(1786), - [sym_number_literal] = ACTIONS(1784), - [anon_sym_L_SQUOTE] = ACTIONS(1784), - [anon_sym_u_SQUOTE] = ACTIONS(1784), - [anon_sym_U_SQUOTE] = ACTIONS(1784), - [anon_sym_u8_SQUOTE] = ACTIONS(1784), - [anon_sym_SQUOTE] = ACTIONS(1784), - [anon_sym_L_DQUOTE] = ACTIONS(1784), - [anon_sym_u_DQUOTE] = ACTIONS(1784), - [anon_sym_U_DQUOTE] = ACTIONS(1784), - [anon_sym_u8_DQUOTE] = ACTIONS(1784), - [anon_sym_DQUOTE] = ACTIONS(1784), - [sym_true] = ACTIONS(1786), - [sym_false] = ACTIONS(1786), - [anon_sym_NULL] = ACTIONS(1786), - [anon_sym_nullptr] = ACTIONS(1786), - [sym_comment] = ACTIONS(3), - }, - [444] = { - [sym_type_qualifier] = STATE(445), - [sym__expression] = STATE(1002), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(445), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), - [anon_sym_STAR] = ACTIONS(1793), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), - [anon_sym_RBRACK] = ACTIONS(1797), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [462] = { + [sym__expression] = STATE(800), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_initializer_list] = STATE(751), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1775), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1779), + [anon_sym_SLASH] = ACTIONS(1425), + [anon_sym_PERCENT] = ACTIONS(1415), + [anon_sym_PIPE_PIPE] = ACTIONS(1415), + [anon_sym_AMP_AMP] = ACTIONS(1415), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_CARET] = ACTIONS(1415), + [anon_sym_AMP] = ACTIONS(1453), + [anon_sym_EQ_EQ] = ACTIONS(1415), + [anon_sym_BANG_EQ] = ACTIONS(1415), + [anon_sym_GT] = ACTIONS(1425), + [anon_sym_GT_EQ] = ACTIONS(1415), + [anon_sym_LT_EQ] = ACTIONS(1415), + [anon_sym_LT] = ACTIONS(1425), + [anon_sym_LT_LT] = ACTIONS(1415), + [anon_sym_GT_GT] = ACTIONS(1415), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1415), + [anon_sym_RBRACK] = ACTIONS(1415), + [anon_sym_QMARK] = ACTIONS(1415), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62537,6 +64473,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(87), [anon_sym_asm] = ACTIONS(89), [anon_sym___asm__] = ACTIONS(89), + [anon_sym_DOT] = ACTIONS(1425), + [anon_sym_DASH_GT] = ACTIONS(1415), [sym_number_literal] = ACTIONS(153), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), @@ -62554,53 +64492,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [445] = { - [sym_type_qualifier] = STATE(646), - [sym__expression] = STATE(991), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(646), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), - [anon_sym_STAR] = ACTIONS(1799), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [463] = { + [sym_identifier] = ACTIONS(1785), + [anon_sym_LPAREN2] = ACTIONS(1788), + [anon_sym_BANG] = ACTIONS(1788), + [anon_sym_TILDE] = ACTIONS(1788), + [anon_sym_DASH] = ACTIONS(1790), + [anon_sym_PLUS] = ACTIONS(1790), + [anon_sym_STAR] = ACTIONS(1788), + [anon_sym_AMP] = ACTIONS(1788), + [anon_sym_SEMI] = ACTIONS(1788), + [anon_sym___extension__] = ACTIONS(1792), + [anon_sym_extern] = ACTIONS(1792), + [anon_sym___attribute__] = ACTIONS(1792), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1794), + [anon_sym___declspec] = ACTIONS(1792), + [anon_sym_LBRACE] = ACTIONS(1788), + [anon_sym_signed] = ACTIONS(1792), + [anon_sym_unsigned] = ACTIONS(1792), + [anon_sym_long] = ACTIONS(1792), + [anon_sym_short] = ACTIONS(1792), + [anon_sym_static] = ACTIONS(1792), + [anon_sym_auto] = ACTIONS(1792), + [anon_sym_register] = ACTIONS(1792), + [anon_sym_inline] = ACTIONS(1792), + [anon_sym___inline] = ACTIONS(1792), + [anon_sym___inline__] = ACTIONS(1792), + [anon_sym___forceinline] = ACTIONS(1792), + [anon_sym_thread_local] = ACTIONS(1792), + [anon_sym___thread] = ACTIONS(1792), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_constexpr] = ACTIONS(1792), + [anon_sym_volatile] = ACTIONS(1792), + [anon_sym_restrict] = ACTIONS(1792), + [anon_sym___restrict__] = ACTIONS(1792), + [anon_sym__Atomic] = ACTIONS(1792), + [anon_sym__Noreturn] = ACTIONS(1792), + [anon_sym_noreturn] = ACTIONS(1792), + [sym_primitive_type] = ACTIONS(1792), + [anon_sym_enum] = ACTIONS(1792), + [anon_sym_struct] = ACTIONS(1792), + [anon_sym_union] = ACTIONS(1792), + [anon_sym_if] = ACTIONS(1790), + [anon_sym_switch] = ACTIONS(1790), + [anon_sym_case] = ACTIONS(1790), + [anon_sym_default] = ACTIONS(1790), + [anon_sym_while] = ACTIONS(1790), + [anon_sym_do] = ACTIONS(1790), + [anon_sym_for] = ACTIONS(1790), + [anon_sym_return] = ACTIONS(1790), + [anon_sym_break] = ACTIONS(1790), + [anon_sym_continue] = ACTIONS(1790), + [anon_sym_goto] = ACTIONS(1790), + [anon_sym_DASH_DASH] = ACTIONS(1788), + [anon_sym_PLUS_PLUS] = ACTIONS(1788), + [anon_sym_sizeof] = ACTIONS(1790), + [anon_sym___alignof__] = ACTIONS(1790), + [anon_sym___alignof] = ACTIONS(1790), + [anon_sym__alignof] = ACTIONS(1790), + [anon_sym_alignof] = ACTIONS(1790), + [anon_sym__Alignof] = ACTIONS(1790), + [anon_sym_offsetof] = ACTIONS(1790), + [anon_sym__Generic] = ACTIONS(1790), + [anon_sym_asm] = ACTIONS(1790), + [anon_sym___asm__] = ACTIONS(1790), + [sym_number_literal] = ACTIONS(1788), + [anon_sym_L_SQUOTE] = ACTIONS(1788), + [anon_sym_u_SQUOTE] = ACTIONS(1788), + [anon_sym_U_SQUOTE] = ACTIONS(1788), + [anon_sym_u8_SQUOTE] = ACTIONS(1788), + [anon_sym_SQUOTE] = ACTIONS(1788), + [anon_sym_L_DQUOTE] = ACTIONS(1788), + [anon_sym_u_DQUOTE] = ACTIONS(1788), + [anon_sym_U_DQUOTE] = ACTIONS(1788), + [anon_sym_u8_DQUOTE] = ACTIONS(1788), + [anon_sym_DQUOTE] = ACTIONS(1788), + [sym_true] = ACTIONS(1790), + [sym_false] = ACTIONS(1790), + [anon_sym_NULL] = ACTIONS(1790), + [anon_sym_nullptr] = ACTIONS(1790), + [sym_comment] = ACTIONS(3), + }, + [464] = { + [sym_type_qualifier] = STATE(690), + [sym__expression] = STATE(1030), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1797), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1801), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62627,53 +64646,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [446] = { - [sym_type_qualifier] = STATE(646), - [sym__expression] = STATE(1014), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(646), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [465] = { + [sym_type_qualifier] = STATE(690), + [sym__expression] = STATE(1052), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1805), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62700,53 +64719,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [447] = { - [sym_type_qualifier] = STATE(451), - [sym__expression] = STATE(1017), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(451), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [466] = { + [sym_type_qualifier] = STATE(471), + [sym__expression] = STATE(1055), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(471), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1807), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1809), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62773,53 +64792,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [448] = { - [sym_type_qualifier] = STATE(453), - [sym__expression] = STATE(992), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(453), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [467] = { + [sym_type_qualifier] = STATE(473), + [sym__expression] = STATE(1050), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(473), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1811), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62846,53 +64865,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [449] = { - [sym_type_qualifier] = STATE(646), - [sym__expression] = STATE(1018), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(646), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [468] = { + [sym_type_qualifier] = STATE(464), + [sym__expression] = STATE(1059), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(464), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1815), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1817), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62919,53 +64938,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [450] = { - [sym_type_qualifier] = STATE(449), - [sym__expression] = STATE(983), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(449), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [469] = { + [sym_type_qualifier] = STATE(690), + [sym__expression] = STATE(1039), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1819), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1821), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -62992,53 +65011,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [451] = { - [sym_type_qualifier] = STATE(646), - [sym__expression] = STATE(1000), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(646), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [470] = { + [sym_type_qualifier] = STATE(465), + [sym__expression] = STATE(1027), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(465), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1825), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -63065,53 +65084,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [452] = { - [sym_type_qualifier] = STATE(446), - [sym__expression] = STATE(1012), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(446), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [471] = { + [sym_type_qualifier] = STATE(690), + [sym__expression] = STATE(1060), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1827), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1829), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -63138,53 +65157,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [453] = { - [sym_type_qualifier] = STATE(646), - [sym__expression] = STATE(1003), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(802), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(802), - [sym_call_expression] = STATE(802), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(802), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(802), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym__type_definition_type_repeat1] = STATE(646), - [sym_identifier] = ACTIONS(1765), - [anon_sym_LPAREN2] = ACTIONS(1767), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_TILDE] = ACTIONS(1771), - [anon_sym_DASH] = ACTIONS(1769), - [anon_sym_PLUS] = ACTIONS(1769), + [472] = { + [sym_type_qualifier] = STATE(469), + [sym__expression] = STATE(1058), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(469), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), [anon_sym_STAR] = ACTIONS(1831), - [anon_sym_AMP] = ACTIONS(1773), - [anon_sym___extension__] = ACTIONS(1795), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), [anon_sym_RBRACK] = ACTIONS(1833), - [anon_sym_const] = ACTIONS(1795), - [anon_sym_constexpr] = ACTIONS(1795), - [anon_sym_volatile] = ACTIONS(1795), - [anon_sym_restrict] = ACTIONS(1795), - [anon_sym___restrict__] = ACTIONS(1795), - [anon_sym__Atomic] = ACTIONS(1795), - [anon_sym__Noreturn] = ACTIONS(1795), - [anon_sym_noreturn] = ACTIONS(1795), - [anon_sym_DASH_DASH] = ACTIONS(1775), - [anon_sym_PLUS_PLUS] = ACTIONS(1775), - [anon_sym_sizeof] = ACTIONS(1777), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), [anon_sym___alignof__] = ACTIONS(83), [anon_sym___alignof] = ACTIONS(83), [anon_sym__alignof] = ACTIONS(83), @@ -63211,143 +65230,144 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [454] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1855), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [473] = { + [sym_type_qualifier] = STATE(690), + [sym__expression] = STATE(1053), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(835), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(835), + [sym_call_expression] = STATE(835), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(835), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(835), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym__type_definition_type_repeat1] = STATE(690), + [sym_identifier] = ACTIONS(1771), + [anon_sym_LPAREN2] = ACTIONS(1773), + [anon_sym_BANG] = ACTIONS(1777), + [anon_sym_TILDE] = ACTIONS(1777), + [anon_sym_DASH] = ACTIONS(1775), + [anon_sym_PLUS] = ACTIONS(1775), + [anon_sym_STAR] = ACTIONS(1835), + [anon_sym_AMP] = ACTIONS(1779), + [anon_sym___extension__] = ACTIONS(1799), + [anon_sym_RBRACK] = ACTIONS(1837), + [anon_sym_const] = ACTIONS(1799), + [anon_sym_constexpr] = ACTIONS(1799), + [anon_sym_volatile] = ACTIONS(1799), + [anon_sym_restrict] = ACTIONS(1799), + [anon_sym___restrict__] = ACTIONS(1799), + [anon_sym__Atomic] = ACTIONS(1799), + [anon_sym__Noreturn] = ACTIONS(1799), + [anon_sym_noreturn] = ACTIONS(1799), + [anon_sym_DASH_DASH] = ACTIONS(1781), + [anon_sym_PLUS_PLUS] = ACTIONS(1781), + [anon_sym_sizeof] = ACTIONS(1783), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), [anon_sym_u8_DQUOTE] = ACTIONS(95), [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [455] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1859), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [474] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1856), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63355,71 +65375,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [456] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1855), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [475] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1860), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63427,71 +65447,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [457] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1861), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [476] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1865), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63499,71 +65519,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [458] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1863), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [477] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1867), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63571,71 +65591,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [459] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1863), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [478] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1869), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63643,71 +65663,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [460] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1859), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [479] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1860), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63715,71 +65735,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [461] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), + [480] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1860), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), [anon_sym_COLON] = ACTIONS(1865), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63787,71 +65807,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [462] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1867), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [481] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1863), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63859,71 +65879,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [463] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1865), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [482] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1871), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -63931,70 +65951,71 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [464] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1848), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_COLON] = ACTIONS(1867), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [483] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1860), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1869), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -64002,37 +66023,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [465] = { - [sym__expression] = STATE(931), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_initializer_list] = STATE(1359), - [sym_initializer_pair] = STATE(1359), - [sym_subscript_designator] = STATE(1276), - [sym_field_designator] = STATE(1276), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_initializer_pair_repeat1] = STATE(1276), - [sym_identifier] = ACTIONS(1755), - [anon_sym_COMMA] = ACTIONS(1869), + [484] = { + [sym__expression] = STATE(972), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_initializer_list] = STATE(1420), + [sym_initializer_pair] = STATE(1420), + [sym_subscript_designator] = STATE(1340), + [sym_field_designator] = STATE(1340), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_initializer_pair_repeat1] = STATE(1340), + [sym_identifier] = ACTIONS(1759), + [anon_sym_COMMA] = ACTIONS(1873), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64040,9 +66061,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_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1871), - [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1875), + [anon_sym_LBRACK] = ACTIONS(1877), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64055,7 +66076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(87), [anon_sym_asm] = ACTIONS(89), [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1875), + [anon_sym_DOT] = ACTIONS(1879), [sym_number_literal] = ACTIONS(153), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), @@ -64073,70 +66094,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [466] = { - [sym_string_literal] = STATE(626), - [sym_identifier] = ACTIONS(1835), - [anon_sym_COMMA] = ACTIONS(1837), - [anon_sym_LPAREN2] = ACTIONS(1839), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_PLUS] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1845), - [anon_sym_SLASH] = ACTIONS(1843), - [anon_sym_PERCENT] = ACTIONS(1843), - [anon_sym_PIPE_PIPE] = ACTIONS(1837), - [anon_sym_AMP_AMP] = ACTIONS(1837), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_CARET] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_EQ_EQ] = ACTIONS(1837), - [anon_sym_BANG_EQ] = ACTIONS(1837), - [anon_sym_GT] = ACTIONS(1843), - [anon_sym_GT_EQ] = ACTIONS(1837), - [anon_sym_LT_EQ] = ACTIONS(1837), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_LT_LT] = ACTIONS(1843), - [anon_sym_GT_GT] = ACTIONS(1843), - [anon_sym_SEMI] = ACTIONS(1837), - [anon_sym___extension__] = ACTIONS(1835), - [anon_sym_extern] = ACTIONS(1835), - [anon_sym___attribute__] = ACTIONS(1835), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1851), - [anon_sym___declspec] = ACTIONS(1835), - [anon_sym___based] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_EQ] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1835), - [anon_sym_auto] = ACTIONS(1835), - [anon_sym_register] = ACTIONS(1835), - [anon_sym_inline] = ACTIONS(1835), - [anon_sym___inline] = ACTIONS(1835), - [anon_sym___inline__] = ACTIONS(1835), - [anon_sym___forceinline] = ACTIONS(1835), - [anon_sym_thread_local] = ACTIONS(1835), - [anon_sym___thread] = ACTIONS(1835), - [anon_sym_const] = ACTIONS(1835), - [anon_sym_constexpr] = ACTIONS(1835), - [anon_sym_volatile] = ACTIONS(1835), - [anon_sym_restrict] = ACTIONS(1835), - [anon_sym___restrict__] = ACTIONS(1835), - [anon_sym__Atomic] = ACTIONS(1835), - [anon_sym__Noreturn] = ACTIONS(1835), - [anon_sym_noreturn] = ACTIONS(1835), - [anon_sym_QMARK] = ACTIONS(1837), - [anon_sym_STAR_EQ] = ACTIONS(1857), - [anon_sym_SLASH_EQ] = ACTIONS(1857), - [anon_sym_PERCENT_EQ] = ACTIONS(1857), - [anon_sym_PLUS_EQ] = ACTIONS(1857), - [anon_sym_DASH_EQ] = ACTIONS(1857), - [anon_sym_LT_LT_EQ] = ACTIONS(1857), - [anon_sym_GT_GT_EQ] = ACTIONS(1857), - [anon_sym_AMP_EQ] = ACTIONS(1857), - [anon_sym_CARET_EQ] = ACTIONS(1857), - [anon_sym_PIPE_EQ] = ACTIONS(1857), - [anon_sym_DASH_DASH] = ACTIONS(1837), - [anon_sym_PLUS_PLUS] = ACTIONS(1837), - [anon_sym_DOT] = ACTIONS(1837), - [anon_sym_DASH_GT] = ACTIONS(1837), + [485] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_COMMA] = ACTIONS(1841), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1841), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), [anon_sym_L_DQUOTE] = ACTIONS(95), [anon_sym_u_DQUOTE] = ACTIONS(95), [anon_sym_U_DQUOTE] = ACTIONS(95), @@ -64144,114 +66165,115 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [467] = { - [sym_preproc_def] = STATE(485), - [sym_preproc_function_def] = STATE(485), - [sym_preproc_call] = STATE(485), - [sym_preproc_elifdef] = STATE(1632), - [sym_preproc_if_in_field_declaration_list] = STATE(485), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(485), - [sym_preproc_else_in_field_declaration_list] = STATE(1632), - [sym_preproc_elif_in_field_declaration_list] = STATE(1632), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(485), - [sym_field_declaration] = STATE(485), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(485), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1883), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [aux_sym_preproc_elifdef_token1] = ACTIONS(117), - [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), - [anon_sym___extension__] = ACTIONS(47), - [anon_sym_extern] = ACTIONS(45), - [anon_sym___attribute__] = ACTIONS(33), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1211), - [anon_sym___declspec] = ACTIONS(37), - [anon_sym_signed] = ACTIONS(43), - [anon_sym_unsigned] = ACTIONS(43), - [anon_sym_long] = ACTIONS(43), - [anon_sym_short] = ACTIONS(43), - [anon_sym_static] = ACTIONS(45), - [anon_sym_auto] = ACTIONS(45), - [anon_sym_register] = ACTIONS(45), - [anon_sym_inline] = ACTIONS(45), - [anon_sym___inline] = ACTIONS(45), - [anon_sym___inline__] = ACTIONS(45), - [anon_sym___forceinline] = ACTIONS(45), - [anon_sym_thread_local] = ACTIONS(45), - [anon_sym___thread] = ACTIONS(45), - [anon_sym_const] = ACTIONS(47), - [anon_sym_constexpr] = ACTIONS(47), - [anon_sym_volatile] = ACTIONS(47), - [anon_sym_restrict] = ACTIONS(47), - [anon_sym___restrict__] = ACTIONS(47), - [anon_sym__Atomic] = ACTIONS(47), - [anon_sym__Noreturn] = ACTIONS(47), - [anon_sym_noreturn] = ACTIONS(47), - [sym_primitive_type] = ACTIONS(49), - [anon_sym_enum] = ACTIONS(51), - [anon_sym_struct] = ACTIONS(53), - [anon_sym_union] = ACTIONS(55), + [486] = { + [sym_string_literal] = STATE(647), + [sym_identifier] = ACTIONS(1839), + [anon_sym_LPAREN2] = ACTIONS(1843), + [anon_sym_DASH] = ACTIONS(1847), + [anon_sym_PLUS] = ACTIONS(1847), + [anon_sym_STAR] = ACTIONS(1849), + [anon_sym_SLASH] = ACTIONS(1847), + [anon_sym_PERCENT] = ACTIONS(1847), + [anon_sym_PIPE_PIPE] = ACTIONS(1841), + [anon_sym_AMP_AMP] = ACTIONS(1841), + [anon_sym_PIPE] = ACTIONS(1847), + [anon_sym_CARET] = ACTIONS(1847), + [anon_sym_AMP] = ACTIONS(1847), + [anon_sym_EQ_EQ] = ACTIONS(1841), + [anon_sym_BANG_EQ] = ACTIONS(1841), + [anon_sym_GT] = ACTIONS(1847), + [anon_sym_GT_EQ] = ACTIONS(1841), + [anon_sym_LT_EQ] = ACTIONS(1841), + [anon_sym_LT] = ACTIONS(1847), + [anon_sym_LT_LT] = ACTIONS(1847), + [anon_sym_GT_GT] = ACTIONS(1847), + [anon_sym_SEMI] = ACTIONS(1860), + [anon_sym___extension__] = ACTIONS(1839), + [anon_sym_extern] = ACTIONS(1839), + [anon_sym___attribute__] = ACTIONS(1839), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1852), + [anon_sym___declspec] = ACTIONS(1839), + [anon_sym___based] = ACTIONS(1839), + [anon_sym_LBRACK] = ACTIONS(1847), + [anon_sym_EQ] = ACTIONS(1854), + [anon_sym_static] = ACTIONS(1839), + [anon_sym_auto] = ACTIONS(1839), + [anon_sym_register] = ACTIONS(1839), + [anon_sym_inline] = ACTIONS(1839), + [anon_sym___inline] = ACTIONS(1839), + [anon_sym___inline__] = ACTIONS(1839), + [anon_sym___forceinline] = ACTIONS(1839), + [anon_sym_thread_local] = ACTIONS(1839), + [anon_sym___thread] = ACTIONS(1839), + [anon_sym_const] = ACTIONS(1839), + [anon_sym_constexpr] = ACTIONS(1839), + [anon_sym_volatile] = ACTIONS(1839), + [anon_sym_restrict] = ACTIONS(1839), + [anon_sym___restrict__] = ACTIONS(1839), + [anon_sym__Atomic] = ACTIONS(1839), + [anon_sym__Noreturn] = ACTIONS(1839), + [anon_sym_noreturn] = ACTIONS(1839), + [anon_sym_COLON] = ACTIONS(1856), + [anon_sym_QMARK] = ACTIONS(1841), + [anon_sym_STAR_EQ] = ACTIONS(1858), + [anon_sym_SLASH_EQ] = ACTIONS(1858), + [anon_sym_PERCENT_EQ] = ACTIONS(1858), + [anon_sym_PLUS_EQ] = ACTIONS(1858), + [anon_sym_DASH_EQ] = ACTIONS(1858), + [anon_sym_LT_LT_EQ] = ACTIONS(1858), + [anon_sym_GT_GT_EQ] = ACTIONS(1858), + [anon_sym_AMP_EQ] = ACTIONS(1858), + [anon_sym_CARET_EQ] = ACTIONS(1858), + [anon_sym_PIPE_EQ] = ACTIONS(1858), + [anon_sym_DASH_DASH] = ACTIONS(1841), + [anon_sym_PLUS_PLUS] = ACTIONS(1841), + [anon_sym_DOT] = ACTIONS(1841), + [anon_sym_DASH_GT] = ACTIONS(1841), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), [sym_comment] = ACTIONS(3), }, - [468] = { - [sym_preproc_def] = STATE(467), - [sym_preproc_function_def] = STATE(467), - [sym_preproc_call] = STATE(467), - [sym_preproc_elifdef] = STATE(1646), - [sym_preproc_if_in_field_declaration_list] = STATE(467), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(467), - [sym_preproc_else_in_field_declaration_list] = STATE(1646), - [sym_preproc_elif_in_field_declaration_list] = STATE(1646), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(467), - [sym_field_declaration] = STATE(467), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(467), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1893), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), + [487] = { + [sym_preproc_def] = STATE(508), + [sym_preproc_function_def] = STATE(508), + [sym_preproc_call] = STATE(508), + [sym_preproc_elifdef] = STATE(1741), + [sym_preproc_if_in_field_declaration_list] = STATE(508), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(508), + [sym_preproc_else_in_field_declaration_list] = STATE(1741), + [sym_preproc_elif_in_field_declaration_list] = STATE(1741), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(508), + [sym_field_declaration] = STATE(508), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(508), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1887), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), [aux_sym_preproc_elifdef_token1] = ACTIONS(117), [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -64284,53 +66306,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [469] = { - [sym_preproc_def] = STATE(485), - [sym_preproc_function_def] = STATE(485), - [sym_preproc_call] = STATE(485), - [sym_preproc_elifdef] = STATE(1687), - [sym_preproc_if_in_field_declaration_list] = STATE(485), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(485), - [sym_preproc_else_in_field_declaration_list] = STATE(1687), - [sym_preproc_elif_in_field_declaration_list] = STATE(1687), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(485), - [sym_field_declaration] = STATE(485), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(485), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1895), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [aux_sym_preproc_elifdef_token1] = ACTIONS(117), - [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [488] = { + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1131), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_ms_based_modifier] = STATE(1681), + [sym__declarator] = STATE(1320), + [sym__abstract_declarator] = STATE(1393), + [sym_parenthesized_declarator] = STATE(1269), + [sym_abstract_parenthesized_declarator] = STATE(1356), + [sym_attributed_declarator] = STATE(1269), + [sym_pointer_declarator] = STATE(1269), + [sym_abstract_pointer_declarator] = STATE(1356), + [sym_function_declarator] = STATE(1269), + [sym_abstract_function_declarator] = STATE(1356), + [sym_array_declarator] = STATE(1269), + [sym_abstract_array_declarator] = STATE(1356), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym_variadic_parameter] = STATE(1434), + [sym_parameter_list] = STATE(1355), + [sym_parameter_declaration] = STATE(1434), + [sym_macro_type_specifier] = STATE(895), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1897), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1899), + [anon_sym_RPAREN] = ACTIONS(1901), + [anon_sym_LPAREN2] = ACTIONS(1903), + [anon_sym_STAR] = ACTIONS(1905), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(1211), [anon_sym___declspec] = ACTIONS(37), + [anon_sym___based] = ACTIONS(1907), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), [anon_sym_short] = ACTIONS(43), + [anon_sym_LBRACK] = ACTIONS(1909), [anon_sym_static] = ACTIONS(45), [anon_sym_auto] = ACTIONS(45), [anon_sym_register] = ACTIONS(45), @@ -64354,36 +66376,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [470] = { - [sym__expression] = STATE(945), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_initializer_list] = STATE(1477), - [sym_initializer_pair] = STATE(1477), - [sym_subscript_designator] = STATE(1276), - [sym_field_designator] = STATE(1276), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_initializer_pair_repeat1] = STATE(1276), - [sym_identifier] = ACTIONS(1755), + [489] = { + [sym__expression] = STATE(976), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_initializer_list] = STATE(1513), + [sym_initializer_pair] = STATE(1513), + [sym_subscript_designator] = STATE(1340), + [sym_field_designator] = STATE(1340), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_initializer_pair_repeat1] = STATE(1340), + [sym_identifier] = ACTIONS(1759), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64391,9 +66413,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_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1897), - [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1911), + [anon_sym_LBRACK] = ACTIONS(1877), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64406,7 +66428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(87), [anon_sym_asm] = ACTIONS(89), [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1875), + [anon_sym_DOT] = ACTIONS(1879), [sym_number_literal] = ACTIONS(153), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), @@ -64424,53 +66446,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [471] = { - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1056), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_ms_based_modifier] = STATE(1548), - [sym__declarator] = STATE(1270), - [sym__abstract_declarator] = STATE(1348), - [sym_parenthesized_declarator] = STATE(1219), - [sym_abstract_parenthesized_declarator] = STATE(1291), - [sym_attributed_declarator] = STATE(1219), - [sym_pointer_declarator] = STATE(1219), - [sym_abstract_pointer_declarator] = STATE(1291), - [sym_function_declarator] = STATE(1219), - [sym_abstract_function_declarator] = STATE(1291), - [sym_array_declarator] = STATE(1219), - [sym_abstract_array_declarator] = STATE(1291), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym_variadic_parameter] = STATE(1376), - [sym_parameter_list] = STATE(1302), - [sym_parameter_declaration] = STATE(1376), - [sym_macro_type_specifier] = STATE(859), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1899), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1901), - [anon_sym_RPAREN] = ACTIONS(1903), - [anon_sym_LPAREN2] = ACTIONS(1905), - [anon_sym_STAR] = ACTIONS(1907), + [490] = { + [sym_preproc_def] = STATE(492), + [sym_preproc_function_def] = STATE(492), + [sym_preproc_call] = STATE(492), + [sym_preproc_elifdef] = STATE(1731), + [sym_preproc_if_in_field_declaration_list] = STATE(492), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(492), + [sym_preproc_else_in_field_declaration_list] = STATE(1731), + [sym_preproc_elif_in_field_declaration_list] = STATE(1731), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(492), + [sym_field_declaration] = STATE(492), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(492), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1913), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [aux_sym_preproc_elifdef_token1] = ACTIONS(117), + [aux_sym_preproc_elifdef_token2] = ACTIONS(117), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), [anon_sym_LBRACK_LBRACK] = ACTIONS(1211), [anon_sym___declspec] = ACTIONS(37), - [anon_sym___based] = ACTIONS(1909), [anon_sym_signed] = ACTIONS(43), [anon_sym_unsigned] = ACTIONS(43), [anon_sym_long] = ACTIONS(43), [anon_sym_short] = ACTIONS(43), - [anon_sym_LBRACK] = ACTIONS(1911), [anon_sym_static] = ACTIONS(45), [anon_sym_auto] = ACTIONS(45), [anon_sym_register] = ACTIONS(45), @@ -64494,44 +66516,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [472] = { - [sym_preproc_def] = STATE(473), - [sym_preproc_function_def] = STATE(473), - [sym_preproc_call] = STATE(473), - [sym_preproc_elifdef] = STATE(1579), - [sym_preproc_if_in_field_declaration_list] = STATE(473), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(473), - [sym_preproc_else_in_field_declaration_list] = STATE(1579), - [sym_preproc_elif_in_field_declaration_list] = STATE(1579), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(473), - [sym_field_declaration] = STATE(473), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(473), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1913), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), + [491] = { + [sym_preproc_def] = STATE(494), + [sym_preproc_function_def] = STATE(494), + [sym_preproc_call] = STATE(494), + [sym_preproc_elifdef] = STATE(1683), + [sym_preproc_if_in_field_declaration_list] = STATE(494), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(494), + [sym_preproc_else_in_field_declaration_list] = STATE(1683), + [sym_preproc_elif_in_field_declaration_list] = STATE(1683), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(494), + [sym_field_declaration] = STATE(494), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(494), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1915), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), [aux_sym_preproc_elifdef_token1] = ACTIONS(117), [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -64564,44 +66586,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [473] = { - [sym_preproc_def] = STATE(485), - [sym_preproc_function_def] = STATE(485), - [sym_preproc_call] = STATE(485), - [sym_preproc_elifdef] = STATE(1522), - [sym_preproc_if_in_field_declaration_list] = STATE(485), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(485), - [sym_preproc_else_in_field_declaration_list] = STATE(1522), - [sym_preproc_elif_in_field_declaration_list] = STATE(1522), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(485), - [sym_field_declaration] = STATE(485), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(485), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1915), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), + [492] = { + [sym_preproc_def] = STATE(508), + [sym_preproc_function_def] = STATE(508), + [sym_preproc_call] = STATE(508), + [sym_preproc_elifdef] = STATE(1746), + [sym_preproc_if_in_field_declaration_list] = STATE(508), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(508), + [sym_preproc_else_in_field_declaration_list] = STATE(1746), + [sym_preproc_elif_in_field_declaration_list] = STATE(1746), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(508), + [sym_field_declaration] = STATE(508), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(508), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1917), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), [aux_sym_preproc_elifdef_token1] = ACTIONS(117), [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -64634,44 +66656,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [474] = { - [sym_preproc_def] = STATE(475), - [sym_preproc_function_def] = STATE(475), - [sym_preproc_call] = STATE(475), - [sym_preproc_elifdef] = STATE(1626), - [sym_preproc_if_in_field_declaration_list] = STATE(475), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(475), - [sym_preproc_else_in_field_declaration_list] = STATE(1626), - [sym_preproc_elif_in_field_declaration_list] = STATE(1626), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(475), - [sym_field_declaration] = STATE(475), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(475), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1917), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), + [493] = { + [sym_preproc_def] = STATE(487), + [sym_preproc_function_def] = STATE(487), + [sym_preproc_call] = STATE(487), + [sym_preproc_elifdef] = STATE(1680), + [sym_preproc_if_in_field_declaration_list] = STATE(487), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(487), + [sym_preproc_else_in_field_declaration_list] = STATE(1680), + [sym_preproc_elif_in_field_declaration_list] = STATE(1680), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(487), + [sym_field_declaration] = STATE(487), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(487), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1919), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [aux_sym_preproc_elifdef_token1] = ACTIONS(117), + [aux_sym_preproc_elifdef_token2] = ACTIONS(117), + [sym_preproc_directive] = ACTIONS(1895), + [anon_sym___extension__] = ACTIONS(47), + [anon_sym_extern] = ACTIONS(45), + [anon_sym___attribute__] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1211), + [anon_sym___declspec] = ACTIONS(37), + [anon_sym_signed] = ACTIONS(43), + [anon_sym_unsigned] = ACTIONS(43), + [anon_sym_long] = ACTIONS(43), + [anon_sym_short] = ACTIONS(43), + [anon_sym_static] = ACTIONS(45), + [anon_sym_auto] = ACTIONS(45), + [anon_sym_register] = ACTIONS(45), + [anon_sym_inline] = ACTIONS(45), + [anon_sym___inline] = ACTIONS(45), + [anon_sym___inline__] = ACTIONS(45), + [anon_sym___forceinline] = ACTIONS(45), + [anon_sym_thread_local] = ACTIONS(45), + [anon_sym___thread] = ACTIONS(45), + [anon_sym_const] = ACTIONS(47), + [anon_sym_constexpr] = ACTIONS(47), + [anon_sym_volatile] = ACTIONS(47), + [anon_sym_restrict] = ACTIONS(47), + [anon_sym___restrict__] = ACTIONS(47), + [anon_sym__Atomic] = ACTIONS(47), + [anon_sym__Noreturn] = ACTIONS(47), + [anon_sym_noreturn] = ACTIONS(47), + [sym_primitive_type] = ACTIONS(49), + [anon_sym_enum] = ACTIONS(51), + [anon_sym_struct] = ACTIONS(53), + [anon_sym_union] = ACTIONS(55), + [sym_comment] = ACTIONS(3), + }, + [494] = { + [sym_preproc_def] = STATE(508), + [sym_preproc_function_def] = STATE(508), + [sym_preproc_call] = STATE(508), + [sym_preproc_elifdef] = STATE(1666), + [sym_preproc_if_in_field_declaration_list] = STATE(508), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(508), + [sym_preproc_else_in_field_declaration_list] = STATE(1666), + [sym_preproc_elif_in_field_declaration_list] = STATE(1666), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(508), + [sym_field_declaration] = STATE(508), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(508), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1921), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), [aux_sym_preproc_elifdef_token1] = ACTIONS(117), [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -64704,44 +66796,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [475] = { - [sym_preproc_def] = STATE(485), - [sym_preproc_function_def] = STATE(485), - [sym_preproc_call] = STATE(485), - [sym_preproc_elifdef] = STATE(1613), - [sym_preproc_if_in_field_declaration_list] = STATE(485), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(485), - [sym_preproc_else_in_field_declaration_list] = STATE(1613), - [sym_preproc_elif_in_field_declaration_list] = STATE(1613), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(485), - [sym_field_declaration] = STATE(485), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(485), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1919), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), + [495] = { + [sym__expression] = STATE(976), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_initializer_list] = STATE(1513), + [sym_initializer_pair] = STATE(1513), + [sym_subscript_designator] = STATE(1340), + [sym_field_designator] = STATE(1340), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_initializer_pair_repeat1] = STATE(1340), + [sym_identifier] = ACTIONS(1759), + [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_LBRACE] = ACTIONS(1427), + [anon_sym_RBRACE] = ACTIONS(1923), + [anon_sym_LBRACK] = ACTIONS(1877), + [anon_sym_DASH_DASH] = ACTIONS(79), + [anon_sym_PLUS_PLUS] = ACTIONS(79), + [anon_sym_sizeof] = ACTIONS(81), + [anon_sym___alignof__] = ACTIONS(83), + [anon_sym___alignof] = ACTIONS(83), + [anon_sym__alignof] = ACTIONS(83), + [anon_sym_alignof] = ACTIONS(83), + [anon_sym__Alignof] = ACTIONS(83), + [anon_sym_offsetof] = ACTIONS(85), + [anon_sym__Generic] = ACTIONS(87), + [anon_sym_asm] = ACTIONS(89), + [anon_sym___asm__] = ACTIONS(89), + [anon_sym_DOT] = ACTIONS(1879), + [sym_number_literal] = ACTIONS(153), + [anon_sym_L_SQUOTE] = ACTIONS(93), + [anon_sym_u_SQUOTE] = ACTIONS(93), + [anon_sym_U_SQUOTE] = ACTIONS(93), + [anon_sym_u8_SQUOTE] = ACTIONS(93), + [anon_sym_SQUOTE] = ACTIONS(93), + [anon_sym_L_DQUOTE] = ACTIONS(95), + [anon_sym_u_DQUOTE] = ACTIONS(95), + [anon_sym_U_DQUOTE] = ACTIONS(95), + [anon_sym_u8_DQUOTE] = ACTIONS(95), + [anon_sym_DQUOTE] = ACTIONS(95), + [sym_true] = ACTIONS(155), + [sym_false] = ACTIONS(155), + [anon_sym_NULL] = ACTIONS(99), + [anon_sym_nullptr] = ACTIONS(99), + [sym_comment] = ACTIONS(3), + }, + [496] = { + [sym_preproc_def] = STATE(508), + [sym_preproc_function_def] = STATE(508), + [sym_preproc_call] = STATE(508), + [sym_preproc_elifdef] = STATE(1632), + [sym_preproc_if_in_field_declaration_list] = STATE(508), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(508), + [sym_preproc_else_in_field_declaration_list] = STATE(1632), + [sym_preproc_elif_in_field_declaration_list] = STATE(1632), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(508), + [sym_field_declaration] = STATE(508), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(508), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1925), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), [aux_sym_preproc_elifdef_token1] = ACTIONS(117), [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -64774,44 +66936,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [476] = { - [sym_preproc_def] = STATE(469), - [sym_preproc_function_def] = STATE(469), - [sym_preproc_call] = STATE(469), - [sym_preproc_elifdef] = STATE(1700), - [sym_preproc_if_in_field_declaration_list] = STATE(469), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(469), - [sym_preproc_else_in_field_declaration_list] = STATE(1700), - [sym_preproc_elif_in_field_declaration_list] = STATE(1700), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(469), - [sym_field_declaration] = STATE(469), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(469), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1879), - [aux_sym_preproc_if_token1] = ACTIONS(1881), - [aux_sym_preproc_if_token2] = ACTIONS(1921), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1885), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1885), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), + [497] = { + [sym_preproc_def] = STATE(496), + [sym_preproc_function_def] = STATE(496), + [sym_preproc_call] = STATE(496), + [sym_preproc_elifdef] = STATE(1641), + [sym_preproc_if_in_field_declaration_list] = STATE(496), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(496), + [sym_preproc_else_in_field_declaration_list] = STATE(1641), + [sym_preproc_elif_in_field_declaration_list] = STATE(1641), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(496), + [sym_field_declaration] = STATE(496), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(496), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1883), + [aux_sym_preproc_if_token1] = ACTIONS(1885), + [aux_sym_preproc_if_token2] = ACTIONS(1927), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1889), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1889), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), [aux_sym_preproc_elifdef_token1] = ACTIONS(117), [aux_sym_preproc_elifdef_token2] = ACTIONS(117), - [sym_preproc_directive] = ACTIONS(1891), + [sym_preproc_directive] = ACTIONS(1895), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -64844,36 +67006,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [477] = { - [sym__expression] = STATE(945), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_initializer_list] = STATE(1477), - [sym_initializer_pair] = STATE(1477), - [sym_subscript_designator] = STATE(1276), - [sym_field_designator] = STATE(1276), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_initializer_pair_repeat1] = STATE(1276), - [sym_identifier] = ACTIONS(1755), + [498] = { + [sym__expression] = STATE(976), + [sym__expression_not_binary] = STATE(726), + [sym_conditional_expression] = STATE(726), + [sym_assignment_expression] = STATE(726), + [sym_pointer_expression] = STATE(753), + [sym_unary_expression] = STATE(726), + [sym_binary_expression] = STATE(726), + [sym_update_expression] = STATE(726), + [sym_cast_expression] = STATE(726), + [sym_sizeof_expression] = STATE(726), + [sym_alignof_expression] = STATE(726), + [sym_offsetof_expression] = STATE(726), + [sym_generic_expression] = STATE(726), + [sym_subscript_expression] = STATE(753), + [sym_call_expression] = STATE(753), + [sym_gnu_asm_expression] = STATE(726), + [sym_field_expression] = STATE(753), + [sym_compound_literal_expression] = STATE(726), + [sym_parenthesized_expression] = STATE(753), + [sym_initializer_list] = STATE(1513), + [sym_initializer_pair] = STATE(1513), + [sym_subscript_designator] = STATE(1340), + [sym_field_designator] = STATE(1340), + [sym_char_literal] = STATE(726), + [sym_concatenated_string] = STATE(726), + [sym_string_literal] = STATE(675), + [sym_null] = STATE(726), + [aux_sym_initializer_pair_repeat1] = STATE(1340), + [sym_identifier] = ACTIONS(1759), [anon_sym_LPAREN2] = ACTIONS(19), [anon_sym_BANG] = ACTIONS(21), [anon_sym_TILDE] = ACTIONS(21), @@ -64881,78 +67043,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_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1923), - [anon_sym_LBRACK] = ACTIONS(1873), - [anon_sym_DASH_DASH] = ACTIONS(79), - [anon_sym_PLUS_PLUS] = ACTIONS(79), - [anon_sym_sizeof] = ACTIONS(81), - [anon_sym___alignof__] = ACTIONS(83), - [anon_sym___alignof] = ACTIONS(83), - [anon_sym__alignof] = ACTIONS(83), - [anon_sym_alignof] = ACTIONS(83), - [anon_sym__Alignof] = ACTIONS(83), - [anon_sym_offsetof] = ACTIONS(85), - [anon_sym__Generic] = ACTIONS(87), - [anon_sym_asm] = ACTIONS(89), - [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1875), - [sym_number_literal] = ACTIONS(153), - [anon_sym_L_SQUOTE] = ACTIONS(93), - [anon_sym_u_SQUOTE] = ACTIONS(93), - [anon_sym_U_SQUOTE] = ACTIONS(93), - [anon_sym_u8_SQUOTE] = ACTIONS(93), - [anon_sym_SQUOTE] = ACTIONS(93), - [anon_sym_L_DQUOTE] = ACTIONS(95), - [anon_sym_u_DQUOTE] = ACTIONS(95), - [anon_sym_U_DQUOTE] = ACTIONS(95), - [anon_sym_u8_DQUOTE] = ACTIONS(95), - [anon_sym_DQUOTE] = ACTIONS(95), - [sym_true] = ACTIONS(155), - [sym_false] = ACTIONS(155), - [anon_sym_NULL] = ACTIONS(99), - [anon_sym_nullptr] = ACTIONS(99), - [sym_comment] = ACTIONS(3), - }, - [478] = { - [sym__expression] = STATE(945), - [sym__expression_not_binary] = STATE(688), - [sym_conditional_expression] = STATE(688), - [sym_assignment_expression] = STATE(688), - [sym_pointer_expression] = STATE(713), - [sym_unary_expression] = STATE(688), - [sym_binary_expression] = STATE(688), - [sym_update_expression] = STATE(688), - [sym_cast_expression] = STATE(688), - [sym_sizeof_expression] = STATE(688), - [sym_alignof_expression] = STATE(688), - [sym_offsetof_expression] = STATE(688), - [sym_generic_expression] = STATE(688), - [sym_subscript_expression] = STATE(713), - [sym_call_expression] = STATE(713), - [sym_gnu_asm_expression] = STATE(688), - [sym_field_expression] = STATE(713), - [sym_compound_literal_expression] = STATE(688), - [sym_parenthesized_expression] = STATE(713), - [sym_initializer_list] = STATE(1477), - [sym_initializer_pair] = STATE(1477), - [sym_subscript_designator] = STATE(1276), - [sym_field_designator] = STATE(1276), - [sym_char_literal] = STATE(688), - [sym_concatenated_string] = STATE(688), - [sym_string_literal] = STATE(642), - [sym_null] = STATE(688), - [aux_sym_initializer_pair_repeat1] = STATE(1276), - [sym_identifier] = ACTIONS(1755), - [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_LBRACE] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1873), + [anon_sym_LBRACE] = ACTIONS(1427), + [anon_sym_LBRACK] = ACTIONS(1877), [anon_sym_DASH_DASH] = ACTIONS(79), [anon_sym_PLUS_PLUS] = ACTIONS(79), [anon_sym_sizeof] = ACTIONS(81), @@ -64965,7 +67057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym__Generic] = ACTIONS(87), [anon_sym_asm] = ACTIONS(89), [anon_sym___asm__] = ACTIONS(89), - [anon_sym_DOT] = ACTIONS(1875), + [anon_sym_DOT] = ACTIONS(1879), [sym_number_literal] = ACTIONS(153), [anon_sym_L_SQUOTE] = ACTIONS(93), [anon_sym_u_SQUOTE] = ACTIONS(93), @@ -64983,41 +67075,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_nullptr] = ACTIONS(99), [sym_comment] = ACTIONS(3), }, - [479] = { - [sym_preproc_def] = STATE(492), - [sym_preproc_function_def] = STATE(492), - [sym_preproc_call] = STATE(492), - [sym_preproc_if_in_field_declaration_list] = STATE(492), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(492), - [sym_preproc_else_in_field_declaration_list] = STATE(1612), - [sym_preproc_elif_in_field_declaration_list] = STATE(1612), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(492), - [sym_field_declaration] = STATE(492), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(492), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1929), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [499] = { + [sym_preproc_def] = STATE(502), + [sym_preproc_function_def] = STATE(502), + [sym_preproc_call] = STATE(502), + [sym_preproc_if_in_field_declaration_list] = STATE(502), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(502), + [sym_preproc_else_in_field_declaration_list] = STATE(1634), + [sym_preproc_elif_in_field_declaration_list] = STATE(1634), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(502), + [sym_field_declaration] = STATE(502), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(502), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1933), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65050,41 +67142,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [480] = { - [sym_preproc_def] = STATE(492), - [sym_preproc_function_def] = STATE(492), - [sym_preproc_call] = STATE(492), - [sym_preproc_if_in_field_declaration_list] = STATE(492), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(492), - [sym_preproc_else_in_field_declaration_list] = STATE(1523), - [sym_preproc_elif_in_field_declaration_list] = STATE(1523), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(492), - [sym_field_declaration] = STATE(492), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(492), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1935), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [500] = { + [sym_preproc_def] = STATE(512), + [sym_preproc_function_def] = STATE(512), + [sym_preproc_call] = STATE(512), + [sym_preproc_if_in_field_declaration_list] = STATE(512), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(512), + [sym_preproc_else_in_field_declaration_list] = STATE(1662), + [sym_preproc_elif_in_field_declaration_list] = STATE(1662), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(512), + [sym_field_declaration] = STATE(512), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(512), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1939), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65117,41 +67209,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [481] = { - [sym_preproc_def] = STATE(492), - [sym_preproc_function_def] = STATE(492), - [sym_preproc_call] = STATE(492), - [sym_preproc_if_in_field_declaration_list] = STATE(492), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(492), - [sym_preproc_else_in_field_declaration_list] = STATE(1690), - [sym_preproc_elif_in_field_declaration_list] = STATE(1690), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(492), - [sym_field_declaration] = STATE(492), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(492), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1937), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [501] = { + [sym_preproc_def] = STATE(512), + [sym_preproc_function_def] = STATE(512), + [sym_preproc_call] = STATE(512), + [sym_preproc_if_in_field_declaration_list] = STATE(512), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(512), + [sym_preproc_else_in_field_declaration_list] = STATE(1747), + [sym_preproc_elif_in_field_declaration_list] = STATE(1747), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(512), + [sym_field_declaration] = STATE(512), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(512), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1941), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65184,41 +67276,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [482] = { - [sym_preproc_def] = STATE(492), - [sym_preproc_function_def] = STATE(492), - [sym_preproc_call] = STATE(492), - [sym_preproc_if_in_field_declaration_list] = STATE(492), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(492), - [sym_preproc_else_in_field_declaration_list] = STATE(1590), - [sym_preproc_elif_in_field_declaration_list] = STATE(1590), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(492), - [sym_field_declaration] = STATE(492), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(492), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1939), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [502] = { + [sym_preproc_def] = STATE(512), + [sym_preproc_function_def] = STATE(512), + [sym_preproc_call] = STATE(512), + [sym_preproc_if_in_field_declaration_list] = STATE(512), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(512), + [sym_preproc_else_in_field_declaration_list] = STATE(1631), + [sym_preproc_elif_in_field_declaration_list] = STATE(1631), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(512), + [sym_field_declaration] = STATE(512), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(512), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1943), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65251,41 +67343,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [483] = { - [sym_preproc_def] = STATE(482), - [sym_preproc_function_def] = STATE(482), - [sym_preproc_call] = STATE(482), - [sym_preproc_if_in_field_declaration_list] = STATE(482), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(482), - [sym_preproc_else_in_field_declaration_list] = STATE(1603), - [sym_preproc_elif_in_field_declaration_list] = STATE(1603), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(482), - [sym_field_declaration] = STATE(482), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(482), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1941), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [503] = { + [sym_preproc_def] = STATE(500), + [sym_preproc_function_def] = STATE(500), + [sym_preproc_call] = STATE(500), + [sym_preproc_if_in_field_declaration_list] = STATE(500), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(500), + [sym_preproc_else_in_field_declaration_list] = STATE(1669), + [sym_preproc_elif_in_field_declaration_list] = STATE(1669), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(500), + [sym_field_declaration] = STATE(500), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(500), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1945), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65318,41 +67410,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [484] = { - [sym_preproc_def] = STATE(492), - [sym_preproc_function_def] = STATE(492), - [sym_preproc_call] = STATE(492), - [sym_preproc_if_in_field_declaration_list] = STATE(492), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(492), - [sym_preproc_else_in_field_declaration_list] = STATE(1678), - [sym_preproc_elif_in_field_declaration_list] = STATE(1678), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(492), - [sym_field_declaration] = STATE(492), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(492), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1943), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [504] = { + [sym_preproc_def] = STATE(512), + [sym_preproc_function_def] = STATE(512), + [sym_preproc_call] = STATE(512), + [sym_preproc_if_in_field_declaration_list] = STATE(512), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(512), + [sym_preproc_else_in_field_declaration_list] = STATE(1789), + [sym_preproc_elif_in_field_declaration_list] = STATE(1789), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(512), + [sym_field_declaration] = STATE(512), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(512), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1947), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65385,108 +67477,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [485] = { - [sym_preproc_def] = STATE(485), - [sym_preproc_function_def] = STATE(485), - [sym_preproc_call] = STATE(485), - [sym_preproc_if_in_field_declaration_list] = STATE(485), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(485), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1163), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(485), - [sym_field_declaration] = STATE(485), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(485), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1945), - [aux_sym_preproc_def_token1] = ACTIONS(1948), - [aux_sym_preproc_if_token1] = ACTIONS(1951), - [aux_sym_preproc_if_token2] = ACTIONS(1954), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1956), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1956), - [aux_sym_preproc_else_token1] = ACTIONS(1954), - [aux_sym_preproc_elif_token1] = ACTIONS(1954), - [aux_sym_preproc_elifdef_token1] = ACTIONS(1954), - [aux_sym_preproc_elifdef_token2] = ACTIONS(1954), - [sym_preproc_directive] = ACTIONS(1959), - [anon_sym___extension__] = ACTIONS(1962), - [anon_sym_extern] = ACTIONS(1965), - [anon_sym___attribute__] = ACTIONS(1968), - [anon_sym_LBRACK_LBRACK] = ACTIONS(1971), - [anon_sym___declspec] = ACTIONS(1974), - [anon_sym_signed] = ACTIONS(1977), - [anon_sym_unsigned] = ACTIONS(1977), - [anon_sym_long] = ACTIONS(1977), - [anon_sym_short] = ACTIONS(1977), - [anon_sym_static] = ACTIONS(1965), - [anon_sym_auto] = ACTIONS(1965), - [anon_sym_register] = ACTIONS(1965), - [anon_sym_inline] = ACTIONS(1965), - [anon_sym___inline] = ACTIONS(1965), - [anon_sym___inline__] = ACTIONS(1965), - [anon_sym___forceinline] = ACTIONS(1965), - [anon_sym_thread_local] = ACTIONS(1965), - [anon_sym___thread] = ACTIONS(1965), - [anon_sym_const] = ACTIONS(1962), - [anon_sym_constexpr] = ACTIONS(1962), - [anon_sym_volatile] = ACTIONS(1962), - [anon_sym_restrict] = ACTIONS(1962), - [anon_sym___restrict__] = ACTIONS(1962), - [anon_sym__Atomic] = ACTIONS(1962), - [anon_sym__Noreturn] = ACTIONS(1962), - [anon_sym_noreturn] = ACTIONS(1962), - [sym_primitive_type] = ACTIONS(1980), - [anon_sym_enum] = ACTIONS(1983), - [anon_sym_struct] = ACTIONS(1986), - [anon_sym_union] = ACTIONS(1989), - [sym_comment] = ACTIONS(3), - }, - [486] = { - [sym_preproc_def] = STATE(479), - [sym_preproc_function_def] = STATE(479), - [sym_preproc_call] = STATE(479), - [sym_preproc_if_in_field_declaration_list] = STATE(479), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(479), - [sym_preproc_else_in_field_declaration_list] = STATE(1618), - [sym_preproc_elif_in_field_declaration_list] = STATE(1618), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(479), - [sym_field_declaration] = STATE(479), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(479), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1992), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [505] = { + [sym_preproc_def] = STATE(512), + [sym_preproc_function_def] = STATE(512), + [sym_preproc_call] = STATE(512), + [sym_preproc_if_in_field_declaration_list] = STATE(512), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(512), + [sym_preproc_else_in_field_declaration_list] = STATE(1768), + [sym_preproc_elif_in_field_declaration_list] = STATE(1768), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(512), + [sym_field_declaration] = STATE(512), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(512), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1949), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65519,41 +67544,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [487] = { - [sym_preproc_def] = STATE(484), - [sym_preproc_function_def] = STATE(484), - [sym_preproc_call] = STATE(484), - [sym_preproc_if_in_field_declaration_list] = STATE(484), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(484), - [sym_preproc_else_in_field_declaration_list] = STATE(1695), - [sym_preproc_elif_in_field_declaration_list] = STATE(1695), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(484), - [sym_field_declaration] = STATE(484), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(484), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1994), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [506] = { + [sym_preproc_def] = STATE(504), + [sym_preproc_function_def] = STATE(504), + [sym_preproc_call] = STATE(504), + [sym_preproc_if_in_field_declaration_list] = STATE(504), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(504), + [sym_preproc_else_in_field_declaration_list] = STATE(1780), + [sym_preproc_elif_in_field_declaration_list] = STATE(1780), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(504), + [sym_field_declaration] = STATE(504), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(504), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1951), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65586,41 +67611,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [488] = { - [sym_preproc_def] = STATE(480), - [sym_preproc_function_def] = STATE(480), - [sym_preproc_call] = STATE(480), - [sym_preproc_if_in_field_declaration_list] = STATE(480), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(480), - [sym_preproc_else_in_field_declaration_list] = STATE(1640), - [sym_preproc_elif_in_field_declaration_list] = STATE(1640), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(480), - [sym_field_declaration] = STATE(480), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(480), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1996), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [507] = { + [sym_preproc_def] = STATE(501), + [sym_preproc_function_def] = STATE(501), + [sym_preproc_call] = STATE(501), + [sym_preproc_if_in_field_declaration_list] = STATE(501), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(501), + [sym_preproc_else_in_field_declaration_list] = STATE(1739), + [sym_preproc_elif_in_field_declaration_list] = STATE(1739), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(501), + [sym_field_declaration] = STATE(501), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(501), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(1953), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65653,41 +67678,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(55), [sym_comment] = ACTIONS(3), }, - [489] = { - [sym_preproc_def] = STATE(481), - [sym_preproc_function_def] = STATE(481), - [sym_preproc_call] = STATE(481), - [sym_preproc_if_in_field_declaration_list] = STATE(481), - [sym_preproc_ifdef_in_field_declaration_list] = STATE(481), - [sym_preproc_else_in_field_declaration_list] = STATE(1758), - [sym_preproc_elif_in_field_declaration_list] = STATE(1758), - [sym__declaration_modifiers] = STATE(663), - [sym__declaration_specifiers] = STATE(1166), - [sym_attribute_specifier] = STATE(663), - [sym_attribute_declaration] = STATE(663), - [sym_ms_declspec_modifier] = STATE(663), - [sym_storage_class_specifier] = STATE(663), - [sym_type_qualifier] = STATE(663), - [sym__type_specifier] = STATE(830), - [sym_sized_type_specifier] = STATE(859), - [sym_enum_specifier] = STATE(859), - [sym_struct_specifier] = STATE(859), - [sym_union_specifier] = STATE(859), - [sym__field_declaration_list_item] = STATE(481), - [sym_field_declaration] = STATE(481), - [sym_macro_type_specifier] = STATE(859), - [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(481), - [aux_sym__declaration_specifiers_repeat1] = STATE(663), - [aux_sym_sized_type_specifier_repeat1] = STATE(863), - [sym_identifier] = ACTIONS(1877), - [aux_sym_preproc_def_token1] = ACTIONS(1925), - [aux_sym_preproc_if_token1] = ACTIONS(1927), - [aux_sym_preproc_if_token2] = ACTIONS(1998), - [aux_sym_preproc_ifdef_token1] = ACTIONS(1931), - [aux_sym_preproc_ifdef_token2] = ACTIONS(1931), - [aux_sym_preproc_else_token1] = ACTIONS(1887), - [aux_sym_preproc_elif_token1] = ACTIONS(1889), - [sym_preproc_directive] = ACTIONS(1933), + [508] = { + [sym_preproc_def] = STATE(508), + [sym_preproc_function_def] = STATE(508), + [sym_preproc_call] = STATE(508), + [sym_preproc_if_in_field_declaration_list] = STATE(508), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(508), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1210), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(508), + [sym_field_declaration] = STATE(508), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(508), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1955), + [aux_sym_preproc_def_token1] = ACTIONS(1958), + [aux_sym_preproc_if_token1] = ACTIONS(1961), + [aux_sym_preproc_if_token2] = ACTIONS(1964), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1966), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1966), + [aux_sym_preproc_else_token1] = ACTIONS(1964), + [aux_sym_preproc_elif_token1] = ACTIONS(1964), + [aux_sym_preproc_elifdef_token1] = ACTIONS(1964), + [aux_sym_preproc_elifdef_token2] = ACTIONS(1964), + [sym_preproc_directive] = ACTIONS(1969), + [anon_sym___extension__] = ACTIONS(1972), + [anon_sym_extern] = ACTIONS(1975), + [anon_sym___attribute__] = ACTIONS(1978), + [anon_sym_LBRACK_LBRACK] = ACTIONS(1981), + [anon_sym___declspec] = ACTIONS(1984), + [anon_sym_signed] = ACTIONS(1987), + [anon_sym_unsigned] = ACTIONS(1987), + [anon_sym_long] = ACTIONS(1987), + [anon_sym_short] = ACTIONS(1987), + [anon_sym_static] = ACTIONS(1975), + [anon_sym_auto] = ACTIONS(1975), + [anon_sym_register] = ACTIONS(1975), + [anon_sym_inline] = ACTIONS(1975), + [anon_sym___inline] = ACTIONS(1975), + [anon_sym___inline__] = ACTIONS(1975), + [anon_sym___forceinline] = ACTIONS(1975), + [anon_sym_thread_local] = ACTIONS(1975), + [anon_sym___thread] = ACTIONS(1975), + [anon_sym_const] = ACTIONS(1972), + [anon_sym_constexpr] = ACTIONS(1972), + [anon_sym_volatile] = ACTIONS(1972), + [anon_sym_restrict] = ACTIONS(1972), + [anon_sym___restrict__] = ACTIONS(1972), + [anon_sym__Atomic] = ACTIONS(1972), + [anon_sym__Noreturn] = ACTIONS(1972), + [anon_sym_noreturn] = ACTIONS(1972), + [sym_primitive_type] = ACTIONS(1990), + [anon_sym_enum] = ACTIONS(1993), + [anon_sym_struct] = ACTIONS(1996), + [anon_sym_union] = ACTIONS(1999), + [sym_comment] = ACTIONS(3), + }, + [509] = { + [sym_preproc_def] = STATE(505), + [sym_preproc_function_def] = STATE(505), + [sym_preproc_call] = STATE(505), + [sym_preproc_if_in_field_declaration_list] = STATE(505), + [sym_preproc_ifdef_in_field_declaration_list] = STATE(505), + [sym_preproc_else_in_field_declaration_list] = STATE(1740), + [sym_preproc_elif_in_field_declaration_list] = STATE(1740), + [sym__declaration_modifiers] = STATE(711), + [sym__declaration_specifiers] = STATE(1214), + [sym_attribute_specifier] = STATE(711), + [sym_attribute_declaration] = STATE(711), + [sym_ms_declspec_modifier] = STATE(711), + [sym_storage_class_specifier] = STATE(711), + [sym_type_qualifier] = STATE(711), + [sym__type_specifier] = STATE(841), + [sym_sized_type_specifier] = STATE(895), + [sym_enum_specifier] = STATE(895), + [sym_struct_specifier] = STATE(895), + [sym_union_specifier] = STATE(895), + [sym__field_declaration_list_item] = STATE(505), + [sym_field_declaration] = STATE(505), + [sym_macro_type_specifier] = STATE(895), + [aux_sym_preproc_if_in_field_declaration_list_repeat1] = STATE(505), + [aux_sym__declaration_specifiers_repeat1] = STATE(711), + [aux_sym_sized_type_specifier_repeat1] = STATE(885), + [sym_identifier] = ACTIONS(1881), + [aux_sym_preproc_def_token1] = ACTIONS(1929), + [aux_sym_preproc_if_token1] = ACTIONS(1931), + [aux_sym_preproc_if_token2] = ACTIONS(2002), + [aux_sym_preproc_ifdef_token1] = ACTIONS(1935), + [aux_sym_preproc_ifdef_token2] = ACTIONS(1935), + [aux_sym_preproc_else_token1] = ACTIONS(1891), + [aux_sym_preproc_elif_token1] = ACTIONS(1893), + [sym_preproc_directive] = ACTIONS(1937), [anon_sym___extension__] = ACTIONS(47), [anon_sym_extern] = ACTIONS(45), [anon_sym___attribute__] = ACTIONS(33), @@ -65738,17 +67830,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2000), 1, + ACTIONS(2004), 1, anon_sym_RPAREN, - ACTIONS(2002), 1, + ACTIONS(2006), 1, anon_sym___extension__, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(929), 1, + STATE(965), 1, sym__expression, - STATE(1379), 1, + STATE(1495), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -65789,13 +67881,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -65827,17 +67919,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2004), 1, + ACTIONS(2008), 1, anon_sym_RPAREN, - ACTIONS(2006), 1, + ACTIONS(2010), 1, anon_sym___extension__, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(924), 1, + STATE(964), 1, sym__expression, - STATE(1437), 1, + STATE(1419), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -65878,13 +67970,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -65904,53 +67996,53 @@ static const uint16_t ts_small_parse_table[] = { [228] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1945), 1, + ACTIONS(1955), 1, sym_identifier, - ACTIONS(1968), 1, + ACTIONS(1978), 1, anon_sym___attribute__, - ACTIONS(1971), 1, + ACTIONS(1981), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1974), 1, + ACTIONS(1984), 1, anon_sym___declspec, - ACTIONS(1980), 1, + ACTIONS(1990), 1, sym_primitive_type, - ACTIONS(1983), 1, + ACTIONS(1993), 1, anon_sym_enum, - ACTIONS(1986), 1, + ACTIONS(1996), 1, anon_sym_struct, - ACTIONS(1989), 1, + ACTIONS(1999), 1, anon_sym_union, - ACTIONS(2008), 1, + ACTIONS(2012), 1, aux_sym_preproc_def_token1, - ACTIONS(2011), 1, + ACTIONS(2015), 1, aux_sym_preproc_if_token1, - ACTIONS(2017), 1, + ACTIONS(2021), 1, sym_preproc_directive, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1166), 1, + STATE(1214), 1, sym__declaration_specifiers, - ACTIONS(2014), 2, + ACTIONS(2018), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - ACTIONS(1954), 3, + ACTIONS(1964), 3, aux_sym_preproc_if_token2, aux_sym_preproc_else_token1, aux_sym_preproc_elif_token1, - ACTIONS(1977), 4, + ACTIONS(1987), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -65958,7 +68050,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(492), 8, + STATE(512), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -65967,7 +68059,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, - ACTIONS(1962), 9, + ACTIONS(1972), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -65977,7 +68069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(1965), 10, + ACTIONS(1975), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -66003,15 +68095,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2020), 1, + ACTIONS(2024), 1, anon_sym___extension__, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(975), 1, + STATE(1007), 1, sym__expression, - STATE(1455), 1, + STATE(1510), 1, sym_compound_statement, ACTIONS(21), 2, anon_sym_BANG, @@ -66052,13 +68144,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66088,15 +68180,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2022), 1, - anon_sym_RPAREN, - STATE(642), 1, + ACTIONS(2026), 1, + anon_sym_SEMI, + STATE(675), 1, sym_string_literal, - STATE(970), 1, + STATE(1008), 1, sym__expression, - STATE(1702), 1, + STATE(1585), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -66137,13 +68229,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66161,6 +68253,91 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_null, [557] = 23, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2028), 1, + aux_sym_preproc_def_token1, + ACTIONS(2030), 1, + aux_sym_preproc_if_token1, + ACTIONS(2034), 1, + sym_preproc_directive, + ACTIONS(2036), 1, + anon_sym_RBRACE, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1209), 1, + sym__declaration_specifiers, + ACTIONS(2032), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(537), 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, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [665] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -66173,15 +68350,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2024), 1, + ACTIONS(2038), 1, anon_sym_RPAREN, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(968), 1, + STATE(990), 1, sym__expression, - STATE(1682), 1, + STATE(1772), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -66222,13 +68399,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66245,7 +68422,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [665] = 23, + [773] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -66258,16 +68435,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1407), 1, - anon_sym_LBRACE, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + ACTIONS(2040), 1, + anon_sym_SEMI, + STATE(675), 1, sym_string_literal, - STATE(946), 1, + STATE(975), 1, sym__expression, - STATE(1513), 1, - sym_initializer_list, + STATE(1707), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -66307,13 +68484,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66330,91 +68507,6 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [773] = 23, - 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(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(2026), 1, - aux_sym_preproc_def_token1, - ACTIONS(2028), 1, - aux_sym_preproc_if_token1, - ACTIONS(2032), 1, - sym_preproc_directive, - ACTIONS(2034), 1, - anon_sym_RBRACE, - STATE(830), 1, - sym__type_specifier, - STATE(863), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1170), 1, - sym__declaration_specifiers, - ACTIONS(2030), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(663), 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(504), 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, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, [881] = 22, ACTIONS(3), 1, sym_comment, @@ -66424,19 +68516,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1407), 1, + ACTIONS(1427), 1, anon_sym_LBRACE, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(673), 1, + STATE(751), 1, sym_initializer_list, - STATE(775), 1, + STATE(800), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -66447,16 +68539,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -66477,7 +68569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66516,23 +68608,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2036), 1, + ACTIONS(2042), 1, aux_sym_preproc_def_token1, - ACTIONS(2038), 1, + ACTIONS(2044), 1, aux_sym_preproc_if_token1, - ACTIONS(2040), 1, + ACTIONS(2046), 1, aux_sym_preproc_if_token2, - ACTIONS(2044), 1, + ACTIONS(2050), 1, sym_preproc_directive, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1168), 1, + STATE(1211), 1, sym__declaration_specifiers, - ACTIONS(2042), 2, + ACTIONS(2048), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, ACTIONS(43), 4, @@ -66540,13 +68632,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -66554,7 +68646,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(516), 8, + STATE(522), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -66587,38 +68679,26 @@ static const uint16_t ts_small_parse_table[] = { [1095] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1407), 1, + ACTIONS(1427), 1, anon_sym_LBRACE, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(673), 1, + STATE(751), 1, sym_initializer_list, - STATE(689), 1, + STATE(800), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -66628,6 +68708,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -66646,13 +68738,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66682,16 +68774,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1427), 1, + anon_sym_LBRACE, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2046), 1, - anon_sym_SEMI, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(947), 1, + STATE(998), 1, sym__expression, - STATE(1542), 1, - sym_comma_expression, + STATE(1554), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -66731,13 +68823,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66755,6 +68847,91 @@ static const uint16_t ts_small_parse_table[] = { sym_concatenated_string, sym_null, [1311] = 23, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2042), 1, + aux_sym_preproc_def_token1, + ACTIONS(2044), 1, + aux_sym_preproc_if_token1, + ACTIONS(2050), 1, + sym_preproc_directive, + ACTIONS(2052), 1, + aux_sym_preproc_if_token2, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1211), 1, + sym__declaration_specifiers, + ACTIONS(2048), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(524), 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, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [1419] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -66767,15 +68944,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2048), 1, + ACTIONS(2054), 1, anon_sym_RPAREN, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(966), 1, + STATE(981), 1, sym__expression, - STATE(1671), 1, + STATE(1742), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -66816,13 +68993,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66839,7 +69016,92 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1419] = 23, + [1527] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1955), 1, + sym_identifier, + ACTIONS(1964), 1, + aux_sym_preproc_if_token2, + ACTIONS(1978), 1, + anon_sym___attribute__, + ACTIONS(1981), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1984), 1, + anon_sym___declspec, + ACTIONS(1990), 1, + sym_primitive_type, + ACTIONS(1993), 1, + anon_sym_enum, + ACTIONS(1996), 1, + anon_sym_struct, + ACTIONS(1999), 1, + anon_sym_union, + ACTIONS(2056), 1, + aux_sym_preproc_def_token1, + ACTIONS(2059), 1, + aux_sym_preproc_if_token1, + ACTIONS(2065), 1, + sym_preproc_directive, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1211), 1, + sym__declaration_specifiers, + ACTIONS(2062), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(1987), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(524), 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, + ACTIONS(1972), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(1975), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [1635] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -66852,16 +69114,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1427), 1, + anon_sym_LBRACE, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2050), 1, - anon_sym_SEMI, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(936), 1, + STATE(980), 1, sym__expression, - STATE(1530), 1, - sym_comma_expression, + STATE(1511), 1, + sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -66901,13 +69163,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -66924,92 +69186,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1527] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1945), 1, - sym_identifier, - ACTIONS(1968), 1, - anon_sym___attribute__, - ACTIONS(1971), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1974), 1, - anon_sym___declspec, - ACTIONS(1980), 1, - sym_primitive_type, - ACTIONS(1983), 1, - anon_sym_enum, - ACTIONS(1986), 1, - anon_sym_struct, - ACTIONS(1989), 1, - anon_sym_union, - ACTIONS(2052), 1, - aux_sym_preproc_def_token1, - ACTIONS(2055), 1, - aux_sym_preproc_if_token1, - ACTIONS(2061), 1, - sym_preproc_directive, - ACTIONS(2064), 1, - anon_sym_RBRACE, - STATE(830), 1, - sym__type_specifier, - STATE(863), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1170), 1, - sym__declaration_specifiers, - ACTIONS(2058), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(1977), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(663), 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(504), 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, - ACTIONS(1962), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(1965), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [1635] = 23, + [1743] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -67022,15 +69199,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2066), 1, + ACTIONS(2068), 1, anon_sym_SEMI, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(940), 1, + STATE(989), 1, sym__expression, - STATE(1663), 1, + STATE(1693), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67071,13 +69248,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67094,7 +69271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1743] = 23, + [1851] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -67107,15 +69284,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2068), 1, - anon_sym_SEMI, - STATE(642), 1, + ACTIONS(2070), 1, + anon_sym_RPAREN, + STATE(675), 1, sym_string_literal, - STATE(938), 1, + STATE(984), 1, sym__expression, - STATE(1635), 1, + STATE(1703), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67156,13 +69333,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67179,7 +69356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1851] = 23, + [1959] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -67192,15 +69369,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2070), 1, + ACTIONS(2072), 1, anon_sym_SEMI, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(941), 1, + STATE(997), 1, sym__expression, - STATE(1653), 1, + STATE(1619), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67241,13 +69418,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67264,7 +69441,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [1959] = 23, + [2067] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -67277,15 +69454,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2072), 1, - anon_sym_SEMI, - STATE(642), 1, + ACTIONS(2074), 1, + anon_sym_RPAREN, + STATE(675), 1, sym_string_literal, - STATE(952), 1, + STATE(974), 1, sym__expression, - STATE(1585), 1, + STATE(1745), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67326,13 +69503,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67349,29 +69526,41 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2067] = 23, + [2175] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1407), 1, - anon_sym_LBRACE, - ACTIONS(1765), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, + ACTIONS(2076), 1, + anon_sym_SEMI, + STATE(675), 1, sym_string_literal, - STATE(673), 1, - sym_initializer_list, - STATE(775), 1, + STATE(983), 1, sym__expression, + STATE(1614), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -67381,18 +69570,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -67411,13 +69588,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67434,91 +69611,6 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2175] = 23, - 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(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(2026), 1, - aux_sym_preproc_def_token1, - ACTIONS(2028), 1, - aux_sym_preproc_if_token1, - ACTIONS(2032), 1, - sym_preproc_directive, - ACTIONS(2074), 1, - anon_sym_RBRACE, - STATE(830), 1, - sym__type_specifier, - STATE(863), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1170), 1, - sym__declaration_specifiers, - ACTIONS(2030), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(663), 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(497), 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, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, [2283] = 23, ACTIONS(3), 1, sym_comment, @@ -67532,15 +69624,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2076), 1, - anon_sym_RPAREN, - STATE(642), 1, + ACTIONS(2078), 1, + anon_sym_SEMI, + STATE(675), 1, sym_string_literal, - STATE(963), 1, + STATE(993), 1, sym__expression, - STATE(1670), 1, + STATE(1805), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67581,13 +69673,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67617,15 +69709,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2078), 1, - anon_sym_SEMI, - STATE(642), 1, + ACTIONS(2080), 1, + anon_sym_RPAREN, + STATE(675), 1, sym_string_literal, - STATE(972), 1, + STATE(1000), 1, sym__expression, - STATE(1746), 1, + STATE(1749), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67666,13 +69758,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67689,32 +69781,126 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2499] = 22, + [2499] = 23, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2028), 1, + aux_sym_preproc_def_token1, + ACTIONS(2030), 1, + aux_sym_preproc_if_token1, + ACTIONS(2034), 1, + sym_preproc_directive, + ACTIONS(2082), 1, + anon_sym_RBRACE, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1209), 1, + sym__declaration_specifiers, + ACTIONS(2032), 2, + aux_sym_preproc_ifdef_token1, + aux_sym_preproc_ifdef_token2, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(515), 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, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [2607] = 23, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1397), 1, - anon_sym_LPAREN2, - ACTIONS(1407), 1, - anon_sym_LBRACE, - ACTIONS(1411), 1, - anon_sym_sizeof, - STATE(642), 1, + ACTIONS(2084), 1, + anon_sym_RPAREN, + STATE(675), 1, sym_string_literal, - STATE(673), 1, - sym_initializer_list, - STATE(689), 1, + STATE(982), 1, sym__expression, + STATE(1695), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -67724,15 +69910,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1401), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1409), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -67751,11 +69928,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -67764,16 +69946,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [2605] = 23, + [2715] = 23, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -67786,15 +69964,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2080), 1, + ACTIONS(2086), 1, anon_sym_SEMI, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(965), 1, + STATE(1002), 1, sym__expression, - STATE(1683), 1, + STATE(1679), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -67835,13 +70013,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -67858,41 +70036,32 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [2713] = 23, + [2823] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(2082), 1, - anon_sym_RPAREN, - STATE(642), 1, + ACTIONS(1417), 1, + anon_sym_LPAREN2, + ACTIONS(1427), 1, + anon_sym_LBRACE, + ACTIONS(1431), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(958), 1, + STATE(714), 1, sym__expression, - STATE(1533), 1, - sym_comma_expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, - anon_sym_DASH, - anon_sym_PLUS, + STATE(751), 1, + sym_initializer_list, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -67902,6 +70071,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -67920,16 +70098,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -67938,144 +70111,63 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [2821] = 23, + [2929] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1945), 1, + ACTIONS(1955), 1, sym_identifier, - ACTIONS(1954), 1, - aux_sym_preproc_if_token2, - ACTIONS(1968), 1, + ACTIONS(1978), 1, anon_sym___attribute__, - ACTIONS(1971), 1, + ACTIONS(1981), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1974), 1, - anon_sym___declspec, - ACTIONS(1980), 1, - sym_primitive_type, - ACTIONS(1983), 1, - anon_sym_enum, - ACTIONS(1986), 1, - anon_sym_struct, - ACTIONS(1989), 1, - anon_sym_union, - ACTIONS(2084), 1, - aux_sym_preproc_def_token1, - ACTIONS(2087), 1, - aux_sym_preproc_if_token1, - ACTIONS(2093), 1, - sym_preproc_directive, - STATE(830), 1, - sym__type_specifier, - STATE(863), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1168), 1, - sym__declaration_specifiers, - ACTIONS(2090), 2, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - ACTIONS(1977), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(663), 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(516), 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, - ACTIONS(1962), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(1965), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [2929] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, + ACTIONS(1984), 1, anon_sym___declspec, - ACTIONS(49), 1, + ACTIONS(1990), 1, sym_primitive_type, - ACTIONS(51), 1, + ACTIONS(1993), 1, anon_sym_enum, - ACTIONS(53), 1, + ACTIONS(1996), 1, anon_sym_struct, - ACTIONS(55), 1, + ACTIONS(1999), 1, anon_sym_union, - ACTIONS(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(2036), 1, + ACTIONS(2088), 1, aux_sym_preproc_def_token1, - ACTIONS(2038), 1, + ACTIONS(2091), 1, aux_sym_preproc_if_token1, - ACTIONS(2044), 1, + ACTIONS(2097), 1, sym_preproc_directive, - ACTIONS(2096), 1, - aux_sym_preproc_if_token2, - STATE(830), 1, + ACTIONS(2100), 1, + anon_sym_RBRACE, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1168), 1, + STATE(1209), 1, sym__declaration_specifiers, - ACTIONS(2042), 2, + ACTIONS(2094), 2, aux_sym_preproc_ifdef_token1, aux_sym_preproc_ifdef_token2, - ACTIONS(43), 4, + ACTIONS(1987), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -68083,7 +70175,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - STATE(499), 8, + STATE(537), 8, sym_preproc_def, sym_preproc_function_def, sym_preproc_call, @@ -68092,7 +70184,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, - ACTIONS(47), 9, + ACTIONS(1972), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -68102,7 +70194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(45), 10, + ACTIONS(1975), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -68126,15 +70218,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2098), 1, - anon_sym_RPAREN, - STATE(642), 1, + ACTIONS(2102), 1, + anon_sym_SEMI, + STATE(675), 1, sym_string_literal, - STATE(964), 1, + STATE(1004), 1, sym__expression, - STATE(1681), 1, + STATE(1586), 1, sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, @@ -68175,13 +70267,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68211,15 +70303,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1407), 1, + ACTIONS(1427), 1, anon_sym_LBRACE, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(942), 1, + STATE(714), 1, sym__expression, - STATE(1467), 1, + STATE(751), 1, sym_initializer_list, ACTIONS(21), 2, anon_sym_BANG, @@ -68260,13 +70352,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68283,39 +70375,27 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3253] = 22, + [3253] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + ACTIONS(2104), 1, + anon_sym_RBRACK, + STATE(675), 1, sym_string_literal, - STATE(959), 1, + STATE(810), 1, sym__expression, - STATE(1630), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -68325,6 +70405,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -68343,16 +70435,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -68361,12 +70448,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [3358] = 22, + [3356] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -68379,14 +70470,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2100), 1, - anon_sym_COLON, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(1006), 1, + STATE(968), 1, sym__expression, + STATE(1574), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -68426,13 +70517,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68449,7 +70540,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3463] = 22, + [3461] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -68462,13 +70553,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2102), 1, + ACTIONS(2106), 1, anon_sym_COLON, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(980), 1, + STATE(1051), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -68509,13 +70600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68532,7 +70623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3568] = 22, + [3566] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -68545,14 +70636,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2104), 1, - anon_sym_COLON, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(1015), 1, + STATE(978), 1, sym__expression, + STATE(1623), 1, + sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -68592,13 +70683,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68615,7 +70706,94 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3673] = 21, + [3671] = 26, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(1899), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1901), 1, + anon_sym_RPAREN, + ACTIONS(1909), 1, + anon_sym_LBRACK, + ACTIONS(2108), 1, + anon_sym_LPAREN2, + ACTIONS(2110), 1, + anon_sym_STAR, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1131), 1, + sym__declaration_specifiers, + STATE(1355), 1, + sym_parameter_list, + STATE(1393), 1, + sym__abstract_declarator, + STATE(1434), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1356), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [3784] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -68624,17 +70802,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2106), 1, + ACTIONS(2112), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -68645,16 +70823,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -68675,7 +70853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68697,7 +70875,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3776] = 21, + [3887] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -68706,17 +70884,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2108), 1, + ACTIONS(2114), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -68727,16 +70905,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -68757,7 +70935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68779,27 +70957,39 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [3879] = 21, + [3990] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - ACTIONS(2110), 1, - anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(1016), 1, sym__expression, + STATE(1765), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -68809,18 +70999,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -68839,11 +71017,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -68852,16 +71035,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [3982] = 21, + [4095] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -68870,17 +71049,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2112), 1, + ACTIONS(2116), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -68891,16 +71070,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -68921,7 +71100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -68943,7 +71122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4085] = 21, + [4198] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -68952,17 +71131,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2114), 1, + ACTIONS(2118), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -68973,16 +71152,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -69003,7 +71182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69025,7 +71204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4188] = 21, + [4301] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -69034,17 +71213,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2116), 1, + ACTIONS(2120), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -69055,16 +71234,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -69085,7 +71264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69107,7 +71286,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4291] = 21, + [4404] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -69116,17 +71295,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2118), 1, + ACTIONS(2122), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -69137,16 +71316,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -69167,7 +71346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69189,7 +71368,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4394] = 22, + [4507] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -69202,14 +71381,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + ACTIONS(2124), 1, + anon_sym_COLON, + STATE(675), 1, sym_string_literal, - STATE(925), 1, + STATE(1054), 1, sym__expression, - STATE(1500), 1, - sym_comma_expression, ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, @@ -69249,13 +71428,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69272,27 +71451,39 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4499] = 21, + [4612] = 22, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - ACTIONS(2120), 1, - anon_sym_RBRACK, - STATE(642), 1, + ACTIONS(2126), 1, + anon_sym_COLON, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(1033), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -69302,18 +71493,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -69332,11 +71511,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -69345,103 +71529,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [4602] = 26, - 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(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(1901), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1903), 1, - anon_sym_RPAREN, - ACTIONS(1911), 1, - anon_sym_LBRACK, - ACTIONS(2122), 1, - anon_sym_LPAREN2, - ACTIONS(2124), 1, - anon_sym_STAR, - STATE(830), 1, - sym__type_specifier, - STATE(863), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1056), 1, - sym__declaration_specifiers, - STATE(1302), 1, - sym_parameter_list, - STATE(1348), 1, - sym__abstract_declarator, - STATE(1376), 2, - sym_variadic_parameter, - sym_parameter_declaration, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1291), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(663), 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(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [4715] = 21, + [4717] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -69450,17 +71543,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2126), 1, + ACTIONS(2128), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -69471,16 +71564,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -69501,7 +71594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69523,7 +71616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4818] = 22, + [4820] = 22, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -69536,13 +71629,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2128), 1, + ACTIONS(2130), 1, anon_sym_COLON, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(989), 1, + STATE(1021), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -69583,13 +71676,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69606,7 +71699,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [4923] = 21, + [4925] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -69615,17 +71708,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - ACTIONS(2130), 1, + ACTIONS(2132), 1, anon_sym_RBRACK, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -69636,16 +71729,98 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(726), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_subscript_expression, + sym_call_expression, + sym_gnu_asm_expression, + sym_field_expression, + sym_compound_literal_expression, + sym_parenthesized_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [5028] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1413), 1, + sym_identifier, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + ACTIONS(2134), 1, + anon_sym_RBRACK, + STATE(675), 1, + sym_string_literal, + STATE(810), 1, + sym__expression, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -69666,7 +71841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69688,39 +71863,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5026] = 22, + [5131] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(976), 1, + STATE(806), 1, sym__expression, - STATE(1525), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -69730,6 +71891,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -69748,16 +71921,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -69766,12 +71934,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5131] = 20, + [5231] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -69780,15 +71952,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(694), 1, + STATE(742), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -69802,13 +71974,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -69829,7 +72001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -69851,37 +72023,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5231] = 21, + [5331] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(926), 1, + STATE(809), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -69891,6 +72051,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -69909,16 +72081,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -69927,12 +72094,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5333] = 20, + [5431] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -69941,19 +72112,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(693), 1, + STATE(807), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -69963,15 +72131,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -69990,7 +72161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70012,7 +72183,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5433] = 21, + [5531] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -70025,11 +72196,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(893), 1, + STATE(932), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -70070,13 +72241,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70093,7 +72264,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5535] = 20, + [5633] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -70102,15 +72273,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(778), 1, + STATE(819), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -70121,16 +72292,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -70151,7 +72322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70173,105 +72344,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [5635] = 20, + [5733] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(764), 1, + STATE(938), 1, sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(21), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(23), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(688), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_pointer_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_subscript_expression, - sym_call_expression, - sym_gnu_asm_expression, - sym_field_expression, - sym_compound_literal_expression, - sym_parenthesized_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [5735] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1765), 1, - sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(1011), 1, - sym__expression, + ACTIONS(79), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -70281,18 +72384,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -70311,92 +72402,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [5837] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1393), 1, - sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(760), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -70405,16 +72420,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [5937] = 20, + [5835] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -70423,15 +72434,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(690), 1, + STATE(749), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -70445,13 +72456,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -70472,7 +72483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70494,37 +72505,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6037] = 21, + [5935] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(902), 1, + STATE(820), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -70534,6 +72533,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -70552,16 +72563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -70570,12 +72576,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [6139] = 20, + [6035] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -70584,15 +72594,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(781), 1, + STATE(818), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -70603,16 +72613,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -70633,7 +72643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70655,28 +72665,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6239] = 20, + [6135] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1397), 1, - anon_sym_LPAREN2, - ACTIONS(1411), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(708), 1, + STATE(969), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -70686,15 +72705,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1401), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1409), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -70713,11 +72723,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -70726,46 +72741,30 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [6339] = 21, + [6237] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(930), 1, + STATE(817), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -70775,6 +72774,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -70793,16 +72804,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -70811,12 +72817,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [6441] = 20, + [6337] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -70825,19 +72835,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1411), 1, - anon_sym_sizeof, - ACTIONS(2132), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - STATE(642), 1, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(680), 1, + STATE(814), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -70847,15 +72854,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -70874,7 +72884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70896,7 +72906,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6541] = 20, + [6437] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -70905,19 +72915,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(677), 1, + STATE(821), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -70927,15 +72934,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -70954,7 +72964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -70976,7 +72986,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6641] = 20, + [6537] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -70985,19 +72995,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(701), 1, + STATE(813), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -71007,15 +73014,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -71034,7 +73044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71056,7 +73066,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6741] = 21, + [6637] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71069,11 +73079,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(901), 1, + STATE(929), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71114,13 +73124,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71137,37 +73147,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [6843] = 21, + [6739] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(690), 1, + STATE(803), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -71177,6 +73175,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -71195,16 +73205,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(726), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, sym_subscript_expression, sym_call_expression, + sym_gnu_asm_expression, sym_field_expression, + sym_compound_literal_expression, sym_parenthesized_expression, - STATE(688), 16, + sym_char_literal, + sym_concatenated_string, + sym_null, + [6839] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1413), 1, + sym_identifier, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, + sym_string_literal, + STATE(812), 1, + sym__expression, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(1449), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -71213,12 +73298,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [6945] = 21, + [6939] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71231,11 +73320,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(894), 1, + STATE(944), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71276,13 +73365,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71299,7 +73388,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7047] = 21, + [7041] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71312,11 +73401,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(891), 1, + STATE(735), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71357,13 +73446,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71380,25 +73469,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7149] = 21, + [7143] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1777), 1, - anon_sym_sizeof, - ACTIONS(2134), 1, - anon_sym_LPAREN2, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(1013), 1, + STATE(945), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -71408,18 +73509,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -71438,13 +73527,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71461,7 +73550,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7251] = 21, + [7245] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71474,11 +73563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(890), 1, + STATE(947), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71519,13 +73608,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71542,7 +73631,87 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7353] = 21, + [7347] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1413), 1, + sym_identifier, + ACTIONS(1417), 1, + anon_sym_LPAREN2, + ACTIONS(1431), 1, + anon_sym_sizeof, + STATE(675), 1, + sym_string_literal, + STATE(723), 1, + sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(726), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_subscript_expression, + sym_call_expression, + sym_gnu_asm_expression, + sym_field_expression, + sym_compound_literal_expression, + sym_parenthesized_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [7447] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71555,11 +73724,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(1022), 1, + STATE(948), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71600,13 +73769,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71623,7 +73792,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7455] = 21, + [7549] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71636,11 +73805,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(897), 1, + STATE(943), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71681,13 +73850,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71704,7 +73873,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7557] = 21, + [7651] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71717,11 +73886,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(903), 1, + STATE(940), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71762,13 +73931,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71785,28 +73954,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7659] = 20, + [7753] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1397), 1, - anon_sym_LPAREN2, - ACTIONS(1411), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(704), 1, + STATE(939), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -71816,15 +73994,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1401), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1409), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -71843,11 +74012,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -71856,16 +74030,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [7759] = 21, + [7855] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -71878,11 +74048,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(908), 1, + STATE(937), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -71923,13 +74093,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -71946,25 +74116,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7861] = 21, + [7957] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(781), 1, + STATE(973), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -71974,18 +74156,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72004,13 +74174,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72027,7 +74197,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [7963] = 20, + [8059] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -72036,15 +74206,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + ACTIONS(2136), 1, + anon_sym_LPAREN2, + STATE(675), 1, sym_string_literal, - STATE(779), 1, + STATE(1042), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -72055,18 +74225,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72085,11 +74255,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(835), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -72098,34 +74273,42 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8063] = 20, + [8161] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(773), 1, + STATE(935), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -72135,18 +74318,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72165,11 +74336,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -72178,16 +74354,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8163] = 20, + [8263] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -72196,19 +74368,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(706), 1, + STATE(1022), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -72218,13 +74387,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -72245,11 +74417,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(835), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -72258,16 +74435,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8263] = 20, + [8365] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -72276,19 +74449,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(712), 1, + STATE(816), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -72298,13 +74468,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -72325,11 +74498,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(835), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -72338,16 +74516,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8363] = 20, + [8467] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -72356,15 +74530,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(771), 1, + STATE(1018), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -72375,18 +74549,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72405,11 +74579,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(835), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -72418,16 +74597,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [8463] = 21, + [8569] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -72440,11 +74615,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(906), 1, + STATE(1046), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -72485,13 +74660,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72508,37 +74683,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8565] = 21, + [8671] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(888), 1, + STATE(1056), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -72548,6 +74711,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72566,13 +74741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72589,25 +74764,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8667] = 21, + [8773] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(760), 1, + STATE(970), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -72617,18 +74804,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72647,13 +74822,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72670,7 +74845,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8769] = 21, + [8875] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -72679,15 +74854,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(979), 1, + STATE(1031), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -72698,16 +74873,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -72728,13 +74903,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72751,37 +74926,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8871] = 21, + [8977] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(982), 1, + STATE(1029), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -72791,6 +74954,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72809,13 +74984,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72832,7 +75007,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [8973] = 21, + [9079] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -72845,11 +75020,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(933), 1, + STATE(750), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -72890,13 +75065,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72913,37 +75088,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9075] = 21, + [9181] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(935), 1, + STATE(1026), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -72953,6 +75116,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -72971,13 +75146,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -72994,37 +75169,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9177] = 21, + [9283] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1431), 1, + anon_sym_sizeof, + ACTIONS(2138), 1, + anon_sym_LPAREN2, + STATE(675), 1, sym_string_literal, - STATE(1019), 1, + STATE(722), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -73034,6 +75200,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -73052,16 +75227,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -73070,42 +75240,34 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [9279] = 21, + [9383] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(927), 1, + STATE(1025), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -73115,6 +75277,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -73133,13 +75307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73156,7 +75330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9381] = 20, + [9485] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73165,15 +75339,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(774), 1, + STATE(1023), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -73184,98 +75358,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(688), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_pointer_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_subscript_expression, - sym_call_expression, - sym_gnu_asm_expression, - sym_field_expression, - sym_compound_literal_expression, - sym_parenthesized_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [9481] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1755), 1, - sym_identifier, - STATE(642), 1, - sym_string_literal, - STATE(700), 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(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -73294,13 +75388,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73317,7 +75411,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9583] = 20, + [9587] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73326,15 +75420,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(700), 1, + STATE(713), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -73348,13 +75442,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -73375,7 +75469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73397,37 +75491,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9683] = 21, + [9687] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(1005), 1, + STATE(1020), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -73437,6 +75519,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -73455,13 +75549,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73478,7 +75572,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9785] = 20, + [9789] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73487,19 +75581,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(692), 1, + STATE(1036), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -73509,13 +75600,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -73536,11 +75630,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(835), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -73549,16 +75648,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [9885] = 21, + [9891] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73567,15 +75662,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(984), 1, + STATE(1040), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -73586,16 +75681,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -73616,13 +75711,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73639,37 +75734,25 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [9987] = 21, + [9993] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1771), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1773), 1, + anon_sym_LPAREN2, + ACTIONS(1783), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(1016), 1, + STATE(812), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -73679,6 +75762,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1775), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1777), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -73697,13 +75792,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73720,7 +75815,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10089] = 21, + [10095] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73729,15 +75824,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(996), 1, + STATE(1049), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -73748,16 +75843,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -73778,13 +75873,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73801,7 +75896,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10191] = 20, + [10197] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73810,15 +75905,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1453), 1, - anon_sym_sizeof, - ACTIONS(2136), 1, + ACTIONS(1447), 1, anon_sym_LPAREN2, - STATE(642), 1, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(763), 1, + STATE(810), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -73829,16 +75924,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -73859,7 +75954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -73881,7 +75976,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10291] = 20, + [10297] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73890,19 +75985,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(698), 1, + STATE(1047), 1, sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -73912,13 +76004,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -73939,11 +76034,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(835), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -73952,16 +76052,174 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [10399] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1759), 1, + sym_identifier, + STATE(675), 1, + sym_string_literal, + STATE(1061), 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), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(753), 5, + sym_pointer_expression, sym_subscript_expression, sym_call_expression, - sym_gnu_asm_expression, sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [10501] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1759), 1, + sym_identifier, + STATE(675), 1, + sym_string_literal, + STATE(1003), 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), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, sym_parenthesized_expression, + STATE(726), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, sym_char_literal, sym_concatenated_string, sym_null, - [10391] = 21, + [10603] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -73970,15 +76228,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(988), 1, + STATE(809), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -73989,16 +76247,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -74019,13 +76277,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74042,7 +76300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10493] = 21, + [10705] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74055,11 +76313,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(934), 1, + STATE(1032), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -74100,13 +76358,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74123,7 +76381,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10595] = 21, + [10807] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -74132,16 +76390,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(999), 1, + STATE(718), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -74151,16 +76412,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -74181,16 +76439,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -74199,30 +76452,46 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [10697] = 20, + [10907] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(769), 1, + STATE(1019), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -74232,18 +76501,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -74262,11 +76519,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -74275,16 +76537,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [10797] = 21, + [11009] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74297,11 +76555,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(953), 1, + STATE(1044), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -74342,13 +76600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74365,7 +76623,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [10899] = 21, + [11111] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -74374,16 +76632,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(981), 1, + STATE(750), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -74393,18 +76654,95 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(726), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_subscript_expression, + sym_call_expression, + sym_gnu_asm_expression, + sym_field_expression, + sym_compound_literal_expression, + sym_parenthesized_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [11211] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1759), 1, + sym_identifier, + STATE(675), 1, + sym_string_literal, + STATE(1043), 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(1775), 2, + ACTIONS(79), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -74423,13 +76761,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74446,7 +76784,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11001] = 21, + [11313] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74459,11 +76797,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(677), 1, + STATE(1048), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -74504,13 +76842,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74527,25 +76865,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11103] = 20, + [11415] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(766), 1, + STATE(1034), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -74555,18 +76905,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -74585,11 +76923,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -74598,34 +76941,42 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [11203] = 20, + [11517] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(768), 1, + STATE(718), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -74635,18 +76986,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -74665,11 +77004,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, - sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -74678,16 +77022,12 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, - sym_subscript_expression, - sym_call_expression, sym_gnu_asm_expression, - sym_field_expression, sym_compound_literal_expression, - sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [11303] = 20, + [11619] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -74696,15 +77036,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1457), 1, anon_sym_sizeof, - STATE(642), 1, + ACTIONS(2140), 1, + anon_sym_LPAREN2, + STATE(675), 1, sym_string_literal, - STATE(767), 1, + STATE(805), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -74715,16 +77055,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, ACTIONS(83), 5, @@ -74745,7 +77085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74767,25 +77107,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11403] = 21, + [11719] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(2142), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(1020), 1, + STATE(946), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -74795,18 +77147,6 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -74825,13 +77165,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74848,9 +77188,11 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11505] = 21, + [11821] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, ACTIONS(81), 1, anon_sym_sizeof, ACTIONS(85), 1, @@ -74859,13 +77201,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(2138), 1, - anon_sym_LPAREN2, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(895), 1, + STATE(1015), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -74906,13 +77246,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -74929,7 +77269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11607] = 21, + [11923] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -74942,11 +77282,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(987), 1, + STATE(1028), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -74987,13 +77327,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75010,28 +77350,37 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11709] = 20, + [12025] = 21, ACTIONS(3), 1, sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN2, + ACTIONS(81), 1, + anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1759), 1, sym_identifier, - ACTIONS(1397), 1, - anon_sym_LPAREN2, - ACTIONS(1411), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(710), 1, + STATE(971), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -75041,15 +77390,87 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(753), 5, + sym_pointer_expression, + sym_subscript_expression, + sym_call_expression, + sym_field_expression, + sym_parenthesized_expression, + STATE(726), 16, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_gnu_asm_expression, + sym_compound_literal_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [12127] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1413), 1, + sym_identifier, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, + sym_string_literal, + STATE(802), 1, + sym__expression, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1451), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1455), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75068,7 +77489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75090,7 +77511,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11809] = 20, + [12227] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -75099,15 +77520,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1397), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1411), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(695), 1, + STATE(715), 1, sym__expression, ACTIONS(25), 2, anon_sym_STAR, @@ -75121,13 +77542,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1399), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1401), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1409), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -75148,7 +77569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75170,7 +77591,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [11909] = 21, + [12327] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -75179,16 +77600,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(978), 1, + STATE(735), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -75198,16 +77622,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -75228,16 +77649,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -75246,12 +77662,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [12011] = 21, + [12427] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -75260,16 +77680,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(985), 1, + STATE(748), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -75279,16 +77702,13 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -75309,16 +77729,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -75327,12 +77742,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [12113] = 21, + [12527] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(19), 1, @@ -75345,11 +77764,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1759), 1, sym_identifier, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(904), 1, + STATE(995), 1, sym__expression, ACTIONS(21), 2, anon_sym_BANG, @@ -75390,13 +77809,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, + STATE(753), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75413,7 +77832,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12215] = 20, + [12629] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -75422,16 +77841,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(776), 1, + STATE(732), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -75441,18 +77863,95 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(726), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_subscript_expression, + sym_call_expression, + sym_gnu_asm_expression, + sym_field_expression, + sym_compound_literal_expression, + sym_parenthesized_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [12729] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1413), 1, + sym_identifier, + ACTIONS(1417), 1, + anon_sym_LPAREN2, + ACTIONS(1431), 1, + anon_sym_sizeof, + STATE(675), 1, + sym_string_literal, + STATE(744), 1, + sym__expression, + ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75471,7 +77970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75493,7 +77992,7 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12315] = 21, + [12829] = 21, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -75502,15 +78001,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(1771), 1, sym_identifier, - ACTIONS(1767), 1, + ACTIONS(1773), 1, anon_sym_LPAREN2, - ACTIONS(1777), 1, + ACTIONS(1783), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(986), 1, + STATE(1041), 1, sym__expression, ACTIONS(89), 2, anon_sym_asm, @@ -75521,16 +78020,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1769), 2, + ACTIONS(1775), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, + ACTIONS(1777), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1773), 2, + ACTIONS(1779), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(1775), 2, + ACTIONS(1781), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, ACTIONS(83), 5, @@ -75551,13 +78050,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, + STATE(835), 5, sym_pointer_expression, sym_subscript_expression, sym_call_expression, sym_field_expression, sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 16, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75574,37 +78073,108 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12417] = 21, + [12931] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1447), 1, + anon_sym_LPAREN2, + ACTIONS(1457), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(1008), 1, + STATE(816), 1, sym__expression, - ACTIONS(21), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(23), 2, + ACTIONS(89), 2, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(99), 2, + anon_sym_NULL, + anon_sym_nullptr, + ACTIONS(155), 2, + sym_true, + sym_false, + ACTIONS(1449), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(1451), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1455), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1779), 2, + anon_sym_STAR, + anon_sym_AMP, + ACTIONS(83), 5, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + ACTIONS(93), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + STATE(726), 21, + sym__expression_not_binary, + sym_conditional_expression, + sym_assignment_expression, + sym_pointer_expression, + sym_unary_expression, + sym_binary_expression, + sym_update_expression, + sym_cast_expression, + sym_sizeof_expression, + sym_alignof_expression, + sym_offsetof_expression, + sym_generic_expression, + sym_subscript_expression, + sym_call_expression, + sym_gnu_asm_expression, + sym_field_expression, + sym_compound_literal_expression, + sym_parenthesized_expression, + sym_char_literal, + sym_concatenated_string, + sym_null, + [13031] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(85), 1, + anon_sym_offsetof, + ACTIONS(87), 1, + anon_sym__Generic, + ACTIONS(153), 1, + sym_number_literal, + ACTIONS(1413), 1, + sym_identifier, + ACTIONS(1417), 1, + anon_sym_LPAREN2, + ACTIONS(1431), 1, + anon_sym_sizeof, + STATE(675), 1, + sym_string_literal, + STATE(741), 1, + sym__expression, ACTIONS(25), 2, anon_sym_STAR, anon_sym_AMP, - ACTIONS(79), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -75614,6 +78184,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75632,16 +78211,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -75650,42 +78224,37 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [12519] = 21, + [13131] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1417), 1, + anon_sym_LPAREN2, + ACTIONS(1431), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(1009), 1, + STATE(740), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -75695,6 +78264,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75713,16 +78291,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -75731,12 +78304,16 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [12621] = 20, + [13231] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(85), 1, @@ -75745,16 +78322,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1393), 1, + ACTIONS(1413), 1, sym_identifier, - ACTIONS(1443), 1, + ACTIONS(1417), 1, anon_sym_LPAREN2, - ACTIONS(1453), 1, + ACTIONS(1431), 1, anon_sym_sizeof, - STATE(642), 1, + STATE(675), 1, sym_string_literal, - STATE(770), 1, + STATE(739), 1, sym__expression, + ACTIONS(25), 2, + anon_sym_STAR, + anon_sym_AMP, ACTIONS(89), 2, anon_sym_asm, anon_sym___asm__, @@ -75764,18 +78344,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, - ACTIONS(1445), 2, + ACTIONS(1419), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, + ACTIONS(1421), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(1451), 2, + ACTIONS(1429), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75794,7 +78371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, @@ -75816,37 +78393,28 @@ static const uint16_t ts_small_parse_table[] = { sym_char_literal, sym_concatenated_string, sym_null, - [12721] = 21, + [13331] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(19), 1, - anon_sym_LPAREN2, - ACTIONS(81), 1, - anon_sym_sizeof, ACTIONS(85), 1, anon_sym_offsetof, ACTIONS(87), 1, anon_sym__Generic, ACTIONS(153), 1, sym_number_literal, - ACTIONS(1755), 1, + ACTIONS(1413), 1, sym_identifier, - STATE(642), 1, + ACTIONS(1417), 1, + anon_sym_LPAREN2, + ACTIONS(1431), 1, + anon_sym_sizeof, + STATE(675), 1, sym_string_literal, - STATE(990), 1, + STATE(734), 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), 2, anon_sym_asm, anon_sym___asm__, @@ -75856,6 +78424,15 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(155), 2, sym_true, sym_false, + ACTIONS(1419), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(1421), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(1429), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, ACTIONS(83), 5, anon_sym___alignof__, anon_sym___alignof, @@ -75874,16 +78451,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(713), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, + STATE(726), 21, sym__expression_not_binary, sym_conditional_expression, sym_assignment_expression, + sym_pointer_expression, sym_unary_expression, sym_binary_expression, sym_update_expression, @@ -75892,496 +78464,1237 @@ static const uint16_t ts_small_parse_table[] = { sym_alignof_expression, sym_offsetof_expression, sym_generic_expression, + sym_subscript_expression, + sym_call_expression, sym_gnu_asm_expression, + sym_field_expression, sym_compound_literal_expression, + sym_parenthesized_expression, sym_char_literal, sym_concatenated_string, sym_null, - [12823] = 21, + [13431] = 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2144), 1, + anon_sym_LBRACE, + STATE(699), 1, + sym_ms_call_modifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1235), 1, + sym__declaration_specifiers, + STATE(147), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 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(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [13532] = 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2146), 1, + anon_sym_LBRACE, + STATE(701), 1, + sym_ms_call_modifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1234), 1, + sym__declaration_specifiers, + STATE(191), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 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(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [13633] = 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2148), 1, + anon_sym_LBRACE, + STATE(697), 1, + sym_ms_call_modifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1238), 1, + sym__declaration_specifiers, + STATE(332), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 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(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [13734] = 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2150), 1, + anon_sym_LBRACE, + STATE(698), 1, + sym_ms_call_modifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1228), 1, + sym__declaration_specifiers, + STATE(389), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 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(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [13835] = 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(2152), 1, + anon_sym_LBRACE, + STATE(696), 1, + sym_ms_call_modifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1222), 1, + sym__declaration_specifiers, + STATE(360), 3, + sym_function_definition, + sym_declaration, + sym_declaration_list, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 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(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [13936] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1839), 1, + anon_sym_const, + ACTIONS(1843), 1, + anon_sym_LPAREN2, + ACTIONS(1849), 1, + anon_sym_STAR, + ACTIONS(1854), 1, + anon_sym_EQ, + STATE(647), 1, + sym_string_literal, + ACTIONS(1860), 2, + anon_sym_RPAREN, + anon_sym_LBRACK, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1852), 8, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(1858), 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(1847), 11, + anon_sym_DASH, + anon_sym_PLUS, + 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(1841), 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, + [14015] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(2154), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, + STATE(648), 2, sym_string_literal, - STATE(1001), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1769), 2, + aux_sym_concatenated_string_repeat1, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2158), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(1775), 2, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_EQ, + ACTIONS(2156), 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(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, + anon_sym_DOT, + anon_sym_DASH_GT, + [14080] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2160), 1, + sym_identifier, + STATE(646), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [12925] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1393), 1, - sym_identifier, - ACTIONS(1443), 1, - anon_sym_LPAREN2, - ACTIONS(1453), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(777), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1445), 2, + ACTIONS(2164), 14, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(1447), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1451), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1773), 2, anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_PIPE, + anon_sym_CARET, anon_sym_AMP, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym___attribute__, + anon_sym_EQ, + ACTIONS(2162), 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, + [14145] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2166), 1, + sym_identifier, + STATE(648), 2, + sym_string_literal, + aux_sym_concatenated_string_repeat1, + ACTIONS(2173), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - STATE(688), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_pointer_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_subscript_expression, - sym_call_expression, - sym_gnu_asm_expression, - sym_field_expression, - sym_compound_literal_expression, - sym_parenthesized_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13025] = 21, + ACTIONS(2171), 14, + 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___attribute__, + anon_sym_EQ, + ACTIONS(2169), 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, + [14210] = 20, + 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(547), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(366), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(656), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14302] = 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1899), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(2176), 1, + sym_identifier, + ACTIONS(2178), 1, + anon_sym_RPAREN, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1131), 1, + sym__declaration_specifiers, + STATE(1374), 1, + sym_variadic_parameter, + STATE(1434), 1, + sym_parameter_declaration, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14396] = 20, + 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(547), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(349), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(676), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14488] = 20, + 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(597), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(371), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(676), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14580] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(41), 1, + anon_sym_LBRACE, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(998), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13127] = 21, + STATE(382), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(655), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14672] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1765), 1, + 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(129), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(770), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13229] = 21, + STATE(129), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(676), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14764] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1765), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(41), 1, + anon_sym_LBRACE, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(1767), 1, - anon_sym_LPAREN2, - ACTIONS(1777), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(993), 1, - sym__expression, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1769), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1771), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1773), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(1775), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(802), 5, - sym_pointer_expression, - sym_subscript_expression, - sym_call_expression, - sym_field_expression, - sym_parenthesized_expression, - STATE(688), 16, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_gnu_asm_expression, - sym_compound_literal_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13331] = 20, + STATE(398), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(676), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14856] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(85), 1, - anon_sym_offsetof, - ACTIONS(87), 1, - anon_sym__Generic, - ACTIONS(153), 1, - sym_number_literal, - ACTIONS(1393), 1, + 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(547), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(1397), 1, - anon_sym_LPAREN2, - ACTIONS(1411), 1, - anon_sym_sizeof, - STATE(642), 1, - sym_string_literal, - STATE(709), 1, - sym__expression, - ACTIONS(25), 2, - anon_sym_STAR, - anon_sym_AMP, - ACTIONS(89), 2, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(99), 2, - anon_sym_NULL, - anon_sym_nullptr, - ACTIONS(155), 2, - sym_true, - sym_false, - ACTIONS(1399), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(1401), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(1409), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(83), 5, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - ACTIONS(93), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - STATE(688), 21, - sym__expression_not_binary, - sym_conditional_expression, - sym_assignment_expression, - sym_pointer_expression, - sym_unary_expression, - sym_binary_expression, - sym_update_expression, - sym_cast_expression, - sym_sizeof_expression, - sym_alignof_expression, - sym_offsetof_expression, - sym_generic_expression, - sym_subscript_expression, - sym_call_expression, - sym_gnu_asm_expression, - sym_field_expression, - sym_compound_literal_expression, - sym_parenthesized_expression, - sym_char_literal, - sym_concatenated_string, - sym_null, - [13431] = 21, + STATE(362), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(676), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [14948] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76396,43 +79709,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(597), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2140), 1, - anon_sym_LBRACE, - STATE(658), 1, - sym_ms_call_modifier, - STATE(830), 1, + STATE(341), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1192), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(367), 3, - sym_function_definition, + STATE(667), 2, sym_declaration, - sym_declaration_list, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 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(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76461,7 +79766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13532] = 21, + [15040] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76476,43 +79781,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(129), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2142), 1, - anon_sym_LBRACE, - STATE(657), 1, - sym_ms_call_modifier, - STATE(830), 1, + STATE(135), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1177), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(134), 3, - sym_function_definition, + STATE(654), 2, sym_declaration, - sym_declaration_list, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 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(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76541,7 +79838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13633] = 21, + [15132] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76556,43 +79853,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(129), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2144), 1, - anon_sym_LBRACE, - STATE(659), 1, - sym_ms_call_modifier, - STATE(830), 1, + STATE(136), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1186), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(336), 3, - sym_function_definition, + STATE(676), 2, sym_declaration, - sym_declaration_list, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 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(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76621,13 +79910,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13734] = 21, + [15224] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, + ACTIONS(41), 1, + anon_sym_LBRACE, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, @@ -76638,41 +79929,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2146), 1, - anon_sym_LBRACE, - STATE(661), 1, - sym_ms_call_modifier, - STATE(830), 1, + STATE(377), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1175), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(208), 3, - sym_function_definition, + STATE(668), 2, sym_declaration, - sym_declaration_list, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 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(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76701,7 +79982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13835] = 21, + [15316] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -76716,43 +79997,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(197), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2148), 1, - anon_sym_LBRACE, - STATE(662), 1, - sym_ms_call_modifier, - STATE(830), 1, + STATE(213), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1181), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(343), 3, - sym_function_definition, + STATE(669), 2, sym_declaration, - sym_declaration_list, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 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(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -76781,30 +80054,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [13936] = 12, + [15408] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1835), 1, - anon_sym_const, - ACTIONS(1839), 1, - anon_sym_LPAREN2, - ACTIONS(1845), 1, - anon_sym_STAR, - ACTIONS(1853), 1, - anon_sym_EQ, - STATE(626), 1, - sym_string_literal, - ACTIONS(1848), 2, - anon_sym_RPAREN, - anon_sym_LBRACK, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1851), 8, + 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(129), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(144), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(659), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, anon_sym___extension__, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -76812,228 +80115,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(1857), 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(1843), 11, - anon_sym_DASH, - anon_sym_PLUS, - 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(1837), 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, - [14015] = 6, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [15500] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2150), 1, - sym_identifier, - STATE(628), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2154), 14, - 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(33), 1, anon_sym___attribute__, - anon_sym_EQ, - ACTIONS(2152), 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, - [14080] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2156), 1, + 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(547), 1, + anon_sym_LBRACE, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, sym_identifier, - STATE(627), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(2163), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2161), 14, - 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___attribute__, - anon_sym_EQ, - ACTIONS(2159), 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, - [14145] = 6, + STATE(354), 1, + sym_compound_statement, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1237), 1, + sym__declaration_specifiers, + STATE(651), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [15592] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2166), 1, - sym_identifier, - STATE(627), 2, - sym_string_literal, - aux_sym_concatenated_string_repeat1, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2170), 14, - 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(33), 1, anon_sym___attribute__, - anon_sym_EQ, - ACTIONS(2168), 29, - anon_sym_COMMA, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(1899), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1901), 1, 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, - [14210] = 20, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1131), 1, + sym__declaration_specifiers, + STATE(1434), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [15684] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(41), 1, - anon_sym_LBRACE, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, @@ -77042,19 +80285,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(597), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(371), 1, + STATE(335), 1, sym_compound_statement, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1193), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(639), 2, + STATE(652), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -77062,13 +80307,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77097,7 +80342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [14302] = 21, + [15776] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -77112,36 +80357,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(197), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1901), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2172), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2174), 1, - anon_sym_RPAREN, - STATE(830), 1, + STATE(204), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1056), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(1330), 1, - sym_variadic_parameter, - STATE(1376), 1, - sym_parameter_declaration, + STATE(676), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77170,15 +80414,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [14396] = 20, + [15868] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(41), 1, - anon_sym_LBRACE, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, @@ -77187,19 +80429,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(597), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(373), 1, + STATE(333), 1, sym_compound_statement, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1193), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(639), 2, + STATE(676), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -77207,13 +80451,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77242,7 +80486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [14488] = 20, + [15960] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -77261,17 +80505,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(357), 1, + STATE(395), 1, sym_compound_statement, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1193), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(631), 2, + STATE(676), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -77279,13 +80523,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77314,15 +80558,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [14580] = 20, + [16052] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(41), 1, - anon_sym_LBRACE, ACTIONS(49), 1, sym_primitive_type, ACTIONS(51), 1, @@ -77331,19 +80573,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(197), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(376), 1, + STATE(196), 1, sym_compound_statement, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1193), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(629), 2, + STATE(676), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, @@ -77351,13 +80595,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77386,7 +80630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [14672] = 20, + [16144] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -77401,35 +80645,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, + ACTIONS(197), 1, + anon_sym_LBRACE, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(1901), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1903), 1, - anon_sym_RPAREN, - STATE(830), 1, + STATE(214), 1, + sym_compound_statement, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1056), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(1376), 2, - sym_variadic_parameter, - sym_parameter_declaration, + STATE(666), 2, + sym_declaration, + aux_sym__old_style_function_definition_repeat1, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77458,66 +80702,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [14764] = 5, + [16236] = 3, ACTIONS(3), 1, sym_comment, - STATE(626), 1, - sym_string_literal, - ACTIONS(95), 5, + ACTIONS(1767), 21, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, + anon_sym_STAR, + anon_sym_AMP, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + 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, - ACTIONS(1843), 13, + ACTIONS(1765), 28, 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(1837), 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___attribute__, - 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, - [14825] = 3, + anon_sym_if, + anon_sym_switch, + anon_sym_case, + anon_sym_default, + anon_sym_while, + anon_sym_do, + anon_sym_for, + anon_sym_return, + anon_sym_break, + anon_sym_continue, + anon_sym_goto, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + [16293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 21, + ACTIONS(2182), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -77539,7 +80781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1757), 28, + ACTIONS(2180), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -77568,10 +80810,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [14882] = 3, + [16350] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2176), 15, + ACTIONS(2184), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -77587,7 +80829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_EQ, sym_identifier, - ACTIONS(2178), 34, + ACTIONS(2186), 34, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -77622,7 +80864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [14939] = 19, + [16407] = 20, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -77639,31 +80881,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(1901), 1, + ACTIONS(1899), 1, anon_sym_DOT_DOT_DOT, - STATE(830), 1, + ACTIONS(2188), 1, + sym_identifier, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1056), 1, + STATE(1131), 1, sym__declaration_specifiers, - STATE(1448), 2, + STATE(1514), 1, sym_variadic_parameter, + STATE(1522), 1, sym_parameter_declaration, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77692,48 +80935,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [15028] = 19, + [16498] = 5, + ACTIONS(3), 1, + sym_comment, + STATE(647), 1, + sym_string_literal, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(1847), 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), 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___attribute__, + 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, + [16559] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2180), 1, + ACTIONS(2190), 1, sym_identifier, - ACTIONS(2189), 1, + ACTIONS(2199), 1, anon_sym___attribute__, - ACTIONS(2192), 1, + ACTIONS(2202), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2195), 1, + ACTIONS(2205), 1, anon_sym___declspec, - ACTIONS(2198), 1, + ACTIONS(2208), 1, anon_sym_LBRACE, - ACTIONS(2203), 1, + ACTIONS(2213), 1, sym_primitive_type, - ACTIONS(2206), 1, + ACTIONS(2216), 1, anon_sym_enum, - ACTIONS(2209), 1, + ACTIONS(2219), 1, anon_sym_struct, - ACTIONS(2212), 1, + ACTIONS(2222), 1, anon_sym_union, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1193), 1, + STATE(1237), 1, sym__declaration_specifiers, - STATE(639), 2, + STATE(676), 2, sym_declaration, aux_sym__old_style_function_definition_repeat1, - ACTIONS(2200), 4, + ACTIONS(2210), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -77741,7 +81040,7 @@ static const uint16_t ts_small_parse_table[] = { sym_storage_class_specifier, sym_type_qualifier, aux_sym__declaration_specifiers_repeat1, - ACTIONS(2183), 9, + ACTIONS(2193), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -77751,7 +81050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2186), 10, + ACTIONS(2196), 10, anon_sym_extern, anon_sym_static, anon_sym_auto, @@ -77762,64 +81061,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [15117] = 3, + [16648] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 21, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - 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, + STATE(647), 1, + sym_string_literal, + ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1761), 28, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_if, - anon_sym_switch, - anon_sym_case, - anon_sym_default, - anon_sym_while, - anon_sym_do, - anon_sym_for, - anon_sym_return, - anon_sym_break, - anon_sym_continue, - anon_sym_goto, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - [15174] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2215), 15, + ACTIONS(1847), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -77832,10 +81085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym___attribute__, anon_sym_EQ, - sym_identifier, - ACTIONS(2217), 34, + ACTIONS(1841), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -77846,6 +81097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, + anon_sym___attribute__, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -77865,23 +81117,80 @@ static const uint16_t ts_small_parse_table[] = { 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, - [15231] = 5, + [16709] = 19, ACTIONS(3), 1, sym_comment, - STATE(626), 1, - sym_string_literal, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(1843), 13, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + ACTIONS(1899), 1, + anon_sym_DOT_DOT_DOT, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1131), 1, + sym__declaration_specifiers, + STATE(1522), 2, + sym_variadic_parameter, + sym_parameter_declaration, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [16798] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2225), 15, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -77894,8 +81203,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym___attribute__, anon_sym_EQ, - ACTIONS(1837), 30, + sym_identifier, + ACTIONS(2227), 34, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -77906,7 +81217,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_SEMI, - anon_sym___attribute__, anon_sym_RBRACE, anon_sym_LBRACK, anon_sym_RBRACK, @@ -77926,10 +81236,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [15292] = 3, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [16855] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2221), 21, + ACTIONS(1763), 21, anon_sym_LPAREN2, anon_sym_BANG, anon_sym_TILDE, @@ -77951,7 +81266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(2219), 28, + ACTIONS(1761), 28, anon_sym_DASH, anon_sym_PLUS, anon_sym_if, @@ -77980,83 +81295,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_NULL, anon_sym_nullptr, sym_identifier, - [15349] = 20, - 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(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1901), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(2223), 1, - sym_identifier, - STATE(830), 1, - sym__type_specifier, - STATE(863), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1056), 1, - sym__declaration_specifiers, - STATE(1448), 1, - sym_parameter_declaration, - STATE(1498), 1, - sym_variadic_parameter, - ACTIONS(43), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - STATE(663), 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(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [15440] = 7, + [16912] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -78064,7 +81308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -78075,7 +81319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78088,7 +81332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 19, + ACTIONS(1841), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78108,64 +81352,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [15504] = 5, + [16976] = 3, ACTIONS(3), 1, sym_comment, - STATE(646), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2229), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2225), 17, + ACTIONS(2231), 14, anon_sym_DASH, anon_sym_PLUS, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(2227), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, 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_LBRACK, + anon_sym_EQ, + ACTIONS(2229), 33, + 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___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, 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, - 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, - [15563] = 3, + anon_sym_asm, + anon_sym___asm__, + anon_sym_DOT, + anon_sym_DASH_GT, + [17031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2234), 14, + ACTIONS(2235), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78180,7 +81422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2232), 33, + ACTIONS(2233), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78214,10 +81456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15618] = 3, + [17086] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2238), 14, + ACTIONS(2239), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78232,7 +81474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2236), 33, + ACTIONS(2237), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78266,10 +81508,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15673] = 3, + [17141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2242), 14, + ACTIONS(2243), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78284,7 +81526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2240), 33, + ACTIONS(2241), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78318,10 +81560,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15728] = 3, + [17196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2246), 14, + ACTIONS(2247), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78336,7 +81578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2244), 33, + ACTIONS(2245), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78370,10 +81612,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15783] = 3, + [17251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2250), 14, + ACTIONS(2251), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78388,7 +81630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2248), 33, + ACTIONS(2249), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78422,10 +81664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15838] = 3, + [17306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2254), 14, + ACTIONS(2255), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78440,7 +81682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2252), 33, + ACTIONS(2253), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78474,10 +81716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15893] = 3, + [17361] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2258), 14, + ACTIONS(2259), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78492,7 +81734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2256), 33, + ACTIONS(2257), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78526,62 +81768,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [15948] = 3, + [17416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2262), 14, + STATE(690), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2265), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(2261), 17, anon_sym_DASH, anon_sym_PLUS, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + ACTIONS(2263), 19, + anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, 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_LBRACK, - anon_sym_EQ, - ACTIONS(2260), 33, - 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___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, 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_asm, - anon_sym___asm__, - anon_sym_DOT, - anon_sym_DASH_GT, - [16003] = 3, + 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, + [17475] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2266), 14, + ACTIONS(2270), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78596,7 +81840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2264), 33, + ACTIONS(2268), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78630,10 +81874,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [16058] = 3, + [17530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2270), 14, + ACTIONS(2274), 14, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -78648,7 +81892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(2268), 33, + ACTIONS(2272), 33, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -78682,7 +81926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___asm__, anon_sym_DOT, anon_sym_DASH_GT, - [16113] = 17, + [17585] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -78699,26 +81943,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1204), 1, + STATE(1244), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78747,7 +81991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16195] = 17, + [17667] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -78764,26 +82008,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1213), 1, + STATE(1250), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78812,7 +82056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16277] = 17, + [17749] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -78829,26 +82073,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1212), 1, + STATE(1248), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78877,7 +82121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16359] = 17, + [17831] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -78894,26 +82138,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1200), 1, + STATE(1259), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -78942,7 +82186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16441] = 17, + [17913] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -78959,26 +82203,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1203), 1, + STATE(1255), 1, + sym__declaration_specifiers, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [17995] = 17, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1257), 1, + sym__declaration_specifiers, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [18077] = 17, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1263), 1, + sym__declaration_specifiers, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(711), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [18159] = 17, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(841), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1254), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79007,7 +82446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16523] = 17, + [18241] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -79024,26 +82463,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(830), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1208), 1, + STATE(1261), 1, sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(663), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79072,7 +82511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16605] = 16, + [18323] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -79089,24 +82528,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_union, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(803), 1, + STATE(841), 1, sym__type_specifier, - STATE(863), 1, + STATE(885), 1, aux_sym_sized_type_specifier_repeat1, + STATE(1247), 1, + sym__declaration_specifiers, ACTIONS(43), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, sym_union_specifier, sym_macro_type_specifier, - STATE(666), 7, + STATE(711), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -79135,64 +82576,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [16684] = 3, + [18405] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 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, - ACTIONS(2272), 26, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - [16737] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1865), 1, + ACTIONS(1869), 1, anon_sym_COLON, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -79200,7 +82591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79211,7 +82602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79224,7 +82615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 15, + ACTIONS(1841), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -79240,70 +82631,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [16800] = 9, + [18468] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2286), 1, - anon_sym___attribute__, - ACTIONS(2289), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2292), 1, - anon_sym___declspec, - ACTIONS(2278), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(666), 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(2280), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(2283), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - ACTIONS(2276), 11, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [16865] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1855), 1, + ACTIONS(1865), 1, anon_sym_COLON, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -79311,7 +82646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79322,7 +82657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79335,7 +82670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 15, + ACTIONS(1841), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -79351,14 +82686,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [16928] = 8, + [18531] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1861), 1, + ACTIONS(1871), 1, anon_sym_COLON, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -79366,7 +82701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79377,7 +82712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79390,7 +82725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 15, + ACTIONS(1841), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -79406,14 +82741,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [16991] = 8, + [18594] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1863), 1, + ACTIONS(1856), 1, anon_sym_COLON, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -79421,7 +82756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79432,7 +82767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79445,7 +82780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 15, + ACTIONS(1841), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -79461,14 +82796,120 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17054] = 8, + [18657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1853), 1, + ACTIONS(2278), 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, + ACTIONS(2276), 26, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + [18710] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2290), 1, + anon_sym___attribute__, + ACTIONS(2293), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2296), 1, + anon_sym___declspec, + ACTIONS(2282), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(708), 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(2284), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(2287), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + ACTIONS(2280), 11, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [18775] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1867), 1, + ACTIONS(1863), 1, anon_sym_COLON, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -79476,7 +82917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79487,7 +82928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79500,7 +82941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 15, + ACTIONS(1841), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -79516,14 +82957,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17117] = 8, + [18838] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1859), 1, + ACTIONS(1867), 1, anon_sym_COLON, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -79531,7 +82972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79542,7 +82983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79555,7 +82996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 15, + ACTIONS(1841), 15, anon_sym_COMMA, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, @@ -79571,10 +83012,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17180] = 3, + [18901] = 16, + 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(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1881), 1, + sym_identifier, + STATE(875), 1, + sym__type_specifier, + STATE(885), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(43), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + STATE(708), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [18980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2219), 13, + ACTIONS(2180), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79588,7 +83092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2221), 31, + ACTIONS(2182), 31, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -79620,40 +83124,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17232] = 3, + [19032] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2297), 13, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2307), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2309), 1, + anon_sym_AMP_AMP, + ACTIONS(2311), 1, anon_sym_PIPE, + ACTIONS(2313), 1, anon_sym_CARET, + ACTIONS(2315), 1, anon_sym_AMP, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2327), 1, + anon_sym_EQ, + ACTIONS(2329), 1, + anon_sym_QMARK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2319), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(2321), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, - ACTIONS(2295), 30, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2299), 16, 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___attribute__, 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, @@ -79664,14 +83189,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [19117] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - [17283] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2301), 13, + ACTIONS(2337), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79685,10 +83218,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2299), 30, + ACTIONS(2335), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -79698,8 +83230,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -79712,19 +83242,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [19178] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - [17334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2305), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2341), 10, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -79733,10 +83272,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2303), 30, + ACTIONS(2339), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -79746,8 +83284,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -79760,14 +83296,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, - [17385] = 3, + [19241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2309), 13, + ACTIONS(2345), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79781,7 +83313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2307), 30, + ACTIONS(2343), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -79812,49 +83344,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17436] = 8, + [19292] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2307), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2309), 1, + anon_sym_AMP_AMP, + ACTIONS(2311), 1, + anon_sym_PIPE, + ACTIONS(2313), 1, + anon_sym_CARET, + ACTIONS(2315), 1, + anon_sym_AMP, + ACTIONS(2325), 1, anon_sym_LBRACK, - STATE(683), 1, + ACTIONS(2329), 1, + anon_sym_QMARK, + ACTIONS(2349), 1, + anon_sym_EQ, + STATE(736), 1, sym_argument_list, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2319), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2321), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2315), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2305), 3, 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(2311), 23, + ACTIONS(2347), 16, 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___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -79865,62 +83409,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17497] = 7, + [19377] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2323), 1, - anon_sym_EQ, - STATE(626), 1, - sym_string_literal, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2325), 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(1843), 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(1837), 14, + ACTIONS(2301), 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, + ACTIONS(2325), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_QMARK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - [17556] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2329), 13, + ACTIONS(2353), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -79934,10 +83438,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2327), 30, + ACTIONS(2351), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -79946,9 +83449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, - anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -79961,45 +83462,27 @@ 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, - [17607] = 11, + [19438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2357), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2335), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2337), 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(2331), 23, + ACTIONS(2355), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -80009,6 +83492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80021,10 +83506,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [17674] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [19489] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2343), 13, + ACTIONS(2361), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80038,7 +83527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2341), 30, + ACTIONS(2359), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80069,10 +83558,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17725] = 3, + [19540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2347), 13, + ACTIONS(2365), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80086,7 +83575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2345), 30, + ACTIONS(2363), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80117,27 +83606,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17776] = 3, + [19591] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2351), 13, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2369), 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(2349), 30, + ACTIONS(2367), 23, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -80147,8 +83650,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80161,14 +83662,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + [19658] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2307), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2309), 1, + anon_sym_AMP_AMP, + ACTIONS(2311), 1, + anon_sym_PIPE, + ACTIONS(2313), 1, + anon_sym_CARET, + ACTIONS(2315), 1, + anon_sym_AMP, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2329), 1, + anon_sym_QMARK, + ACTIONS(2373), 1, + anon_sym_EQ, + STATE(736), 1, + sym_argument_list, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2319), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2321), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - [17827] = 3, + ACTIONS(2305), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2371), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + 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, + [19743] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2377), 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(2375), 34, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + anon_sym_asm, + anon_sym___asm__, + sym_identifier, + [19794] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2355), 13, + ACTIONS(2381), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80182,7 +83792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2353), 30, + ACTIONS(2379), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80194,9 +83804,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80213,10 +83823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17878] = 3, + [19845] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2359), 13, + ACTIONS(2385), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80230,7 +83840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2357), 30, + ACTIONS(2383), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80242,9 +83852,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80261,10 +83871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17929] = 3, + [19896] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2363), 13, + ACTIONS(2389), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80278,7 +83888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2361), 30, + ACTIONS(2387), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80309,10 +83919,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [17980] = 3, + [19947] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2367), 13, + ACTIONS(2393), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80326,7 +83936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2365), 30, + ACTIONS(2391), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80357,10 +83967,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18031] = 3, + [19998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2371), 13, + ACTIONS(2397), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80374,7 +83984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2369), 30, + ACTIONS(2395), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80405,22 +84015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18082] = 8, + [20049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2375), 13, + ACTIONS(2401), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80434,9 +84032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2373), 23, + ACTIONS(2399), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -80446,6 +84045,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80458,22 +84059,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18143] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2379), 13, + [20100] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2405), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80487,9 +84080,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2377), 23, + ACTIONS(2403), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -80499,6 +84093,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80511,61 +84107,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18204] = 20, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20151] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2383), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2385), 1, - anon_sym_AMP_AMP, - ACTIONS(2387), 1, + ACTIONS(2311), 1, anon_sym_PIPE, - ACTIONS(2389), 1, + ACTIONS(2313), 1, anon_sym_CARET, - ACTIONS(2391), 1, + ACTIONS(2315), 1, anon_sym_AMP, - ACTIONS(2399), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2341), 1, anon_sym_EQ, - ACTIONS(2401), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2393), 2, + ACTIONS(2317), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2395), 2, + ACTIONS(2319), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2397), 2, + ACTIONS(2321), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2335), 3, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2381), 16, + ACTIONS(2339), 19, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -80576,22 +84173,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18289] = 8, + [20230] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2405), 13, + ACTIONS(2409), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80605,9 +84190,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2403), 23, + ACTIONS(2407), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -80616,7 +84202,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, + anon_sym_LBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80629,45 +84217,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18350] = 9, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20281] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2313), 1, + anon_sym_CARET, + ACTIONS(2315), 1, + anon_sym_AMP, + ACTIONS(2325), 1, anon_sym_LBRACK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2319), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2321), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2335), 3, + ACTIONS(2341), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 10, - anon_sym_DASH, - anon_sym_PLUS, - 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(2377), 23, + ACTIONS(2339), 19, 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___attribute__, anon_sym_RBRACE, @@ -80683,61 +84282,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18413] = 20, + [20358] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2383), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2385), 1, - anon_sym_AMP_AMP, - ACTIONS(2387), 1, - anon_sym_PIPE, - ACTIONS(2389), 1, - anon_sym_CARET, - ACTIONS(2391), 1, - anon_sym_AMP, - ACTIONS(2401), 1, - anon_sym_QMARK, - ACTIONS(2409), 1, - anon_sym_EQ, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2341), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 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, - ACTIONS(2393), 2, + anon_sym_EQ, + ACTIONS(2339), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2395), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2397), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2335), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2407), 16, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -80748,57 +84335,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18498] = 18, + [20419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2379), 1, - anon_sym_EQ, - ACTIONS(2385), 1, - anon_sym_AMP_AMP, - ACTIONS(2387), 1, + ACTIONS(2413), 13, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE, - ACTIONS(2389), 1, anon_sym_CARET, - ACTIONS(2391), 1, anon_sym_AMP, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2339), 2, + anon_sym_GT, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2393), 2, + anon_sym_EQ, + ACTIONS(2411), 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, - ACTIONS(2395), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2397), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2335), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2377), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -80811,10 +84379,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18579] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [20470] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2413), 13, + ACTIONS(2417), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80828,7 +84400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2411), 30, + ACTIONS(2415), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80859,10 +84431,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18630] = 3, + [20521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2417), 13, + ACTIONS(2421), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -80876,7 +84448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2415), 30, + ACTIONS(2419), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -80907,49 +84479,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18681] = 17, + [20572] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2379), 1, - anon_sym_EQ, - ACTIONS(2387), 1, - anon_sym_PIPE, - ACTIONS(2389), 1, - anon_sym_CARET, - ACTIONS(2391), 1, + ACTIONS(2315), 1, anon_sym_AMP, - STATE(683), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2393), 2, + ACTIONS(2317), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2395), 2, + ACTIONS(2319), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2397), 2, + ACTIONS(2321), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2335), 3, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2377), 19, + ACTIONS(2341), 3, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_EQ, + ACTIONS(2339), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -80969,38 +84539,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18760] = 3, + [20647] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2421), 13, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2317), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2319), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2321), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2341), 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(2419), 30, + ACTIONS(2339), 19, 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___attribute__, anon_sym_RBRACE, - anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -81013,45 +84598,49 @@ 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, - [18811] = 7, + [20720] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2319), 2, + anon_sym_GT, + anon_sym_LT, ACTIONS(2321), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2425), 13, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2341), 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(2423), 25, + ACTIONS(2339), 21, 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___attribute__, anon_sym_RBRACE, @@ -81067,54 +84656,47 @@ 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, - [18870] = 16, + [20791] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2389), 1, - anon_sym_CARET, - ACTIONS(2391), 1, - anon_sym_AMP, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, + ACTIONS(2323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2379), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(2393), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2395), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2397), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2335), 3, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2377), 19, + ACTIONS(2341), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(2339), 23, 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___attribute__, anon_sym_RBRACE, @@ -81130,10 +84712,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [18947] = 3, + [20858] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 13, + ACTIONS(2425), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -81147,7 +84729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2427), 30, + ACTIONS(2423), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -81159,9 +84741,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -81178,77 +84760,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [18998] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2433), 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(2431), 34, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - anon_sym_asm, - anon_sym___asm__, - sym_identifier, - [19049] = 10, + [20909] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2303), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2333), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2335), 3, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 8, + ACTIONS(2341), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -81257,7 +84791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2377), 23, + ACTIONS(2339), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -81281,10 +84815,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19114] = 3, + [20974] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2437), 13, + ACTIONS(2429), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -81298,7 +84832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2435), 30, + ACTIONS(2427), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -81310,9 +84844,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_SEMI, anon_sym___attribute__, + anon_sym_RBRACK_RBRACK, anon_sym_RBRACE, anon_sym_LBRACK, - anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -81329,41 +84863,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19165] = 11, + [21025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2433), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2335), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 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(2377), 23, + ACTIONS(2431), 30, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -81373,6 +84893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_COLON, anon_sym_QMARK, anon_sym_STAR_EQ, @@ -81385,10 +84907,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19232] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [21076] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2441), 13, + ACTIONS(2437), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -81402,7 +84928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2439), 30, + ACTIONS(2435), 30, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -81433,51 +84959,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19283] = 15, + [21127] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2391), 1, + ACTIONS(2309), 1, + anon_sym_AMP_AMP, + ACTIONS(2311), 1, + anon_sym_PIPE, + ACTIONS(2313), 1, + anon_sym_CARET, + ACTIONS(2315), 1, anon_sym_AMP, - STATE(683), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2341), 1, + anon_sym_EQ, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2303), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2393), 2, + ACTIONS(2317), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2395), 2, + ACTIONS(2319), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2397), 2, + ACTIONS(2321), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2335), 3, + ACTIONS(2323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2305), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2377), 19, + ACTIONS(2339), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, @@ -81493,61 +85022,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19358] = 20, + [21208] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2383), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2385), 1, - anon_sym_AMP_AMP, - ACTIONS(2387), 1, - anon_sym_PIPE, - ACTIONS(2389), 1, - anon_sym_CARET, - ACTIONS(2391), 1, - anon_sym_AMP, - ACTIONS(2401), 1, - anon_sym_QMARK, - ACTIONS(2445), 1, - anon_sym_EQ, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2441), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 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, - ACTIONS(2393), 2, + anon_sym_EQ, + ACTIONS(2439), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2395), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2397), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2335), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2443), 16, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -81558,50 +85075,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19443] = 14, + [21269] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2445), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2393), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2395), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2397), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2335), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 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(2377), 19, + ACTIONS(2443), 25, 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___attribute__, anon_sym_RBRACE, @@ -81617,7 +85125,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [19516] = 3, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [21328] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2449), 13, @@ -81665,70 +85175,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19567] = 13, + [21379] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2333), 2, + ACTIONS(2451), 1, + anon_sym_EQ, + STATE(647), 1, + sym_string_literal, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2453), 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(1847), 12, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2339), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2395), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2397), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2335), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_EQ, - ACTIONS(2377), 21, - anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(1841), 14, + anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LBRACK, + 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, - [19638] = 5, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [21438] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1853), 1, + ACTIONS(1854), 1, anon_sym_EQ, - ACTIONS(1857), 10, + ACTIONS(1858), 10, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -81739,7 +85243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - ACTIONS(1843), 12, + ACTIONS(1847), 12, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -81752,7 +85256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(1837), 19, + ACTIONS(1841), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -81772,53 +85276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [19692] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2453), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2451), 40, - 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, - aux_sym_preproc_elifdef_token1, - aux_sym_preproc_elifdef_token2, - sym_preproc_directive, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [19741] = 3, + [21492] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2457), 1, @@ -81864,7 +85322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [19790] = 3, + [21541] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2461), 1, @@ -81910,7 +85368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [19839] = 3, + [21590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2465), 1, @@ -81956,7 +85414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [19888] = 3, + [21639] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2469), 1, @@ -82002,12 +85460,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [19937] = 3, + [21688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(1389), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1315), 40, + ACTIONS(1387), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82048,12 +85506,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [19986] = 3, + [21737] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1329), 1, + ACTIONS(2473), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1327), 40, + ACTIONS(2471), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82094,12 +85552,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20035] = 3, + [21786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1337), 1, + ACTIONS(1397), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1335), 40, + ACTIONS(1395), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82140,12 +85598,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20084] = 3, + [21835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 1, + ACTIONS(2477), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1347), 40, + ACTIONS(2475), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82186,12 +85644,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20133] = 3, + [21884] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2473), 1, + ACTIONS(2481), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2471), 40, + ACTIONS(2479), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82232,12 +85690,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20182] = 3, + [21933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 1, + ACTIONS(2485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1351), 40, + ACTIONS(2483), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82278,12 +85736,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20231] = 3, + [21982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 1, + ACTIONS(1309), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1371), 40, + ACTIONS(1307), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82324,12 +85782,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20280] = 3, + [22031] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 1, + ACTIONS(1377), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 40, + ACTIONS(1375), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82370,12 +85828,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20329] = 3, + [22080] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1373), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2479), 40, + ACTIONS(1371), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82416,12 +85874,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20378] = 3, + [22129] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2485), 1, + ACTIONS(1341), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2483), 40, + ACTIONS(1339), 40, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82462,7 +85920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20427] = 3, + [22178] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2489), 1, @@ -82508,7 +85966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20476] = 3, + [22227] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2493), 1, @@ -82554,7 +86012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20525] = 3, + [22276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2497), 1, @@ -82600,123 +86058,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20574] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1373), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(1371), 38, - 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___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [20621] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2489), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2487), 38, - 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___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [20668] = 7, + [22325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2503), 1, - anon_sym_LBRACE, - STATE(843), 1, - sym_field_declaration_list, - STATE(869), 1, - sym_attribute_specifier, - ACTIONS(2501), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2501), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2499), 28, + ACTIONS(2499), 40, + 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, + aux_sym_preproc_elifdef_token1, + aux_sym_preproc_elifdef_token2, + sym_preproc_directive, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -82735,13 +86100,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [20723] = 3, + [22374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1329), 1, + ACTIONS(2469), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1327), 38, + ACTIONS(2467), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82780,10 +86148,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20770] = 3, + [22421] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 7, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2507), 1, + anon_sym_LBRACE, + STATE(872), 1, + sym_field_declaration_list, + STATE(905), 1, + sym_attribute_specifier, + ACTIONS(2505), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -82791,10 +86167,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2272), 32, + ACTIONS(2503), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -82820,30 +86195,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [20817] = 6, + [22476] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2509), 1, - anon_sym___attribute__, - ACTIONS(2512), 2, + ACTIONS(2465), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2515), 3, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(2507), 4, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2505), 29, + ACTIONS(2463), 38, + 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___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym_signed, anon_sym_unsigned, @@ -82871,12 +86240,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20870] = 3, + [22523] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 1, + ACTIONS(2473), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2495), 38, + ACTIONS(2471), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -82915,28 +86284,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [20917] = 3, + [22570] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2507), 1, + anon_sym_LBRACE, + STATE(833), 1, + sym_field_declaration_list, + STATE(899), 1, + sym_attribute_specifier, + ACTIONS(2511), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2491), 38, - 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(2509), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -82955,32 +86331,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [20964] = 3, + [22625] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 1, + ACTIONS(2278), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2467), 38, - 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(2276), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83003,12 +86376,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21011] = 3, + [22672] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(2485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2463), 38, + ACTIONS(2483), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83047,23 +86420,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21058] = 3, + [22719] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(2517), 1, + anon_sym___attribute__, + ACTIONS(2520), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2459), 38, - 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_LBRACE, + ACTIONS(2523), 3, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(2515), 4, + anon_sym_COMMA, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_EQ, + ACTIONS(2513), 29, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym_signed, anon_sym_unsigned, @@ -83091,12 +86467,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21105] = 3, + [22772] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(1903), 1, + anon_sym_LPAREN2, + ACTIONS(1905), 1, + anon_sym_STAR, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2533), 1, + anon_sym_LBRACK, + STATE(1078), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1227), 1, + sym__declarator, + STATE(1336), 1, + sym__abstract_declarator, + STATE(1355), 1, + sym_parameter_list, + STATE(1681), 1, + sym_ms_based_modifier, + ACTIONS(2527), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2531), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(953), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(961), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + ACTIONS(2529), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1356), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [22851] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2497), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2455), 38, + ACTIONS(2495), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83135,12 +86571,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21152] = 3, + [22898] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2485), 1, + ACTIONS(2477), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2483), 38, + ACTIONS(2475), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83179,28 +86615,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21199] = 3, + [22945] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2537), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2451), 38, - 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_LBRACE, + ACTIONS(2535), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83223,18 +86659,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21246] = 7, + [22992] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(2503), 1, + ACTIONS(2507), 1, anon_sym_LBRACE, - STATE(796), 1, + STATE(883), 1, sym_field_declaration_list, - STATE(860), 1, + STATE(887), 1, sym_attribute_specifier, - ACTIONS(2519), 7, + ACTIONS(2541), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -83242,7 +86678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2517), 28, + ACTIONS(2539), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -83271,12 +86707,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [21301] = 3, + [23047] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(1389), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2479), 38, + ACTIONS(1387), 38, + 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___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [23094] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2461), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2459), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83315,12 +86795,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21348] = 3, + [23141] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2473), 1, + ACTIONS(2501), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2471), 38, + ACTIONS(2499), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83359,35 +86839,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21395] = 7, + [23188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2503), 1, - anon_sym_LBRACE, - STATE(840), 1, - sym_field_declaration_list, - STATE(848), 1, - sym_attribute_specifier, - ACTIONS(2523), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2457), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2521), 28, + ACTIONS(2455), 38, + 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___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83406,13 +86879,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [21450] = 3, + [23235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 1, + ACTIONS(1397), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 38, + ACTIONS(1395), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83451,58 +86927,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21497] = 19, + [23282] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1905), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2507), 1, + anon_sym_LBRACE, + STATE(834), 1, + sym_field_declaration_list, + STATE(911), 1, + sym_attribute_specifier, + ACTIONS(2545), 7, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(1907), 1, anon_sym_STAR, - ACTIONS(1909), 1, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2543), 28, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, anon_sym___based, - ACTIONS(2525), 1, - sym_identifier, - ACTIONS(2533), 1, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - STATE(1035), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1176), 1, - sym__declarator, - STATE(1286), 1, - sym__abstract_declarator, - STATE(1302), 1, - sym_parameter_list, - STATE(1548), 1, - sym_ms_based_modifier, - ACTIONS(2527), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2531), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(912), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(917), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - ACTIONS(2529), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1291), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1219), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(47), 9, - anon_sym___extension__, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -83511,21 +86973,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [21576] = 3, + sym_primitive_type, + sym_identifier, + [23337] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2537), 7, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(2507), 1, + anon_sym_LBRACE, + STATE(827), 1, + sym_field_declaration_list, + STATE(903), 1, + sym_attribute_specifier, + ACTIONS(2549), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2535), 32, + anon_sym_COLON, + ACTIONS(2547), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, anon_sym___based, anon_sym_signed, @@ -83551,16 +87022,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [21623] = 3, + [23392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 1, + ACTIONS(1341), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1351), 38, + ACTIONS(1339), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83599,35 +87067,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21670] = 7, + [23439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(2503), 1, - anon_sym_LBRACE, - STATE(814), 1, - sym_field_declaration_list, - STATE(852), 1, - sym_attribute_specifier, - ACTIONS(2541), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2493), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2539), 28, + ACTIONS(2491), 38, + 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___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83646,27 +87107,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [21725] = 6, + [23486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2547), 1, - anon_sym___attribute__, - ACTIONS(2550), 2, + ACTIONS(1373), 1, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2553), 3, - anon_sym_LBRACK, - anon_sym_asm, - anon_sym___asm__, - ACTIONS(2545), 4, - anon_sym_COMMA, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_EQ, - ACTIONS(2543), 29, + ACTIONS(1371), 38, + 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___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym_signed, anon_sym_unsigned, @@ -83694,12 +87155,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21778] = 3, + [23533] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(1377), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1315), 38, + ACTIONS(1375), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83738,35 +87199,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21825] = 7, + [23580] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(2555), 1, anon_sym___attribute__, - ACTIONS(2503), 1, + ACTIONS(2558), 2, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - STATE(818), 1, - sym_field_declaration_list, - STATE(844), 1, - sym_attribute_specifier, - ACTIONS(2557), 7, + ACTIONS(2561), 3, + anon_sym_LBRACK, + anon_sym_asm, + anon_sym___asm__, + ACTIONS(2553), 4, anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_LPAREN2, - anon_sym_STAR, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2555), 28, + anon_sym_EQ, + ACTIONS(2551), 29, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -83785,13 +87242,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [21880] = 3, + [23633] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 1, + ACTIONS(2489), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1347), 38, + ACTIONS(2487), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83830,12 +87290,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21927] = 3, + [23680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1337), 1, + ACTIONS(2481), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1335), 38, + ACTIONS(2479), 38, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -83874,103 +87334,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [21974] = 7, + [23727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, - anon_sym_LPAREN2, - STATE(683), 1, - sym_argument_list, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2425), 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(2423), 20, - 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, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - [22028] = 20, + ACTIONS(1309), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(1307), 38, + 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___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [23774] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2399), 1, - anon_sym_EQ, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2565), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2567), 1, - anon_sym_AMP_AMP, - ACTIONS(2569), 1, - anon_sym_PIPE, - ACTIONS(2571), 1, - anon_sym_CARET, - ACTIONS(2573), 1, - anon_sym_AMP, - ACTIONS(2583), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2337), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2577), 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(2579), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2581), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2381), 11, + anon_sym_EQ, + ACTIONS(2335), 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, @@ -83981,17 +87426,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22108] = 3, + [23830] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 6, + ACTIONS(1763), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2585), 32, + ACTIONS(1761), 32, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84024,47 +87469,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22154] = 11, + [23876] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2327), 1, + anon_sym_EQ, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + ACTIONS(2569), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2571), 1, + anon_sym_AMP_AMP, + ACTIONS(2573), 1, + anon_sym_PIPE, + ACTIONS(2575), 1, + anon_sym_CARET, + ACTIONS(2577), 1, + anon_sym_AMP, + ACTIONS(2587), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2579), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(2581), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2583), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2337), 6, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - anon_sym_EQ, - ACTIONS(2331), 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, + ACTIONS(2299), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -84075,56 +87529,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22216] = 20, + [23956] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2445), 1, + ACTIONS(2341), 1, anon_sym_EQ, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2565), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2567), 1, + ACTIONS(2571), 1, anon_sym_AMP_AMP, - ACTIONS(2569), 1, + ACTIONS(2573), 1, anon_sym_PIPE, - ACTIONS(2571), 1, + ACTIONS(2575), 1, anon_sym_CARET, - ACTIONS(2573), 1, + ACTIONS(2577), 1, anon_sym_AMP, - ACTIONS(2583), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, + ACTIONS(2579), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2577), 2, + ACTIONS(2581), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2579), 2, + ACTIONS(2583), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2443), 11, + ACTIONS(2339), 13, + anon_sym_PIPE_PIPE, anon_sym_RBRACK, + anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -84135,13 +87587,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22296] = 3, + [24032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2178), 2, + ACTIONS(2186), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2176), 36, + ACTIONS(2184), 36, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -84178,56 +87630,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22342] = 20, + [24078] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2409), 1, - anon_sym_EQ, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2565), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2567), 1, - anon_sym_AMP_AMP, - ACTIONS(2569), 1, - anon_sym_PIPE, - ACTIONS(2571), 1, - anon_sym_CARET, - ACTIONS(2573), 1, - anon_sym_AMP, - ACTIONS(2583), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2577), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2579), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2407), 11, + ACTIONS(2369), 6, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + anon_sym_EQ, + ACTIONS(2367), 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, @@ -84238,26 +87681,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22422] = 9, + [24140] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 10, + ACTIONS(2341), 10, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, @@ -84268,7 +87711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2377), 18, + ACTIONS(2339), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -84287,54 +87730,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22480] = 18, + [24198] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2379), 1, + ACTIONS(2373), 1, anon_sym_EQ, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2567), 1, - anon_sym_AMP_AMP, ACTIONS(2569), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(2571), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(2573), 1, + anon_sym_PIPE, + ACTIONS(2575), 1, + anon_sym_CARET, + ACTIONS(2577), 1, anon_sym_AMP, - STATE(683), 1, + ACTIONS(2587), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, + ACTIONS(2579), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2577), 2, + ACTIONS(2581), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2579), 2, + ACTIONS(2583), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2377), 13, - anon_sym_PIPE_PIPE, + ACTIONS(2371), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -84345,53 +87790,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22556] = 17, + [24278] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2379), 1, + ACTIONS(2349), 1, anon_sym_EQ, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, ACTIONS(2569), 1, - anon_sym_PIPE, + anon_sym_PIPE_PIPE, ACTIONS(2571), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(2573), 1, + anon_sym_PIPE, + ACTIONS(2575), 1, + anon_sym_CARET, + ACTIONS(2577), 1, anon_sym_AMP, - STATE(683), 1, + ACTIONS(2587), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, + ACTIONS(2579), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2577), 2, + ACTIONS(2581), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2579), 2, + ACTIONS(2583), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2377), 14, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(2347), 11, anon_sym_RBRACK, - anon_sym_QMARK, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, @@ -84402,22 +87850,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22630] = 8, + [24358] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2379), 13, + ACTIONS(2445), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -84431,7 +87876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2377), 18, + ACTIONS(2443), 20, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -84450,50 +87895,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22686] = 16, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + [24412] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(2571), 1, - anon_sym_CARET, - ACTIONS(2573), 1, - anon_sym_AMP, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2379), 2, - anon_sym_PIPE, - anon_sym_EQ, - ACTIONS(2561), 2, + ACTIONS(2441), 13, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2577), 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(2579), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2581), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2377), 14, + anon_sym_EQ, + ACTIONS(2439), 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, @@ -84506,27 +87945,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22758] = 3, + [24468] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2217), 2, + ACTIONS(2591), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2215), 36, + ACTIONS(2589), 32, anon_sym___extension__, 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___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -84549,47 +87988,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [22804] = 15, + [24514] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2341), 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(2339), 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, + [24570] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2341), 1, + anon_sym_EQ, + ACTIONS(2563), 1, anon_sym_LPAREN2, ACTIONS(2573), 1, + anon_sym_PIPE, + ACTIONS(2575), 1, + anon_sym_CARET, + ACTIONS(2577), 1, anon_sym_AMP, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, + ACTIONS(2579), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2577), 2, + ACTIONS(2581), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2579), 2, + ACTIONS(2583), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2379), 3, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_EQ, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2377), 14, + ACTIONS(2339), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, @@ -84604,46 +88093,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22874] = 14, + [24644] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + ACTIONS(2577), 1, + anon_sym_AMP, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2575), 2, + ACTIONS(2579), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2577), 2, + ACTIONS(2581), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2579), 2, + ACTIONS(2583), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(2379), 4, + ACTIONS(2341), 3, anon_sym_PIPE, anon_sym_CARET, - anon_sym_AMP, anon_sym_EQ, - ACTIONS(2377), 14, + ACTIONS(2567), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2339), 14, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_RBRACK, @@ -84658,22 +88148,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22942] = 8, + [24714] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1767), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(1765), 32, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [24760] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2375), 13, + ACTIONS(2353), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -84687,7 +88220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2373), 18, + ACTIONS(2351), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -84706,47 +88239,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [22998] = 13, + [24816] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2577), 2, + ACTIONS(2579), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2581), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2579), 2, + ACTIONS(2583), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2581), 2, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 4, + ACTIONS(2341), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, anon_sym_EQ, - ACTIONS(2377), 16, + ACTIONS(2339), 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, @@ -84759,45 +88293,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23064] = 11, + [24884] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(2581), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2583), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2585), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 6, + ACTIONS(2341), 4, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, anon_sym_EQ, - ACTIONS(2377), 18, + ACTIONS(2339), 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, @@ -84810,29 +88346,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23126] = 10, + [24950] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2561), 2, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2563), 3, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(2379), 8, + ACTIONS(2341), 8, anon_sym_PIPE, anon_sym_CARET, anon_sym_AMP, @@ -84841,7 +88377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2377), 18, + ACTIONS(2339), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -84860,36 +88396,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23186] = 8, + [25010] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2405), 13, + ACTIONS(2565), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(2585), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2567), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(2341), 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(2403), 18, + ACTIONS(2339), 18, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_EQ_EQ, @@ -84908,27 +88447,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - [23242] = 3, + [25072] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1759), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, anon_sym_LPAREN2, + ACTIONS(2575), 1, + anon_sym_CARET, + ACTIONS(2577), 1, + anon_sym_AMP, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2341), 2, + anon_sym_PIPE, + anon_sym_EQ, + ACTIONS(2565), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2579), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2581), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2583), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2585), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2567), 3, anon_sym_STAR, - anon_sym_SEMI, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(2339), 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, + 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, + [25144] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2227), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1757), 32, + anon_sym_LBRACE, + ACTIONS(2225), 36, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, + anon_sym___cdecl, + anon_sym___clrcall, + anon_sym___stdcall, + anon_sym___fastcall, + anon_sym___thiscall, + anon_sym___vectorcall, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -84951,75 +88546,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23288] = 8, + [25190] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, - anon_sym_LPAREN2, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2315), 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(2311), 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, - [23344] = 3, + ACTIONS(2457), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(2455), 35, + 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___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [25235] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2489), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2487), 36, + 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___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [25280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1763), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2461), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1761), 32, + anon_sym_RBRACE, + ACTIONS(2459), 35, + 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___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -85042,7 +88672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23390] = 3, + [25325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2477), 2, @@ -85084,14 +88714,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23435] = 5, + [25370] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(870), 1, + STATE(901), 1, sym_attribute_specifier, - ACTIONS(2591), 7, + ACTIONS(2595), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85099,7 +88729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2589), 28, + ACTIONS(2593), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -85128,13 +88758,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23484] = 3, + [25419] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 2, + ACTIONS(2481), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2467), 35, + ACTIONS(2479), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -85170,18 +88800,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23529] = 3, + [25464] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 2, + ACTIONS(2591), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2463), 35, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(642), 1, + sym_string_literal, + ACTIONS(2597), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2589), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85212,10 +88844,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23574] = 3, + [25513] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2429), 13, + ACTIONS(2409), 13, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -85229,7 +88861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_EQ, - ACTIONS(2427), 24, + ACTIONS(2407), 24, anon_sym_LPAREN2, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, @@ -85254,12 +88886,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS_PLUS, anon_sym_DOT, anon_sym_DASH_GT, - [23619] = 3, + [25558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1329), 1, + ACTIONS(2497), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1327), 36, + ACTIONS(2495), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -85296,56 +88928,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23664] = 3, + [25603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2359), 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(2357), 24, + ACTIONS(1377), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_RBRACE, + ACTIONS(1375), 35, + 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___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [25648] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + STATE(907), 1, + sym_attribute_specifier, + ACTIONS(2601), 7, + 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_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2599), 28, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_LBRACK, - 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, - [23709] = 5, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [25697] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(847), 1, + STATE(888), 1, sym_attribute_specifier, - ACTIONS(2595), 7, + ACTIONS(2605), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85353,7 +89029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2593), 28, + ACTIONS(2603), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -85382,15 +89058,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [23758] = 3, + [25746] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2451), 1, + anon_sym_EQ, + ACTIONS(2453), 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(1847), 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(1841), 14, + 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_RBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [25795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1337), 1, + ACTIONS(1397), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1335), 36, + anon_sym_RBRACE, + ACTIONS(1395), 35, 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, @@ -85424,20 +89144,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23803] = 5, + [25840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(2489), 2, anon_sym_LBRACK_LBRACK, - STATE(621), 1, - sym_string_literal, - ACTIONS(2597), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2585), 30, + anon_sym_RBRACE, + ACTIONS(2487), 35, + 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___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85468,15 +89186,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23852] = 3, + [25885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 1, + ACTIONS(1309), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1347), 36, + anon_sym_RBRACE, + ACTIONS(1307), 35, 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, @@ -85510,18 +89228,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23897] = 3, + [25930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2473), 2, + ACTIONS(2591), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2471), 35, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(641), 1, + sym_string_literal, + ACTIONS(2597), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2589), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85552,18 +89272,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23942] = 3, + [25979] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1351), 36, - 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, + ACTIONS(2607), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2609), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(708), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [26036] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2611), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2613), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(840), 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(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(45), 10, + anon_sym_extern, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + [26093] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2591), 1, + anon_sym_LBRACK_LBRACK, + STATE(643), 1, + sym_string_literal, + ACTIONS(2597), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2589), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85594,14 +89412,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [23987] = 5, + [26142] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(853), 1, + STATE(904), 1, sym_attribute_specifier, - ACTIONS(2601), 7, + ACTIONS(2617), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85609,7 +89427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2599), 28, + ACTIONS(2615), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -85638,28 +89456,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24036] = 5, + [26191] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + STATE(912), 1, + sym_attribute_specifier, + ACTIONS(2621), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(620), 1, - sym_string_literal, - ACTIONS(2597), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2585), 30, + anon_sym_COLON, + ACTIONS(2619), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -85678,19 +89499,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [24085] = 3, + [26240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 1, + ACTIONS(2493), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(1371), 36, + anon_sym_RBRACE, + ACTIONS(2491), 35, 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, @@ -85724,13 +89542,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24130] = 3, + [26285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 2, + ACTIONS(1389), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2459), 35, + ACTIONS(1387), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -85766,17 +89584,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24175] = 5, + [26330] = 5, ACTIONS(3), 1, sym_comment, - STATE(800), 1, + STATE(847), 1, aux_sym_sized_type_specifier_repeat1, - ACTIONS(2607), 4, + ACTIONS(2627), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - ACTIONS(2605), 7, + ACTIONS(2625), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -85784,7 +89602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2603), 25, + ACTIONS(2623), 25, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -85810,28 +89628,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24224] = 5, + [26379] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2587), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + STATE(890), 1, + sym_attribute_specifier, + ACTIONS(2632), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - STATE(622), 1, - sym_string_literal, - ACTIONS(2597), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2585), 30, + anon_sym_COLON, + ACTIONS(2630), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -85850,109 +89671,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [24273] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2323), 1, - anon_sym_EQ, - ACTIONS(2325), 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(1843), 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(1837), 14, - 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_RBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [24322] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2610), 3, - anon_sym___based, - anon_sym_LBRACK, sym_identifier, - ACTIONS(2612), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(837), 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(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [24379] = 3, + [26428] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 2, + ACTIONS(1373), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(2455), 35, + ACTIONS(1371), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -85988,12 +89714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24424] = 3, + [26473] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1317), 1, + ACTIONS(2485), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(1315), 36, + ACTIONS(2483), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86030,62 +89756,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24469] = 3, + [26518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2363), 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(2361), 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_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, - [24514] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2587), 1, + ACTIONS(2473), 1, anon_sym_LBRACK_LBRACK, - STATE(624), 1, - sym_string_literal, - ACTIONS(2597), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2585), 30, + ACTIONS(2471), 36, + 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___extension__, anon_sym_extern, anon_sym___attribute__, @@ -86116,15 +89798,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24563] = 3, + [26563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 2, + ACTIONS(2501), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2495), 35, + ACTIONS(2499), 36, 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, @@ -86158,31 +89840,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24608] = 5, + [26608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - STATE(858), 1, - sym_attribute_specifier, - ACTIONS(2616), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2493), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2614), 28, + ACTIONS(2491), 36, + 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___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -86201,16 +89878,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [24657] = 3, + [26653] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2489), 2, + ACTIONS(2389), 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(2387), 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_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, + [26698] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2465), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2487), 35, + ACTIONS(2463), 36, 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, @@ -86244,15 +89966,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24702] = 3, + [26743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 2, + ACTIONS(2477), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2491), 35, + ACTIONS(2475), 36, 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, @@ -86286,18 +90008,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24747] = 3, + [26788] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 2, + ACTIONS(2591), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2479), 35, - aux_sym_preproc_def_token1, - aux_sym_preproc_if_token1, - aux_sym_preproc_ifdef_token1, - aux_sym_preproc_ifdef_token2, - sym_preproc_directive, + STATE(644), 1, + sym_string_literal, + ACTIONS(2597), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2589), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -86328,56 +90052,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24792] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2329), 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(2327), 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_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, - [24837] = 5, + [26837] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(868), 1, + STATE(908), 1, sym_attribute_specifier, - ACTIONS(2620), 7, + ACTIONS(2636), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -86385,7 +90067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2618), 28, + ACTIONS(2634), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -86414,12 +90096,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [24886] = 3, + [26886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2473), 1, + ACTIONS(2481), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2471), 36, + ACTIONS(2479), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86456,57 +90138,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [24931] = 5, + [26931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - STATE(849), 1, - sym_attribute_specifier, - ACTIONS(2624), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2622), 28, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [24980] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1317), 2, + ACTIONS(1341), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1315), 35, + ACTIONS(1339), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -86542,31 +90180,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25025] = 5, + [26976] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - STATE(857), 1, - sym_attribute_specifier, - ACTIONS(2628), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2591), 1, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2626), 28, + STATE(640), 1, + sym_string_literal, + ACTIONS(2597), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + ACTIONS(2589), 30, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -86585,16 +90220,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [25074] = 3, + [27025] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2485), 2, + ACTIONS(1389), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2483), 35, + ACTIONS(1387), 36, 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, @@ -86628,12 +90266,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25119] = 3, + [27070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2497), 1, + ACTIONS(1397), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2495), 36, + ACTIONS(1395), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86670,15 +90308,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25164] = 3, + [27115] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 2, + ACTIONS(1309), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(2451), 35, + ACTIONS(1307), 36, 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, @@ -86712,12 +90350,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25209] = 3, + [27160] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2493), 1, + ACTIONS(1377), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2491), 36, + ACTIONS(1375), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86754,12 +90392,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25254] = 3, + [27205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2489), 1, + ACTIONS(1373), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2487), 36, + ACTIONS(1371), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86796,26 +90434,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25299] = 3, + [27250] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2469), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + STATE(914), 1, + sym_attribute_specifier, + ACTIONS(2640), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2467), 36, - 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_COLON, + ACTIONS(2638), 28, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -86834,16 +90477,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [25344] = 3, + [27299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(1341), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2463), 36, + ACTIONS(1339), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86880,12 +90520,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25389] = 3, + [27344] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(2457), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2459), 36, + ACTIONS(2455), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86922,12 +90562,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25434] = 3, + [27389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, + ACTIONS(2461), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2455), 36, + ACTIONS(2459), 36, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_if_token2, @@ -86964,15 +90604,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25479] = 3, + [27434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1329), 2, + ACTIONS(2469), 1, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1327), 35, + ACTIONS(2467), 36, 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, @@ -87006,45 +90646,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25524] = 9, + [27479] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2630), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(2632), 5, + STATE(894), 1, + sym_attribute_specifier, + ACTIONS(2644), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(666), 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(47), 9, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + ACTIONS(2642), 28, anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -87054,7 +90680,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25581] = 9, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [27528] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -87063,17 +90699,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2634), 3, + ACTIONS(2646), 3, anon_sym___based, anon_sym_LBRACK, sym_identifier, - ACTIONS(2636), 5, + ACTIONS(2648), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, - STATE(829), 7, + STATE(708), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -87102,15 +90738,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [25638] = 3, + [27585] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2453), 1, + ACTIONS(2469), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2451), 36, + anon_sym_RBRACE, + ACTIONS(2467), 35, 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, @@ -87144,35 +90780,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25683] = 3, + [27630] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1337), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1335), 35, - 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___extension__, - anon_sym_extern, + ACTIONS(33), 1, anon_sym___attribute__, + ACTIONS(37), 1, anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, + ACTIONS(1211), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2650), 3, + anon_sym___based, + anon_sym_LBRACK, + sym_identifier, + ACTIONS(2652), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + STATE(873), 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(47), 9, + anon_sym___extension__, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -87181,33 +90817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [25728] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2587), 1, - anon_sym_LBRACK_LBRACK, - STATE(623), 1, - sym_string_literal, - ACTIONS(2597), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - ACTIONS(2585), 30, - anon_sym___extension__, + ACTIONS(45), 10, anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -87217,28 +90828,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [25777] = 3, + [27687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2477), 1, + ACTIONS(2485), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2475), 36, + anon_sym_RBRACE, + ACTIONS(2483), 35, 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, @@ -87272,31 +90870,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25822] = 5, + [27732] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - STATE(876), 1, - sym_attribute_specifier, - ACTIONS(2640), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2473), 2, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2638), 28, + anon_sym_RBRACE, + ACTIONS(2471), 35, + 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___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -87315,16 +90908,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [25871] = 3, + [27777] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2481), 1, + ACTIONS(2381), 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(2379), 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_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, + [27822] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2465), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2479), 36, + anon_sym_RBRACE, + ACTIONS(2463), 35, 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, @@ -87358,63 +90996,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [25916] = 9, + [27867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(1211), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2642), 3, - anon_sym___based, - anon_sym_LBRACK, - sym_identifier, - ACTIONS(2644), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - STATE(666), 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(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - ACTIONS(45), 10, - anon_sym_extern, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - [25973] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2485), 1, + ACTIONS(2497), 2, anon_sym_LBRACK_LBRACK, - ACTIONS(2483), 36, + anon_sym_RBRACE, + ACTIONS(2495), 35, 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, @@ -87448,13 +91038,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26018] = 3, + [27912] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1373), 2, + ACTIONS(2501), 2, anon_sym_LBRACK_LBRACK, anon_sym_RBRACE, - ACTIONS(1371), 35, + ACTIONS(2499), 35, aux_sym_preproc_def_token1, aux_sym_preproc_if_token1, aux_sym_preproc_ifdef_token1, @@ -87490,14 +91080,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [26063] = 5, + [27957] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2429), 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(2427), 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_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, + [28002] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(874), 1, + STATE(910), 1, sym_attribute_specifier, - ACTIONS(2648), 7, + ACTIONS(2656), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87505,7 +91137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2646), 28, + ACTIONS(2654), 28, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -87534,26 +91166,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26112] = 3, + [28051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1349), 2, + ACTIONS(2660), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1347), 35, - 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(2658), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, anon_sym___declspec, + anon_sym___based, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -87572,76 +91206,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [26157] = 3, + [28095] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1353), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_RBRACE, - ACTIONS(1351), 35, - 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___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, + ACTIONS(2662), 1, + sym_identifier, + ACTIONS(2671), 1, + sym_primitive_type, + STATE(847), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2669), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [26202] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - STATE(861), 1, - sym_attribute_specifier, - ACTIONS(2652), 7, + ACTIONS(2665), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2650), 28, + ACTIONS(2667), 23, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, anon_sym_LBRACK, anon_sym_static, anon_sym_auto, @@ -87660,12 +91252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [26251] = 3, + [28147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2656), 7, + ACTIONS(2675), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87673,7 +91263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2654), 29, + ACTIONS(2673), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87703,10 +91293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26295] = 3, + [28191] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2660), 7, + ACTIONS(2679), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87714,7 +91304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2658), 29, + ACTIONS(2677), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87744,10 +91334,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26339] = 3, + [28235] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2664), 7, + ACTIONS(2683), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87755,7 +91345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2662), 29, + ACTIONS(2681), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87785,51 +91375,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26383] = 3, + [28279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 7, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1275), 17, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_sizeof, + anon_sym___alignof__, + anon_sym___alignof, + anon_sym__alignof, + anon_sym_alignof, + anon_sym__Alignof, + anon_sym_offsetof, + anon_sym__Generic, + anon_sym_asm, + anon_sym___asm__, + sym_true, + sym_false, + anon_sym_NULL, + anon_sym_nullptr, + sym_identifier, + ACTIONS(1277), 19, anon_sym_LPAREN2, + anon_sym_BANG, + anon_sym_TILDE, anon_sym_STAR, + anon_sym_AMP, anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - ACTIONS(2666), 29, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [26427] = 3, + 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, + [28323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2672), 7, + ACTIONS(2687), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87837,7 +91427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2670), 29, + ACTIONS(2685), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87867,10 +91457,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26471] = 3, + [28367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2676), 7, + ACTIONS(2691), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87878,7 +91468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2674), 29, + ACTIONS(2689), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87908,10 +91498,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26515] = 3, + [28411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2680), 7, + ACTIONS(2695), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87919,7 +91509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2678), 29, + ACTIONS(2693), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87949,10 +91539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26559] = 3, + [28455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2684), 7, + ACTIONS(2699), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -87960,7 +91550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2682), 29, + ACTIONS(2697), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -87990,10 +91580,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26603] = 3, + [28499] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2688), 7, + ACTIONS(2703), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88001,7 +91591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2686), 29, + ACTIONS(2701), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88031,10 +91621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26647] = 3, + [28543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2692), 7, + ACTIONS(2707), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88042,7 +91632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2690), 29, + ACTIONS(2705), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88072,10 +91662,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26691] = 3, + [28587] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2696), 7, + ACTIONS(2711), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88083,7 +91673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2694), 29, + ACTIONS(2709), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88113,10 +91703,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26735] = 3, + [28631] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2700), 7, + ACTIONS(2715), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88124,7 +91714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2698), 29, + ACTIONS(2713), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88154,10 +91744,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26779] = 3, + [28675] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2704), 7, + ACTIONS(2719), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88165,7 +91755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2702), 29, + ACTIONS(2717), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88195,10 +91785,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26823] = 3, + [28719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2708), 7, + ACTIONS(2723), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88206,7 +91796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2706), 29, + ACTIONS(2721), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88236,10 +91826,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26867] = 3, + [28763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2712), 7, + ACTIONS(2727), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88247,7 +91837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2710), 29, + ACTIONS(2725), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88277,10 +91867,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26911] = 3, + [28807] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2716), 7, + ACTIONS(2731), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88288,7 +91878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2714), 29, + ACTIONS(2729), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88318,10 +91908,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26955] = 3, + [28851] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2720), 7, + ACTIONS(2735), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88329,7 +91919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2718), 29, + ACTIONS(2733), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88359,10 +91949,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [26999] = 3, + [28895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2724), 7, + ACTIONS(2739), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88370,7 +91960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2722), 29, + ACTIONS(2737), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88400,10 +91990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27043] = 3, + [28939] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2728), 7, + ACTIONS(2743), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88411,7 +92001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2726), 29, + ACTIONS(2741), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88441,55 +92031,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27087] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2730), 1, - sym_identifier, - ACTIONS(2739), 1, - sym_primitive_type, - STATE(800), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2737), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2733), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(2735), 23, - anon_sym___extension__, - 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___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [27139] = 3, + [28983] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2743), 7, + ACTIONS(2747), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88497,7 +92042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2741), 29, + ACTIONS(2745), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88527,18 +92072,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27183] = 3, + [29027] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2747), 7, + ACTIONS(2749), 1, + anon_sym_LPAREN2, + ACTIONS(1852), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2745), 29, + ACTIONS(1839), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88568,19 +92114,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27227] = 4, + [29073] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 1, - anon_sym_LPAREN2, - ACTIONS(1851), 6, + ACTIONS(2754), 7, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(1835), 29, + ACTIONS(2752), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88610,10 +92155,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27273] = 3, + [29117] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 7, + ACTIONS(2758), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88621,7 +92166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2752), 29, + ACTIONS(2756), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88651,10 +92196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27317] = 3, + [29161] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2758), 7, + ACTIONS(2762), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88662,7 +92207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2756), 29, + ACTIONS(2760), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88692,10 +92237,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27361] = 3, + [29205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2762), 7, + ACTIONS(2766), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88703,7 +92248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2760), 29, + ACTIONS(2764), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88733,10 +92278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27405] = 3, + [29249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2766), 7, + ACTIONS(2770), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88744,7 +92289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2764), 29, + ACTIONS(2768), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88774,10 +92319,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27449] = 3, + [29293] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2770), 7, + ACTIONS(2774), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88785,7 +92330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2768), 29, + ACTIONS(2772), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88815,10 +92360,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27493] = 3, + [29337] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2774), 7, + ACTIONS(2778), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88826,7 +92371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2772), 29, + ACTIONS(2776), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88856,51 +92401,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27537] = 3, + [29381] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1223), 17, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_sizeof, - anon_sym___alignof__, - anon_sym___alignof, - anon_sym__alignof, - anon_sym_alignof, - anon_sym__Alignof, - anon_sym_offsetof, - anon_sym__Generic, - anon_sym_asm, - anon_sym___asm__, - sym_true, - sym_false, - anon_sym_NULL, - anon_sym_nullptr, - sym_identifier, - ACTIONS(1225), 19, - anon_sym_LPAREN2, - anon_sym_BANG, - anon_sym_TILDE, - anon_sym_STAR, - anon_sym_AMP, - anon_sym_SEMI, - 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, - [27581] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2778), 7, + ACTIONS(2782), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88908,7 +92412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2776), 29, + ACTIONS(2780), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88938,10 +92442,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27625] = 3, + [29425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2782), 7, + ACTIONS(2786), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88949,7 +92453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2780), 29, + ACTIONS(2784), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -88979,10 +92483,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27669] = 3, + [29469] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2786), 7, + ACTIONS(2790), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -88990,7 +92494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - ACTIONS(2784), 29, + ACTIONS(2788), 29, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -89020,44 +92524,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [27713] = 16, + [29513] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1220), 1, + STATE(1277), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1007), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1026), 2, + STATE(919), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, + STATE(1038), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -89073,44 +92577,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27782] = 16, + [29582] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1220), 1, + STATE(1277), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(879), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1007), 2, + STATE(1038), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, + STATE(1066), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -89126,44 +92630,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27851] = 16, + [29651] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1222), 1, + STATE(1272), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(994), 2, + STATE(1045), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1026), 2, + STATE(1066), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -89179,44 +92683,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27920] = 16, + [29720] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1229), 1, + STATE(1278), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(877), 2, + STATE(918), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(995), 2, + STATE(1035), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -89232,7 +92736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [27989] = 10, + [29789] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -89241,15 +92745,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2798), 1, + ACTIONS(2802), 1, anon_sym_SEMI, - ACTIONS(2634), 2, + ACTIONS(2611), 2, anon_sym___based, sym_identifier, - ACTIONS(2636), 2, + ACTIONS(2613), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(829), 7, + STATE(840), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -89278,7 +92782,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28045] = 10, + [29845] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + anon_sym___attribute__, + ACTIONS(2811), 1, + anon_sym_LBRACE, + ACTIONS(2813), 1, + anon_sym_COLON, + STATE(898), 1, + sym_attribute_specifier, + STATE(952), 1, + sym_enumerator_list, + ACTIONS(2806), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2804), 23, + anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [29897] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -89287,15 +92835,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2800), 1, + ACTIONS(2815), 1, anon_sym_SEMI, - ACTIONS(2634), 2, + ACTIONS(2611), 2, anon_sym___based, sym_identifier, - ACTIONS(2636), 2, + ACTIONS(2613), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(829), 7, + STATE(840), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -89324,7 +92872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28101] = 10, + [29953] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -89333,15 +92881,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2802), 1, + ACTIONS(2817), 1, anon_sym_SEMI, - ACTIONS(2634), 2, + ACTIONS(2611), 2, anon_sym___based, sym_identifier, - ACTIONS(2636), 2, + ACTIONS(2613), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(829), 7, + STATE(840), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -89370,51 +92918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28157] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2808), 1, - anon_sym___attribute__, - ACTIONS(2811), 1, - anon_sym_LBRACE, - ACTIONS(2813), 1, - anon_sym_COLON, - STATE(856), 1, - sym_attribute_specifier, - STATE(913), 1, - sym_enumerator_list, - ACTIONS(2806), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(2804), 23, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [28209] = 10, + [30009] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -89423,15 +92927,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2815), 1, + ACTIONS(2819), 1, anon_sym_SEMI, - ACTIONS(2634), 2, + ACTIONS(2611), 2, anon_sym___based, sym_identifier, - ACTIONS(2636), 2, + ACTIONS(2613), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(829), 7, + STATE(840), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -89460,7 +92964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28265] = 10, + [30065] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, @@ -89469,15 +92973,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___declspec, ACTIONS(1211), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2817), 1, + ACTIONS(2821), 1, anon_sym_SEMI, - ACTIONS(2634), 2, + ACTIONS(2611), 2, anon_sym___based, sym_identifier, - ACTIONS(2636), 2, + ACTIONS(2613), 2, anon_sym_LPAREN2, anon_sym_STAR, - STATE(829), 7, + STATE(840), 7, sym__declaration_modifiers, sym_attribute_specifier, sym_attribute_declaration, @@ -89506,25 +93010,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___forceinline, anon_sym_thread_local, anon_sym___thread, - [28321] = 7, + [30121] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2811), 1, anon_sym_LBRACE, - ACTIONS(2823), 1, + ACTIONS(2827), 1, anon_sym___attribute__, - STATE(865), 1, + STATE(893), 1, sym_attribute_specifier, - STATE(911), 1, + STATE(950), 1, sym_enumerator_list, - ACTIONS(2821), 6, + ACTIONS(2825), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2819), 23, + ACTIONS(2823), 23, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -89548,59 +93052,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [28370] = 11, + [30170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(1277), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(1275), 30, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [30210] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2834), 1, anon_sym_SLASH, - STATE(683), 1, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2379), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2377), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2371), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, - [28426] = 4, + [30284] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 1, + ACTIONS(2278), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2832), 1, + ACTIONS(2856), 1, anon_sym_typedef, - ACTIONS(2272), 30, + ACTIONS(2276), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -89631,115 +93181,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28468] = 17, + [30326] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2278), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2858), 1, + anon_sym_typedef, + ACTIONS(2276), 30, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [30368] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2379), 1, - anon_sym_PIPE, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, anon_sym_AMP, - STATE(683), 1, + ACTIONS(2854), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 9, + ACTIONS(2299), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, - [28536] = 17, + [30442] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2278), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(2860), 1, + anon_sym_typedef, + ACTIONS(2276), 30, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [30484] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2862), 2, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + ACTIONS(2551), 30, + anon_sym___extension__, + anon_sym_extern, + anon_sym___attribute__, + anon_sym___declspec, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, + sym_identifier, + [30524] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - STATE(683), 1, + anon_sym_SLASH, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2341), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2377), 9, + ACTIONS(2339), 16, 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___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [28604] = 3, + [30580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2848), 2, + ACTIONS(2866), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2543), 30, + ACTIONS(2864), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -89770,144 +93430,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28644] = 20, + [30620] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - STATE(683), 1, + anon_sym_SLASH, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2443), 6, + ACTIONS(2341), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2339), 14, 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_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [28718] = 18, + anon_sym_QMARK, + [30678] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2852), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - STATE(683), 1, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 8, + ACTIONS(2347), 6, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - anon_sym_QMARK, - [28788] = 12, + [30752] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2834), 1, anon_sym_SLASH, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2341), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2337), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2331), 14, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2339), 12, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -89915,91 +93573,50 @@ 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_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [28846] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2274), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2856), 1, - anon_sym_typedef, - ACTIONS(2272), 30, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [28888] = 16, + [30814] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2379), 1, - anon_sym_PIPE, - ACTIONS(2830), 1, + ACTIONS(2834), 1, anon_sym_SLASH, - ACTIONS(2836), 1, - anon_sym_AMP, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2341), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 10, + ACTIONS(2339), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -90010,14 +93627,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [28954] = 4, + [30878] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 1, + ACTIONS(2278), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2858), 1, + ACTIONS(2868), 1, anon_sym_typedef, - ACTIONS(2272), 30, + ACTIONS(2276), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -90048,14 +93665,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [28996] = 4, + [30920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2274), 1, + ACTIONS(2278), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2860), 1, + ACTIONS(2870), 1, anon_sym_typedef, - ACTIONS(2272), 30, + ACTIONS(2276), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -90086,71 +93703,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29038] = 3, + [30962] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 2, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(1223), 30, - anon_sym___extension__, - anon_sym_extern, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2341), 1, + anon_sym_PIPE, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2844), 1, + anon_sym_AMP, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2830), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2832), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2846), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2339), 10, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [29078] = 10, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + [31028] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2834), 1, anon_sym_SLASH, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2379), 6, + ACTIONS(2341), 6, anon_sym_DASH, anon_sym_PLUS, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2377), 16, + ACTIONS(2339), 16, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, @@ -90167,254 +93797,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [29132] = 20, + [31082] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(2836), 1, + ACTIONS(2844), 1, anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2381), 6, + ACTIONS(2339), 8, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [29206] = 15, + anon_sym_QMARK, + [31152] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2834), 1, anon_sym_SLASH, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2379), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 10, + ACTIONS(2369), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2367), 14, 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_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [29270] = 20, + [31210] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(2836), 1, + ACTIONS(2844), 1, anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2407), 6, + ACTIONS(2339), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, - [29344] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2274), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2862), 1, - anon_sym_typedef, - ACTIONS(2272), 30, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [29386] = 12, + anon_sym_QMARK, + [31278] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2341), 1, + anon_sym_PIPE, + ACTIONS(2834), 1, anon_sym_SLASH, - STATE(683), 1, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2379), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(2846), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2377), 14, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2339), 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_SEMI, anon_sym___attribute__, anon_sym_RBRACE, anon_sym_COLON, anon_sym_QMARK, - [29444] = 3, + [31346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2866), 2, + ACTIONS(2874), 2, anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, - ACTIONS(2864), 30, + ACTIONS(2872), 30, anon_sym___extension__, anon_sym_extern, anon_sym___attribute__, @@ -90445,69 +94034,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, anon_sym_union, sym_identifier, - [29484] = 14, + [31386] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2379), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(2826), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2828), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2377), 12, + ACTIONS(2880), 1, + anon_sym___attribute__, + STATE(884), 1, + sym_attribute_specifier, + ACTIONS(2878), 6, 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_LPAREN2, + anon_sym_STAR, anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - [29546] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2870), 2, anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - ACTIONS(2868), 30, + ACTIONS(2876), 23, anon_sym___extension__, anon_sym_extern, - anon_sym___attribute__, anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, + anon_sym___based, + anon_sym_LBRACK, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -90525,31 +94071,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, sym_identifier, - [29586] = 5, + [31429] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2876), 1, - anon_sym___attribute__, - STATE(855), 1, - sym_attribute_specifier, - ACTIONS(2874), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, + ACTIONS(2885), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(2872), 23, + ACTIONS(2883), 30, anon_sym___extension__, anon_sym_extern, + anon_sym___attribute__, anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, anon_sym_static, anon_sym_auto, anon_sym_register, @@ -90567,22 +94103,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, + sym_primitive_type, + anon_sym_enum, + anon_sym_struct, + anon_sym_union, sym_identifier, - [29629] = 5, + [31468] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2883), 1, + ACTIONS(2891), 1, anon_sym___attribute__, - STATE(872), 1, + STATE(886), 1, sym_attribute_specifier, - ACTIONS(2881), 6, + ACTIONS(2889), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_SEMI, anon_sym_LBRACK_LBRACK, - ACTIONS(2879), 23, + ACTIONS(2887), 23, anon_sym___extension__, anon_sym_extern, anon_sym___declspec, @@ -90606,39 +94146,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Noreturn, anon_sym_noreturn, sym_identifier, - [29672] = 15, + [31511] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1905), 1, + ACTIONS(1903), 1, anon_sym_LPAREN2, - ACTIONS(1907), 1, + ACTIONS(1905), 1, anon_sym_STAR, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1182), 1, + STATE(1233), 1, sym__declarator, - STATE(1285), 1, + STATE(1328), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - ACTIONS(2886), 2, + ACTIONS(2894), 2, anon_sym_COMMA, anon_sym_RPAREN, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -90654,118 +94194,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [29735] = 5, + [31574] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2892), 1, + ACTIONS(2900), 1, anon_sym___attribute__, - STATE(850), 1, + STATE(900), 1, sym_attribute_specifier, - ACTIONS(2890), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - ACTIONS(2888), 23, - anon_sym___extension__, - anon_sym_extern, - anon_sym___declspec, - anon_sym___based, - anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [29778] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2897), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(2895), 30, - anon_sym___extension__, - anon_sym_extern, - anon_sym___attribute__, - anon_sym___declspec, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - anon_sym_enum, - anon_sym_struct, - anon_sym_union, - sym_identifier, - [29817] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1909), 1, - anon_sym___based, - ACTIONS(2525), 1, - sym_identifier, - ACTIONS(2899), 1, - anon_sym_LPAREN2, - ACTIONS(2901), 1, - anon_sym_STAR, - STATE(1035), 1, - sym_ms_unaligned_ptr_modifier, - STATE(1176), 1, - sym__declarator, - STATE(1548), 1, - sym_ms_based_modifier, - ACTIONS(2531), 2, - anon_sym__unaligned, - anon_sym___unaligned, - STATE(917), 2, - sym_ms_pointer_modifier, - aux_sym_pointer_declarator_repeat1, - STATE(1042), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2529), 3, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - STATE(1219), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - ACTIONS(47), 9, + ACTIONS(2898), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + ACTIONS(2896), 23, anon_sym___extension__, + anon_sym_extern, + anon_sym___declspec, + anon_sym___based, + anon_sym_LBRACK, + anon_sym_static, + anon_sym_auto, + anon_sym_register, + anon_sym_inline, + anon_sym___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -90774,42 +94231,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [29877] = 14, + sym_identifier, + [31617] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2525), 1, + ACTIONS(2903), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2905), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2907), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1183), 1, - sym__declarator, - STATE(1548), 1, + STATE(1267), 1, + sym__field_declarator, + STATE(1608), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1026), 2, + STATE(956), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1045), 2, + STATE(1082), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1219), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1309), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, @@ -90820,42 +94278,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [29937] = 14, + [31677] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2525), 1, + ACTIONS(2903), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2905), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2907), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1182), 1, - sym__declarator, - STATE(1548), 1, + STATE(1256), 1, + sym__field_declarator, + STATE(1608), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1026), 2, + STATE(1066), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1039), 2, + STATE(1083), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1219), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, + STATE(1309), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, @@ -90866,10 +94324,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [29997] = 14, + [31737] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -90877,26 +94335,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1210), 1, + STATE(1256), 1, sym__field_declarator, - STATE(1703), 1, + STATE(1608), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1026), 2, + STATE(958), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1043), 2, + STATE(1083), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1244), 5, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -90912,10 +94370,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30057] = 14, + [31797] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -90923,26 +94381,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1205), 1, + STATE(1258), 1, sym__field_declarator, - STATE(1703), 1, + STATE(1608), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(918), 2, + STATE(1066), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1044), 2, + STATE(1080), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1244), 5, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -90958,42 +94416,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30117] = 14, + [31857] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2903), 1, + ACTIONS(2525), 1, sym_identifier, - ACTIONS(2905), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2907), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1205), 1, - sym__field_declarator, - STATE(1703), 1, + STATE(1227), 1, + sym__declarator, + STATE(1681), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1026), 2, + STATE(961), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1044), 2, + STATE(1084), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1244), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, @@ -91004,42 +94462,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30177] = 14, + [31917] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2903), 1, + ACTIONS(2525), 1, sym_identifier, - ACTIONS(2905), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2907), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1214), 1, - sym__field_declarator, - STATE(1703), 1, + STATE(1233), 1, + sym__declarator, + STATE(1681), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(920), 2, + STATE(962), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1046), 2, + STATE(1079), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1244), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, @@ -91050,36 +94508,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30237] = 7, + [31977] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 1, - anon_sym_LPAREN2, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, ACTIONS(2909), 1, - anon_sym_COMMA, - ACTIONS(2912), 1, - anon_sym_RPAREN, - STATE(1374), 1, - aux_sym__old_style_parameter_list_repeat1, - ACTIONS(1851), 2, + anon_sym_LPAREN2, + ACTIONS(2911), 1, anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(1835), 24, + STATE(1078), 1, + sym_ms_unaligned_ptr_modifier, + STATE(1233), 1, + sym__declarator, + STATE(1681), 1, + sym_ms_based_modifier, + ACTIONS(2531), 2, + anon_sym__unaligned, + anon_sym___unaligned, + STATE(1066), 2, + sym_ms_pointer_modifier, + aux_sym_pointer_declarator_repeat1, + STATE(1079), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2529), 3, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + ACTIONS(47), 9, anon_sym___extension__, - 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___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, anon_sym_const, anon_sym_constexpr, anon_sym_volatile, @@ -91088,38 +94554,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_identifier, - [30283] = 14, + [32037] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - STATE(1182), 1, + STATE(1232), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, ACTIONS(2531), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(916), 2, + STATE(1066), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - STATE(1039), 2, + STATE(1081), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, ACTIONS(2529), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -91135,949 +94600,1099 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [30343] = 22, + [32097] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2749), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2913), 1, + anon_sym_COMMA, + ACTIONS(2916), 1, + anon_sym_RPAREN, + STATE(1460), 1, + aux_sym__old_style_parameter_list_repeat1, + ACTIONS(1852), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(1839), 24, + anon_sym___extension__, + 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___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [32143] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2915), 1, + ACTIONS(2919), 1, anon_sym_COMMA, - ACTIONS(2917), 1, + ACTIONS(2921), 1, anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - STATE(1401), 1, + STATE(1478), 1, aux_sym_argument_list_repeat1, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30418] = 21, + [32218] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, ACTIONS(2919), 1, anon_sym_COMMA, - STATE(683), 1, + ACTIONS(2923), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + STATE(1481), 1, + aux_sym_argument_list_repeat1, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2921), 2, + [32293] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2928), 1, + anon_sym_LPAREN2, + ACTIONS(2932), 1, + anon_sym_LBRACK, + ACTIONS(1852), 2, + anon_sym_COMMA, + anon_sym_STAR, + ACTIONS(2925), 2, anon_sym_RPAREN, - anon_sym_SEMI, - [30491] = 22, + anon_sym_LBRACK_LBRACK, + ACTIONS(1839), 23, + anon_sym___extension__, + 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___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [32336] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2749), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(1852), 2, + anon_sym_STAR, + anon_sym_LBRACK_LBRACK, + ACTIONS(2935), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1839), 24, + anon_sym___extension__, + 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___inline, + anon_sym___inline__, + anon_sym___forceinline, + anon_sym_thread_local, + anon_sym___thread, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_identifier, + [32377] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2923), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2925), 1, - anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - STATE(1378), 1, - aux_sym_generic_expression_repeat1, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30566] = 20, + ACTIONS(2940), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [32450] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(2919), 1, + anon_sym_COMMA, + ACTIONS(2942), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + STATE(1458), 1, + aux_sym_argument_list_repeat1, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2927), 3, - anon_sym_COMMA, - anon_sym_SEMI, - anon_sym___attribute__, - [30637] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2932), 1, - anon_sym_LPAREN2, - ACTIONS(2936), 1, - anon_sym_LBRACK, - ACTIONS(1851), 2, - anon_sym_COMMA, - anon_sym_STAR, - ACTIONS(2929), 2, - anon_sym_RPAREN, - anon_sym_LBRACK_LBRACK, - ACTIONS(1835), 23, - anon_sym___extension__, - 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___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [30680] = 22, + [32525] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2915), 1, + ACTIONS(2919), 1, anon_sym_COMMA, - ACTIONS(2939), 1, + ACTIONS(2944), 1, anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - STATE(1407), 1, + STATE(1470), 1, aux_sym_argument_list_repeat1, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30755] = 22, + [32600] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2915), 1, + ACTIONS(2946), 1, anon_sym_COMMA, - ACTIONS(2941), 1, + ACTIONS(2948), 1, anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - STATE(1399), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2319), 2, + STATE(1459), 1, + aux_sym_generic_expression_repeat1, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30830] = 22, + [32675] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2943), 1, + ACTIONS(2950), 1, anon_sym_COMMA, - ACTIONS(2945), 1, + ACTIONS(2952), 1, anon_sym_RBRACE, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - STATE(1383), 1, + STATE(1418), 1, aux_sym_initializer_list_repeat1, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [30905] = 5, + [32750] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(1851), 2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2830), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2832), 2, anon_sym_STAR, - anon_sym_LBRACK_LBRACK, - ACTIONS(2947), 2, + anon_sym_PERCENT, + ACTIONS(2846), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2954), 3, anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1835), 24, - anon_sym___extension__, - anon_sym_extern, + anon_sym_SEMI, anon_sym___attribute__, - anon_sym___declspec, - anon_sym___based, + [32821] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, anon_sym_LBRACK, - anon_sym_static, - anon_sym_auto, - anon_sym_register, - anon_sym_inline, - anon_sym___inline, - anon_sym___inline__, - anon_sym___forceinline, - anon_sym_thread_local, - anon_sym___thread, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_identifier, - [30946] = 22, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2956), 1, + anon_sym_RPAREN, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2830), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2832), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2846), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32893] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2958), 1, + anon_sym_SEMI, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2830), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2832), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2846), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [32965] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2915), 1, - anon_sym_COMMA, - ACTIONS(2950), 1, - anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - STATE(1361), 1, - aux_sym_argument_list_repeat1, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31021] = 20, + ACTIONS(2960), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [33035] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2962), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2952), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [31091] = 20, + [33107] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2964), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2954), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [31161] = 21, + [33179] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31233] = 21, + [33251] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(2958), 1, - anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31305] = 21, + ACTIONS(2968), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [33321] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2960), 1, - anon_sym_SEMI, - STATE(683), 1, + ACTIONS(2970), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31377] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1753), 1, - anon_sym_enum, - ACTIONS(1877), 1, - sym_identifier, - STATE(1032), 1, - sym__type_specifier, - STATE(1041), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1724), 1, - sym_type_descriptor, - STATE(1004), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [31433] = 21, + [33393] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2962), 1, - anon_sym_SEMI, - STATE(683), 1, + ACTIONS(2972), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31505] = 21, + [33465] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2964), 1, + ACTIONS(2974), 1, anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31577] = 20, + [33537] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2976), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2966), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [31647] = 13, + [33609] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -92086,25 +95701,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(2968), 1, + ACTIONS(1757), 1, anon_sym_enum, - STATE(1032), 1, + ACTIONS(1881), 1, + sym_identifier, + STATE(1073), 1, sym__type_specifier, - STATE(1041), 1, + STATE(1085), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1685), 1, + STATE(1702), 1, sym_type_descriptor, - STATE(1021), 2, + STATE(1024), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, + ACTIONS(1755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -92120,209 +95735,246 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [31703] = 21, + [33665] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2970), 1, + ACTIONS(2978), 1, anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31775] = 20, + [33737] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2826), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2828), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2972), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [31845] = 20, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1757), 1, + anon_sym_enum, + ACTIONS(1881), 1, + sym_identifier, + STATE(1135), 1, + sym__type_specifier, + STATE(1171), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1189), 1, + sym__type_definition_type, + STATE(1037), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2980), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [33793] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1757), 1, + anon_sym_enum, + ACTIONS(1881), 1, + sym_identifier, + STATE(1135), 1, + sym__type_specifier, + STATE(1171), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1194), 1, + sym__type_definition_type, + STATE(1037), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2980), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [33849] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2982), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2974), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [31915] = 21, + [33921] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2976), 1, - anon_sym_SEMI, - STATE(683), 1, + ACTIONS(2984), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [31987] = 13, + [33993] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -92331,25 +95983,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, - anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1032), 1, + ACTIONS(2986), 1, + anon_sym_enum, + STATE(1073), 1, sym__type_specifier, - STATE(1041), 1, + STATE(1085), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1520), 1, + STATE(1711), 1, sym_type_descriptor, - STATE(1004), 2, + STATE(1062), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, + ACTIONS(1755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -92365,7 +96017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32043] = 13, + [34049] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -92374,25 +96026,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1073), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1085), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1154), 1, - sym__type_definition_type, - STATE(1010), 2, + STATE(1706), 1, + sym_type_descriptor, + STATE(1024), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(1755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -92408,50 +96060,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32099] = 13, + [34105] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1877), 1, - sym_identifier, - ACTIONS(2968), 1, - anon_sym_enum, - STATE(1032), 1, - sym__type_specifier, - STATE(1041), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1549), 1, - sym_type_descriptor, - STATE(1021), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32155] = 13, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2988), 1, + anon_sym_SEMI, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2830), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2832), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2846), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(2852), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [34177] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -92460,25 +96120,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1032), 1, + STATE(1135), 1, sym__type_specifier, - STATE(1041), 1, + STATE(1171), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1638), 1, - sym_type_descriptor, - STATE(1004), 2, + STATE(1190), 1, + sym__type_definition_type, + STATE(1037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, + ACTIONS(2980), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -92494,210 +96154,295 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32211] = 21, + [34233] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(2980), 1, - anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32283] = 20, + ACTIONS(2990), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [34303] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1757), 1, + anon_sym_enum, + ACTIONS(1881), 1, + sym_identifier, + STATE(1135), 1, + sym__type_specifier, + STATE(1171), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1195), 1, + sym__type_definition_type, + STATE(1037), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2980), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [34359] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(2938), 1, + anon_sym_COMMA, + ACTIONS(2992), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2982), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [32353] = 21, + [34431] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(2984), 1, - anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32425] = 21, + ACTIONS(2994), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [34501] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1757), 1, + anon_sym_enum, + ACTIONS(1881), 1, + sym_identifier, + STATE(1135), 1, + sym__type_specifier, + STATE(1171), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1198), 1, + sym__type_definition_type, + STATE(1037), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2980), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [34557] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2986), 1, - anon_sym_SEMI, - STATE(683), 1, + ACTIONS(2996), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32497] = 13, + [34629] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -92706,25 +96451,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1135), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1171), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1148), 1, + STATE(1192), 1, sym__type_definition_type, - STATE(1010), 2, + STATE(1037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(2980), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -92740,203 +96485,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32553] = 21, + [34685] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2988), 1, + ACTIONS(2998), 1, anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32625] = 21, + [34757] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(2990), 1, - anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32697] = 21, + ACTIONS(3000), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [34827] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2992), 1, - anon_sym_RPAREN, - STATE(683), 1, + ACTIONS(3002), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [32769] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1753), 1, - anon_sym_enum, - ACTIONS(1877), 1, - sym_identifier, - STATE(1087), 1, - sym__type_specifier, - STATE(1139), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1156), 1, - sym__type_definition_type, - STATE(1010), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32825] = 13, + [34899] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -92945,68 +96646,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, - anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, - sym__type_specifier, - STATE(1139), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(1158), 1, - sym__type_definition_type, - STATE(1010), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [32881] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(2986), 1, anon_sym_enum, - ACTIONS(1877), 1, - sym_identifier, - STATE(1087), 1, + STATE(1073), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1085), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1153), 1, - sym__type_definition_type, - STATE(1010), 2, + STATE(1790), 1, + sym_type_descriptor, + STATE(1062), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(1755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -93022,211 +96680,159 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [32937] = 21, + [34955] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(2994), 1, - anon_sym_RPAREN, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2826), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2828), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [33009] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - ACTIONS(2834), 1, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(2836), 1, + ACTIONS(2844), 1, anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(2996), 1, - anon_sym_RPAREN, - STATE(683), 1, + ACTIONS(3004), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33081] = 21, + [35027] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(2998), 1, - anon_sym_SEMI, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33153] = 21, + ACTIONS(3006), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [35097] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(3000), 1, - anon_sym_RPAREN, - STATE(683), 1, + ACTIONS(3008), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33225] = 13, + [35169] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -93235,25 +96841,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1135), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1171), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1155), 1, + STATE(1191), 1, sym__type_definition_type, - STATE(1010), 2, + STATE(1037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(2980), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -93269,58 +96875,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33281] = 21, + [35225] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(3002), 1, - anon_sym_RPAREN, - STATE(683), 1, + ACTIONS(3010), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33353] = 13, + [35297] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -93329,25 +96935,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1135), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1171), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1151), 1, + STATE(1188), 1, sym__type_definition_type, - STATE(1010), 2, + STATE(1037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(2980), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -93363,58 +96969,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33409] = 21, + [35353] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(3004), 1, - anon_sym_RPAREN, - STATE(683), 1, + ACTIONS(3012), 1, + anon_sym_SEMI, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33481] = 13, + [35425] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -93423,25 +97029,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1135), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1171), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1149), 1, + STATE(1197), 1, sym__type_definition_type, - STATE(1010), 2, + STATE(1037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(2980), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -93457,58 +97063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33537] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(3006), 1, - anon_sym_SEMI, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2826), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2828), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [33609] = 13, + [35481] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -93517,25 +97072,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1073), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1085), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1150), 1, - sym__type_definition_type, - STATE(1010), 2, + STATE(1756), 1, + sym_type_descriptor, + STATE(1024), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(1755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -93551,159 +97106,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33665] = 21, + [35537] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - ACTIONS(2919), 1, - anon_sym_COMMA, - ACTIONS(3008), 1, - anon_sym_SEMI, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2826), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2828), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [33737] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - ACTIONS(2834), 1, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(2836), 1, + ACTIONS(2844), 1, anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3010), 2, + ACTIONS(3014), 2, anon_sym_COMMA, anon_sym_RPAREN, - [33807] = 21, + [35607] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(2919), 1, + ACTIONS(2938), 1, anon_sym_COMMA, - ACTIONS(3012), 1, + ACTIONS(3016), 1, anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [33879] = 13, + [35679] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -93712,25 +97216,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1753), 1, + ACTIONS(1757), 1, anon_sym_enum, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - STATE(1087), 1, + STATE(1135), 1, sym__type_specifier, - STATE(1139), 1, + STATE(1171), 1, aux_sym_sized_type_specifier_repeat1, - STATE(1152), 1, + STATE(1196), 1, sym__type_definition_type, - STATE(1010), 2, + STATE(1037), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, + ACTIONS(2980), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -93746,825 +97250,822 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [33935] = 16, + [35735] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2379), 1, - anon_sym_PIPE, - ACTIONS(2559), 1, - anon_sym_LPAREN2, - ACTIONS(3018), 1, - anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3014), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3016), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3022), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3024), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3026), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3028), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2377), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2371), 1, anon_sym_RBRACK, - anon_sym_QMARK, - [33996] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3038), 1, - anon_sym_RBRACK, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34065] = 20, + [35804] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3042), 1, + ACTIONS(3044), 1, anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34134] = 15, + [35873] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2341), 1, + anon_sym_PIPE, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - STATE(683), 1, + ACTIONS(3030), 1, + anon_sym_CARET, + ACTIONS(3032), 1, + anon_sym_AMP, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2379), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 5, + ACTIONS(2339), 4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [34193] = 20, + [35936] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3044), 1, - anon_sym_RPAREN, - STATE(683), 1, + ACTIONS(3046), 1, + anon_sym_COLON, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34262] = 20, + [36005] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2120), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3048), 1, + anon_sym_RBRACK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34331] = 11, + [36074] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2341), 1, + anon_sym_PIPE, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - STATE(683), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2379), 4, - anon_sym_PIPE, - anon_sym_AMP, + ACTIONS(3034), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2377), 11, + ACTIONS(3038), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3040), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2339), 5, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, + anon_sym_RBRACK, + anon_sym_QMARK, + [36135] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1757), 1, + anon_sym_enum, + ACTIONS(1881), 1, + sym_identifier, + STATE(1076), 1, + sym__type_specifier, + STATE(1085), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1057), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(1755), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [36188] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, + anon_sym_SLASH, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2341), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3018), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3020), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3036), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, + ACTIONS(2339), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_RBRACK, anon_sym_QMARK, - [34382] = 17, + [36247] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2379), 1, - anon_sym_PIPE, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3036), 1, - anon_sym_CARET, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(2341), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 4, + ACTIONS(2339), 7, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_RBRACK, anon_sym_QMARK, - [34445] = 17, + [36304] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2128), 1, + anon_sym_RBRACK, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3034), 1, + ACTIONS(3024), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3026), 1, + anon_sym_AMP_AMP, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - STATE(683), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_RBRACK, - anon_sym_QMARK, - [34508] = 20, + [36373] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3046), 1, + ACTIONS(3050), 1, anon_sym_RPAREN, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34577] = 14, + [36442] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2379), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3024), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3026), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 7, + ACTIONS(2341), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2339), 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, - [34634] = 20, + [36495] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2104), 1, + anon_sym_RBRACK, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(2854), 1, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, + anon_sym_CARET, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - ACTIONS(3048), 1, - anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34703] = 20, + [36564] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - ACTIONS(3050), 1, - anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2341), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2339), 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(2844), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34772] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [36615] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2106), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(2836), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(2840), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3052), 1, + anon_sym_COLON, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34841] = 20, + [36684] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2112), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(2836), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(2840), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3054), 1, + anon_sym_COLON, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [34910] = 18, + [36753] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3032), 1, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(2840), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(2842), 1, anon_sym_CARET, - STATE(683), 1, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, + anon_sym_QMARK, + ACTIONS(3056), 1, + anon_sym_COLON, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2377), 3, - anon_sym_PIPE_PIPE, - anon_sym_RBRACK, - anon_sym_QMARK, - [34975] = 12, + [36822] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, - sym_identifier, - ACTIONS(2790), 1, - anon_sym_LPAREN2, ACTIONS(2792), 1, - anon_sym_STAR, - ACTIONS(2796), 1, - sym_primitive_type, - STATE(1225), 1, - sym__type_declarator, - STATE(1601), 1, - sym_ms_based_modifier, - STATE(997), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2794), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1271), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [35028] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1909), 1, - anon_sym___based, - ACTIONS(2788), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1220), 1, + STATE(1277), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -94580,61 +98081,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35081] = 12, + [36875] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - STATE(683), 1, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, + anon_sym_CARET, + ACTIONS(3032), 1, + anon_sym_AMP, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3028), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2379), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2377), 9, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3036), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3040), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2339), 4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, anon_sym_RBRACK, anon_sym_QMARK, - [35134] = 5, + [36938] = 12, ACTIONS(3), 1, sym_comment, - STATE(997), 2, + ACTIONS(49), 1, + sym_primitive_type, + ACTIONS(53), 1, + anon_sym_struct, + ACTIONS(55), 1, + anon_sym_union, + ACTIONS(1757), 1, + anon_sym_enum, + ACTIONS(1881), 1, + sym_identifier, + STATE(1097), 1, + sym__type_specifier, + STATE(1171), 1, + aux_sym_sized_type_specifier_repeat1, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2227), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(3052), 9, + ACTIONS(2980), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(895), 5, + sym_sized_type_specifier, + sym_enum_specifier, + sym_struct_specifier, + sym_union_specifier, + sym_macro_type_specifier, + ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -94644,466 +98168,357 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - ACTIONS(2225), 10, + [36991] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, + ACTIONS(2792), 1, + sym_identifier, + ACTIONS(2794), 1, + anon_sym_LPAREN2, + ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, + sym_primitive_type, + STATE(1272), 1, + sym__type_declarator, + STATE(1602), 1, + sym_ms_based_modifier, + STATE(1057), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2798), 4, 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, - [35173] = 10, + STATE(1322), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [37044] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, - anon_sym_LPAREN2, - ACTIONS(3018), 1, - anon_sym_SLASH, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3016), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2379), 6, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2377), 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, + ACTIONS(2116), 1, anon_sym_RBRACK, - anon_sym_QMARK, - [35222] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, - anon_sym_CARET, - ACTIONS(3040), 1, - anon_sym_QMARK, - ACTIONS(3055), 1, - anon_sym_RBRACK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(3014), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3016), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3022), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3024), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3026), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3028), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35291] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2110), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, - anon_sym_LPAREN2, - ACTIONS(3018), 1, - anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, ACTIONS(3030), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, - anon_sym_AMP_AMP, - ACTIONS(3034), 1, - anon_sym_PIPE, - ACTIONS(3036), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35360] = 20, + [37113] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2381), 1, - anon_sym_RBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, - anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35429] = 20, + ACTIONS(2339), 3, + anon_sym_PIPE_PIPE, + anon_sym_RBRACK, + anon_sym_QMARK, + [37178] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2130), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3058), 1, + anon_sym_RBRACK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35498] = 20, + [37247] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2118), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, - anon_sym_AMP_AMP, - ACTIONS(3034), 1, - anon_sym_PIPE, - ACTIONS(3036), 1, - anon_sym_CARET, - ACTIONS(3040), 1, - anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3040), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2369), 4, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(2367), 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(3028), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [35567] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1753), 1, - anon_sym_enum, - ACTIONS(1877), 1, - sym_identifier, - STATE(1038), 1, - sym__type_specifier, - STATE(1041), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(997), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [35620] = 20, + anon_sym_RBRACK, + anon_sym_QMARK, + [37300] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3057), 1, + ACTIONS(3060), 1, anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35689] = 20, + [37369] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3059), 1, + ACTIONS(3062), 1, anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35758] = 12, + [37438] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1222), 1, + STATE(1280), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, @@ -95119,628 +98534,766 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [35811] = 20, + [37491] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3061), 1, - anon_sym_COLON, - STATE(683), 1, + ACTIONS(3064), 1, + anon_sym_RPAREN, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35880] = 20, + [37560] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2347), 1, + anon_sym_RBRACK, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(2834), 1, + ACTIONS(3024), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3026), 1, + anon_sym_AMP_AMP, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(2836), 1, + ACTIONS(3032), 1, anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, + ACTIONS(3042), 1, + anon_sym_QMARK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3018), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3020), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3034), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3036), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3038), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3040), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37629] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2836), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3063), 1, + ACTIONS(3066), 1, anon_sym_COMMA, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [35949] = 12, + [37698] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(49), 1, - sym_primitive_type, - ACTIONS(53), 1, - anon_sym_struct, - ACTIONS(55), 1, - anon_sym_union, - ACTIONS(1753), 1, - anon_sym_enum, - ACTIONS(1877), 1, - sym_identifier, - STATE(1058), 1, - sym__type_specifier, - STATE(1139), 1, - aux_sym_sized_type_specifier_repeat1, - STATE(997), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(2978), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(859), 5, - sym_sized_type_specifier, - sym_enum_specifier, - sym_struct_specifier, - sym_union_specifier, - sym_macro_type_specifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [36002] = 20, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, + anon_sym_SLASH, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3020), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(2341), 6, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2339), 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, + [37747] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2407), 1, + ACTIONS(2122), 1, anon_sym_RBRACK, - ACTIONS(2559), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36071] = 20, + [37816] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2126), 1, - anon_sym_RBRACK, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(2836), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(2840), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3068), 1, + anon_sym_COLON, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36140] = 12, + [37885] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, + ACTIONS(2120), 1, + anon_sym_RBRACK, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - STATE(683), 1, + ACTIONS(3024), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3026), 1, + anon_sym_AMP_AMP, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, + anon_sym_CARET, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, + anon_sym_QMARK, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3028), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2337), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2331), 9, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3036), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_RBRACK, - anon_sym_QMARK, - [36193] = 20, + ACTIONS(3040), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [37954] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2116), 1, + ACTIONS(2114), 1, anon_sym_RBRACK, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36262] = 20, + [38023] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, ACTIONS(2834), 1, - anon_sym_CARET, + anon_sym_SLASH, ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(2838), 1, anon_sym_AMP_AMP, + ACTIONS(2840), 1, + anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, + anon_sym_AMP, ACTIONS(2854), 1, anon_sym_QMARK, - ACTIONS(3065), 1, + ACTIONS(3070), 1, anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36331] = 20, + [38092] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2134), 1, + anon_sym_RBRACK, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(2854), 1, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, + anon_sym_CARET, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - ACTIONS(3067), 1, - anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36400] = 20, + [38161] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2114), 1, + ACTIONS(2299), 1, anon_sym_RBRACK, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36469] = 20, + [38230] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2108), 1, + STATE(1057), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(2263), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_STAR, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(3072), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + ACTIONS(2261), 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, + [38269] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2112), 1, anon_sym_RBRACK, - ACTIONS(2317), 1, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2559), 1, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(3032), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(3028), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(3030), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36538] = 20, + [38338] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, + ACTIONS(2118), 1, + anon_sym_RBRACK, + ACTIONS(2325), 1, anon_sym_LBRACK, - ACTIONS(2830), 1, + ACTIONS(2563), 1, + anon_sym_LPAREN2, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, + ACTIONS(3026), 1, anon_sym_AMP_AMP, - ACTIONS(2854), 1, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, + anon_sym_CARET, + ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, anon_sym_QMARK, - ACTIONS(3069), 1, - anon_sym_COLON, - STATE(683), 1, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(3018), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + ACTIONS(3020), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + ACTIONS(3034), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, + ACTIONS(3036), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(2842), 2, + ACTIONS(3038), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, + ACTIONS(3040), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36607] = 20, + [38407] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2443), 1, + ACTIONS(2132), 1, anon_sym_RBRACK, - ACTIONS(2559), 1, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2563), 1, anon_sym_LPAREN2, - ACTIONS(3018), 1, + ACTIONS(3022), 1, anon_sym_SLASH, - ACTIONS(3020), 1, - anon_sym_AMP, - ACTIONS(3030), 1, + ACTIONS(3024), 1, anon_sym_PIPE_PIPE, + ACTIONS(3026), 1, + anon_sym_AMP_AMP, + ACTIONS(3028), 1, + anon_sym_PIPE, + ACTIONS(3030), 1, + anon_sym_CARET, ACTIONS(3032), 1, + anon_sym_AMP, + ACTIONS(3042), 1, + anon_sym_QMARK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(3018), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3020), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3034), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3036), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3038), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3040), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [38476] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, + anon_sym_SLASH, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, anon_sym_AMP_AMP, - ACTIONS(3034), 1, + ACTIONS(2840), 1, anon_sym_PIPE, - ACTIONS(3036), 1, + ACTIONS(2842), 1, anon_sym_CARET, - ACTIONS(3040), 1, + ACTIONS(2844), 1, + anon_sym_AMP, + ACTIONS(2854), 1, anon_sym_QMARK, - STATE(683), 1, + ACTIONS(3075), 1, + anon_sym_COLON, + STATE(736), 1, sym_argument_list, - ACTIONS(2319), 2, + ACTIONS(2331), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, + ACTIONS(2333), 2, anon_sym_DOT, anon_sym_DASH_GT, - ACTIONS(3014), 2, + ACTIONS(2830), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3016), 2, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3022), 2, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3024), 2, + ACTIONS(2848), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3026), 2, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3028), 2, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36676] = 12, + [38545] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(49), 1, @@ -95749,23 +99302,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_struct, ACTIONS(55), 1, anon_sym_union, - ACTIONS(1877), 1, + ACTIONS(1881), 1, sym_identifier, - ACTIONS(2968), 1, + ACTIONS(2986), 1, anon_sym_enum, - STATE(1038), 1, + STATE(1076), 1, sym__type_specifier, - STATE(1041), 1, + STATE(1085), 1, aux_sym_sized_type_specifier_repeat1, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(1751), 4, + ACTIONS(1755), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(859), 5, + STATE(895), 5, sym_sized_type_specifier, sym_enum_specifier, sym_struct_specifier, @@ -95781,74 +99334,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [36729] = 20, + [38598] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - ACTIONS(3071), 1, - anon_sym_COLON, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2826), 2, + ACTIONS(3077), 1, + anon_sym_SEMI, + ACTIONS(2385), 7, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(2828), 2, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2383), 18, + anon_sym_LPAREN2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(2838), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(2844), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [36798] = 7, + anon_sym_LBRACK, + anon_sym_QMARK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DOT, + anon_sym_DASH_GT, + [38634] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(2811), 1, anon_sym_LBRACE, - STATE(865), 1, + STATE(893), 1, sym_attribute_specifier, - STATE(1030), 1, + STATE(1068), 1, sym_enumerator_list, - ACTIONS(2821), 6, + ACTIONS(2825), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2819), 16, + ACTIONS(2823), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -95865,65 +99401,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [36840] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - ACTIONS(2317), 1, - anon_sym_LBRACK, - ACTIONS(2830), 1, - anon_sym_SLASH, - ACTIONS(2834), 1, - anon_sym_CARET, - ACTIONS(2836), 1, - anon_sym_AMP, - ACTIONS(2846), 1, - anon_sym_PIPE, - ACTIONS(2850), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2852), 1, - anon_sym_AMP_AMP, - ACTIONS(2854), 1, - anon_sym_QMARK, - STATE(683), 1, - sym_argument_list, - ACTIONS(2319), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(2321), 2, - anon_sym_DOT, - anon_sym_DASH_GT, - ACTIONS(2826), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(2828), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(2838), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2840), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2842), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(2844), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [36906] = 8, + [38676] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, ACTIONS(2811), 1, anon_sym_LBRACE, - ACTIONS(3073), 1, + ACTIONS(3079), 1, anon_sym_COLON, - STATE(856), 1, + STATE(898), 1, sym_attribute_specifier, - STATE(1028), 1, + STATE(1069), 1, sym_enumerator_list, ACTIONS(2806), 5, anon_sym_COMMA, @@ -95948,25 +99437,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [36950] = 7, + [38720] = 7, ACTIONS(3), 1, sym_comment, - STATE(1035), 1, + STATE(1078), 1, sym_ms_unaligned_ptr_modifier, - ACTIONS(3077), 2, + ACTIONS(3083), 2, anon_sym_LPAREN2, anon_sym_STAR, - ACTIONS(3082), 2, + ACTIONS(3088), 2, anon_sym__unaligned, anon_sym___unaligned, - STATE(1026), 2, + STATE(1066), 2, sym_ms_pointer_modifier, aux_sym_pointer_declarator_repeat1, - ACTIONS(3079), 3, + ACTIONS(3085), 3, sym_ms_restrict_modifier, sym_ms_unsigned_ptr_modifier, sym_ms_signed_ptr_modifier, - ACTIONS(3075), 16, + ACTIONS(3081), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -95983,53 +99472,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [36992] = 4, + [38762] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(3085), 1, - anon_sym_SEMI, - ACTIONS(2371), 7, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + ACTIONS(2325), 1, + anon_sym_LBRACK, + ACTIONS(2834), 1, anon_sym_SLASH, + ACTIONS(2836), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2838), 1, + anon_sym_AMP_AMP, + ACTIONS(2840), 1, anon_sym_PIPE, + ACTIONS(2842), 1, + anon_sym_CARET, + ACTIONS(2844), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2369), 18, - anon_sym_LPAREN2, + ACTIONS(2854), 1, + anon_sym_QMARK, + STATE(736), 1, + sym_argument_list, + ACTIONS(2331), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(2333), 2, + anon_sym_DOT, + anon_sym_DASH_GT, + ACTIONS(2830), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(2832), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2846), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2848), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(2850), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(2852), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LBRACK, - anon_sym_QMARK, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DOT, - anon_sym_DASH_GT, - [37028] = 5, + [38828] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(850), 1, + STATE(884), 1, sym_attribute_specifier, - ACTIONS(2890), 6, + ACTIONS(2878), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2888), 16, + ACTIONS(2876), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -96046,21 +99550,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [37064] = 5, + [38864] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(855), 1, + STATE(886), 1, sym_attribute_specifier, - ACTIONS(2874), 6, + ACTIONS(2889), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2872), 16, + ACTIONS(2887), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -96077,21 +99581,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [37100] = 5, + [38900] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - STATE(872), 1, + STATE(900), 1, sym_attribute_specifier, - ACTIONS(2881), 6, + ACTIONS(2898), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_STAR, anon_sym_LBRACK, anon_sym_COLON, - ACTIONS(2879), 16, + ACTIONS(2896), 16, anon_sym___extension__, anon_sym___based, anon_sym_signed, @@ -96108,35 +99612,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_noreturn, sym_primitive_type, sym_identifier, - [37136] = 11, + [38936] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2122), 1, + ACTIONS(2108), 1, anon_sym_LPAREN2, - ACTIONS(2124), 1, + ACTIONS(2110), 1, anon_sym_STAR, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1282), 1, + STATE(1335), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3087), 3, + ACTIONS(3091), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3089), 8, + ACTIONS(3093), 8, + anon_sym___extension__, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [38983] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3097), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3095), 21, anon_sym___extension__, + anon_sym___based, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -96144,34 +99674,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37183] = 11, + sym_primitive_type, + sym_identifier, + [39014] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2122), 1, + ACTIONS(2108), 1, anon_sym_LPAREN2, - ACTIONS(2124), 1, + ACTIONS(2110), 1, anon_sym_STAR, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1283), 1, + STATE(1331), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(1037), 2, + STATE(1071), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3091), 3, + ACTIONS(3099), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3089), 8, + ACTIONS(3093), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -96180,34 +99712,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37230] = 11, + [39061] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2122), 1, + ACTIONS(2108), 1, anon_sym_LPAREN2, - ACTIONS(2124), 1, + ACTIONS(2110), 1, anon_sym_STAR, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1285), 1, + STATE(1328), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2886), 3, + ACTIONS(2894), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3089), 8, + ACTIONS(3093), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -96216,89 +99748,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37277] = 11, + [39108] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2122), 1, + ACTIONS(2108), 1, anon_sym_LPAREN2, - ACTIONS(2124), 1, + ACTIONS(2110), 1, anon_sym_STAR, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1286), 1, + STATE(1339), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(1033), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(2527), 3, + ACTIONS(3101), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3089), 8, - anon_sym___extension__, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [37324] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3095), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3093), 21, - anon_sym___extension__, - anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [37355] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3099), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - ACTIONS(3097), 21, + ACTIONS(3093), 8, anon_sym___extension__, - anon_sym___based, - sym_ms_restrict_modifier, - sym_ms_unsigned_ptr_modifier, - sym_ms_signed_ptr_modifier, - anon_sym__unaligned, - anon_sym___unaligned, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - anon_sym_const, anon_sym_constexpr, anon_sym_volatile, anon_sym_restrict, @@ -96306,36 +99784,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - sym_primitive_type, - sym_identifier, - [37386] = 11, + [39155] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2122), 1, + ACTIONS(2108), 1, anon_sym_LPAREN2, - ACTIONS(2124), 1, + ACTIONS(2110), 1, anon_sym_STAR, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1281), 1, + STATE(1329), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(997), 2, + STATE(1075), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3101), 3, + ACTIONS(3103), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3089), 8, + ACTIONS(3093), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -96344,34 +99820,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37433] = 11, + [39202] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(47), 1, anon_sym_const, - ACTIONS(2122), 1, + ACTIONS(2108), 1, anon_sym_LPAREN2, - ACTIONS(2124), 1, + ACTIONS(2110), 1, anon_sym_STAR, ACTIONS(2533), 1, anon_sym_LBRACK, - STATE(1284), 1, + STATE(1336), 1, sym__abstract_declarator, - STATE(1302), 1, + STATE(1355), 1, sym_parameter_list, - STATE(1031), 2, + STATE(1074), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - ACTIONS(3103), 3, + ACTIONS(2527), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - STATE(1291), 4, + STATE(1356), 4, sym_abstract_parenthesized_declarator, sym_abstract_pointer_declarator, sym_abstract_function_declarator, sym_abstract_array_declarator, - ACTIONS(3089), 8, + ACTIONS(3093), 8, anon_sym___extension__, anon_sym_constexpr, anon_sym_volatile, @@ -96380,25 +99856,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37480] = 10, + [39249] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(3107), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3105), 21, + anon_sym___extension__, + anon_sym___based, + sym_ms_restrict_modifier, + sym_ms_unsigned_ptr_modifier, + sym_ms_signed_ptr_modifier, + anon_sym__unaligned, + anon_sym___unaligned, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + sym_primitive_type, + sym_identifier, + [39280] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1183), 1, + STATE(1232), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -96414,57 +99918,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37524] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3107), 1, - anon_sym_LPAREN2, - STATE(1063), 1, - sym_preproc_argument_list, - ACTIONS(3109), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3105), 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, - [37558] = 7, + [39324] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2739), 1, - sym_primitive_type, - ACTIONS(3111), 1, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2903), 1, sym_identifier, - STATE(800), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2737), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2733), 6, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2905), 1, anon_sym_LPAREN2, + ACTIONS(2907), 1, anon_sym_STAR, - anon_sym_LBRACK, - anon_sym_COLON, - ACTIONS(2735), 9, + STATE(1264), 1, + sym__field_declarator, + STATE(1608), 1, + sym_ms_based_modifier, + STATE(1057), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + STATE(1309), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + ACTIONS(47), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -96474,25 +99952,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37596] = 10, + [39368] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1182), 1, + STATE(1241), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -96508,10 +99986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37640] = 10, + [39412] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -96519,14 +99997,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - STATE(1209), 1, + STATE(1256), 1, sym__field_declarator, - STATE(1703), 1, + STATE(1608), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1244), 5, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -96542,10 +100020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37684] = 10, + [39456] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -96553,14 +100031,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - STATE(1210), 1, + STATE(1258), 1, sym__field_declarator, - STATE(1703), 1, + STATE(1608), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1244), 5, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, @@ -96576,25 +100054,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37728] = 10, + [39500] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1194), 1, + STATE(1233), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(997), 2, + STATE(1057), 2, sym_type_qualifier, aux_sym__type_definition_type_repeat1, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, @@ -96610,31 +100088,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37772] = 10, + [39544] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, - anon_sym___based, - ACTIONS(2903), 1, + ACTIONS(2671), 1, + sym_primitive_type, + ACTIONS(3109), 1, sym_identifier, - ACTIONS(2905), 1, + STATE(847), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2669), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2665), 6, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_LPAREN2, - ACTIONS(2907), 1, anon_sym_STAR, - STATE(1205), 1, - sym__field_declarator, - STATE(1703), 1, - sym_ms_based_modifier, - STATE(997), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - STATE(1244), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - ACTIONS(47), 9, + anon_sym_LBRACK, + anon_sym_COLON, + ACTIONS(2667), 9, anon_sym___extension__, anon_sym_const, anon_sym_constexpr, @@ -96644,32 +100119,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym__Atomic, anon_sym__Noreturn, anon_sym_noreturn, - [37816] = 10, + [39582] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3113), 1, - sym_identifier, - ACTIONS(3115), 1, + anon_sym_LPAREN2, + STATE(1100), 1, + sym_preproc_argument_list, + ACTIONS(3115), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3111), 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, + [39616] = 10, + ACTIONS(3), 1, + sym_comment, ACTIONS(3117), 1, - anon_sym_LPAREN2, + sym_identifier, ACTIONS(3119), 1, + anon_sym_RPAREN, + ACTIONS(3121), 1, + anon_sym_LPAREN2, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3125), 1, + ACTIONS(3129), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1052), 7, + STATE(1089), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -96677,110 +100181,110 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [37859] = 16, + [39659] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 1, + ACTIONS(3133), 1, anon_sym_COMMA, - ACTIONS(3131), 1, + ACTIONS(3135), 1, anon_sym_RPAREN, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3139), 1, + ACTIONS(3143), 1, anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, + ACTIONS(3145), 1, anon_sym_AMP_AMP, - ACTIONS(3143), 1, + ACTIONS(3147), 1, anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3149), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3151), 1, anon_sym_AMP, - STATE(1405), 1, + STATE(1491), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [37914] = 16, + [39714] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 1, + ACTIONS(3133), 1, anon_sym_COMMA, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3139), 1, + ACTIONS(3143), 1, anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, + ACTIONS(3145), 1, anon_sym_AMP_AMP, - ACTIONS(3143), 1, + ACTIONS(3147), 1, anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3149), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3151), 1, anon_sym_AMP, - ACTIONS(3157), 1, + ACTIONS(3161), 1, anon_sym_RPAREN, - STATE(1385), 1, + STATE(1468), 1, aux_sym_preproc_argument_list_repeat1, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [37969] = 10, + [39769] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, - sym_identifier, ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3159), 1, + ACTIONS(3163), 1, anon_sym_RPAREN, - ACTIONS(3161), 1, + ACTIONS(3165), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1048), 7, + STATE(1088), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -96788,16 +100292,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38012] = 5, - ACTIONS(3105), 1, + [39812] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3133), 1, + anon_sym_COMMA, + ACTIONS(3141), 1, + anon_sym_SLASH, + ACTIONS(3143), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3145), 1, + anon_sym_AMP_AMP, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + ACTIONS(3167), 1, + anon_sym_RPAREN, + STATE(1471), 1, + aux_sym_preproc_argument_list_repeat1, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + [39867] = 5, + ACTIONS(3111), 1, anon_sym_LF, - ACTIONS(3163), 1, + ACTIONS(3169), 1, anon_sym_LPAREN2, - ACTIONS(3165), 1, + ACTIONS(3171), 1, sym_comment, - STATE(1129), 1, + STATE(1184), 1, sym_preproc_argument_list, - ACTIONS(3109), 18, + ACTIONS(3115), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -96816,71 +100359,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [38045] = 16, + [39900] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3121), 1, + anon_sym_LPAREN2, + ACTIONS(3123), 1, + anon_sym_defined, + ACTIONS(3173), 1, + anon_sym_RPAREN, + ACTIONS(3175), 1, + sym_number_literal, + ACTIONS(3125), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3127), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3131), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1091), 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, + [39943] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 1, - anon_sym_COMMA, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3139), 1, - anon_sym_PIPE_PIPE, ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, + anon_sym_SLASH, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3179), 4, anon_sym_PIPE, - ACTIONS(3145), 1, - anon_sym_CARET, - ACTIONS(3147), 1, anon_sym_AMP, - ACTIONS(3167), 1, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3177), 13, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(1435), 1, - aux_sym_preproc_argument_list_repeat1, - ACTIONS(3133), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3153), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [38100] = 10, + [39975] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3169), 1, - anon_sym_RPAREN, - ACTIONS(3171), 1, + ACTIONS(3191), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1049), 7, + STATE(1174), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -96888,64 +100450,157 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38143] = 12, + [40015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3197), 5, anon_sym_SLASH, - ACTIONS(3143), 1, anon_sym_PIPE, - ACTIONS(3145), 1, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3195), 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, - ACTIONS(3147), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40043] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3201), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1149), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3199), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, + sym_identifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [40075] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3205), 5, + anon_sym_SLASH, + anon_sym_PIPE, anon_sym_AMP, - ACTIONS(3133), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3203), 15, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + [40103] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2393), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(2391), 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, - ACTIONS(3155), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3173), 4, + [40131] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3209), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3207), 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, - [38189] = 9, + 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, + [40159] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, - anon_sym_defined, ACTIONS(3185), 1, + anon_sym_defined, + ACTIONS(3211), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1127), 7, + STATE(1156), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -96953,65 +100608,61 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38229] = 13, + [40199] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1905), 1, - anon_sym_LPAREN2, - ACTIONS(1907), 1, - anon_sym_STAR, - ACTIONS(1909), 1, - anon_sym___based, - ACTIONS(2525), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(2533), 1, - anon_sym_LBRACK, - STATE(1253), 1, - sym__declarator, - STATE(1296), 1, - sym__abstract_declarator, - STATE(1302), 1, - sym_parameter_list, - STATE(1548), 1, - sym_ms_based_modifier, + ACTIONS(3183), 1, + anon_sym_LPAREN2, + ACTIONS(3185), 1, + anon_sym_defined, + ACTIONS(3213), 1, + sym_number_literal, + ACTIONS(3187), 2, + anon_sym_BANG, + anon_sym_TILDE, ACTIONS(3189), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1291), 4, - sym_abstract_parenthesized_declarator, - sym_abstract_pointer_declarator, - sym_abstract_function_declarator, - sym_abstract_array_declarator, - STATE(1219), 5, - sym_parenthesized_declarator, - sym_attributed_declarator, - sym_pointer_declarator, - sym_function_declarator, - sym_array_declarator, - [38277] = 9, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3193), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1180), 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, + [40239] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3191), 1, + ACTIONS(3215), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1147), 7, + STATE(1170), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97019,84 +100670,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38317] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3195), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1076), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3193), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [38349] = 5, + [40279] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3199), 2, - anon_sym_LPAREN2, + ACTIONS(3219), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3217), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - STATE(997), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3197), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [38381] = 9, + 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, + [40307] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3201), 1, + ACTIONS(3221), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1135), 7, + STATE(1163), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97104,156 +100726,272 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38421] = 10, + [40347] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 1, + anon_sym_SLASH, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3179), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3177), 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, + [40381] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3133), 2, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3179), 4, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3177), 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, - ACTIONS(3151), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + [40417] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 1, + anon_sym_SLASH, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(3157), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3179), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3177), 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, + [40457] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 1, + anon_sym_SLASH, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3159), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3179), 2, + anon_sym_PIPE, + anon_sym_AMP, + ACTIONS(3177), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [40499] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 1, + anon_sym_SLASH, + ACTIONS(3151), 1, + anon_sym_AMP, + ACTIONS(3179), 1, + anon_sym_PIPE, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, ACTIONS(3155), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3203), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3173), 5, + ACTIONS(3177), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [38463] = 3, + [40543] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3207), 5, + ACTIONS(3141), 1, anon_sym_SLASH, - anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3205), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3179), 1, + anon_sym_PIPE, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3155), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [38491] = 3, + ACTIONS(3177), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [40589] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3211), 5, + ACTIONS(3141), 1, anon_sym_SLASH, + ACTIONS(3147), 1, anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3209), 15, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3155), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [38519] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3203), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3173), 13, + ACTIONS(3177), 4, 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, - [38551] = 9, + [40635] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, - ACTIONS(3133), 2, + ACTIONS(3145), 1, + anon_sym_AMP_AMP, + ACTIONS(3147), 1, + anon_sym_PIPE, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3151), 2, + ACTIONS(3153), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3203), 2, - anon_sym_PIPE, - anon_sym_AMP, - ACTIONS(3173), 7, + ACTIONS(3177), 3, 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, - [38591] = 3, + [40683] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3215), 5, + ACTIONS(3179), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3213), 15, + ACTIONS(3177), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -97269,85 +101007,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [38619] = 7, + [40711] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3225), 5, anon_sym_SLASH, - ACTIONS(3133), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3203), 4, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3173), 9, + ACTIONS(3223), 15, 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, - [38655] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3113), 1, - sym_identifier, - ACTIONS(3117), 1, - anon_sym_LPAREN2, - ACTIONS(3119), 1, - anon_sym_defined, - ACTIONS(3217), 1, - sym_number_literal, - ACTIONS(3121), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3123), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3127), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1067), 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, - [38695] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3133), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3203), 4, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3173), 11, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -97357,30 +101032,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [38729] = 9, + [40739] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3219), 1, + ACTIONS(3227), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1120), 7, + STATE(1166), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97388,30 +101063,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38769] = 9, + [40779] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3221), 1, + ACTIONS(3229), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1069), 7, + STATE(1177), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97419,30 +101094,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38809] = 9, + [40819] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3223), 1, + ACTIONS(3231), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1125), 7, + STATE(1157), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97450,30 +101125,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38849] = 9, + [40859] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3225), 1, + ACTIONS(3233), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1133), 7, + STATE(1106), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97481,55 +101156,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38889] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3229), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3227), 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, - [38917] = 9, + [40899] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3231), 1, + ACTIONS(3235), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1145), 7, + STATE(1107), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97537,90 +101187,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [38957] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3235), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(997), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3233), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [38989] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3147), 1, - anon_sym_AMP, - ACTIONS(3203), 1, - anon_sym_PIPE, - ACTIONS(3133), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3151), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3153), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3173), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [39033] = 9, + [40939] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, ACTIONS(3237), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1140), 7, + STATE(1108), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97628,30 +101218,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39073] = 9, + [40979] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, - sym_identifier, ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3123), 1, anon_sym_defined, ACTIONS(3239), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1064), 7, + STATE(1109), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97659,111 +101249,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39113] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2441), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(2439), 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, - [39141] = 9, + [41019] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, - sym_identifier, ACTIONS(3117), 1, - anon_sym_LPAREN2, - ACTIONS(3119), 1, - anon_sym_defined, - ACTIONS(3241), 1, - sym_number_literal, - ACTIONS(3121), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3123), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3127), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1100), 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, - [39181] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3245), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3243), 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, - [39209] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3175), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3247), 1, + ACTIONS(3241), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1117), 7, + STATE(1110), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97771,30 +101280,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39249] = 9, + [41059] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3249), 1, + ACTIONS(3243), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1142), 7, + STATE(1111), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97802,30 +101311,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39289] = 9, + [41099] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3251), 1, + ACTIONS(3245), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1146), 7, + STATE(1112), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97833,30 +101342,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39329] = 9, + [41139] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3253), 1, + ACTIONS(3247), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1123), 7, + STATE(1113), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97864,57 +101373,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39369] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3257), 2, - anon_sym_LPAREN2, - anon_sym_STAR, - STATE(1059), 2, - sym_type_qualifier, - aux_sym__type_definition_type_repeat1, - ACTIONS(3255), 7, - anon_sym___based, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - sym_primitive_type, - sym_identifier, - ACTIONS(47), 9, - anon_sym___extension__, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [39401] = 9, + [41179] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3259), 1, + ACTIONS(3249), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1119), 7, + STATE(1114), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97922,30 +101404,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39441] = 9, + [41219] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, - sym_identifier, ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3261), 1, + ACTIONS(3251), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1074), 7, + STATE(1094), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -97953,16 +101435,16 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39481] = 3, + [41259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3265), 5, + ACTIONS(3255), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3263), 15, + ACTIONS(3253), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -97978,47 +101460,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [39509] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3175), 1, - sym_identifier, - ACTIONS(3177), 1, - anon_sym_LPAREN2, - ACTIONS(3179), 1, - anon_sym_defined, - ACTIONS(3267), 1, - sym_number_literal, - ACTIONS(3181), 2, - anon_sym_BANG, - anon_sym_TILDE, - ACTIONS(3183), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3187), 5, - anon_sym_L_SQUOTE, - anon_sym_u_SQUOTE, - anon_sym_U_SQUOTE, - anon_sym_u8_SQUOTE, - anon_sym_SQUOTE, - STATE(1144), 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, - [39549] = 3, + [41287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3271), 5, + ACTIONS(3259), 5, anon_sym_SLASH, anon_sym_PIPE, anon_sym_AMP, anon_sym_GT, anon_sym_LT, - ACTIONS(3269), 15, + ACTIONS(3257), 15, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_DASH, @@ -98034,30 +101485,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - [39577] = 9, + [41315] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(1903), 1, + anon_sym_LPAREN2, + ACTIONS(1905), 1, + anon_sym_STAR, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(2533), 1, + anon_sym_LBRACK, + STATE(1304), 1, + sym__declarator, + STATE(1349), 1, + sym__abstract_declarator, + STATE(1355), 1, + sym_parameter_list, + STATE(1681), 1, + sym_ms_based_modifier, + ACTIONS(3261), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + STATE(1356), 4, + sym_abstract_parenthesized_declarator, + sym_abstract_pointer_declarator, + sym_abstract_function_declarator, + sym_abstract_array_declarator, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [41363] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3273), 1, + ACTIONS(3263), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1115), 7, + STATE(1152), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98065,65 +101551,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39617] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, - anon_sym_CARET, - ACTIONS(3147), 1, - anon_sym_AMP, - ACTIONS(3133), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3151), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3153), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3173), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - [39665] = 9, + [41403] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3275), 1, + ACTIONS(3265), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1122), 7, + STATE(1167), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98131,30 +101582,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39705] = 9, + [41443] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3117), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3123), 1, anon_sym_defined, - ACTIONS(3277), 1, + ACTIONS(3267), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1138), 7, + STATE(1129), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98162,30 +101613,57 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39745] = 9, + [41483] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3271), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1142), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3269), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [41515] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3181), 1, + sym_identifier, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3279), 1, + ACTIONS(3273), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1130), 7, + STATE(1179), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98193,30 +101671,55 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39785] = 9, + [41555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3277), 5, + anon_sym_SLASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_GT, + anon_sym_LT, + ACTIONS(3275), 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, + [41583] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3281), 1, + ACTIONS(3279), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1116), 7, + STATE(1160), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98224,30 +101727,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39825] = 9, + [41623] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3283), 1, + ACTIONS(3281), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1131), 7, + STATE(1169), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98255,55 +101758,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39865] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3203), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3173), 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, - [39893] = 9, + [41663] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3285), 1, + ACTIONS(3283), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1065), 7, + STATE(1181), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98311,30 +101789,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39933] = 9, + [41703] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3287), 1, + ACTIONS(3285), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1132), 7, + STATE(1173), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98342,30 +101820,57 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [39973] = 9, + [41743] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3289), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1057), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3287), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [41775] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3181), 1, + sym_identifier, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3289), 1, + ACTIONS(3291), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1061), 7, + STATE(1185), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98373,30 +101878,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40013] = 9, + [41815] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3291), 1, + ACTIONS(3293), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1136), 7, + STATE(1162), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98404,30 +101909,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40053] = 9, + [41855] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3293), 1, + ACTIONS(3295), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1118), 7, + STATE(1183), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98435,30 +101940,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40093] = 9, + [41895] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3295), 1, + ACTIONS(3297), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1094), 7, + STATE(1159), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98466,66 +101971,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40133] = 14, + [41935] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3139), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, - anon_sym_AMP_AMP, - ACTIONS(3143), 1, - anon_sym_PIPE, - ACTIONS(3145), 1, - anon_sym_CARET, - ACTIONS(3147), 1, - anon_sym_AMP, - ACTIONS(3133), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3151), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3153), 2, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3297), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [40183] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, ACTIONS(3299), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1077), 7, + STATE(1165), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98533,55 +102002,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40223] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3303), 5, - anon_sym_SLASH, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_GT, - anon_sym_LT, - ACTIONS(3301), 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, - [40251] = 9, + [41975] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3305), 1, + ACTIONS(3301), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1054), 7, + STATE(1172), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98589,30 +102033,57 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40291] = 9, + [42015] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3305), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + STATE(1057), 2, + sym_type_qualifier, + aux_sym__type_definition_type_repeat1, + ACTIONS(3303), 7, + anon_sym___based, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + sym_primitive_type, sym_identifier, + ACTIONS(47), 9, + anon_sym___extension__, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [42047] = 9, + ACTIONS(3), 1, + sym_comment, ACTIONS(3117), 1, + sym_identifier, + ACTIONS(3121), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3123), 1, anon_sym_defined, ACTIONS(3307), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3125), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3127), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3131), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1107), 7, + STATE(1164), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98620,30 +102091,30 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40331] = 9, + [42087] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3113), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3117), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3119), 1, + ACTIONS(3185), 1, anon_sym_defined, ACTIONS(3309), 1, sym_number_literal, - ACTIONS(3121), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3123), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3127), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1113), 7, + STATE(1176), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98651,64 +102122,66 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40371] = 12, + [42127] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3141), 1, anon_sym_SLASH, + ACTIONS(3143), 1, + anon_sym_PIPE_PIPE, ACTIONS(3145), 1, - anon_sym_CARET, + anon_sym_AMP_AMP, ACTIONS(3147), 1, - anon_sym_AMP, - ACTIONS(3203), 1, anon_sym_PIPE, - ACTIONS(3133), 2, + ACTIONS(3149), 1, + anon_sym_CARET, + ACTIONS(3151), 1, + anon_sym_AMP, + ACTIONS(3137), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, + ACTIONS(3139), 2, anon_sym_STAR, anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3155), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(3153), 2, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3173), 4, + ACTIONS(3311), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [40417] = 9, + [42177] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3175), 1, + ACTIONS(3181), 1, sym_identifier, - ACTIONS(3177), 1, + ACTIONS(3183), 1, anon_sym_LPAREN2, - ACTIONS(3179), 1, + ACTIONS(3185), 1, anon_sym_defined, - ACTIONS(3311), 1, + ACTIONS(3313), 1, sym_number_literal, - ACTIONS(3181), 2, + ACTIONS(3187), 2, anon_sym_BANG, anon_sym_TILDE, - ACTIONS(3183), 2, + ACTIONS(3189), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3187), 5, + ACTIONS(3193), 5, anon_sym_L_SQUOTE, anon_sym_u_SQUOTE, anon_sym_U_SQUOTE, anon_sym_u8_SQUOTE, anon_sym_SQUOTE, - STATE(1124), 7, + STATE(1168), 7, sym__preproc_expression, sym_preproc_parenthesized_expression, sym_preproc_defined, @@ -98716,96 +102189,73 @@ static const uint16_t ts_small_parse_table[] = { sym_preproc_call_expression, sym_preproc_binary_expression, sym_char_literal, - [40457] = 9, - ACTIONS(3165), 1, + [42217] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3181), 1, + sym_identifier, + ACTIONS(3183), 1, + anon_sym_LPAREN2, + ACTIONS(3185), 1, + anon_sym_defined, + ACTIONS(3315), 1, + sym_number_literal, + ACTIONS(3187), 2, + anon_sym_BANG, + anon_sym_TILDE, + ACTIONS(3189), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3193), 5, + anon_sym_L_SQUOTE, + anon_sym_u_SQUOTE, + anon_sym_U_SQUOTE, + anon_sym_u8_SQUOTE, + anon_sym_SQUOTE, + STATE(1161), 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, + [42257] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3275), 1, anon_sym_LF, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3313), 2, + ACTIONS(3277), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3323), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3203), 4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - ACTIONS(3321), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [40496] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3139), 1, anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, anon_sym_AMP_AMP, - ACTIONS(3143), 1, anon_sym_PIPE, - ACTIONS(3145), 1, anon_sym_CARET, - ACTIONS(3147), 1, anon_sym_AMP, - ACTIONS(3325), 1, - anon_sym_RPAREN, - ACTIONS(3133), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, anon_sym_GT, - anon_sym_LT, - ACTIONS(3153), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40545] = 12, - ACTIONS(3165), 1, + [42284] = 7, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3327), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3329), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, - anon_sym_AMP_AMP, - ACTIONS(3333), 1, - anon_sym_PIPE, - ACTIONS(3335), 1, - anon_sym_CARET, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -98814,60 +102264,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40590] = 12, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + ACTIONS(3179), 7, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, anon_sym_PIPE, - ACTIONS(3335), 1, anon_sym_CARET, - ACTIONS(3337), 1, - anon_sym_LF, - ACTIONS(3313), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3319), 2, + anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3323), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3315), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3321), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - [40635] = 7, - ACTIONS(3165), 1, + [42319] = 6, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3321), 4, - anon_sym_GT, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_LT, - ACTIONS(3203), 7, + ACTIONS(3179), 11, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -98875,45 +102295,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - [40670] = 12, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, - anon_sym_AMP_AMP, - ACTIONS(3333), 1, - anon_sym_PIPE, - ACTIONS(3335), 1, - anon_sym_CARET, - ACTIONS(3339), 1, - anon_sym_LF, - ACTIONS(3313), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3323), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3315), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3321), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40715] = 3, - ACTIONS(3165), 1, + [42352] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3205), 1, + ACTIONS(3203), 1, anon_sym_LF, - ACTIONS(3207), 18, + ACTIONS(3205), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -98932,29 +102323,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40742] = 10, - ACTIONS(3165), 1, + [42379] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3325), 1, anon_sym_LF, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3335), 1, + ACTIONS(3327), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3329), 1, + anon_sym_AMP_AMP, + ACTIONS(3331), 1, + anon_sym_PIPE, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3313), 2, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3203), 3, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -98963,58 +102356,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40783] = 6, - ACTIONS(3165), 1, + [42424] = 9, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3203), 11, + ACTIONS(3179), 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(3321), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40816] = 12, - ACTIONS(3165), 1, + [42463] = 10, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, - anon_sym_AMP_AMP, + ACTIONS(3177), 1, + anon_sym_LF, ACTIONS(3333), 1, - anon_sym_PIPE, - ACTIONS(3335), 1, anon_sym_CARET, - ACTIONS(3341), 1, - anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3179), 3, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99023,52 +102417,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [40861] = 14, - ACTIONS(3), 1, + [42504] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3137), 1, - anon_sym_SLASH, - ACTIONS(3139), 1, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, - ACTIONS(3141), 1, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3143), 1, + ACTIONS(3331), 1, anon_sym_PIPE, - ACTIONS(3145), 1, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3147), 1, + ACTIONS(3335), 1, anon_sym_AMP, - ACTIONS(3343), 1, - anon_sym_RPAREN, - ACTIONS(3133), 2, + ACTIONS(3339), 1, + anon_sym_LF, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3135), 2, - anon_sym_STAR, - anon_sym_PERCENT, - ACTIONS(3149), 2, + ACTIONS(3323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3337), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3151), 2, + ACTIONS(3319), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3321), 4, anon_sym_GT, - anon_sym_LT, - ACTIONS(3153), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3155), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40910] = 3, - ACTIONS(2439), 1, - anon_sym_LF, - ACTIONS(3165), 1, + anon_sym_LT, + [42549] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(2441), 18, + ACTIONS(3177), 1, + anon_sym_LF, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3179), 13, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -99082,104 +102476,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [40937] = 5, - ACTIONS(3165), 1, + [42580] = 14, + ACTIONS(3), 1, sym_comment, - ACTIONS(3173), 1, - anon_sym_LF, - ACTIONS(3313), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3315), 3, - anon_sym_STAR, + ACTIONS(3141), 1, anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3203), 13, + ACTIONS(3143), 1, anon_sym_PIPE_PIPE, + ACTIONS(3145), 1, anon_sym_AMP_AMP, + ACTIONS(3147), 1, anon_sym_PIPE, + ACTIONS(3149), 1, anon_sym_CARET, + ACTIONS(3151), 1, anon_sym_AMP, + ACTIONS(3341), 1, + anon_sym_RPAREN, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [40968] = 3, - ACTIONS(3165), 1, + [42629] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3213), 1, - anon_sym_LF, - ACTIONS(3215), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, + ACTIONS(3329), 1, anon_sym_AMP_AMP, + ACTIONS(3331), 1, anon_sym_PIPE, + ACTIONS(3333), 1, anon_sym_CARET, + ACTIONS(3335), 1, anon_sym_AMP, + ACTIONS(3343), 1, + anon_sym_LF, + ACTIONS(3317), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3337), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3319), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3321), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [40995] = 3, - ACTIONS(3165), 1, + [42674] = 11, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3209), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3211), 18, + ACTIONS(3331), 1, + anon_sym_PIPE, + ACTIONS(3333), 1, + anon_sym_CARET, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3179), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, + ACTIONS(3323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3321), 4, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, + [42717] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3141), 1, + anon_sym_SLASH, + ACTIONS(3143), 1, anon_sym_PIPE_PIPE, + ACTIONS(3145), 1, anon_sym_AMP_AMP, + ACTIONS(3147), 1, anon_sym_PIPE, + ACTIONS(3149), 1, anon_sym_CARET, + ACTIONS(3151), 1, anon_sym_AMP, + ACTIONS(3345), 1, + anon_sym_RPAREN, + ACTIONS(3137), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3139), 2, + anon_sym_STAR, + anon_sym_PERCENT, + ACTIONS(3153), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3155), 2, anon_sym_GT, + anon_sym_LT, + ACTIONS(3157), 2, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_LT, + ACTIONS(3159), 2, anon_sym_LT_LT, anon_sym_GT_GT, - [41022] = 11, - ACTIONS(3165), 1, + [42766] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, - anon_sym_LF, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3333), 1, - anon_sym_PIPE, - ACTIONS(3335), 1, - anon_sym_CARET, - ACTIONS(3203), 2, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3313), 2, + ACTIONS(3331), 1, + anon_sym_PIPE, + ACTIONS(3333), 1, + anon_sym_CARET, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3347), 1, + anon_sym_LF, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99188,31 +102644,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41065] = 12, - ACTIONS(3165), 1, + [42811] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, - anon_sym_LF, - ACTIONS(3203), 1, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3331), 1, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, + ACTIONS(3331), 1, anon_sym_PIPE, - ACTIONS(3335), 1, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3313), 2, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3349), 1, + anon_sym_LF, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99221,36 +102677,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41110] = 3, - ACTIONS(3165), 1, + [42856] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, - anon_sym_LF, - ACTIONS(3203), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, + ACTIONS(3329), 1, anon_sym_AMP_AMP, + ACTIONS(3331), 1, anon_sym_PIPE, + ACTIONS(3333), 1, anon_sym_CARET, + ACTIONS(3335), 1, anon_sym_AMP, + ACTIONS(3351), 1, + anon_sym_LF, + ACTIONS(3317), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3337), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3319), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3321), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41137] = 3, - ACTIONS(3165), 1, + [42901] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3227), 1, + ACTIONS(2662), 1, + sym_identifier, + ACTIONS(3356), 1, + sym_primitive_type, + STATE(847), 1, + aux_sym_sized_type_specifier_repeat1, + ACTIONS(2665), 2, + anon_sym_LPAREN2, + anon_sym_STAR, + ACTIONS(3353), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + ACTIONS(2667), 10, + anon_sym___extension__, + anon_sym___based, + anon_sym_const, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [42936] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3253), 1, anon_sym_LF, - ACTIONS(3229), 18, + ACTIONS(3255), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -99269,55 +102762,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [41164] = 3, - ACTIONS(3165), 1, + [42963] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3263), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3265), 18, - anon_sym_DASH, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3179), 1, anon_sym_PIPE_PIPE, + ACTIONS(3329), 1, anon_sym_AMP_AMP, + ACTIONS(3331), 1, anon_sym_PIPE, + ACTIONS(3333), 1, anon_sym_CARET, + ACTIONS(3335), 1, anon_sym_AMP, + ACTIONS(3317), 2, + anon_sym_DASH, + anon_sym_PLUS, + ACTIONS(3323), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(3337), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(3319), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3321), 4, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - anon_sym_LT_LT, - anon_sym_GT_GT, - [41191] = 12, - ACTIONS(3165), 1, + [43008] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, + ACTIONS(3331), 1, anon_sym_PIPE, - ACTIONS(3335), 1, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3345), 1, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3359), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99326,18 +102828,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41236] = 4, - ACTIONS(3165), 1, + [43053] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3257), 1, anon_sym_LF, - ACTIONS(3315), 3, + ACTIONS(3259), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3203), 15, - anon_sym_DASH, - anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -99351,12 +102852,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [41265] = 3, - ACTIONS(3165), 1, + [43080] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3301), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3303), 18, + ACTIONS(3179), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -99375,31 +102876,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [41292] = 12, - ACTIONS(3165), 1, + [43107] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, + ACTIONS(3331), 1, anon_sym_PIPE, - ACTIONS(3335), 1, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3347), 1, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3361), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99408,59 +102909,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41337] = 7, - ACTIONS(3), 1, + [43152] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(2730), 1, - sym_identifier, - ACTIONS(3352), 1, - sym_primitive_type, - STATE(800), 1, - aux_sym_sized_type_specifier_repeat1, - ACTIONS(2733), 2, - anon_sym_LPAREN2, + ACTIONS(3217), 1, + anon_sym_LF, + ACTIONS(3219), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, - ACTIONS(3349), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - ACTIONS(2735), 10, - anon_sym___extension__, - anon_sym___based, - anon_sym_const, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [41372] = 12, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, anon_sym_PIPE, - ACTIONS(3335), 1, anon_sym_CARET, - ACTIONS(3355), 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, + [43179] = 8, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99469,17 +102956,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41417] = 3, - ACTIONS(3165), 1, + ACTIONS(3179), 5, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_PIPE, + anon_sym_CARET, + anon_sym_AMP, + [43216] = 4, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3243), 1, + ACTIONS(3177), 1, anon_sym_LF, - ACTIONS(3245), 18, - anon_sym_DASH, - anon_sym_PLUS, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3179), 15, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_PIPE, @@ -99493,31 +102987,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [41444] = 12, - ACTIONS(3165), 1, + [43245] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, + ACTIONS(3331), 1, anon_sym_PIPE, - ACTIONS(3335), 1, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3357), 1, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3363), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99526,12 +103020,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41489] = 3, - ACTIONS(3165), 1, + [43290] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3269), 1, + ACTIONS(3223), 1, anon_sym_LF, - ACTIONS(3271), 18, + ACTIONS(3225), 18, anon_sym_DASH, anon_sym_PLUS, anon_sym_STAR, @@ -99550,21 +103044,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - [41516] = 8, - ACTIONS(3165), 1, + [43317] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3173), 1, + ACTIONS(3327), 1, + anon_sym_PIPE_PIPE, + ACTIONS(3329), 1, + anon_sym_AMP_AMP, + ACTIONS(3331), 1, + anon_sym_PIPE, + ACTIONS(3333), 1, + anon_sym_CARET, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3365), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99573,70 +103077,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - ACTIONS(3203), 5, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_PIPE, - anon_sym_CARET, - anon_sym_AMP, - [41553] = 12, - ACTIONS(3165), 1, + [43362] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, - anon_sym_AMP_AMP, - ACTIONS(3333), 1, - anon_sym_PIPE, - ACTIONS(3335), 1, - anon_sym_CARET, - ACTIONS(3359), 1, + ACTIONS(3207), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3209), 18, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(3323), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3315), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3321), 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, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41598] = 12, - ACTIONS(3165), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43389] = 12, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + ACTIONS(3327), 1, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, + ACTIONS(3329), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, + ACTIONS(3331), 1, anon_sym_PIPE, - ACTIONS(3335), 1, + ACTIONS(3333), 1, anon_sym_CARET, - ACTIONS(3361), 1, + ACTIONS(3335), 1, + anon_sym_AMP, + ACTIONS(3367), 1, anon_sym_LF, - ACTIONS(3313), 2, + ACTIONS(3317), 2, anon_sym_DASH, anon_sym_PLUS, - ACTIONS(3319), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, ACTIONS(3323), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + ACTIONS(3337), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(3319), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, @@ -99645,583 +103134,701 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41643] = 12, - ACTIONS(3165), 1, + [43434] = 3, + ACTIONS(2391), 1, + anon_sym_LF, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3317), 1, - anon_sym_AMP, - ACTIONS(3329), 1, + ACTIONS(2393), 18, + anon_sym_DASH, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_PIPE_PIPE, - ACTIONS(3331), 1, anon_sym_AMP_AMP, - ACTIONS(3333), 1, anon_sym_PIPE, - ACTIONS(3335), 1, anon_sym_CARET, - ACTIONS(3363), 1, - anon_sym_LF, - ACTIONS(3313), 2, - anon_sym_DASH, - anon_sym_PLUS, - ACTIONS(3319), 2, + anon_sym_AMP, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(3323), 2, + anon_sym_GT, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_LT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3315), 3, + [43461] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3195), 1, + anon_sym_LF, + ACTIONS(3197), 18, + anon_sym_DASH, + anon_sym_PLUS, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3321), 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, anon_sym_GT, anon_sym_GT_EQ, anon_sym_LT_EQ, anon_sym_LT, - [41688] = 11, + anon_sym_LT_LT, + anon_sym_GT_GT, + [43488] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1303), 1, + STATE(1362), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41729] = 11, + [43529] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1319), 1, + STATE(1401), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41770] = 11, + [43570] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1346), 1, + STATE(1377), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41811] = 11, + [43611] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1308), 1, + STATE(1398), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41852] = 11, + [43652] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1349), 1, + STATE(1392), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41893] = 11, + [43693] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, - anon_sym___based, - ACTIONS(2788), 1, - sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2804), 1, + anon_sym_const, + ACTIONS(2811), 1, + anon_sym_LBRACE, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3371), 1, + anon_sym_COLON, + STATE(898), 1, + sym_attribute_specifier, + STATE(1069), 1, + sym_enumerator_list, + ACTIONS(2806), 11, anon_sym_LPAREN2, - ACTIONS(2792), 1, anon_sym_STAR, - ACTIONS(2796), 1, - sym_primitive_type, - STATE(1223), 1, - sym__type_declarator, - STATE(1325), 1, - sym__type_definition_declarators, - STATE(1601), 1, - sym_ms_based_modifier, - ACTIONS(2794), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1271), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [41934] = 11, + anon_sym___extension__, + anon_sym_LBRACK, + anon_sym_constexpr, + anon_sym_volatile, + anon_sym_restrict, + anon_sym___restrict__, + anon_sym__Atomic, + anon_sym__Noreturn, + anon_sym_noreturn, + [43728] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1344), 1, + STATE(1402), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [41975] = 11, + [43769] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1318), 1, + STATE(1365), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42016] = 11, + [43810] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1356), 1, - sym__type_definition_declarators, - STATE(1601), 1, - sym_ms_based_modifier, - ACTIONS(2794), 4, - anon_sym_signed, - anon_sym_unsigned, - anon_sym_long, - anon_sym_short, - STATE(1271), 5, - sym_parenthesized_type_declarator, - sym_attributed_type_declarator, - sym_pointer_type_declarator, - sym_function_type_declarator, - sym_array_type_declarator, - [42057] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2804), 1, - anon_sym_const, - ACTIONS(2811), 1, - anon_sym_LBRACE, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3367), 1, - anon_sym_COLON, - STATE(856), 1, - sym_attribute_specifier, - STATE(1028), 1, - sym_enumerator_list, - ACTIONS(2806), 11, - anon_sym_LPAREN2, - anon_sym_STAR, - anon_sym___extension__, - anon_sym_LBRACK, - anon_sym_constexpr, - anon_sym_volatile, - anon_sym_restrict, - anon_sym___restrict__, - anon_sym__Atomic, - anon_sym__Noreturn, - anon_sym_noreturn, - [42092] = 11, + STATE(1409), 1, + sym__type_definition_declarators, + STATE(1602), 1, + sym_ms_based_modifier, + ACTIONS(2798), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1322), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [43851] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1223), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1320), 1, + STATE(1406), 1, sym__type_definition_declarators, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42133] = 10, + [43892] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1237), 1, + STATE(1271), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1386), 1, + sym__type_definition_declarators, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42171] = 10, + [43933] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(197), 1, + anon_sym_LBRACE, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3376), 1, + anon_sym_LPAREN2, + ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3382), 1, + anon_sym_EQ, + STATE(219), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, + sym_parameter_list, + STATE(1488), 1, + sym_gnu_asm_expression, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [43981] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(129), 1, + anon_sym_LBRACE, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3376), 1, + anon_sym_LPAREN2, + ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3382), 1, + anon_sym_EQ, + STATE(145), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, + sym_parameter_list, + STATE(1488), 1, + sym_gnu_asm_expression, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44029] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2788), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2790), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2792), 1, - anon_sym_STAR, ACTIONS(2796), 1, + anon_sym_STAR, + ACTIONS(2800), 1, sym_primitive_type, - STATE(1268), 1, + STATE(1316), 1, sym__type_declarator, - STATE(1601), 1, + STATE(1602), 1, sym_ms_based_modifier, - ACTIONS(2794), 4, + ACTIONS(2798), 4, anon_sym_signed, anon_sym_unsigned, anon_sym_long, anon_sym_short, - STATE(1271), 5, + STATE(1322), 5, sym_parenthesized_type_declarator, sym_attributed_type_declarator, sym_pointer_type_declarator, sym_function_type_declarator, sym_array_type_declarator, - [42209] = 15, + [44067] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(597), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, + ACTIONS(3374), 1, anon_sym_COMMA, - ACTIONS(3372), 1, + ACTIONS(3376), 1, anon_sym_LPAREN2, - ACTIONS(3374), 1, + ACTIONS(3378), 1, anon_sym_SEMI, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3378), 1, + ACTIONS(3382), 1, anon_sym_EQ, - STATE(355), 1, + STATE(339), 1, sym_compound_statement, - STATE(907), 1, + STATE(936), 1, sym__old_style_parameter_list, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1391), 1, - aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, + STATE(1488), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42257] = 14, + [44115] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(531), 1, + ACTIONS(41), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, - anon_sym_COMMA, ACTIONS(3374), 1, - anon_sym_SEMI, + anon_sym_COMMA, ACTIONS(3376), 1, - anon_sym_LBRACK, + anon_sym_LPAREN2, ACTIONS(3378), 1, - anon_sym_EQ, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, ACTIONS(3382), 1, - anon_sym_LPAREN2, - STATE(322), 1, + anon_sym_EQ, + STATE(401), 1, sym_compound_statement, - STATE(1171), 1, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, sym_parameter_list, - STATE(1391), 1, - aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, + STATE(1488), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42302] = 12, + [44163] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, - anon_sym___attribute__, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, - ACTIONS(2903), 1, + ACTIONS(2792), 1, sym_identifier, - ACTIONS(2905), 1, + ACTIONS(2794), 1, anon_sym_LPAREN2, - ACTIONS(2907), 1, + ACTIONS(2796), 1, anon_sym_STAR, - ACTIONS(3384), 1, - anon_sym_SEMI, - STATE(1195), 1, - sym__field_declarator, - STATE(1413), 1, - sym__field_declaration_declarator, - STATE(1643), 1, - sym_attribute_specifier, - STATE(1703), 1, + ACTIONS(2800), 1, + sym_primitive_type, + STATE(1290), 1, + sym__type_declarator, + STATE(1602), 1, sym_ms_based_modifier, - STATE(1244), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [42343] = 14, + ACTIONS(2798), 4, + anon_sym_signed, + anon_sym_unsigned, + anon_sym_long, + anon_sym_short, + STATE(1322), 5, + sym_parenthesized_type_declarator, + sym_attributed_type_declarator, + sym_pointer_type_declarator, + sym_function_type_declarator, + sym_array_type_declarator, + [44201] = 15, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(197), 1, + ACTIONS(547), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, - anon_sym_COMMA, ACTIONS(3374), 1, - anon_sym_SEMI, + anon_sym_COMMA, ACTIONS(3376), 1, - anon_sym_LBRACK, + anon_sym_LPAREN2, ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3382), 1, anon_sym_EQ, + STATE(365), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, + sym_parameter_list, + STATE(1488), 1, + sym_gnu_asm_expression, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44249] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(197), 1, + anon_sym_LBRACE, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(201), 1, + STATE(219), 1, sym_compound_statement, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1391), 1, - aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, + STATE(1488), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42388] = 14, + [44294] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(547), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, - anon_sym_COMMA, ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3378), 1, anon_sym_SEMI, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3378), 1, - anon_sym_EQ, ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(355), 1, + STATE(365), 1, sym_compound_statement, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1391), 1, + STATE(1488), 1, + sym_gnu_asm_expression, + STATE(1489), 1, aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, + ACTIONS(3384), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44339] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(129), 1, + anon_sym_LBRACE, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(145), 1, + sym_compound_statement, + STATE(1215), 1, + sym_parameter_list, + STATE(1488), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42433] = 12, + [44384] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -100229,59 +103836,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - ACTIONS(3386), 1, + ACTIONS(3388), 1, anon_sym_SEMI, - STATE(1195), 1, + STATE(1253), 1, sym__field_declarator, - STATE(1431), 1, + STATE(1457), 1, sym__field_declaration_declarator, - STATE(1703), 1, - sym_ms_based_modifier, - STATE(1727), 1, + STATE(1607), 1, sym_attribute_specifier, - STATE(1244), 5, + STATE(1608), 1, + sym_ms_based_modifier, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [42474] = 14, + [44425] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(479), 1, - anon_sym_LBRACE, - ACTIONS(3370), 1, - anon_sym_COMMA, - ACTIONS(3374), 1, - anon_sym_SEMI, - ACTIONS(3376), 1, - anon_sym_LBRACK, - ACTIONS(3378), 1, - anon_sym_EQ, - ACTIONS(3382), 1, + ACTIONS(33), 1, + anon_sym___attribute__, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2903), 1, + sym_identifier, + ACTIONS(2905), 1, anon_sym_LPAREN2, - STATE(333), 1, - sym_compound_statement, - STATE(1171), 1, - sym_parameter_list, - STATE(1391), 1, - aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, - sym_gnu_asm_expression, - ACTIONS(3380), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1197), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [42519] = 12, + ACTIONS(2907), 1, + anon_sym_STAR, + ACTIONS(3390), 1, + anon_sym_SEMI, + STATE(1253), 1, + sym__field_declarator, + STATE(1482), 1, + sym__field_declaration_declarator, + STATE(1608), 1, + sym_ms_based_modifier, + STATE(1645), 1, + sym_attribute_specifier, + STATE(1309), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [44466] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -100289,59 +103894,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - ACTIONS(3388), 1, + ACTIONS(3392), 1, anon_sym_SEMI, - STATE(1195), 1, + STATE(1253), 1, sym__field_declarator, - STATE(1419), 1, + STATE(1449), 1, sym__field_declaration_declarator, - STATE(1588), 1, - sym_attribute_specifier, - STATE(1703), 1, + STATE(1608), 1, sym_ms_based_modifier, - STATE(1244), 5, + STATE(1714), 1, + sym_attribute_specifier, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [42560] = 14, + [44507] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(129), 1, + ACTIONS(597), 1, anon_sym_LBRACE, - ACTIONS(3370), 1, - anon_sym_COMMA, ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3378), 1, anon_sym_SEMI, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3378), 1, - anon_sym_EQ, ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(135), 1, + STATE(339), 1, sym_compound_statement, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1391), 1, + STATE(1488), 1, + sym_gnu_asm_expression, + STATE(1489), 1, aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, + ACTIONS(3384), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [44552] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(401), 1, + sym_compound_statement, + STATE(1215), 1, + sym_parameter_list, + STATE(1488), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [42605] = 12, + [44597] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(33), 1, anon_sym___attribute__, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -100349,38 +103985,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - ACTIONS(3390), 1, + ACTIONS(3394), 1, anon_sym_SEMI, - STATE(1195), 1, + STATE(1253), 1, sym__field_declarator, - STATE(1396), 1, + STATE(1463), 1, sym__field_declaration_declarator, - STATE(1703), 1, + STATE(1608), 1, sym_ms_based_modifier, - STATE(1715), 1, + STATE(1721), 1, sym_attribute_specifier, - STATE(1244), 5, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [42646] = 7, + [44638] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3394), 1, + ACTIONS(3398), 1, anon_sym_LBRACK, - STATE(1189), 1, + STATE(1239), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, - STATE(1174), 2, + STATE(1225), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3392), 7, + ACTIONS(3396), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -100388,44 +104024,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, - [42676] = 11, + [44668] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(632), 1, + STATE(649), 1, sym__old_style_function_declarator, - STATE(1161), 1, + STATE(1205), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1524), 1, + STATE(1667), 1, sym__declaration_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42714] = 5, + [44706] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, + anon_sym_LPAREN2, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(662), 1, + sym__old_style_function_declarator, + STATE(1200), 1, + sym__declarator, + STATE(1439), 1, + sym_init_declarator, + STATE(1578), 1, + sym__declaration_declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [44744] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3402), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3401), 1, + ACTIONS(3405), 1, anon_sym_LBRACK, - STATE(1173), 2, + STATE(1218), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3396), 10, + ACTIONS(3400), 10, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -100436,159 +104099,287 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [42740] = 5, + [44770] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3405), 1, - anon_sym_LBRACK, - STATE(1191), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3403), 9, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [42765] = 10, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(661), 1, + sym__old_style_function_declarator, + STATE(1199), 1, + sym__declarator, + STATE(1439), 1, + sym_init_declarator, + STATE(1611), 1, + sym__declaration_declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [44808] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1164), 1, + STATE(653), 1, + sym__old_style_function_declarator, + STATE(1203), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1562), 1, + STATE(1682), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42800] = 7, + [44846] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, - anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, anon_sym_LPAREN2, - STATE(1171), 1, - sym_parameter_list, - STATE(1197), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3407), 7, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(657), 1, + sym__old_style_function_declarator, + STATE(1202), 1, + sym__declarator, + STATE(1439), 1, + sym_init_declarator, + STATE(1616), 1, + sym__declaration_declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [44884] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, + anon_sym_LPAREN2, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(1207), 1, + sym__declarator, + STATE(1439), 1, + sym_init_declarator, + STATE(1667), 1, + sym__declaration_declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [44919] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3409), 1, + anon_sym___attribute__, + ACTIONS(3412), 1, + anon_sym_LBRACK, + STATE(1223), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3407), 9, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, anon_sym_LBRACE, anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [42829] = 10, + [44944] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1169), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1576), 1, + STATE(1611), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42864] = 10, + [44979] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3416), 1, + anon_sym_LBRACK, + STATE(1223), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + ACTIONS(3414), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [45004] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1567), 1, + STATE(1667), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42899] = 10, + [45039] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(1215), 1, + sym_parameter_list, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3418), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [45068] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1213), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1524), 1, - sym__declaration_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1682), 1, + sym__declaration_declarator, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42934] = 5, + [45103] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(3378), 1, + anon_sym_SEMI, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(1215), 1, + sym_parameter_list, + STATE(1488), 1, + sym_gnu_asm_expression, + STATE(1489), 1, + aux_sym__declaration_declarator_repeat1, + ACTIONS(3384), 2, + anon_sym_asm, + anon_sym___asm__, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [45142] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3411), 1, + ACTIONS(3422), 1, anon_sym_LBRACK, - STATE(1191), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3409), 9, + ACTIONS(3420), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -100598,46 +104389,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [42959] = 10, + [45167] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1162), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1567), 1, + STATE(1578), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [42994] = 7, + [45202] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3413), 7, + ACTIONS(3424), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -100645,21 +104436,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43023] = 7, + [45231] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3415), 7, + ACTIONS(3426), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, @@ -100667,189 +104458,142 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43052] = 10, + [45260] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1206), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1743), 1, + STATE(1611), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43087] = 10, + [45295] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1208), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1562), 1, + STATE(1578), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43122] = 10, + [45330] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1167), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1743), 1, + STATE(1682), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43157] = 10, + [45365] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1628), 1, + STATE(1588), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43192] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3370), 1, - anon_sym_COMMA, - ACTIONS(3374), 1, - anon_sym_SEMI, - ACTIONS(3376), 1, - anon_sym_LBRACK, - ACTIONS(3378), 1, - anon_sym_EQ, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - STATE(1171), 1, - sym_parameter_list, - STATE(1391), 1, - aux_sym__declaration_declarator_repeat1, - STATE(1394), 1, - sym_gnu_asm_expression, - ACTIONS(3380), 2, - anon_sym_asm, - anon_sym___asm__, - STATE(1197), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [43231] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3405), 1, - anon_sym_LBRACK, - STATE(1180), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - ACTIONS(3403), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [43256] = 10, + [45400] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1212), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1548), 1, - sym_ms_based_modifier, - STATE(1576), 1, + STATE(1616), 1, sym__declaration_declarator, - STATE(1219), 5, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43291] = 5, + [45435] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3419), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3422), 1, + ACTIONS(3416), 1, anon_sym_LBRACK, - STATE(1191), 2, + STATE(1230), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - ACTIONS(3417), 9, + ACTIONS(3414), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -100859,109 +104603,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43316] = 10, + [45460] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1165), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1524), 1, + STATE(1616), 1, sym__declaration_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43351] = 10, + [45495] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(1215), 1, + sym_parameter_list, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3428), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [45524] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1188), 1, + STATE(1229), 1, sym__declarator, - STATE(1404), 1, + STATE(1439), 1, sym_init_declarator, - STATE(1544), 1, - sym__declaration_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1796), 1, + sym__declaration_declarator, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43386] = 7, + [45559] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, + ACTIONS(2523), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - STATE(1171), 1, - sym_parameter_list, - STATE(1197), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3424), 7, + ACTIONS(2515), 11, 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, anon_sym_asm, anon_sym___asm__, - [43415] = 11, + [45579] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(3426), 1, - anon_sym_COMMA, - ACTIONS(3430), 1, - anon_sym_LBRACK, - ACTIONS(3432), 1, - anon_sym_COLON, - STATE(1252), 1, - sym_parameter_list, - STATE(1314), 1, - aux_sym__field_declaration_declarator_repeat1, - STATE(1315), 1, - sym_bitfield_clause, - ACTIONS(3428), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1228), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [43451] = 3, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(663), 1, + sym__old_style_function_declarator, + STATE(1294), 1, + sym__declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [45611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2515), 1, + ACTIONS(3432), 1, anon_sym_LBRACK, - ACTIONS(2507), 11, + ACTIONS(3430), 11, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -100973,14 +104732,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_asm, anon_sym___asm__, - [43471] = 5, + [45631] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, ACTIONS(3436), 1, anon_sym_LBRACK, - STATE(1173), 2, + STATE(1218), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, ACTIONS(3434), 8, @@ -100992,363 +104751,399 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [43495] = 9, + [45655] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1201), 1, + STATE(660), 1, + sym__old_style_function_declarator, + STATE(1283), 1, sym__declarator, - STATE(1482), 1, - sym_init_declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43527] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2553), 1, - anon_sym_LBRACK, - ACTIONS(2545), 11, - 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, - anon_sym_asm, - anon_sym___asm__, - [43547] = 9, + [45687] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(633), 1, + STATE(658), 1, sym__old_style_function_declarator, - STATE(1238), 1, + STATE(1286), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43579] = 10, + [45719] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3378), 1, - anon_sym_EQ, ACTIONS(3382), 1, + anon_sym_EQ, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1457), 1, + STATE(1528), 1, sym_gnu_asm_expression, - ACTIONS(3380), 2, + ACTIONS(3384), 2, anon_sym_asm, anon_sym___asm__, ACTIONS(3438), 2, anon_sym_COMMA, anon_sym_SEMI, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [43613] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3442), 1, - anon_sym_LBRACK, - ACTIONS(3440), 11, - 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, - anon_sym_asm, - anon_sym___asm__, - [43633] = 8, + [45753] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1256), 1, + STATE(665), 1, + sym__old_style_function_declarator, + STATE(1288), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43662] = 8, + [45785] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(2561), 1, + anon_sym_LBRACK, + ACTIONS(2553), 11, + 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, + anon_sym_asm, + anon_sym___asm__, + [45805] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1245), 1, + STATE(1249), 1, sym__declarator, - STATE(1548), 1, + STATE(1557), 1, + sym_init_declarator, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43691] = 7, + [45837] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3430), 1, + ACTIONS(3440), 1, + anon_sym_COMMA, + ACTIONS(3444), 1, anon_sym_LBRACK, - STATE(1252), 1, + ACTIONS(3446), 1, + anon_sym_COLON, + STATE(1314), 1, sym_parameter_list, - STATE(1228), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3444), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + STATE(1379), 1, + aux_sym__field_declaration_declarator_repeat1, + STATE(1391), 1, + sym_bitfield_clause, + ACTIONS(3442), 2, anon_sym_SEMI, anon_sym___attribute__, - anon_sym_COLON, - [43718] = 8, + STATE(1275), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [45873] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1270), 1, + STATE(670), 1, + sym__old_style_function_declarator, + STATE(1285), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43747] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1909), 1, - anon_sym___based, - ACTIONS(2903), 1, - sym_identifier, - ACTIONS(2905), 1, - anon_sym_LPAREN2, - ACTIONS(2907), 1, - anon_sym_STAR, - STATE(1265), 1, - sym__field_declarator, - STATE(1703), 1, - sym_ms_based_modifier, - STATE(1244), 5, - sym_parenthesized_field_declarator, - sym_attributed_field_declarator, - sym_pointer_field_declarator, - sym_function_field_declarator, - sym_array_field_declarator, - [43776] = 8, + [45905] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1247), 1, + STATE(1301), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43805] = 7, + [45934] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3430), 1, + ACTIONS(3444), 1, anon_sym_LBRACK, - STATE(1252), 1, + STATE(1314), 1, sym_parameter_list, - STATE(1228), 2, + STATE(1275), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3446), 5, + ACTIONS(3448), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [43832] = 7, + [45961] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, + anon_sym_LPAREN2, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(1299), 1, + sym__declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [45990] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3430), 1, + ACTIONS(3444), 1, anon_sym_LBRACK, - STATE(1252), 1, + STATE(1314), 1, sym_parameter_list, - STATE(1228), 2, + STATE(1275), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3448), 5, + ACTIONS(3450), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [43859] = 9, + [46017] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, + anon_sym_LPAREN2, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(1297), 1, + sym__declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [46046] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3430), 1, + ACTIONS(3444), 1, anon_sym_LBRACK, - ACTIONS(3432), 1, + ACTIONS(3446), 1, anon_sym_COLON, - STATE(1252), 1, + STATE(1314), 1, sym_parameter_list, - STATE(1428), 1, + STATE(1445), 1, sym_bitfield_clause, - STATE(1228), 2, + STATE(1275), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3450), 3, + ACTIONS(3452), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [43890] = 8, + [46077] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2525), 1, + sym_identifier, + ACTIONS(2909), 1, + anon_sym_LPAREN2, + ACTIONS(2911), 1, + anon_sym_STAR, + STATE(1308), 1, + sym__declarator, + STATE(1681), 1, + sym_ms_based_modifier, + STATE(1269), 5, + sym_parenthesized_declarator, + sym_attributed_declarator, + sym_pointer_declarator, + sym_function_declarator, + sym_array_declarator, + [46106] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1241), 1, + STATE(1320), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43919] = 8, + [46135] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2525), 1, sym_identifier, - ACTIONS(2899), 1, + ACTIONS(2909), 1, anon_sym_LPAREN2, - ACTIONS(2901), 1, + ACTIONS(2911), 1, anon_sym_STAR, - STATE(1258), 1, + STATE(1312), 1, sym__declarator, - STATE(1548), 1, + STATE(1681), 1, sym_ms_based_modifier, - STATE(1219), 5, + STATE(1269), 5, sym_parenthesized_declarator, sym_attributed_declarator, sym_pointer_declarator, sym_function_declarator, sym_array_declarator, - [43948] = 7, + [46164] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3430), 1, + ACTIONS(3444), 1, anon_sym_LBRACK, - STATE(1252), 1, + STATE(1314), 1, sym_parameter_list, - STATE(1228), 2, + STATE(1275), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3452), 5, + ACTIONS(3454), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, anon_sym_COLON, - [43975] = 8, + [46191] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1909), 1, + ACTIONS(1907), 1, anon_sym___based, ACTIONS(2903), 1, sym_identifier, @@ -101356,35 +105151,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LPAREN2, ACTIONS(2907), 1, anon_sym_STAR, - STATE(1211), 1, + STATE(1325), 1, sym__field_declarator, - STATE(1703), 1, + STATE(1608), 1, + sym_ms_based_modifier, + STATE(1309), 5, + sym_parenthesized_field_declarator, + sym_attributed_field_declarator, + sym_pointer_field_declarator, + sym_function_field_declarator, + sym_array_field_declarator, + [46220] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1907), 1, + anon_sym___based, + ACTIONS(2903), 1, + sym_identifier, + ACTIONS(2905), 1, + anon_sym_LPAREN2, + ACTIONS(2907), 1, + anon_sym_STAR, + STATE(1260), 1, + sym__field_declarator, + STATE(1608), 1, sym_ms_based_modifier, - STATE(1244), 5, + STATE(1309), 5, sym_parenthesized_field_declarator, sym_attributed_field_declarator, sym_pointer_field_declarator, sym_function_field_declarator, sym_array_field_declarator, - [44004] = 6, + [46249] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3456), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3444), 1, anon_sym_LBRACK, - STATE(1316), 1, - sym_gnu_asm_input_operand, - STATE(1645), 1, - sym_string_literal, - ACTIONS(3454), 2, + STATE(1314), 1, + sym_parameter_list, + STATE(1275), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3456), 5, + anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, anon_sym_COLON, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44028] = 3, + [46276] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3460), 1, @@ -101399,7 +105217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [44046] = 3, + [46294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3464), 1, @@ -101414,7 +105232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [44064] = 3, + [46312] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3468), 1, @@ -101429,35 +105247,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [44082] = 7, + [46330] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3470), 1, + anon_sym_COMMA, + ACTIONS(3474), 1, + anon_sym_LBRACK, + STATE(1326), 1, + sym_parameter_list, + STATE(1407), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(3472), 2, + anon_sym_SEMI, + anon_sym___attribute__, + STATE(1291), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [46360] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3474), 1, + anon_sym_LBRACK, + STATE(1326), 1, + sym_parameter_list, + STATE(1291), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + ACTIONS(3476), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + [46386] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3480), 1, + anon_sym_LBRACK, + ACTIONS(3478), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym_LBRACK_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_asm, + anon_sym___asm__, + [46404] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 1, + anon_sym_LBRACK, + STATE(1376), 1, + sym_gnu_asm_output_operand, + STATE(1688), 1, + sym_string_literal, + ACTIONS(3482), 2, + anon_sym_RPAREN, + anon_sym_COLON, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [46428] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3472), 1, + ACTIONS(3488), 1, anon_sym_LBRACK, - STATE(1259), 1, - sym_parameter_list, - STATE(1231), 2, + STATE(1218), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3470), 4, + ACTIONS(3486), 6, anon_sym_COMMA, anon_sym_RPAREN, + anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, - [44108] = 6, + anon_sym_COLON, + [46450] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3476), 1, + ACTIONS(3492), 1, anon_sym_LBRACK, - STATE(1309), 1, - sym_gnu_asm_output_operand, - STATE(1691), 1, + STATE(1408), 1, + sym_gnu_asm_input_operand, + STATE(1753), 1, sym_string_literal, - ACTIONS(3474), 2, + ACTIONS(3490), 2, anon_sym_RPAREN, anon_sym_COLON, ACTIONS(95), 5, @@ -101466,52 +105355,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44132] = 7, + [46474] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3472), 1, + ACTIONS(3474), 1, anon_sym_LBRACK, - STATE(1259), 1, + STATE(1326), 1, sym_parameter_list, - STATE(1231), 2, + STATE(1291), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3478), 4, + ACTIONS(3494), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [44158] = 9, + [46500] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3472), 1, + ACTIONS(3474), 1, anon_sym_LBRACK, - ACTIONS(3480), 1, - anon_sym_COMMA, - STATE(1259), 1, + STATE(1326), 1, sym_parameter_list, - STATE(1327), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(3482), 2, - anon_sym_SEMI, - anon_sym___attribute__, - STATE(1231), 2, + STATE(1291), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44188] = 3, + ACTIONS(3496), 4, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym___attribute__, + [46526] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3486), 1, + ACTIONS(3500), 1, anon_sym_LBRACK, - ACTIONS(3484), 9, + ACTIONS(3498), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -101521,46 +105408,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [44206] = 7, + [46544] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3472), 1, + ACTIONS(3474), 1, anon_sym_LBRACK, - STATE(1259), 1, + STATE(1326), 1, sym_parameter_list, - STATE(1231), 2, + STATE(1291), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3488), 4, + ACTIONS(3502), 4, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_SEMI, anon_sym___attribute__, - [44232] = 3, + [46570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 1, - anon_sym_LBRACK, - ACTIONS(3490), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym_LBRACK_LBRACK, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_asm, - anon_sym___asm__, - [44250] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3496), 1, + ACTIONS(3506), 1, anon_sym_LBRACK, - ACTIONS(3494), 9, + ACTIONS(3504), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -101570,203 +105442,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_asm, anon_sym___asm__, - [44268] = 5, + [46588] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3500), 1, - anon_sym_LBRACK, - STATE(1173), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - ACTIONS(3498), 6, - anon_sym_COMMA, + ACTIONS(3508), 1, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, + ACTIONS(3510), 1, anon_sym_COLON, - [44290] = 7, + STATE(647), 1, + sym_string_literal, + STATE(1462), 1, + sym_gnu_asm_output_operand_list, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [46611] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(41), 1, + anon_sym_LBRACE, + ACTIONS(3376), 1, anon_sym_LPAREN2, - ACTIONS(3472), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - STATE(1259), 1, + STATE(381), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, sym_parameter_list, - STATE(1231), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3502), 4, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_SEMI, - anon_sym___attribute__, - [44316] = 5, + [46640] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3504), 1, + ACTIONS(3512), 1, sym_identifier, - ACTIONS(3508), 1, + ACTIONS(3516), 1, sym_system_lib_string, - STATE(1546), 2, + STATE(1596), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3506), 5, + ACTIONS(3514), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44337] = 5, + [46661] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3512), 1, + ACTIONS(197), 1, + anon_sym_LBRACE, + ACTIONS(3376), 1, + anon_sym_LPAREN2, + ACTIONS(3380), 1, anon_sym_LBRACK, - STATE(1173), 2, + STATE(197), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, + sym_parameter_list, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3510), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - [44358] = 5, + [46690] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3514), 1, - sym_identifier, - ACTIONS(3516), 1, - sym_system_lib_string, - STATE(1531), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(3506), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44379] = 5, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(129), 1, + anon_sym_LBRACE, + ACTIONS(3376), 1, + anon_sym_LPAREN2, + ACTIONS(3380), 1, + anon_sym_LBRACK, + STATE(151), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, + sym_parameter_list, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [46719] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(3518), 1, sym_identifier, ACTIONS(3520), 1, sym_system_lib_string, - STATE(1721), 2, + STATE(1628), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3506), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44400] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3522), 1, - anon_sym_RPAREN, - ACTIONS(3524), 1, - anon_sym_COLON, - STATE(626), 1, - sym_string_literal, - STATE(1438), 1, - sym_gnu_asm_output_operand_list, - ACTIONS(95), 5, + ACTIONS(3514), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44423] = 5, + [46740] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3526), 1, - sym_identifier, - ACTIONS(3528), 1, - sym_system_lib_string, - STATE(1657), 2, - sym_preproc_call_expression, - sym_string_literal, - ACTIONS(3506), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44444] = 5, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(597), 1, + anon_sym_LBRACE, + ACTIONS(3376), 1, + anon_sym_LPAREN2, + ACTIONS(3380), 1, + anon_sym_LBRACK, + STATE(323), 1, + sym_compound_statement, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, + sym_parameter_list, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [46769] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3530), 1, + ACTIONS(3522), 1, sym_identifier, - ACTIONS(3532), 1, + ACTIONS(3524), 1, sym_system_lib_string, - STATE(1641), 2, + STATE(1692), 2, sym_preproc_call_expression, sym_string_literal, - ACTIONS(3506), 5, + ACTIONS(3514), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44465] = 7, + [46790] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - ACTIONS(3472), 1, + ACTIONS(3474), 1, anon_sym_LBRACK, - STATE(1259), 1, + STATE(1326), 1, sym_parameter_list, - STATE(1231), 2, + STATE(1291), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - ACTIONS(3534), 3, + ACTIONS(3526), 3, anon_sym_COMMA, anon_sym_SEMI, anon_sym___attribute__, - [44490] = 9, + [46815] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, - anon_sym_LBRACE, - ACTIONS(3372), 1, - anon_sym_LPAREN2, - ACTIONS(3376), 1, + ACTIONS(3530), 1, anon_sym_LBRACK, - STATE(374), 1, - sym_compound_statement, - STATE(907), 1, - sym__old_style_parameter_list, - STATE(1171), 1, - sym_parameter_list, - STATE(1197), 2, + STATE(1218), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44519] = 6, + ACTIONS(3528), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + [46836] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3524), 1, + ACTIONS(3510), 1, anon_sym_COLON, - ACTIONS(3536), 1, + ACTIONS(3532), 1, anon_sym_RPAREN, - STATE(626), 1, + STATE(647), 1, sym_string_literal, - STATE(1422), 1, + STATE(1469), 1, sym_gnu_asm_output_operand_list, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -101774,58 +105638,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44542] = 3, + [46859] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3540), 1, - anon_sym_LBRACK, - ACTIONS(3538), 7, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - anon_sym_COLON, - [44558] = 8, + ACTIONS(3534), 1, + sym_identifier, + ACTIONS(3536), 1, + sym_system_lib_string, + STATE(1808), 2, + sym_preproc_call_expression, + sym_string_literal, + ACTIONS(3514), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [46880] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(479), 1, + ACTIONS(547), 1, anon_sym_LBRACE, ACTIONS(3376), 1, - anon_sym_LBRACK, - ACTIONS(3382), 1, anon_sym_LPAREN2, - STATE(342), 1, + ACTIONS(3380), 1, + anon_sym_LBRACK, + STATE(361), 1, sym_compound_statement, - STATE(1171), 1, + STATE(936), 1, + sym__old_style_parameter_list, + STATE(1215), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44584] = 5, + [46909] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 1, + ACTIONS(3538), 1, sym_identifier, - STATE(1239), 1, + ACTIONS(3540), 1, + sym_system_lib_string, + STATE(1776), 2, + sym_preproc_call_expression, sym_string_literal, - STATE(1425), 1, - sym_concatenated_string, - ACTIONS(95), 5, + ACTIONS(3514), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44604] = 3, + [46930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3546), 1, + ACTIONS(3544), 1, anon_sym_LBRACK, - ACTIONS(3544), 7, + ACTIONS(3542), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -101833,12 +105703,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44620] = 3, + [46946] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(547), 1, + anon_sym_LBRACE, + ACTIONS(3380), 1, + anon_sym_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(361), 1, + sym_compound_statement, + STATE(1215), 1, + sym_parameter_list, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [46972] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3550), 1, + ACTIONS(3548), 1, anon_sym_LBRACK, - ACTIONS(3548), 7, + ACTIONS(3546), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -101846,30 +105734,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44636] = 8, + [46988] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(129), 1, + ACTIONS(41), 1, anon_sym_LBRACE, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(126), 1, + STATE(381), 1, sym_compound_statement, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44662] = 3, + [47014] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3554), 1, + ACTIONS(3552), 1, anon_sym_LBRACK, - ACTIONS(3552), 7, + ACTIONS(3550), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, @@ -101877,32 +105765,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44678] = 8, + [47030] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(531), 1, + ACTIONS(597), 1, anon_sym_LBRACE, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(329), 1, + STATE(323), 1, sym_compound_statement, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44704] = 5, + [47056] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3542), 1, + ACTIONS(3554), 1, sym_identifier, - STATE(1234), 1, + STATE(1282), 1, sym_string_literal, - STATE(1424), 1, + STATE(1416), 1, sym_concatenated_string, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -101910,20 +105798,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44724] = 3, + [47076] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3484), 1, + anon_sym_LBRACK, + STATE(1447), 1, + sym_gnu_asm_output_operand, + STATE(1688), 1, + sym_string_literal, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [47096] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3558), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3556), 7, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + STATE(1215), 1, + sym_parameter_list, + ACTIONS(3556), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, + STATE(1246), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [47120] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1378), 1, + sym_string_literal, + ACTIONS(3558), 2, + anon_sym_RPAREN, anon_sym_COLON, - [44740] = 3, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [47138] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3562), 1, @@ -101936,22 +105857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44756] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3476), 1, - anon_sym_LBRACK, - STATE(1366), 1, - sym_gnu_asm_output_operand, - STATE(1691), 1, - sym_string_literal, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44776] = 3, + [47154] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3566), 1, @@ -101964,71 +105870,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44792] = 7, + [47170] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, + ACTIONS(197), 1, + anon_sym_LBRACE, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(1171), 1, + STATE(197), 1, + sym_compound_statement, + STATE(1215), 1, sym_parameter_list, - ACTIONS(3568), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44816] = 5, + [47196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3456), 1, + ACTIONS(3570), 1, anon_sym_LBRACK, - STATE(1365), 1, - sym_gnu_asm_input_operand, - STATE(1645), 1, - sym_string_literal, - ACTIONS(95), 5, - anon_sym_L_DQUOTE, - anon_sym_u_DQUOTE, - anon_sym_U_DQUOTE, - anon_sym_u8_DQUOTE, - anon_sym_DQUOTE, - [44836] = 4, + ACTIONS(3568), 7, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + anon_sym_COLON, + [47212] = 5, ACTIONS(3), 1, sym_comment, - STATE(1322), 1, + ACTIONS(3492), 1, + anon_sym_LBRACK, + STATE(1466), 1, + sym_gnu_asm_input_operand, + STATE(1753), 1, sym_string_literal, - ACTIONS(3570), 2, - anon_sym_RPAREN, - anon_sym_COLON, ACTIONS(95), 5, anon_sym_L_DQUOTE, anon_sym_u_DQUOTE, anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [44854] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(197), 1, - anon_sym_LBRACE, - ACTIONS(3376), 1, - anon_sym_LBRACK, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - STATE(198), 1, - sym_compound_statement, - STATE(1171), 1, - sym_parameter_list, - STATE(1197), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [44880] = 3, + [47232] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3574), 1, @@ -102041,37 +105929,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym___attribute__, anon_sym_LBRACK_LBRACK, anon_sym_COLON, - [44896] = 8, + [47248] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(41), 1, + ACTIONS(129), 1, anon_sym_LBRACE, - ACTIONS(3376), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, - STATE(374), 1, + STATE(151), 1, sym_compound_statement, - STATE(1171), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [44922] = 3, + [47274] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3554), 1, + sym_identifier, + STATE(1292), 1, + sym_string_literal, + STATE(1464), 1, + sym_concatenated_string, + ACTIONS(95), 5, + anon_sym_L_DQUOTE, + anon_sym_u_DQUOTE, + anon_sym_U_DQUOTE, + anon_sym_u8_DQUOTE, + anon_sym_DQUOTE, + [47294] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3578), 1, anon_sym_LBRACK, - ACTIONS(3576), 6, + ACTIONS(3576), 7, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [44937] = 3, + anon_sym_COLON, + [47310] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3582), 1, @@ -102083,19 +105987,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [44952] = 3, + [47325] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3586), 1, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3474), 1, anon_sym_LBRACK, - ACTIONS(3584), 6, - anon_sym_COMMA, + ACTIONS(3584), 1, anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, + STATE(1326), 1, + sym_parameter_list, + STATE(1291), 2, + sym_attribute_declaration, + aux_sym_attributed_declarator_repeat1, + [47348] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(33), 1, anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [44967] = 3, + ACTIONS(37), 1, + anon_sym___declspec, + ACTIONS(2507), 1, + anon_sym_LBRACE, + ACTIONS(3586), 1, + sym_identifier, + STATE(858), 1, + sym_field_declaration_list, + STATE(1346), 1, + sym_attribute_specifier, + STATE(1484), 1, + sym_ms_declspec_modifier, + [47373] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3590), 1, @@ -102107,7 +106032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [44982] = 3, + [47388] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3594), 1, @@ -102119,80 +106044,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [44997] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LBRACK, - ACTIONS(3596), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_SEMI, - anon_sym___attribute__, - anon_sym_LBRACK_LBRACK, - [45012] = 7, + [47403] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3430), 1, + ACTIONS(3380), 1, anon_sym_LBRACK, - ACTIONS(3600), 1, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3596), 1, anon_sym_RPAREN, - STATE(1252), 1, + STATE(1215), 1, sym_parameter_list, - STATE(1228), 2, + STATE(1246), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45035] = 8, + [47426] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(33), 1, + ACTIONS(3600), 1, + anon_sym_LBRACK, + ACTIONS(3598), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, anon_sym___attribute__, - ACTIONS(37), 1, - anon_sym___declspec, - ACTIONS(2503), 1, - anon_sym_LBRACE, - ACTIONS(3602), 1, - sym_identifier, - STATE(816), 1, - sym_field_declaration_list, - STATE(1300), 1, - sym_attribute_specifier, - STATE(1386), 1, - sym_ms_declspec_modifier, - [45060] = 3, + anon_sym_LBRACK_LBRACK, + [47441] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3606), 1, + ACTIONS(3604), 1, anon_sym_LBRACK, - ACTIONS(3604), 6, + ACTIONS(3602), 6, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45075] = 7, + [47456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3472), 1, - anon_sym_LBRACK, ACTIONS(3608), 1, + anon_sym_LBRACK, + ACTIONS(3606), 6, + anon_sym_COMMA, anon_sym_RPAREN, - STATE(1259), 1, - sym_parameter_list, - STATE(1231), 2, - sym_attribute_declaration, - aux_sym_attributed_declarator_repeat1, - [45098] = 3, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [47471] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3612), 1, @@ -102204,23 +106108,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45113] = 7, + [47486] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(3376), 1, - anon_sym_LBRACK, - ACTIONS(3382), 1, + ACTIONS(3386), 1, anon_sym_LPAREN2, + ACTIONS(3444), 1, + anon_sym_LBRACK, ACTIONS(3614), 1, anon_sym_RPAREN, - STATE(1171), 1, + STATE(1314), 1, sym_parameter_list, - STATE(1197), 2, + STATE(1275), 2, sym_attribute_declaration, aux_sym_attributed_declarator_repeat1, - [45136] = 3, + [47509] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3618), 1, @@ -102232,10 +106136,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI, anon_sym___attribute__, anon_sym_LBRACK_LBRACK, - [45151] = 3, + [47524] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3622), 1, + anon_sym_LBRACK, + ACTIONS(3620), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LPAREN2, + anon_sym_SEMI, + anon_sym___attribute__, + anon_sym_LBRACK_LBRACK, + [47539] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, + anon_sym_LBRACK, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3624), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [47557] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, + anon_sym_LBRACK, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3628), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [47575] = 3, ACTIONS(3), 1, sym_comment, - STATE(1536), 1, + STATE(1781), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -102243,34 +106185,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45165] = 4, + [47589] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, + anon_sym_LBRACK, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3630), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [47607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3620), 1, + ACTIONS(3632), 1, anon_sym_LPAREN2, - STATE(1273), 2, + STATE(1332), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3622), 3, + ACTIONS(3634), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [45181] = 4, + [47623] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3625), 1, + ACTIONS(3637), 1, anon_sym_LPAREN2, - STATE(1280), 2, + STATE(1332), 2, sym_gnu_asm_qualifier, aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3627), 3, + ACTIONS(3639), 3, anon_sym_inline, anon_sym_volatile, anon_sym_goto, - [45197] = 3, + [47639] = 3, ACTIONS(3), 1, sym_comment, - STATE(626), 1, + STATE(647), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -102278,23 +106233,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45211] = 5, + [47653] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, + anon_sym_LBRACK, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3641), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [47671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1873), 1, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, anon_sym_LBRACK, - ACTIONS(3629), 1, - anon_sym_EQ, - ACTIONS(3631), 1, - anon_sym_DOT, - STATE(1279), 3, - sym_subscript_designator, - sym_field_designator, - aux_sym_initializer_pair_repeat1, - [45229] = 3, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3643), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [47689] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3645), 1, + anon_sym_LPAREN2, + STATE(1333), 2, + sym_gnu_asm_qualifier, + aux_sym_gnu_asm_expression_repeat1, + ACTIONS(3639), 3, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [47705] = 3, ACTIONS(3), 1, sym_comment, - STATE(1597), 1, + STATE(1477), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -102302,10 +106282,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45243] = 3, + [47719] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, + anon_sym_LBRACK, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3647), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_COLON, + [47737] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1877), 1, + anon_sym_LBRACK, + ACTIONS(3649), 1, + anon_sym_EQ, + ACTIONS(3651), 1, + anon_sym_DOT, + STATE(1342), 3, + sym_subscript_designator, + sym_field_designator, + aux_sym_initializer_pair_repeat1, + [47755] = 3, ACTIONS(3), 1, sym_comment, - STATE(1373), 1, + STATE(1798), 1, sym_string_literal, ACTIONS(95), 5, anon_sym_L_DQUOTE, @@ -102313,4561 +106319,4507 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_U_DQUOTE, anon_sym_u8_DQUOTE, anon_sym_DQUOTE, - [45257] = 5, + [47769] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3633), 1, + ACTIONS(3653), 1, anon_sym_LBRACK, - ACTIONS(3636), 1, + ACTIONS(3656), 1, anon_sym_EQ, - ACTIONS(3638), 1, + ACTIONS(3658), 1, anon_sym_DOT, - STATE(1279), 3, + STATE(1342), 3, sym_subscript_designator, sym_field_designator, aux_sym_initializer_pair_repeat1, - [45275] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3641), 1, - anon_sym_LPAREN2, - STATE(1273), 2, - sym_gnu_asm_qualifier, - aux_sym_gnu_asm_expression_repeat1, - ACTIONS(3627), 3, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [45291] = 5, + [47787] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3645), 1, - anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3643), 3, + ACTIONS(3661), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - [45309] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3382), 1, anon_sym_LPAREN2, - ACTIONS(3645), 1, anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3647), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_COLON, - [45327] = 5, + [47798] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3645), 1, - anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3649), 3, + ACTIONS(3663), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - [45345] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3382), 1, anon_sym_LPAREN2, - ACTIONS(3645), 1, anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3651), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_COLON, - [45363] = 5, + [47809] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3645), 1, - anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3653), 3, + ACTIONS(3665), 5, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_COLON, - [45381] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3382), 1, anon_sym_LPAREN2, - ACTIONS(3645), 1, anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3655), 3, - anon_sym_COMMA, - anon_sym_RPAREN, anon_sym_COLON, - [45399] = 6, + [47820] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2503), 1, + ACTIONS(2507), 1, anon_sym_LBRACE, - ACTIONS(3657), 1, + ACTIONS(3667), 1, sym_identifier, - STATE(790), 1, + STATE(848), 1, sym_field_declaration_list, - STATE(1384), 1, + STATE(1433), 1, sym_ms_declspec_modifier, - [45418] = 2, + [47839] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3659), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(2301), 1, anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [45429] = 2, + ACTIONS(3671), 1, + anon_sym_COLON_COLON, + STATE(1497), 1, + sym_argument_list, + ACTIONS(3669), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [47856] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3661), 5, + ACTIONS(3673), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45440] = 2, + [47867] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 5, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(3386), 1, anon_sym_LPAREN2, + ACTIONS(3626), 1, anon_sym_LBRACK, - anon_sym_COLON, - [45451] = 2, + STATE(1350), 1, + sym_parameter_list, + ACTIONS(3556), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [47884] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3665), 5, + ACTIONS(3675), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45462] = 2, + [47895] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3667), 5, + ACTIONS(3677), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45473] = 2, + [47906] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3669), 5, + ACTIONS(3679), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45484] = 2, + [47917] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3671), 5, + ACTIONS(3681), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45495] = 2, + [47928] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3673), 5, + ACTIONS(3683), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45506] = 5, + [47939] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3645), 1, - anon_sym_LBRACK, - STATE(1298), 1, - sym_parameter_list, - ACTIONS(3568), 2, + ACTIONS(3685), 5, anon_sym_COMMA, anon_sym_RPAREN, - [45523] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, anon_sym_LPAREN2, - ACTIONS(3677), 1, - anon_sym_COLON_COLON, - STATE(1501), 1, - sym_argument_list, - ACTIONS(3675), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [45540] = 2, + anon_sym_LBRACK, + anon_sym_COLON, + [47950] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3679), 5, + ACTIONS(3687), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45551] = 2, + [47961] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3681), 5, + ACTIONS(3689), 5, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_LPAREN2, anon_sym_LBRACK, anon_sym_COLON, - [45562] = 6, + [47972] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(37), 1, anon_sym___declspec, - ACTIONS(2503), 1, + ACTIONS(2507), 1, anon_sym_LBRACE, - ACTIONS(3683), 1, + ACTIONS(3691), 1, sym_identifier, - STATE(784), 1, + STATE(867), 1, sym_field_declaration_list, - STATE(1411), 1, + STATE(1483), 1, sym_ms_declspec_modifier, - [45581] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3685), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [45592] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3687), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LPAREN2, - anon_sym_LBRACK, - anon_sym_COLON, - [45603] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3689), 1, - anon_sym_SEMI, - STATE(1333), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [45617] = 5, - ACTIONS(3165), 1, + [47991] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3691), 1, - aux_sym_preproc_include_token2, ACTIONS(3693), 1, - anon_sym_LPAREN, + aux_sym_preproc_include_token2, ACTIONS(3695), 1, + anon_sym_LPAREN, + ACTIONS(3697), 1, sym_preproc_arg, - STATE(1516), 1, + STATE(1545), 1, sym_preproc_params, - [45633] = 5, - ACTIONS(3165), 1, + [48007] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3693), 1, + ACTIONS(3699), 1, + anon_sym_DQUOTE, + ACTIONS(3701), 1, + aux_sym_string_literal_token1, + ACTIONS(3703), 1, + sym_escape_sequence, + STATE(1366), 1, + aux_sym_string_literal_repeat1, + [48023] = 5, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3695), 1, anon_sym_LPAREN, - ACTIONS(3697), 1, + ACTIONS(3705), 1, aux_sym_preproc_include_token2, - ACTIONS(3699), 1, + ACTIONS(3707), 1, sym_preproc_arg, - STATE(1486), 1, + STATE(1512), 1, sym_preproc_params, - [45649] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3701), 1, - anon_sym_SEMI, - STATE(1191), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [45663] = 4, + [48039] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3703), 1, + ACTIONS(3709), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1371), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [45677] = 4, + [48053] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3705), 1, + ACTIONS(3711), 1, anon_sym_SEMI, - STATE(1307), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [45691] = 4, - ACTIONS(3), 1, + [48067] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3707), 1, - anon_sym_COMMA, - STATE(1311), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3709), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [45705] = 4, + ACTIONS(3713), 1, + anon_sym_DQUOTE, + ACTIONS(3715), 1, + aux_sym_string_literal_token1, + ACTIONS(3717), 1, + sym_escape_sequence, + STATE(1360), 1, + aux_sym_string_literal_repeat1, + [48083] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3711), 1, + ACTIONS(3719), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1380), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [45719] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3707), 1, - anon_sym_COMMA, - STATE(1317), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3713), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [45733] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3715), 1, - anon_sym_COMMA, - STATE(1337), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3717), 2, - anon_sym_RPAREN, - anon_sym_COLON, - [45747] = 5, - ACTIONS(3165), 1, + [48097] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3719), 1, - anon_sym_DQUOTE, ACTIONS(3721), 1, - aux_sym_string_literal_token1, + anon_sym_DQUOTE, ACTIONS(3723), 1, + aux_sym_string_literal_token1, + ACTIONS(3726), 1, sym_escape_sequence, - STATE(1343), 1, + STATE(1366), 1, aux_sym_string_literal_repeat1, - [45763] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3426), 1, - anon_sym_COMMA, - STATE(1339), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3725), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [45777] = 4, + [48113] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3426), 1, + ACTIONS(3729), 1, anon_sym_COMMA, - STATE(1332), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3727), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [45791] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3715), 1, - anon_sym_COMMA, - STATE(1312), 1, - aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3729), 2, + STATE(1367), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3732), 2, anon_sym_RPAREN, anon_sym_COLON, - [45805] = 4, + [48127] = 5, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3695), 1, + anon_sym_LPAREN, + ACTIONS(3734), 1, + aux_sym_preproc_include_token2, + ACTIONS(3736), 1, + sym_preproc_arg, + STATE(1547), 1, + sym_preproc_params, + [48143] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3731), 1, + ACTIONS(3738), 1, anon_sym_COMMA, - STATE(1317), 1, - aux_sym_gnu_asm_output_operand_list_repeat1, - ACTIONS(3734), 2, + STATE(1367), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3740), 2, anon_sym_RPAREN, anon_sym_COLON, - [45819] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3736), 1, - anon_sym_SEMI, - STATE(1306), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [45833] = 4, + [48157] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3738), 1, + ACTIONS(3742), 1, anon_sym_SEMI, - STATE(1328), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [45847] = 4, + [48171] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3740), 1, + ACTIONS(3744), 1, anon_sym_SEMI, - STATE(1334), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [45861] = 4, + [48185] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3742), 1, - anon_sym_SEMI, - STATE(1191), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [45875] = 4, + ACTIONS(3746), 4, + anon_sym_LPAREN2, + anon_sym_inline, + anon_sym_volatile, + anon_sym_goto, + [48195] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3744), 1, + ACTIONS(3748), 1, anon_sym_COMMA, - STATE(1338), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(3746), 2, + STATE(1373), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(3751), 2, anon_sym_RPAREN, anon_sym_COLON, - [45889] = 4, + [48209] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - STATE(1479), 1, - sym_argument_list, - ACTIONS(3748), 2, + ACTIONS(3753), 1, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [45903] = 5, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3750), 1, - anon_sym_DQUOTE, - ACTIONS(3752), 1, - aux_sym_string_literal_token1, - ACTIONS(3754), 1, - sym_escape_sequence, - STATE(1354), 1, - aux_sym_string_literal_repeat1, - [45919] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(3756), 1, - anon_sym_SEMI, - STATE(1310), 2, - sym_attribute_specifier, - aux_sym_type_definition_repeat1, - [45933] = 5, - ACTIONS(3165), 1, + ACTIONS(3755), 1, + anon_sym_RPAREN, + STATE(1427), 1, + aux_sym_parameter_list_repeat1, + STATE(1460), 1, + aux_sym__old_style_parameter_list_repeat1, + [48225] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3693), 1, + ACTIONS(3695), 1, anon_sym_LPAREN, - ACTIONS(3758), 1, + ACTIONS(3757), 1, aux_sym_preproc_include_token2, - ACTIONS(3760), 1, + ACTIONS(3759), 1, sym_preproc_arg, - STATE(1484), 1, + STATE(1558), 1, sym_preproc_params, - [45949] = 4, + [48241] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3480), 1, + ACTIONS(3761), 1, anon_sym_COMMA, - STATE(1329), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(3762), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [45963] = 4, + STATE(1403), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(3763), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [48255] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3764), 1, + ACTIONS(3765), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1390), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [45977] = 4, + [48269] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3766), 1, + ACTIONS(3738), 1, anon_sym_COMMA, - STATE(1329), 1, - aux_sym__type_definition_declarators_repeat1, - ACTIONS(3769), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [45991] = 5, + STATE(1369), 1, + aux_sym_gnu_asm_clobber_list_repeat1, + ACTIONS(3767), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [48283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3771), 1, + ACTIONS(3440), 1, anon_sym_COMMA, - ACTIONS(3773), 1, - anon_sym_RPAREN, - STATE(1362), 1, - aux_sym_parameter_list_repeat1, - STATE(1374), 1, - aux_sym__old_style_parameter_list_repeat1, - [46007] = 4, + STATE(1413), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(3769), 2, + anon_sym_SEMI, + anon_sym___attribute__, + [48297] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3775), 1, + ACTIONS(3771), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46021] = 4, - ACTIONS(3), 1, + [48311] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3426), 1, - anon_sym_COMMA, - STATE(1339), 1, - aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3777), 2, - anon_sym_SEMI, - anon_sym___attribute__, - [46035] = 4, + ACTIONS(3773), 1, + anon_sym_DQUOTE, + ACTIONS(3775), 1, + aux_sym_string_literal_token1, + ACTIONS(3777), 1, + sym_escape_sequence, + STATE(1387), 1, + aux_sym_string_literal_repeat1, + [48327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, ACTIONS(3779), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46049] = 4, + [48341] = 5, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3695), 1, + anon_sym_LPAREN, + ACTIONS(3781), 1, + aux_sym_preproc_include_token2, + ACTIONS(3783), 1, + sym_preproc_arg, + STATE(1569), 1, + sym_preproc_params, + [48357] = 5, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3695), 1, + anon_sym_LPAREN, + ACTIONS(3785), 1, + aux_sym_preproc_include_token2, + ACTIONS(3787), 1, + sym_preproc_arg, + STATE(1566), 1, + sym_preproc_params, + [48373] = 5, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3695), 1, + anon_sym_LPAREN, + ACTIONS(3789), 1, + aux_sym_preproc_include_token2, + ACTIONS(3791), 1, + sym_preproc_arg, + STATE(1561), 1, + sym_preproc_params, + [48389] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3781), 1, + ACTIONS(3793), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1370), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46063] = 5, - ACTIONS(3165), 1, + [48403] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3701), 1, aux_sym_string_literal_token1, - ACTIONS(3754), 1, + ACTIONS(3703), 1, sym_escape_sequence, - ACTIONS(3783), 1, + ACTIONS(3795), 1, anon_sym_DQUOTE, - STATE(1354), 1, + STATE(1366), 1, aux_sym_string_literal_repeat1, - [46079] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3785), 4, - anon_sym_LPAREN2, - anon_sym_inline, - anon_sym_volatile, - anon_sym_goto, - [46089] = 4, + [48419] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3787), 1, + ACTIONS(3797), 1, anon_sym_COMMA, - STATE(1337), 1, + STATE(1373), 1, aux_sym_gnu_asm_input_operand_list_repeat1, - ACTIONS(3790), 2, + ACTIONS(3799), 2, anon_sym_RPAREN, anon_sym_COLON, - [46103] = 4, + [48433] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3744), 1, + ACTIONS(3801), 1, anon_sym_COMMA, - STATE(1355), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(3792), 2, + STATE(1389), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(3804), 2, anon_sym_RPAREN, anon_sym_COLON, - [46117] = 4, + [48447] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3806), 1, + anon_sym_SEMI, + STATE(1223), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [48461] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3794), 1, + ACTIONS(3440), 1, anon_sym_COMMA, - STATE(1339), 1, + STATE(1412), 1, aux_sym__field_declaration_declarator_repeat1, - ACTIONS(3797), 2, + ACTIONS(3808), 2, anon_sym_SEMI, anon_sym___attribute__, - [46131] = 5, - ACTIONS(3165), 1, + [48475] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, - anon_sym_LPAREN, - ACTIONS(3799), 1, - aux_sym_preproc_include_token2, - ACTIONS(3801), 1, - sym_preproc_arg, - STATE(1505), 1, - sym_preproc_params, - [46147] = 5, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3810), 1, + anon_sym_SEMI, + STATE(1382), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [48489] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, - sym_identifier, - ACTIONS(3805), 1, - anon_sym_COMMA, - ACTIONS(3807), 1, - anon_sym_RBRACE, - STATE(1363), 1, - sym_enumerator, - [46163] = 5, - ACTIONS(3165), 1, + ACTIONS(3386), 1, + anon_sym_LPAREN2, + ACTIONS(3626), 1, + anon_sym_LBRACK, + ACTIONS(3812), 1, + anon_sym_RPAREN, + STATE(1350), 1, + sym_parameter_list, + [48505] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3693), 1, + ACTIONS(3695), 1, anon_sym_LPAREN, - ACTIONS(3809), 1, + ACTIONS(3814), 1, aux_sym_preproc_include_token2, - ACTIONS(3811), 1, + ACTIONS(3816), 1, sym_preproc_arg, - STATE(1451), 1, + STATE(1560), 1, sym_preproc_params, - [46179] = 5, - ACTIONS(3165), 1, + [48521] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3752), 1, + ACTIONS(3701), 1, aux_sym_string_literal_token1, - ACTIONS(3754), 1, + ACTIONS(3703), 1, sym_escape_sequence, - ACTIONS(3813), 1, + ACTIONS(3818), 1, anon_sym_DQUOTE, - STATE(1354), 1, + STATE(1366), 1, aux_sym_string_literal_repeat1, - [46195] = 4, + [48537] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3815), 1, + ACTIONS(3820), 1, anon_sym_SEMI, - STATE(1331), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46209] = 5, - ACTIONS(3165), 1, + [48551] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, - anon_sym_LPAREN, - ACTIONS(3817), 1, - aux_sym_preproc_include_token2, - ACTIONS(3819), 1, - sym_preproc_arg, - STATE(1443), 1, - sym_preproc_params, - [46225] = 4, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + STATE(1543), 1, + sym_argument_list, + ACTIONS(3822), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [48565] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3821), 1, + ACTIONS(3824), 1, anon_sym_SEMI, - STATE(1351), 2, + STATE(1399), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46239] = 5, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3823), 1, - anon_sym_DQUOTE, - ACTIONS(3825), 1, - aux_sym_string_literal_token1, - ACTIONS(3827), 1, - sym_escape_sequence, - STATE(1335), 1, - aux_sym_string_literal_repeat1, - [46255] = 5, + [48579] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3382), 1, - anon_sym_LPAREN2, - ACTIONS(3645), 1, - anon_sym_LBRACK, - ACTIONS(3829), 1, - anon_sym_RPAREN, - STATE(1298), 1, - sym_parameter_list, - [46271] = 4, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3826), 1, + anon_sym_SEMI, + STATE(1223), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [48593] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3831), 1, + ACTIONS(3828), 1, anon_sym_SEMI, - STATE(1352), 2, + STATE(1223), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46285] = 5, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3833), 1, - anon_sym_DQUOTE, - ACTIONS(3835), 1, - aux_sym_string_literal_token1, - ACTIONS(3837), 1, - sym_escape_sequence, - STATE(1324), 1, - aux_sym_string_literal_repeat1, - [46301] = 4, + [48607] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3839), 1, + ACTIONS(3830), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1396), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46315] = 4, + [48621] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3841), 1, + ACTIONS(3832), 1, anon_sym_SEMI, - STATE(1191), 2, + STATE(1400), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46329] = 5, - ACTIONS(3165), 1, + [48635] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3693), 1, - anon_sym_LPAREN, - ACTIONS(3843), 1, - aux_sym_preproc_include_token2, - ACTIONS(3845), 1, - sym_preproc_arg, - STATE(1441), 1, - sym_preproc_params, - [46345] = 5, - ACTIONS(3165), 1, + ACTIONS(3761), 1, + anon_sym_COMMA, + STATE(1389), 1, + aux_sym_gnu_asm_output_operand_list_repeat1, + ACTIONS(3834), 2, + anon_sym_RPAREN, + anon_sym_COLON, + [48649] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3836), 1, + sym_identifier, + ACTIONS(3838), 1, + anon_sym_COMMA, + ACTIONS(3840), 1, + anon_sym_RBRACE, + STATE(1426), 1, + sym_enumerator, + [48665] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3847), 1, + ACTIONS(3842), 1, anon_sym_DQUOTE, - ACTIONS(3849), 1, + ACTIONS(3844), 1, aux_sym_string_literal_token1, - ACTIONS(3852), 1, + ACTIONS(3846), 1, sym_escape_sequence, - STATE(1354), 1, + STATE(1395), 1, aux_sym_string_literal_repeat1, - [46361] = 4, + [48681] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3848), 1, + anon_sym_SEMI, + STATE(1363), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [48695] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3855), 1, + ACTIONS(3470), 1, anon_sym_COMMA, - STATE(1355), 1, - aux_sym_gnu_asm_clobber_list_repeat1, - ACTIONS(3858), 2, + STATE(1411), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(3850), 2, + anon_sym_SEMI, + anon_sym___attribute__, + [48709] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3797), 1, + anon_sym_COMMA, + STATE(1388), 1, + aux_sym_gnu_asm_input_operand_list_repeat1, + ACTIONS(3852), 2, anon_sym_RPAREN, anon_sym_COLON, - [46375] = 4, + [48723] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3860), 1, + ACTIONS(3854), 1, anon_sym_SEMI, - STATE(1321), 2, + STATE(1414), 2, sym_attribute_specifier, aux_sym_type_definition_repeat1, - [46389] = 5, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3693), 1, - anon_sym_LPAREN, - ACTIONS(3862), 1, - aux_sym_preproc_include_token2, - ACTIONS(3864), 1, - sym_preproc_arg, - STATE(1499), 1, - sym_preproc_params, - [46405] = 5, - ACTIONS(3165), 1, + [48737] = 5, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3693), 1, + ACTIONS(3695), 1, anon_sym_LPAREN, - ACTIONS(3866), 1, + ACTIONS(3856), 1, aux_sym_preproc_include_token2, - ACTIONS(3868), 1, + ACTIONS(3858), 1, sym_preproc_arg, - STATE(1503), 1, + STATE(1501), 1, sym_preproc_params, - [46421] = 4, + [48753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2943), 1, + ACTIONS(3860), 1, anon_sym_COMMA, - ACTIONS(2945), 1, - anon_sym_RBRACE, - STATE(1383), 1, - aux_sym_initializer_list_repeat1, - [46434] = 4, + STATE(1411), 1, + aux_sym__type_definition_declarators_repeat1, + ACTIONS(3863), 2, + anon_sym_SEMI, + anon_sym___attribute__, + [48767] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3870), 1, + ACTIONS(3440), 1, anon_sym_COMMA, - ACTIONS(3873), 1, - anon_sym_RPAREN, - STATE(1360), 1, - aux_sym_preproc_params_repeat1, - [46447] = 4, + STATE(1413), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(3865), 2, + anon_sym_SEMI, + anon_sym___attribute__, + [48781] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, + ACTIONS(3867), 1, anon_sym_COMMA, - ACTIONS(3875), 1, - anon_sym_RPAREN, - STATE(1367), 1, - aux_sym_argument_list_repeat1, - [46460] = 4, + STATE(1413), 1, + aux_sym__field_declaration_declarator_repeat1, + ACTIONS(3870), 2, + anon_sym_SEMI, + anon_sym___attribute__, + [48795] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3877), 1, - anon_sym_COMMA, - ACTIONS(3879), 1, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3872), 1, + anon_sym_SEMI, + STATE(1223), 2, + sym_attribute_specifier, + aux_sym_type_definition_repeat1, + [48809] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3876), 1, anon_sym_RPAREN, - STATE(1406), 1, - aux_sym_parameter_list_repeat1, - [46473] = 4, + ACTIONS(3874), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [48820] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3881), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_RBRACE, - STATE(1427), 1, - aux_sym_enumerator_list_repeat1, - [46486] = 3, + ACTIONS(3508), 1, + anon_sym_RPAREN, + ACTIONS(3510), 1, + anon_sym_COLON, + STATE(1462), 1, + sym_gnu_asm_output_operand_list, + [48833] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3887), 1, + ACTIONS(3878), 3, + anon_sym_LBRACK, anon_sym_EQ, - ACTIONS(3885), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [46497] = 2, + anon_sym_DOT, + [48842] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3889), 3, + ACTIONS(1911), 1, + anon_sym_RBRACE, + ACTIONS(3880), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [46506] = 2, + STATE(1442), 1, + aux_sym_initializer_list_repeat1, + [48855] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3891), 3, + ACTIONS(2919), 1, anon_sym_COMMA, + ACTIONS(2921), 1, anon_sym_RPAREN, - anon_sym_COLON, - [46515] = 4, + STATE(1478), 1, + aux_sym_argument_list_repeat1, + [48868] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3010), 1, - anon_sym_RPAREN, - ACTIONS(3893), 1, + ACTIONS(2950), 1, anon_sym_COMMA, - STATE(1367), 1, - aux_sym_argument_list_repeat1, - [46528] = 4, - ACTIONS(3165), 1, + ACTIONS(2952), 1, + anon_sym_RBRACE, + STATE(1418), 1, + aux_sym_initializer_list_repeat1, + [48881] = 4, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3882), 1, aux_sym_preproc_include_token2, - ACTIONS(3898), 1, + ACTIONS(3884), 1, anon_sym_LPAREN2, - STATE(1609), 1, + STATE(1676), 1, sym_preproc_argument_list, - [46541] = 4, + [48894] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, + ACTIONS(3886), 1, anon_sym_COMMA, - ACTIONS(3902), 1, + ACTIONS(3888), 1, anon_sym_RBRACK_RBRACK, - STATE(1417), 1, + STATE(1431), 1, aux_sym_attribute_declaration_repeat1, - [46554] = 4, + [48907] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, + ACTIONS(3886), 1, anon_sym_COMMA, - ACTIONS(3904), 1, + ACTIONS(3890), 1, anon_sym_RBRACK_RBRACK, - STATE(1417), 1, + STATE(1444), 1, aux_sym_attribute_declaration_repeat1, - [46567] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2811), 1, - anon_sym_LBRACE, - ACTIONS(3906), 1, - sym_identifier, - STATE(1029), 1, - sym_enumerator_list, - [46580] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1901), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(3908), 1, - sym_identifier, - STATE(1485), 1, - sym_variadic_parameter, - [46593] = 2, + [48920] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3910), 3, + ACTIONS(3886), 1, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_COLON, - [46602] = 4, + ACTIONS(3892), 1, + anon_sym_RBRACK_RBRACK, + STATE(1431), 1, + aux_sym_attribute_declaration_repeat1, + [48933] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3912), 1, + ACTIONS(3896), 1, + anon_sym_EQ, + ACTIONS(3894), 2, anon_sym_COMMA, - ACTIONS(3914), 1, - anon_sym_RPAREN, - STATE(1397), 1, - aux_sym__old_style_parameter_list_repeat1, - [46615] = 4, + anon_sym_RBRACE, + [48944] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3916), 1, + ACTIONS(3898), 1, anon_sym_COMMA, - ACTIONS(3919), 1, - anon_sym_SEMI, - STATE(1375), 1, - aux_sym__declaration_declarator_repeat1, - [46628] = 4, + ACTIONS(3900), 1, + anon_sym_RBRACE, + STATE(1441), 1, + aux_sym_enumerator_list_repeat1, + [48957] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3877), 1, + ACTIONS(3902), 1, anon_sym_COMMA, - ACTIONS(3921), 1, + ACTIONS(3904), 1, anon_sym_RPAREN, - STATE(1362), 1, + STATE(1443), 1, aux_sym_parameter_list_repeat1, - [46641] = 4, + [48970] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3836), 1, + sym_identifier, + ACTIONS(3906), 1, + anon_sym_RBRACE, + STATE(1542), 1, + sym_enumerator, + [48983] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3923), 1, + ACTIONS(3908), 1, anon_sym_COMMA, - ACTIONS(3925), 1, + ACTIONS(3910), 1, anon_sym_RPAREN, - STATE(1360), 1, + STATE(1448), 1, aux_sym_preproc_params_repeat1, - [46654] = 4, + [48996] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2923), 1, + ACTIONS(3912), 1, anon_sym_COMMA, - ACTIONS(3927), 1, - anon_sym_RPAREN, - STATE(1393), 1, - aux_sym_generic_expression_repeat1, - [46667] = 4, + ACTIONS(3915), 1, + anon_sym_RBRACE, + STATE(1430), 1, + aux_sym_enumerator_list_repeat1, + [49009] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, + ACTIONS(3917), 1, anon_sym_COMMA, - ACTIONS(2939), 1, + ACTIONS(3920), 1, + anon_sym_RBRACK_RBRACK, + STATE(1431), 1, + aux_sym_attribute_declaration_repeat1, + [49022] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3922), 1, anon_sym_RPAREN, - STATE(1407), 1, - aux_sym_argument_list_repeat1, - [46680] = 4, + ACTIONS(3924), 1, + anon_sym_COLON, + STATE(1779), 1, + sym_gnu_asm_goto_list, + [49035] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2811), 1, + ACTIONS(2507), 1, anon_sym_LBRACE, - ACTIONS(3929), 1, + ACTIONS(3926), 1, sym_identifier, - STATE(910), 1, - sym_enumerator_list, - [46693] = 2, + STATE(844), 1, + sym_field_declaration_list, + [49048] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3931), 3, + ACTIONS(3902), 1, anon_sym_COMMA, + ACTIONS(3928), 1, anon_sym_RPAREN, - anon_sym_COLON, - [46702] = 4, - ACTIONS(3165), 1, + STATE(1427), 1, + aux_sym_parameter_list_repeat1, + [49061] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3898), 1, + ACTIONS(3836), 1, + sym_identifier, + ACTIONS(3930), 1, + anon_sym_RBRACE, + STATE(1542), 1, + sym_enumerator, + [49074] = 4, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3884), 1, anon_sym_LPAREN2, - ACTIONS(3933), 1, + ACTIONS(3932), 1, aux_sym_preproc_include_token2, - STATE(1609), 1, + STATE(1676), 1, sym_preproc_argument_list, - [46715] = 4, + [49087] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1897), 1, - anon_sym_RBRACE, - ACTIONS(3935), 1, - anon_sym_COMMA, - STATE(1439), 1, - aux_sym_initializer_list_repeat1, - [46728] = 4, + ACTIONS(3934), 1, + anon_sym_RPAREN, + ACTIONS(3936), 1, + anon_sym_COLON, + STATE(1455), 1, + sym_gnu_asm_clobber_list, + [49100] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2503), 1, - anon_sym_LBRACE, - ACTIONS(3937), 1, - sym_identifier, - STATE(835), 1, - sym_field_declaration_list, - [46741] = 4, + ACTIONS(3938), 1, + anon_sym_COMMA, + ACTIONS(3941), 1, + anon_sym_RPAREN, + STATE(1438), 1, + aux_sym__old_style_parameter_list_repeat1, + [49113] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 1, + ACTIONS(3374), 1, anon_sym_COMMA, - ACTIONS(3939), 1, - anon_sym_RPAREN, - STATE(1395), 1, - aux_sym_preproc_argument_list_repeat1, - [46754] = 4, + ACTIONS(3378), 1, + anon_sym_SEMI, + STATE(1494), 1, + aux_sym__declaration_declarator_repeat1, + [49126] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2503), 1, - anon_sym_LBRACE, - ACTIONS(3941), 1, - sym_identifier, - STATE(784), 1, - sym_field_declaration_list, - [46767] = 4, + ACTIONS(3943), 3, + anon_sym_LBRACK, + anon_sym_EQ, + anon_sym_DOT, + [49135] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3943), 1, - anon_sym_RPAREN, + ACTIONS(3930), 1, + anon_sym_RBRACE, ACTIONS(3945), 1, - anon_sym_COLON, - STATE(1592), 1, - sym_gnu_asm_goto_list, - [46780] = 4, + anon_sym_COMMA, + STATE(1430), 1, + aux_sym_enumerator_list_repeat1, + [49148] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, - anon_sym_COMMA, + ACTIONS(2960), 1, + anon_sym_RBRACE, ACTIONS(3947), 1, - anon_sym_RBRACK_RBRACK, - STATE(1414), 1, - aux_sym_attribute_declaration_repeat1, - [46793] = 4, + anon_sym_COMMA, + STATE(1442), 1, + aux_sym_initializer_list_repeat1, + [49161] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3949), 1, + ACTIONS(3950), 1, anon_sym_COMMA, - ACTIONS(3951), 1, - anon_sym_RPAREN, - STATE(1402), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [46806] = 4, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3898), 1, - anon_sym_LPAREN2, ACTIONS(3953), 1, - aux_sym_preproc_include_token2, - STATE(1609), 1, - sym_preproc_argument_list, - [46819] = 4, + anon_sym_RPAREN, + STATE(1443), 1, + aux_sym_parameter_list_repeat1, + [49174] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3370), 1, + ACTIONS(3886), 1, anon_sym_COMMA, ACTIONS(3955), 1, + anon_sym_RBRACK_RBRACK, + STATE(1431), 1, + aux_sym_attribute_declaration_repeat1, + [49187] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 3, + anon_sym_COMMA, anon_sym_SEMI, - STATE(1375), 1, - aux_sym__declaration_declarator_repeat1, - [46832] = 4, + anon_sym___attribute__, + [49196] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, + ACTIONS(3886), 1, anon_sym_COMMA, - ACTIONS(3957), 1, + ACTIONS(3959), 1, anon_sym_RBRACK_RBRACK, - STATE(1370), 1, + STATE(1422), 1, aux_sym_attribute_declaration_repeat1, - [46845] = 4, + [49209] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3959), 1, + ACTIONS(3961), 3, anon_sym_COMMA, - ACTIONS(3962), 1, anon_sym_RPAREN, - STATE(1393), 1, - aux_sym_generic_expression_repeat1, - [46858] = 4, + anon_sym_COLON, + [49218] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3370), 1, + ACTIONS(3963), 1, anon_sym_COMMA, - ACTIONS(3964), 1, + ACTIONS(3966), 1, + anon_sym_RPAREN, + STATE(1448), 1, + aux_sym_preproc_params_repeat1, + [49231] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(3968), 1, anon_sym_SEMI, - STATE(1410), 1, - aux_sym__declaration_declarator_repeat1, - [46871] = 4, + STATE(1673), 1, + sym_attribute_specifier, + [49244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3297), 1, + ACTIONS(3886), 1, + anon_sym_COMMA, + ACTIONS(3970), 1, + anon_sym_RBRACK_RBRACK, + STATE(1424), 1, + aux_sym_attribute_declaration_repeat1, + [49257] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2811), 1, + anon_sym_LBRACE, + ACTIONS(3972), 1, + sym_identifier, + STATE(1070), 1, + sym_enumerator_list, + [49270] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3311), 1, anon_sym_RPAREN, - ACTIONS(3966), 1, + ACTIONS(3974), 1, anon_sym_COMMA, - STATE(1395), 1, + STATE(1452), 1, aux_sym_preproc_argument_list_repeat1, - [46884] = 4, + [49283] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3006), 1, + anon_sym_RPAREN, + ACTIONS(3977), 1, + anon_sym_COMMA, + STATE(1453), 1, + aux_sym_argument_list_repeat1, + [49296] = 4, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3884), 1, + anon_sym_LPAREN2, + ACTIONS(3980), 1, + aux_sym_preproc_include_token2, + STATE(1676), 1, + sym_preproc_argument_list, + [49309] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3924), 1, + anon_sym_COLON, + ACTIONS(3982), 1, + anon_sym_RPAREN, + STATE(1784), 1, + sym_gnu_asm_goto_list, + [49322] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2811), 1, + anon_sym_LBRACE, + ACTIONS(3984), 1, + sym_identifier, + STATE(1070), 1, + sym_enumerator_list, + [49335] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(3969), 1, + ACTIONS(3986), 1, anon_sym_SEMI, - STATE(1661), 1, + STATE(1694), 1, sym_attribute_specifier, - [46897] = 4, + [49348] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3971), 1, + ACTIONS(2919), 1, anon_sym_COMMA, - ACTIONS(3974), 1, + ACTIONS(3988), 1, anon_sym_RPAREN, - STATE(1397), 1, - aux_sym__old_style_parameter_list_repeat1, - [46910] = 4, + STATE(1453), 1, + aux_sym_argument_list_repeat1, + [49361] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3370), 1, + ACTIONS(2946), 1, anon_sym_COMMA, - ACTIONS(3955), 1, - anon_sym_SEMI, - STATE(1375), 1, - aux_sym__declaration_declarator_repeat1, - [46923] = 4, + ACTIONS(3990), 1, + anon_sym_RPAREN, + STATE(1474), 1, + aux_sym_generic_expression_repeat1, + [49374] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, + ACTIONS(3992), 1, anon_sym_COMMA, - ACTIONS(3976), 1, + ACTIONS(3994), 1, anon_sym_RPAREN, - STATE(1367), 1, - aux_sym_argument_list_repeat1, - [46936] = 2, + STATE(1438), 1, + aux_sym__old_style_parameter_list_repeat1, + [49387] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3978), 3, + ACTIONS(3996), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [46945] = 4, + [49396] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, - anon_sym_COMMA, - ACTIONS(2950), 1, + ACTIONS(3998), 1, anon_sym_RPAREN, - STATE(1367), 1, - aux_sym_argument_list_repeat1, - [46958] = 4, + ACTIONS(4000), 1, + anon_sym_COLON, + STATE(1467), 1, + sym_gnu_asm_input_operand_list, + [49409] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3980), 1, - anon_sym_COMMA, - ACTIONS(3983), 1, + ACTIONS(3369), 1, + anon_sym___attribute__, + ACTIONS(4002), 1, + anon_sym_SEMI, + STATE(1737), 1, + sym_attribute_specifier, + [49422] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3510), 1, + anon_sym_COLON, + ACTIONS(3532), 1, anon_sym_RPAREN, - STATE(1402), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [46971] = 2, + STATE(1469), 1, + sym_gnu_asm_output_operand_list, + [49435] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1899), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(4004), 1, + sym_identifier, + STATE(1515), 1, + sym_variadic_parameter, + [49448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3985), 3, + ACTIONS(4006), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_COLON, - [46980] = 4, + [49457] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3370), 1, - anon_sym_COMMA, - ACTIONS(3374), 1, - anon_sym_SEMI, - STATE(1398), 1, - aux_sym__declaration_declarator_repeat1, - [46993] = 4, + ACTIONS(3936), 1, + anon_sym_COLON, + ACTIONS(4008), 1, + anon_sym_RPAREN, + STATE(1432), 1, + sym_gnu_asm_clobber_list, + [49470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3129), 1, + ACTIONS(3133), 1, anon_sym_COMMA, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_RPAREN, - STATE(1395), 1, + STATE(1452), 1, aux_sym_preproc_argument_list_repeat1, - [47006] = 4, + [49483] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3989), 1, - anon_sym_COMMA, - ACTIONS(3992), 1, + ACTIONS(4000), 1, + anon_sym_COLON, + ACTIONS(4012), 1, anon_sym_RPAREN, - STATE(1406), 1, - aux_sym_parameter_list_repeat1, - [47019] = 4, + STATE(1437), 1, + sym_gnu_asm_input_operand_list, + [49496] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, + ACTIONS(2919), 1, anon_sym_COMMA, - ACTIONS(2941), 1, + ACTIONS(4014), 1, anon_sym_RPAREN, - STATE(1367), 1, + STATE(1453), 1, aux_sym_argument_list_repeat1, - [47032] = 2, + [49509] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3994), 3, + ACTIONS(3133), 1, anon_sym_COMMA, + ACTIONS(4016), 1, anon_sym_RPAREN, - anon_sym_COLON, - [47041] = 4, + STATE(1452), 1, + aux_sym_preproc_argument_list_repeat1, + [49522] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3996), 1, + ACTIONS(4018), 1, + anon_sym_COMMA, + ACTIONS(4020), 1, anon_sym_RPAREN, - ACTIONS(3998), 1, - anon_sym_COLON, - STATE(1387), 1, - sym_gnu_asm_clobber_list, - [47054] = 4, + STATE(1479), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [49535] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3370), 1, + ACTIONS(3374), 1, anon_sym_COMMA, - ACTIONS(4000), 1, + ACTIONS(4022), 1, anon_sym_SEMI, - STATE(1375), 1, + STATE(1480), 1, aux_sym__declaration_declarator_repeat1, - [47067] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2503), 1, - anon_sym_LBRACE, - ACTIONS(4002), 1, - sym_identifier, - STATE(809), 1, - sym_field_declaration_list, - [47080] = 4, + [49548] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3945), 1, - anon_sym_COLON, - ACTIONS(4004), 1, + ACTIONS(4024), 1, + anon_sym_COMMA, + ACTIONS(4027), 1, anon_sym_RPAREN, - STATE(1634), 1, - sym_gnu_asm_goto_list, - [47093] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(4006), 1, - anon_sym_SEMI, - STATE(1620), 1, - sym_attribute_specifier, - [47106] = 4, + STATE(1474), 1, + aux_sym_generic_expression_repeat1, + [49561] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, + ACTIONS(4029), 3, anon_sym_COMMA, - ACTIONS(4008), 1, - anon_sym_RBRACK_RBRACK, - STATE(1417), 1, - aux_sym_attribute_declaration_repeat1, - [47119] = 4, - ACTIONS(3165), 1, + anon_sym_RPAREN, + anon_sym_COLON, + [49570] = 4, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3898), 1, + ACTIONS(3884), 1, anon_sym_LPAREN2, - ACTIONS(4010), 1, + ACTIONS(4031), 1, aux_sym_preproc_include_token2, - STATE(1609), 1, + STATE(1676), 1, sym_preproc_argument_list, - [47132] = 4, + [49583] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3900), 1, + ACTIONS(4033), 3, anon_sym_COMMA, - ACTIONS(4012), 1, - anon_sym_RBRACK_RBRACK, - STATE(1369), 1, - aux_sym_attribute_declaration_repeat1, - [47145] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [49592] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4014), 1, + ACTIONS(2919), 1, anon_sym_COMMA, - ACTIONS(4017), 1, - anon_sym_RBRACK_RBRACK, - STATE(1417), 1, - aux_sym_attribute_declaration_repeat1, - [47158] = 4, + ACTIONS(2944), 1, + anon_sym_RPAREN, + STATE(1453), 1, + aux_sym_argument_list_repeat1, + [49605] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3923), 1, + ACTIONS(4018), 1, anon_sym_COMMA, - ACTIONS(4019), 1, + ACTIONS(4035), 1, anon_sym_RPAREN, - STATE(1377), 1, - aux_sym_preproc_params_repeat1, - [47171] = 4, + STATE(1485), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [49618] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(4037), 1, + anon_sym_COMMA, + ACTIONS(4040), 1, + anon_sym_SEMI, + STATE(1480), 1, + aux_sym__declaration_declarator_repeat1, + [49631] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2919), 1, + anon_sym_COMMA, + ACTIONS(2942), 1, + anon_sym_RPAREN, + STATE(1453), 1, + aux_sym_argument_list_repeat1, + [49644] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3369), 1, anon_sym___attribute__, - ACTIONS(4021), 1, + ACTIONS(4042), 1, anon_sym_SEMI, - STATE(1575), 1, + STATE(1640), 1, sym_attribute_specifier, - [47184] = 4, + [49657] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, + ACTIONS(2507), 1, + anon_sym_LBRACE, + ACTIONS(4044), 1, sym_identifier, - ACTIONS(4023), 1, - anon_sym_RBRACE, - STATE(1475), 1, - sym_enumerator, - [47197] = 4, + STATE(843), 1, + sym_field_declaration_list, + [49670] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, + ACTIONS(2507), 1, + anon_sym_LBRACE, + ACTIONS(4046), 1, sym_identifier, - ACTIONS(4025), 1, - anon_sym_RBRACE, - STATE(1475), 1, - sym_enumerator, - [47210] = 4, + STATE(848), 1, + sym_field_declaration_list, + [49683] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4027), 1, + ACTIONS(4048), 1, + anon_sym_COMMA, + ACTIONS(4051), 1, anon_sym_RPAREN, - ACTIONS(4029), 1, - anon_sym_COLON, - STATE(1434), 1, - sym_gnu_asm_input_operand_list, - [47223] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4031), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [47232] = 4, + STATE(1485), 1, + aux_sym_gnu_asm_goto_list_repeat1, + [49696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3522), 1, + ACTIONS(4053), 3, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(3524), 1, - anon_sym_COLON, - STATE(1438), 1, - sym_gnu_asm_output_operand_list, - [47245] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3524), 1, anon_sym_COLON, - ACTIONS(3536), 1, - anon_sym_RPAREN, - STATE(1422), 1, - sym_gnu_asm_output_operand_list, - [47258] = 4, + [49705] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4033), 1, + ACTIONS(4055), 3, anon_sym_COMMA, - ACTIONS(4036), 1, - anon_sym_RBRACE, - STATE(1426), 1, - aux_sym_enumerator_list_repeat1, - [47271] = 4, + anon_sym_RPAREN, + anon_sym_COLON, + [49714] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4023), 1, - anon_sym_RBRACE, - ACTIONS(4038), 1, + ACTIONS(3374), 1, anon_sym_COMMA, - STATE(1426), 1, - aux_sym_enumerator_list_repeat1, - [47284] = 2, + ACTIONS(4057), 1, + anon_sym_SEMI, + STATE(1473), 1, + aux_sym__declaration_declarator_repeat1, + [49727] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4040), 3, + ACTIONS(3374), 1, anon_sym_COMMA, + ACTIONS(4059), 1, anon_sym_SEMI, - anon_sym___attribute__, - [47293] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4044), 1, - anon_sym_RPAREN, - ACTIONS(4042), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [47304] = 2, - ACTIONS(3), 1, + STATE(1480), 1, + aux_sym__declaration_declarator_repeat1, + [49740] = 4, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4046), 3, - anon_sym_LBRACK, - anon_sym_EQ, - anon_sym_DOT, - [47313] = 4, + ACTIONS(3884), 1, + anon_sym_LPAREN2, + ACTIONS(4061), 1, + aux_sym_preproc_include_token2, + STATE(1676), 1, + sym_preproc_argument_list, + [49753] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym___attribute__, - ACTIONS(4048), 1, - anon_sym_SEMI, - STATE(1699), 1, - sym_attribute_specifier, - [47326] = 4, + ACTIONS(3133), 1, + anon_sym_COMMA, + ACTIONS(4063), 1, + anon_sym_RPAREN, + STATE(1452), 1, + aux_sym_preproc_argument_list_repeat1, + [49766] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3949), 1, + ACTIONS(3908), 1, anon_sym_COMMA, - ACTIONS(4050), 1, + ACTIONS(4065), 1, anon_sym_RPAREN, - STATE(1389), 1, - aux_sym_gnu_asm_goto_list_repeat1, - [47339] = 4, + STATE(1429), 1, + aux_sym_preproc_params_repeat1, + [49779] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2811), 1, anon_sym_LBRACE, - ACTIONS(4052), 1, + ACTIONS(4067), 1, sym_identifier, - STATE(1029), 1, - sym_enumerator_list, - [47352] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3998), 1, - anon_sym_COLON, - ACTIONS(4054), 1, - anon_sym_RPAREN, - STATE(1412), 1, - sym_gnu_asm_clobber_list, - [47365] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3129), 1, - anon_sym_COMMA, - ACTIONS(4056), 1, - anon_sym_RPAREN, - STATE(1395), 1, - aux_sym_preproc_argument_list_repeat1, - [47378] = 4, - ACTIONS(3165), 1, + STATE(954), 1, + sym_enumerator_list, + [49792] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(3898), 1, - anon_sym_LPAREN2, - ACTIONS(4058), 1, - aux_sym_preproc_include_token2, - STATE(1609), 1, - sym_preproc_argument_list, - [47391] = 4, + ACTIONS(3374), 1, + anon_sym_COMMA, + ACTIONS(4059), 1, + anon_sym_SEMI, + STATE(1480), 1, + aux_sym__declaration_declarator_repeat1, + [49805] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2915), 1, + ACTIONS(2919), 1, anon_sym_COMMA, - ACTIONS(2917), 1, + ACTIONS(2923), 1, anon_sym_RPAREN, - STATE(1401), 1, + STATE(1481), 1, aux_sym_argument_list_repeat1, - [47404] = 4, + [49818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4029), 1, - anon_sym_COLON, - ACTIONS(4060), 1, - anon_sym_RPAREN, - STATE(1409), 1, - sym_gnu_asm_input_operand_list, - [47417] = 4, + ACTIONS(4069), 1, + anon_sym_LPAREN2, + STATE(434), 1, + sym_parenthesized_expression, + [49828] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2972), 1, - anon_sym_RBRACE, - ACTIONS(4062), 1, + ACTIONS(4071), 2, anon_sym_COMMA, - STATE(1439), 1, - aux_sym_initializer_list_repeat1, - [47430] = 3, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4065), 1, - aux_sym_preproc_include_token2, - ACTIONS(4067), 1, - sym_preproc_arg, - [47440] = 3, - ACTIONS(3165), 1, + anon_sym_RBRACK_RBRACK, + [49836] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4069), 1, + ACTIONS(4073), 1, aux_sym_preproc_include_token2, - ACTIONS(4071), 1, + ACTIONS(4075), 1, sym_preproc_arg, - [47450] = 3, + [49846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, + ACTIONS(4077), 1, sym_identifier, - STATE(1475), 1, - sym_enumerator, - [47460] = 3, - ACTIONS(3165), 1, + STATE(1450), 1, + sym_attribute, + [49856] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 1, + ACTIONS(197), 1, + anon_sym_LBRACE, + STATE(156), 1, + sym_compound_statement, + [49866] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4079), 1, aux_sym_preproc_include_token2, - ACTIONS(4075), 1, + ACTIONS(4081), 1, sym_preproc_arg, - [47470] = 3, - ACTIONS(3165), 1, + [49876] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4077), 1, + ACTIONS(4083), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [49884] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4085), 1, aux_sym_preproc_include_token2, - ACTIONS(4079), 1, + ACTIONS(4087), 1, sym_preproc_arg, - [47480] = 2, + [49894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4017), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [47488] = 3, + ACTIONS(4069), 1, + anon_sym_LPAREN2, + STATE(448), 1, + sym_parenthesized_expression, + [49904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4081), 1, - sym_identifier, - ACTIONS(4083), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - [47498] = 3, + STATE(1538), 1, + sym_parenthesized_expression, + [49914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 1, + ACTIONS(4069), 1, + anon_sym_LPAREN2, + STATE(449), 1, + sym_parenthesized_expression, + [49924] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4091), 2, + aux_sym_char_literal_token1, + sym_escape_sequence, + [49932] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4093), 1, sym_identifier, - STATE(1392), 1, - sym_attribute, - [47508] = 2, + ACTIONS(4095), 1, + anon_sym_RPAREN, + [49942] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4097), 1, + sym_identifier, + ACTIONS(4099), 1, + anon_sym_LPAREN2, + [49952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3992), 2, + ACTIONS(3006), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47516] = 3, - ACTIONS(3165), 1, + [49960] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4087), 1, + ACTIONS(2968), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [49968] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4101), 1, aux_sym_preproc_include_token2, - ACTIONS(4089), 1, + ACTIONS(4103), 1, sym_preproc_arg, - [47526] = 2, + [49978] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2960), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [49986] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3873), 2, + ACTIONS(4105), 2, anon_sym_COMMA, anon_sym_RPAREN, - [47534] = 3, - ACTIONS(3165), 1, + [49994] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4091), 1, - aux_sym_preproc_include_token2, - ACTIONS(4093), 1, - sym_preproc_arg, - [47544] = 3, + ACTIONS(3941), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(412), 1, + STATE(1604), 1, sym_parenthesized_expression, - [47554] = 3, + [50012] = 3, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4108), 1, + aux_sym_preproc_include_token2, + ACTIONS(4110), 1, + sym_preproc_arg, + [50022] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(2301), 1, anon_sym_LPAREN2, - STATE(1491), 1, - sym_parenthesized_expression, - [47564] = 3, + STATE(1592), 1, + sym_argument_list, + [50032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(422), 1, + STATE(1567), 1, sym_parenthesized_expression, - [47574] = 2, + [50042] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3010), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47582] = 3, + ACTIONS(3836), 1, + sym_identifier, + STATE(1542), 1, + sym_enumerator, + [50052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(1557), 1, + STATE(1704), 1, sym_parenthesized_expression, - [47592] = 2, + [50062] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4099), 2, + ACTIONS(3953), 2, anon_sym_COMMA, - anon_sym_SEMI, - [47600] = 3, - ACTIONS(3), 1, + anon_sym_RPAREN, + [50070] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4095), 1, - anon_sym_LPAREN2, - STATE(402), 1, - sym_parenthesized_expression, - [47610] = 3, + ACTIONS(4112), 1, + aux_sym_preproc_include_token2, + ACTIONS(4114), 1, + sym_preproc_arg, + [50080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, - anon_sym_LPAREN2, - STATE(1510), 1, - sym_parenthesized_expression, - [47620] = 3, + ACTIONS(3966), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4069), 1, anon_sym_LPAREN2, - STATE(417), 1, + STATE(421), 1, sym_parenthesized_expression, - [47630] = 3, + [50098] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(1586), 1, + STATE(1500), 1, sym_parenthesized_expression, - [47640] = 3, + [50108] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4069), 1, anon_sym_LPAREN2, - STATE(413), 1, + STATE(420), 1, sym_parenthesized_expression, - [47650] = 3, + [50118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, - anon_sym_LPAREN2, - STATE(1478), 1, - sym_parenthesized_expression, - [47660] = 3, - ACTIONS(3165), 1, + ACTIONS(4116), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [50126] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4101), 1, + ACTIONS(4118), 1, aux_sym_preproc_include_token2, - ACTIONS(4103), 1, + ACTIONS(4120), 1, sym_preproc_arg, - [47670] = 3, + [50136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(411), 1, + STATE(1725), 1, sym_parenthesized_expression, - [47680] = 3, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4105), 1, - aux_sym_preproc_include_token2, - ACTIONS(4107), 1, - sym_preproc_arg, - [47690] = 2, + [50146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2966), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [47698] = 3, + ACTIONS(4069), 1, + anon_sym_LPAREN2, + STATE(427), 1, + sym_parenthesized_expression, + [50156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(4069), 1, anon_sym_LPAREN2, - STATE(1717), 1, + STATE(428), 1, sym_parenthesized_expression, - [47708] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4109), 2, - aux_sym_char_literal_token1, - sym_escape_sequence, - [47716] = 2, - ACTIONS(3165), 1, + [50166] = 2, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4111), 2, + ACTIONS(4122), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [47724] = 3, + [50174] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4069), 1, anon_sym_LPAREN2, - STATE(423), 1, + STATE(416), 1, sym_parenthesized_expression, - [47734] = 3, + [50184] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(1518), 1, + STATE(1564), 1, sym_parenthesized_expression, - [47744] = 3, + [50194] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4069), 1, anon_sym_LPAREN2, - STATE(419), 1, + STATE(413), 1, sym_parenthesized_expression, - [47754] = 3, + [50204] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 1, + ACTIONS(4077), 1, sym_identifier, - STATE(1388), 1, + STATE(1423), 1, sym_attribute, - [47764] = 2, + [50214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4036), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [47772] = 3, + ACTIONS(41), 1, + anon_sym_LBRACE, + STATE(267), 1, + sym_compound_statement, + [50224] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4113), 1, + ACTIONS(4124), 1, sym_identifier, - ACTIONS(4115), 1, + ACTIONS(4126), 1, anon_sym_LPAREN2, - [47782] = 2, + [50234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2972), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [47790] = 3, + ACTIONS(2301), 1, + anon_sym_LPAREN2, + STATE(1777), 1, + sym_argument_list, + [50244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(197), 1, + ACTIONS(547), 1, anon_sym_LBRACE, - STATE(182), 1, + STATE(224), 1, sym_compound_statement, - [47800] = 2, + [50254] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 2, + ACTIONS(3915), 2, anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [47808] = 3, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4119), 1, - aux_sym_preproc_include_token2, - ACTIONS(4121), 1, - sym_preproc_arg, - [47818] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(479), 1, - anon_sym_LBRACE, - STATE(226), 1, - sym_compound_statement, - [47828] = 2, + anon_sym_RBRACE, + [50262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3438), 2, + ACTIONS(4128), 2, anon_sym_COMMA, - anon_sym_SEMI, - [47836] = 3, + anon_sym_RBRACK_RBRACK, + [50270] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, + ACTIONS(4089), 1, anon_sym_LPAREN2, - STATE(1639), 1, + STATE(1643), 1, sym_parenthesized_expression, - [47846] = 3, - ACTIONS(3165), 1, + [50280] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4123), 1, + ACTIONS(4130), 1, aux_sym_preproc_include_token2, - ACTIONS(4125), 1, + ACTIONS(4132), 1, sym_preproc_arg, - [47856] = 2, + [50290] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3974), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47864] = 3, - ACTIONS(3165), 1, + ACTIONS(4089), 1, + anon_sym_LPAREN2, + STATE(1610), 1, + sym_parenthesized_expression, + [50300] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4127), 1, + ACTIONS(4134), 1, aux_sym_preproc_include_token2, - ACTIONS(4129), 1, + ACTIONS(4136), 1, sym_preproc_arg, - [47874] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - STATE(1565), 1, - sym_argument_list, - [47884] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4131), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47892] = 3, - ACTIONS(3), 1, + [50310] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4097), 1, - anon_sym_LPAREN2, - STATE(1676), 1, - sym_parenthesized_expression, - [47902] = 2, + ACTIONS(4138), 1, + aux_sym_preproc_include_token2, + ACTIONS(4140), 1, + sym_preproc_arg, + [50320] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4133), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [47910] = 3, - ACTIONS(3), 1, + ACTIONS(4142), 2, + anon_sym_DOT_DOT_DOT, + sym_identifier, + [50328] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(41), 1, - anon_sym_LBRACE, - STATE(268), 1, - sym_compound_statement, - [47920] = 2, - ACTIONS(3165), 1, + ACTIONS(4144), 1, + aux_sym_preproc_include_token2, + ACTIONS(4146), 1, + sym_preproc_arg, + [50338] = 2, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4135), 2, + ACTIONS(4148), 2, aux_sym_char_literal_token1, sym_escape_sequence, - [47928] = 3, + [50346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, + ACTIONS(4069), 1, anon_sym_LPAREN2, - STATE(427), 1, + STATE(435), 1, sym_parenthesized_expression, - [47938] = 3, + [50356] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4097), 1, - anon_sym_LPAREN2, - STATE(1481), 1, - sym_parenthesized_expression, - [47948] = 3, + ACTIONS(4150), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50364] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4095), 1, - anon_sym_LPAREN2, - STATE(429), 1, - sym_parenthesized_expression, - [47958] = 3, + ACTIONS(2994), 2, + anon_sym_COMMA, + anon_sym_SEMI, + [50372] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 1, - sym_identifier, - STATE(1416), 1, - sym_attribute, - [47968] = 3, + ACTIONS(4089), 1, + anon_sym_LPAREN2, + STATE(1541), 1, + sym_parenthesized_expression, + [50382] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4085), 1, + ACTIONS(4077), 1, sym_identifier, - STATE(1445), 1, + STATE(1446), 1, sym_attribute, - [47978] = 2, + [50392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4137), 2, + ACTIONS(3438), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [47986] = 3, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4140), 1, - aux_sym_preproc_include_token2, - ACTIONS(4142), 1, - sym_preproc_arg, - [47996] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2921), 2, - anon_sym_RPAREN, anon_sym_SEMI, - [48004] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4144), 2, - anon_sym_COMMA, - anon_sym_RBRACK_RBRACK, - [48012] = 3, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4146), 1, - aux_sym_preproc_include_token2, - ACTIONS(4148), 1, - sym_preproc_arg, - [48022] = 3, - ACTIONS(3165), 1, + [50400] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4150), 1, - aux_sym_preproc_include_token2, ACTIONS(4152), 1, + aux_sym_preproc_include_token2, + ACTIONS(4154), 1, sym_preproc_arg, - [48032] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4095), 1, - anon_sym_LPAREN2, - STATE(406), 1, - sym_parenthesized_expression, - [48042] = 3, - ACTIONS(3165), 1, + [50410] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4154), 1, - aux_sym_preproc_include_token2, ACTIONS(4156), 1, + aux_sym_preproc_include_token2, + ACTIONS(4158), 1, sym_preproc_arg, - [48052] = 3, - ACTIONS(3165), 1, + [50420] = 3, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4158), 1, - aux_sym_preproc_include_token2, ACTIONS(4160), 1, + aux_sym_preproc_include_token2, + ACTIONS(4162), 1, sym_preproc_arg, - [48062] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4095), 1, - anon_sym_LPAREN2, - STATE(407), 1, - sym_parenthesized_expression, - [48072] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4162), 2, - anon_sym_DOT_DOT_DOT, - sym_identifier, - [48080] = 3, - ACTIONS(3165), 1, + [50430] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4164), 1, aux_sym_preproc_include_token2, ACTIONS(4166), 1, sym_preproc_arg, - [48090] = 3, + [50440] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(531), 1, - anon_sym_LBRACE, - STATE(210), 1, - sym_compound_statement, - [48100] = 3, - ACTIONS(3165), 1, + ACTIONS(4069), 1, + anon_sym_LPAREN2, + STATE(410), 1, + sym_parenthesized_expression, + [50450] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4168), 1, aux_sym_preproc_include_token2, ACTIONS(4170), 1, sym_preproc_arg, - [48110] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2313), 1, - anon_sym_LPAREN2, - STATE(1752), 1, - sym_argument_list, - [48120] = 2, + [50460] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2974), 2, - anon_sym_COMMA, - anon_sym_SEMI, - [48128] = 3, - ACTIONS(3165), 1, + ACTIONS(129), 1, + anon_sym_LBRACE, + STATE(100), 1, + sym_compound_statement, + [50470] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4172), 1, aux_sym_preproc_include_token2, ACTIONS(4174), 1, sym_preproc_arg, - [48138] = 3, - ACTIONS(3), 1, + [50480] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4176), 1, - sym_identifier, + aux_sym_preproc_include_token2, ACTIONS(4178), 1, - anon_sym_RPAREN, - [48148] = 3, - ACTIONS(3165), 1, + sym_preproc_arg, + [50490] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(597), 1, + anon_sym_LBRACE, + STATE(304), 1, + sym_compound_statement, + [50500] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4069), 1, + anon_sym_LPAREN2, + STATE(407), 1, + sym_parenthesized_expression, + [50510] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4180), 1, aux_sym_preproc_include_token2, ACTIONS(4182), 1, sym_preproc_arg, - [48158] = 3, - ACTIONS(3165), 1, + [50520] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4077), 1, + sym_identifier, + STATE(1572), 1, + sym_attribute, + [50530] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4184), 1, aux_sym_preproc_include_token2, ACTIONS(4186), 1, sym_preproc_arg, - [48168] = 3, + [50540] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_LBRACE, - STATE(113), 1, - sym_compound_statement, - [48178] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3269), 1, - aux_sym_preproc_include_token2, - [48185] = 2, - ACTIONS(3), 1, + ACTIONS(3920), 2, + anon_sym_COMMA, + anon_sym_RBRACK_RBRACK, + [50548] = 3, + ACTIONS(3171), 1, sym_comment, ACTIONS(4188), 1, - anon_sym_COMMA, - [48192] = 2, + aux_sym_preproc_include_token2, + ACTIONS(4190), 1, + sym_preproc_arg, + [50558] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4190), 1, - anon_sym_SQUOTE, - [48199] = 2, + ACTIONS(2940), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50566] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4192), 1, aux_sym_preproc_if_token2, - [48206] = 2, + [50573] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4194), 1, - aux_sym_preproc_if_token2, - [48213] = 2, - ACTIONS(3), 1, + sym_identifier, + [50580] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4196), 1, - anon_sym_SEMI, - [48220] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3012), 1, - anon_sym_RPAREN, - [48227] = 2, + aux_sym_preproc_include_token2, + [50587] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4198), 1, anon_sym_SEMI, - [48234] = 2, - ACTIONS(3), 1, + [50594] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4200), 1, - anon_sym_COLON, - [48241] = 2, + aux_sym_preproc_include_token2, + [50601] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4202), 1, - anon_sym_SEMI, - [48248] = 2, + anon_sym_SQUOTE, + [50608] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4204), 1, anon_sym_SEMI, - [48255] = 2, + [50615] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2956), 1, + ACTIONS(2966), 1, anon_sym_SEMI, - [48262] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3953), 1, - aux_sym_preproc_include_token2, - [48269] = 2, + [50622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2986), 1, - anon_sym_SEMI, - [48276] = 2, + ACTIONS(3900), 1, + anon_sym_RBRACE, + [50629] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2990), 1, - anon_sym_RPAREN, - [48283] = 2, - ACTIONS(3165), 1, - sym_comment, ACTIONS(4206), 1, - aux_sym_preproc_include_token2, - [48290] = 2, + anon_sym_RPAREN, + [50636] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4208), 1, - sym_identifier, - [48297] = 2, + ACTIONS(3008), 1, + anon_sym_SEMI, + [50643] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4210), 1, - anon_sym_LPAREN2, - [48304] = 2, + ACTIONS(3002), 1, + anon_sym_SEMI, + [50650] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(4208), 1, anon_sym_SEMI, - [48311] = 2, + [50657] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(4210), 1, + anon_sym_SEMI, + [50664] = 2, + ACTIONS(3171), 1, + sym_comment, ACTIONS(4212), 1, - aux_sym_preproc_if_token2, - [48318] = 2, + aux_sym_preproc_include_token2, + [50671] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4214), 1, - anon_sym_RPAREN, - [48325] = 2, + sym_identifier, + [50678] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4216), 1, - anon_sym_SQUOTE, - [48332] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_if_token2, + [50685] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4218), 1, - aux_sym_preproc_include_token2, - [48339] = 2, + anon_sym_RPAREN, + [50692] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(3012), 1, anon_sym_SEMI, - [48346] = 2, + [50699] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4220), 1, - anon_sym_SEMI, - [48353] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [50706] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4222), 1, - anon_sym_SEMI, - [48360] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_include_token2, + [50713] = 2, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4224), 1, + ACTIONS(3882), 1, aux_sym_preproc_include_token2, - [48367] = 2, - ACTIONS(3165), 1, + [50720] = 2, + ACTIONS(3171), 1, sym_comment, - ACTIONS(3933), 1, + ACTIONS(4224), 1, aux_sym_preproc_include_token2, - [48374] = 2, + [50727] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4226), 1, aux_sym_preproc_if_token2, - [48381] = 2, + [50734] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4228), 1, - anon_sym_STAR, - [48388] = 2, + anon_sym_SEMI, + [50741] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4230), 1, - anon_sym_COLON, - [48395] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_if_token2, + [50748] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4232), 1, - aux_sym_preproc_include_token2, - [48402] = 2, + anon_sym_SEMI, + [50755] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4234), 1, - aux_sym_preproc_if_token2, - [48409] = 2, + anon_sym_STAR, + [50762] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4236), 1, - aux_sym_preproc_if_token2, - [48416] = 2, + anon_sym_COLON, + [50769] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4238), 1, - aux_sym_preproc_if_token2, - [48423] = 2, + anon_sym_SEMI, + [50776] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4240), 1, - anon_sym_SEMI, - [48430] = 2, + aux_sym_preproc_if_token2, + [50783] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4242), 1, - anon_sym_SEMI, - [48437] = 2, + anon_sym_COLON, + [50790] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4244), 1, - aux_sym_preproc_if_token2, - [48444] = 2, + anon_sym_SEMI, + [50797] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4246), 1, - anon_sym_SEMI, - [48451] = 2, - ACTIONS(3), 1, + anon_sym_STAR, + [50804] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4248), 1, - aux_sym_preproc_if_token2, - [48458] = 2, + aux_sym_preproc_include_token2, + [50811] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4250), 1, - anon_sym_COLON, - [48465] = 2, + anon_sym_SEMI, + [50818] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4252), 1, - anon_sym_COLON, - [48472] = 2, - ACTIONS(3165), 1, + anon_sym_SEMI, + [50825] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4254), 1, aux_sym_preproc_include_token2, - [48479] = 2, - ACTIONS(3), 1, + [50832] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4256), 1, + aux_sym_preproc_include_token2, + [50839] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2974), 1, anon_sym_SEMI, - [48486] = 2, - ACTIONS(3165), 1, + [50846] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4258), 1, aux_sym_preproc_include_token2, - [48493] = 2, - ACTIONS(3165), 1, + [50853] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4260), 1, - aux_sym_preproc_include_token2, - [48500] = 2, - ACTIONS(3), 1, + anon_sym_SEMI, + [50860] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4262), 1, - anon_sym_RPAREN, - [48507] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_include_token2, + [50867] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4264), 1, aux_sym_preproc_include_token2, - [48514] = 2, + [50874] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4266), 1, + ACTIONS(2992), 1, anon_sym_SEMI, - [48521] = 2, - ACTIONS(3165), 1, + [50881] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4266), 1, + aux_sym_preproc_include_token2, + [50888] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4268), 1, aux_sym_preproc_include_token2, - [48528] = 2, - ACTIONS(3165), 1, + [50895] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4270), 1, aux_sym_preproc_include_token2, - [48535] = 2, + [50902] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(2964), 1, + anon_sym_RPAREN, + [50909] = 2, + ACTIONS(3171), 1, + sym_comment, ACTIONS(4272), 1, - sym_identifier, - [48542] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_include_token2, + [50916] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4274), 1, aux_sym_preproc_include_token2, - [48549] = 2, - ACTIONS(3165), 1, + [50923] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3010), 1, + anon_sym_SEMI, + [50930] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4276), 1, aux_sym_preproc_include_token2, - [48556] = 2, + [50937] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3932), 1, + aux_sym_preproc_include_token2, + [50944] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4278), 1, - anon_sym_SEMI, - [48563] = 2, - ACTIONS(3165), 1, + sym_identifier, + [50951] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4280), 1, - aux_sym_preproc_include_token2, - [48570] = 2, + sym_identifier, + [50958] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4282), 1, - anon_sym_SEMI, - [48577] = 2, + aux_sym_preproc_if_token2, + [50965] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4284), 1, - anon_sym_SEMI, - [48584] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_if_token2, + [50972] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4286), 1, - aux_sym_preproc_include_token2, - [48591] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_if_token2, + [50979] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4288), 1, - aux_sym_preproc_include_token2, - [48598] = 2, + aux_sym_preproc_if_token2, + [50986] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4290), 1, - aux_sym_preproc_if_token2, - [48605] = 2, - ACTIONS(3165), 1, + sym_identifier, + [50993] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4292), 1, - aux_sym_preproc_include_token2, - [48612] = 2, + anon_sym_SEMI, + [51000] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4294), 1, - aux_sym_preproc_if_token2, - [48619] = 2, + anon_sym_SEMI, + [51007] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4296), 1, sym_identifier, - [48626] = 2, + [51014] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4298), 1, - sym_identifier, - [48633] = 2, + anon_sym_COLON, + [51021] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4300), 1, anon_sym_SEMI, - [48640] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2980), 1, - anon_sym_SEMI, - [48647] = 2, + [51028] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4302), 1, - anon_sym_SEMI, - [48654] = 2, + aux_sym_preproc_if_token2, + [51035] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4304), 1, - sym_identifier, - [48661] = 2, + aux_sym_preproc_if_token2, + [51042] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4306), 1, anon_sym_SEMI, - [48668] = 2, + [51049] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3195), 1, + aux_sym_preproc_include_token2, + [51056] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4308), 1, - sym_identifier, - [48675] = 2, + anon_sym_SEMI, + [51063] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4310), 1, aux_sym_preproc_if_token2, - [48682] = 2, + [51070] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4312), 1, - sym_identifier, - [48689] = 2, + sym_primitive_type, + [51077] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4314), 1, - anon_sym_RPAREN, - [48696] = 2, + sym_identifier, + [51084] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4316), 1, - anon_sym_while, - [48703] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4318), 1, anon_sym_RPAREN, - [48710] = 2, + [51091] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3883), 1, - anon_sym_RBRACE, - [48717] = 2, + ACTIONS(4318), 1, + aux_sym_preproc_if_token2, + [51098] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4320), 1, - sym_primitive_type, - [48724] = 2, + aux_sym_preproc_if_token2, + [51105] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4322), 1, - anon_sym_LPAREN2, - [48731] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [51112] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4324), 1, - aux_sym_preproc_if_token2, - [48738] = 2, + aux_sym_preproc_include_token2, + [51119] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4326), 1, - sym_identifier, - [48745] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [51126] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4328), 1, - aux_sym_preproc_if_token2, - [48752] = 2, + aux_sym_preproc_include_token2, + [51133] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2952), 1, + anon_sym_RBRACE, + [51140] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4330), 1, - anon_sym_STAR, - [48759] = 2, + sym_identifier, + [51147] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4332), 1, - aux_sym_preproc_if_token2, - [48766] = 2, + anon_sym_RPAREN, + [51154] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4334), 1, - aux_sym_preproc_if_token2, - [48773] = 2, + anon_sym_RPAREN, + [51161] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4336), 1, - aux_sym_preproc_if_token2, - [48780] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2945), 1, - anon_sym_RBRACE, - [48787] = 2, + sym_primitive_type, + [51168] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4338), 1, - anon_sym_RPAREN, - [48794] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4340), 1, - aux_sym_preproc_include_token2, - [48801] = 2, + aux_sym_preproc_if_token2, + [51175] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, - anon_sym_SEMI, - [48808] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3209), 1, - aux_sym_preproc_include_token2, - [48815] = 2, + ACTIONS(4340), 1, + aux_sym_preproc_if_token2, + [51182] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4342), 1, sym_identifier, - [48822] = 2, - ACTIONS(3), 1, + [51189] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4344), 1, - sym_identifier, - [48829] = 2, + aux_sym_preproc_include_token2, + [51196] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4346), 1, - aux_sym_preproc_if_token2, - [48836] = 2, + sym_identifier, + [51203] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4348), 1, aux_sym_preproc_if_token2, - [48843] = 2, + [51210] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4350), 1, - aux_sym_preproc_if_token2, - [48850] = 2, + anon_sym_SEMI, + [51217] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4352), 1, - anon_sym_RPAREN, - [48857] = 2, - ACTIONS(3165), 1, + sym_identifier, + [51224] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4354), 1, - aux_sym_preproc_include_token2, - [48864] = 2, + aux_sym_preproc_if_token2, + [51231] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4356), 1, - sym_identifier, - [48871] = 2, + anon_sym_RPAREN, + [51238] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4358), 1, - aux_sym_preproc_if_token2, - [48878] = 2, - ACTIONS(3), 1, + anon_sym_RPAREN, + [51245] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4360), 1, - anon_sym_RPAREN, - [48885] = 2, + aux_sym_preproc_include_token2, + [51252] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4362), 1, anon_sym_SEMI, - [48892] = 2, + [51259] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4364), 1, - sym_identifier, - [48899] = 2, - ACTIONS(3165), 1, + anon_sym_SQUOTE, + [51266] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4366), 1, + anon_sym_RPAREN, + [51273] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3207), 1, aux_sym_preproc_include_token2, - [48906] = 2, + [51280] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4368), 1, - anon_sym_RPAREN, - [48913] = 2, + sym_identifier, + [51287] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4370), 1, - anon_sym_RPAREN, - [48920] = 2, - ACTIONS(3165), 1, + anon_sym_SEMI, + [51294] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 1, - aux_sym_preproc_include_token2, - [48927] = 2, + ACTIONS(2998), 1, + anon_sym_SEMI, + [51301] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(4372), 1, aux_sym_preproc_if_token2, - [48934] = 2, + [51308] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2988), 1, - anon_sym_SEMI, - [48941] = 2, + ACTIONS(4374), 1, + anon_sym_STAR, + [51315] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4376), 1, anon_sym_SEMI, - [48948] = 2, + [51322] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4378), 1, - anon_sym_RPAREN, - [48955] = 2, + aux_sym_preproc_if_token2, + [51329] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3203), 1, + aux_sym_preproc_include_token2, + [51336] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, - anon_sym_RPAREN, - [48962] = 2, - ACTIONS(3165), 1, + ACTIONS(2962), 1, + anon_sym_SEMI, + [51343] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4380), 1, - aux_sym_preproc_include_token2, - [48969] = 2, + anon_sym_RPAREN, + [51350] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4382), 1, - aux_sym_preproc_if_token2, - [48976] = 2, - ACTIONS(3165), 1, + anon_sym_SQUOTE, + [51357] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4384), 1, + anon_sym_LPAREN2, + [51364] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4386), 1, aux_sym_preproc_include_token2, - [48983] = 2, + [51371] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4386), 1, + ACTIONS(4388), 1, anon_sym_RPAREN, - [48990] = 2, + [51378] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2960), 1, + ACTIONS(4390), 1, anon_sym_SEMI, - [48997] = 2, - ACTIONS(3), 1, + [51385] = 2, + ACTIONS(3171), 1, sym_comment, - ACTIONS(4388), 1, - anon_sym_RPAREN, - [49004] = 2, + ACTIONS(4031), 1, + aux_sym_preproc_include_token2, + [51392] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4390), 1, - sym_identifier, - [49011] = 2, + ACTIONS(2982), 1, + anon_sym_SEMI, + [51399] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4392), 1, + anon_sym_SEMI, + [51406] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2972), 1, anon_sym_RPAREN, - [49018] = 2, + [51413] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4394), 1, - anon_sym_SEMI, - [49025] = 2, + sym_identifier, + [51420] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4396), 1, - aux_sym_preproc_if_token2, - [49032] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4010), 1, - aux_sym_preproc_include_token2, - [49039] = 2, + sym_identifier, + [51427] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4398), 1, - sym_identifier, - [49046] = 2, + anon_sym_while, + [51434] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4400), 1, - anon_sym_SEMI, - [49053] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3301), 1, - aux_sym_preproc_include_token2, - [49060] = 2, + aux_sym_preproc_if_token2, + [51441] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4402), 1, - anon_sym_LPAREN2, - [49067] = 2, + aux_sym_preproc_if_token2, + [51448] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4404), 1, - aux_sym_preproc_if_token2, - [49074] = 2, + anon_sym_RPAREN, + [51455] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4406), 1, - sym_identifier, - [49081] = 2, + anon_sym_RPAREN, + [51462] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2976), 1, + anon_sym_RPAREN, + [51469] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4408), 1, - sym_identifier, - [49088] = 2, + anon_sym_SEMI, + [51476] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4410), 1, - aux_sym_preproc_if_token2, - [49095] = 2, + sym_identifier, + [51483] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4412), 1, - aux_sym_preproc_if_token2, - [49102] = 2, + anon_sym_COMMA, + [51490] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2958), 1, anon_sym_SEMI, - [49109] = 2, - ACTIONS(2217), 1, - aux_sym_preproc_include_token2, - ACTIONS(3165), 1, - sym_comment, - [49116] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2964), 1, - anon_sym_SEMI, - [49123] = 2, + [51497] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4414), 1, - sym_identifier, - [49130] = 2, - ACTIONS(3165), 1, + anon_sym_RPAREN, + [51504] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4416), 1, - aux_sym_preproc_include_token2, - [49137] = 2, + anon_sym_SEMI, + [51511] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4418), 1, - sym_identifier, - [49144] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(4058), 1, - aux_sym_preproc_include_token2, - [49151] = 2, + anon_sym_SEMI, + [51518] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4420), 1, - ts_builtin_sym_end, - [49158] = 2, - ACTIONS(3), 1, + anon_sym_COLON, + [51525] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4422), 1, - anon_sym_RPAREN, - [49165] = 2, - ACTIONS(3165), 1, + aux_sym_preproc_include_token2, + [51532] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4424), 1, - aux_sym_preproc_include_token2, - [49172] = 2, + anon_sym_COLON, + [51539] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4426), 1, anon_sym_SEMI, - [49179] = 2, + [51546] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4428), 1, - anon_sym_RPAREN, - [49186] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2962), 1, - anon_sym_SEMI, - [49193] = 2, + sym_identifier, + [51553] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4430), 1, - sym_identifier, - [49200] = 2, + aux_sym_preproc_if_token2, + [51560] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4432), 1, - anon_sym_RBRACK, - [49207] = 2, + anon_sym_RPAREN, + [51567] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4434), 1, sym_identifier, - [49214] = 2, + [51574] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4436), 1, - anon_sym_SEMI, - [49221] = 2, + aux_sym_preproc_if_token2, + [51581] = 2, + ACTIONS(2227), 1, + aux_sym_preproc_include_token2, + ACTIONS(3171), 1, + sym_comment, + [51588] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4438), 1, - anon_sym_RPAREN, - [49228] = 2, + anon_sym_SEMI, + [51595] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4440), 1, - anon_sym_RBRACK, - [49235] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2994), 1, - anon_sym_RPAREN, - [49242] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3000), 1, - anon_sym_RPAREN, - [49249] = 2, + sym_identifier, + [51602] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4442), 1, sym_identifier, - [49256] = 2, + [51609] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3004), 1, + anon_sym_SEMI, + [51616] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4444), 1, - sym_identifier, - [49263] = 2, + anon_sym_SEMI, + [51623] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4446), 1, - anon_sym_SEMI, - [49270] = 2, + aux_sym_preproc_if_token2, + [51630] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4448), 1, - anon_sym_COLON, - [49277] = 2, + sym_identifier, + [51637] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4450), 1, - anon_sym_SEMI, - [49284] = 2, + aux_sym_preproc_if_token2, + [51644] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4452), 1, - anon_sym_LPAREN2, - [49291] = 2, + sym_identifier, + [51651] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3275), 1, + aux_sym_preproc_include_token2, + [51658] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4454), 1, aux_sym_preproc_if_token2, - [49298] = 2, + [51665] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4456), 1, - sym_identifier, - [49305] = 2, + aux_sym_preproc_if_token2, + [51672] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4458), 1, - anon_sym_LPAREN2, - [49312] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2996), 1, - anon_sym_RPAREN, - [49319] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3002), 1, - anon_sym_RPAREN, - [49326] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2998), 1, - anon_sym_SEMI, - [49333] = 2, + aux_sym_preproc_if_token2, + [51679] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4460), 1, - anon_sym_RPAREN, - [49340] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [51686] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4462), 1, - anon_sym_COLON, - [49347] = 2, + aux_sym_preproc_include_token2, + [51693] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4464), 1, sym_identifier, - [49354] = 2, + [51700] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4466), 1, - aux_sym_preproc_if_token2, - [49361] = 2, + anon_sym_SEMI, + [51707] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4468), 1, anon_sym_RPAREN, - [49368] = 2, + [51714] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4470), 1, - sym_identifier, - [49375] = 2, + aux_sym_preproc_if_token2, + [51721] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4472), 1, aux_sym_preproc_if_token2, - [49382] = 2, + [51728] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4474), 1, - anon_sym_LPAREN2, - [49389] = 2, + aux_sym_preproc_if_token2, + [51735] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2970), 1, + anon_sym_RPAREN, + [51742] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4476), 1, sym_identifier, - [49396] = 2, + [51749] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4478), 1, sym_identifier, - [49403] = 2, + [51756] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2956), 1, + anon_sym_RPAREN, + [51763] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4480), 1, - anon_sym_LPAREN2, - [49410] = 2, + aux_sym_preproc_if_token2, + [51770] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4482), 1, aux_sym_preproc_if_token2, - [49417] = 2, + [51777] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4484), 1, sym_identifier, - [49424] = 2, + [51784] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2996), 1, + anon_sym_RPAREN, + [51791] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4486), 1, - sym_identifier, - [49431] = 2, + anon_sym_RBRACK, + [51798] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4488), 1, - anon_sym_COLON, - [49438] = 2, + sym_identifier, + [51805] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4490), 1, - anon_sym_SEMI, - [49445] = 2, + sym_identifier, + [51812] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4492), 1, - aux_sym_preproc_if_token2, - [49452] = 2, + anon_sym_LPAREN2, + [51819] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4494), 1, - anon_sym_SEMI, - [49459] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3004), 1, - anon_sym_RPAREN, - [49466] = 2, + aux_sym_preproc_if_token2, + [51826] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4496), 1, - anon_sym_STAR, - [49473] = 2, + anon_sym_RPAREN, + [51833] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4498), 1, - anon_sym_SEMI, - [49480] = 2, + anon_sym_RPAREN, + [51840] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4500), 1, sym_identifier, - [49487] = 2, + [51847] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4502), 1, - anon_sym_SEMI, - [49494] = 2, + aux_sym_preproc_if_token2, + [51854] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4504), 1, sym_identifier, - [49501] = 2, + [51861] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4506), 1, sym_identifier, - [49508] = 2, + [51868] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4508), 1, sym_identifier, - [49515] = 2, + [51875] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4510), 1, - anon_sym_RPAREN, - [49522] = 2, + aux_sym_preproc_if_token2, + [51882] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4512), 1, - anon_sym_SEMI, - [49529] = 2, + anon_sym_COLON, + [51889] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4514), 1, - anon_sym_LPAREN2, - [49536] = 2, + anon_sym_RPAREN, + [51896] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4516), 1, - aux_sym_preproc_if_token2, - [49543] = 2, + ACTIONS(3016), 1, + anon_sym_RPAREN, + [51903] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4518), 1, + ACTIONS(4516), 1, anon_sym_LPAREN2, - [49550] = 2, + [51910] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4518), 1, + aux_sym_preproc_include_token2, + [51917] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4520), 1, - anon_sym_SEMI, - [49557] = 2, - ACTIONS(3), 1, + aux_sym_preproc_if_token2, + [51924] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4522), 1, - anon_sym_COLON, - [49564] = 2, + aux_sym_preproc_include_token2, + [51931] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4524), 1, anon_sym_SEMI, - [49571] = 2, + [51938] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4526), 1, anon_sym_RPAREN, - [49578] = 2, + [51945] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4528), 1, - sym_identifier, - [49585] = 2, + ACTIONS(2984), 1, + anon_sym_RPAREN, + [51952] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4530), 1, + ACTIONS(4528), 1, anon_sym_RPAREN, - [49592] = 2, - ACTIONS(3165), 1, + [51959] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3896), 1, - aux_sym_preproc_include_token2, - [49599] = 2, + ACTIONS(4530), 1, + anon_sym_while, + [51966] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4532), 1, - anon_sym_while, - [49606] = 2, + anon_sym_RBRACK, + [51973] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(3980), 1, + aux_sym_preproc_include_token2, + [51980] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4534), 1, - sym_primitive_type, - [49613] = 2, + anon_sym_STAR, + [51987] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4536), 1, - anon_sym_RPAREN, - [49620] = 2, + ts_builtin_sym_end, + [51994] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4538), 1, - aux_sym_preproc_if_token2, - [49627] = 2, - ACTIONS(3165), 1, - sym_comment, - ACTIONS(3205), 1, - aux_sym_preproc_include_token2, - [49634] = 2, + anon_sym_RPAREN, + [52001] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4540), 1, - anon_sym_SEMI, - [49641] = 2, + aux_sym_preproc_if_token2, + [52008] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4542), 1, - aux_sym_preproc_if_token2, - [49648] = 2, + anon_sym_LPAREN2, + [52015] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4544), 1, - aux_sym_preproc_if_token2, - [49655] = 2, + anon_sym_SEMI, + [52022] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4546), 1, anon_sym_LPAREN2, - [49662] = 2, - ACTIONS(3165), 1, + [52029] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4548), 1, - aux_sym_preproc_include_token2, - [49669] = 2, + anon_sym_RPAREN, + [52036] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4550), 1, - aux_sym_preproc_if_token2, - [49676] = 2, + anon_sym_LPAREN2, + [52043] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4552), 1, anon_sym_while, - [49683] = 2, + [52050] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4554), 1, anon_sym_LPAREN2, - [49690] = 2, + [52057] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4556), 1, - aux_sym_preproc_if_token2, - [49697] = 2, - ACTIONS(3165), 1, + anon_sym_LPAREN2, + [52064] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4558), 1, - aux_sym_preproc_include_token2, - [49704] = 2, + aux_sym_preproc_if_token2, + [52071] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4560), 1, - aux_sym_preproc_if_token2, - [49711] = 2, + anon_sym_COLON, + [52078] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4562), 1, - aux_sym_preproc_if_token2, - [49718] = 2, - ACTIONS(3165), 1, + sym_identifier, + [52085] = 2, + ACTIONS(3), 1, sym_comment, ACTIONS(4564), 1, - aux_sym_preproc_include_token2, - [49725] = 2, + anon_sym_SEMI, + [52092] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4566), 1, - anon_sym_while, - [49732] = 2, + anon_sym_SEMI, + [52099] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4568), 1, - anon_sym_LPAREN2, - [49739] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3008), 1, - anon_sym_SEMI, - [49746] = 2, + anon_sym_while, + [52106] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4570), 1, - anon_sym_SEMI, - [49753] = 2, + anon_sym_LPAREN2, + [52113] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4572), 1, - anon_sym_SQUOTE, - [49760] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4574), 1, anon_sym_SEMI, - [49767] = 2, + [52120] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3006), 1, - anon_sym_SEMI, - [49774] = 2, + ACTIONS(4574), 1, + sym_identifier, + [52127] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4576), 1, - anon_sym_while, - [49781] = 2, - ACTIONS(2178), 1, - aux_sym_preproc_include_token2, - ACTIONS(3165), 1, - sym_comment, - [49788] = 2, + anon_sym_LPAREN2, + [52134] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4578), 1, - anon_sym_RPAREN, - [49795] = 2, - ACTIONS(3), 1, + anon_sym_COLON, + [52141] = 2, + ACTIONS(3171), 1, sym_comment, ACTIONS(4580), 1, - anon_sym_RPAREN, - [49802] = 2, + aux_sym_preproc_include_token2, + [52148] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4582), 1, - anon_sym_LPAREN2, - [49809] = 2, + anon_sym_SEMI, + [52155] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4584), 1, - anon_sym_STAR, - [49816] = 2, + anon_sym_while, + [52162] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4586), 1, sym_identifier, - [49823] = 2, + [52169] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4588), 1, - anon_sym_LPAREN2, - [49830] = 2, + anon_sym_RPAREN, + [52176] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2988), 1, + anon_sym_SEMI, + [52183] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4590), 1, - anon_sym_RPAREN, - [49837] = 2, + anon_sym_LPAREN2, + [52190] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4592), 1, - aux_sym_preproc_if_token2, - [49844] = 2, + anon_sym_LPAREN2, + [52197] = 2, + ACTIONS(3171), 1, + sym_comment, + ACTIONS(4061), 1, + aux_sym_preproc_include_token2, + [52204] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4594), 1, anon_sym_LPAREN2, - [49851] = 2, + [52211] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4596), 1, - aux_sym_preproc_if_token2, - [49858] = 2, + anon_sym_LPAREN2, + [52218] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2978), 1, + anon_sym_SEMI, + [52225] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4598), 1, sym_identifier, + [52232] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4600), 1, + anon_sym_LPAREN2, + [52239] = 2, + ACTIONS(2186), 1, + aux_sym_preproc_include_token2, + ACTIONS(3171), 1, + sym_comment, + [52246] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4602), 1, + sym_identifier, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(490)] = 0, - [SMALL_STATE(491)] = 114, - [SMALL_STATE(492)] = 228, - [SMALL_STATE(493)] = 338, - [SMALL_STATE(494)] = 449, - [SMALL_STATE(495)] = 557, - [SMALL_STATE(496)] = 665, - [SMALL_STATE(497)] = 773, - [SMALL_STATE(498)] = 881, - [SMALL_STATE(499)] = 987, - [SMALL_STATE(500)] = 1095, - [SMALL_STATE(501)] = 1203, - [SMALL_STATE(502)] = 1311, - [SMALL_STATE(503)] = 1419, - [SMALL_STATE(504)] = 1527, - [SMALL_STATE(505)] = 1635, - [SMALL_STATE(506)] = 1743, - [SMALL_STATE(507)] = 1851, - [SMALL_STATE(508)] = 1959, - [SMALL_STATE(509)] = 2067, - [SMALL_STATE(510)] = 2175, - [SMALL_STATE(511)] = 2283, - [SMALL_STATE(512)] = 2391, - [SMALL_STATE(513)] = 2499, - [SMALL_STATE(514)] = 2605, - [SMALL_STATE(515)] = 2713, - [SMALL_STATE(516)] = 2821, - [SMALL_STATE(517)] = 2929, - [SMALL_STATE(518)] = 3037, - [SMALL_STATE(519)] = 3145, - [SMALL_STATE(520)] = 3253, - [SMALL_STATE(521)] = 3358, - [SMALL_STATE(522)] = 3463, - [SMALL_STATE(523)] = 3568, - [SMALL_STATE(524)] = 3673, - [SMALL_STATE(525)] = 3776, - [SMALL_STATE(526)] = 3879, - [SMALL_STATE(527)] = 3982, - [SMALL_STATE(528)] = 4085, - [SMALL_STATE(529)] = 4188, - [SMALL_STATE(530)] = 4291, - [SMALL_STATE(531)] = 4394, - [SMALL_STATE(532)] = 4499, - [SMALL_STATE(533)] = 4602, - [SMALL_STATE(534)] = 4715, - [SMALL_STATE(535)] = 4818, - [SMALL_STATE(536)] = 4923, - [SMALL_STATE(537)] = 5026, - [SMALL_STATE(538)] = 5131, - [SMALL_STATE(539)] = 5231, - [SMALL_STATE(540)] = 5333, - [SMALL_STATE(541)] = 5433, - [SMALL_STATE(542)] = 5535, - [SMALL_STATE(543)] = 5635, - [SMALL_STATE(544)] = 5735, - [SMALL_STATE(545)] = 5837, - [SMALL_STATE(546)] = 5937, - [SMALL_STATE(547)] = 6037, - [SMALL_STATE(548)] = 6139, - [SMALL_STATE(549)] = 6239, - [SMALL_STATE(550)] = 6339, - [SMALL_STATE(551)] = 6441, - [SMALL_STATE(552)] = 6541, - [SMALL_STATE(553)] = 6641, - [SMALL_STATE(554)] = 6741, - [SMALL_STATE(555)] = 6843, - [SMALL_STATE(556)] = 6945, - [SMALL_STATE(557)] = 7047, - [SMALL_STATE(558)] = 7149, - [SMALL_STATE(559)] = 7251, - [SMALL_STATE(560)] = 7353, - [SMALL_STATE(561)] = 7455, - [SMALL_STATE(562)] = 7557, - [SMALL_STATE(563)] = 7659, - [SMALL_STATE(564)] = 7759, - [SMALL_STATE(565)] = 7861, - [SMALL_STATE(566)] = 7963, - [SMALL_STATE(567)] = 8063, - [SMALL_STATE(568)] = 8163, - [SMALL_STATE(569)] = 8263, - [SMALL_STATE(570)] = 8363, - [SMALL_STATE(571)] = 8463, - [SMALL_STATE(572)] = 8565, - [SMALL_STATE(573)] = 8667, - [SMALL_STATE(574)] = 8769, - [SMALL_STATE(575)] = 8871, - [SMALL_STATE(576)] = 8973, - [SMALL_STATE(577)] = 9075, - [SMALL_STATE(578)] = 9177, - [SMALL_STATE(579)] = 9279, - [SMALL_STATE(580)] = 9381, - [SMALL_STATE(581)] = 9481, - [SMALL_STATE(582)] = 9583, - [SMALL_STATE(583)] = 9683, - [SMALL_STATE(584)] = 9785, - [SMALL_STATE(585)] = 9885, - [SMALL_STATE(586)] = 9987, - [SMALL_STATE(587)] = 10089, - [SMALL_STATE(588)] = 10191, - [SMALL_STATE(589)] = 10291, - [SMALL_STATE(590)] = 10391, - [SMALL_STATE(591)] = 10493, - [SMALL_STATE(592)] = 10595, - [SMALL_STATE(593)] = 10697, - [SMALL_STATE(594)] = 10797, - [SMALL_STATE(595)] = 10899, - [SMALL_STATE(596)] = 11001, - [SMALL_STATE(597)] = 11103, - [SMALL_STATE(598)] = 11203, - [SMALL_STATE(599)] = 11303, - [SMALL_STATE(600)] = 11403, - [SMALL_STATE(601)] = 11505, - [SMALL_STATE(602)] = 11607, - [SMALL_STATE(603)] = 11709, - [SMALL_STATE(604)] = 11809, - [SMALL_STATE(605)] = 11909, - [SMALL_STATE(606)] = 12011, - [SMALL_STATE(607)] = 12113, - [SMALL_STATE(608)] = 12215, - [SMALL_STATE(609)] = 12315, - [SMALL_STATE(610)] = 12417, - [SMALL_STATE(611)] = 12519, - [SMALL_STATE(612)] = 12621, - [SMALL_STATE(613)] = 12721, - [SMALL_STATE(614)] = 12823, - [SMALL_STATE(615)] = 12925, - [SMALL_STATE(616)] = 13025, - [SMALL_STATE(617)] = 13127, - [SMALL_STATE(618)] = 13229, - [SMALL_STATE(619)] = 13331, - [SMALL_STATE(620)] = 13431, - [SMALL_STATE(621)] = 13532, - [SMALL_STATE(622)] = 13633, - [SMALL_STATE(623)] = 13734, - [SMALL_STATE(624)] = 13835, - [SMALL_STATE(625)] = 13936, - [SMALL_STATE(626)] = 14015, - [SMALL_STATE(627)] = 14080, - [SMALL_STATE(628)] = 14145, - [SMALL_STATE(629)] = 14210, - [SMALL_STATE(630)] = 14302, - [SMALL_STATE(631)] = 14396, - [SMALL_STATE(632)] = 14488, - [SMALL_STATE(633)] = 14580, - [SMALL_STATE(634)] = 14672, - [SMALL_STATE(635)] = 14764, - [SMALL_STATE(636)] = 14825, - [SMALL_STATE(637)] = 14882, - [SMALL_STATE(638)] = 14939, - [SMALL_STATE(639)] = 15028, - [SMALL_STATE(640)] = 15117, - [SMALL_STATE(641)] = 15174, - [SMALL_STATE(642)] = 15231, - [SMALL_STATE(643)] = 15292, - [SMALL_STATE(644)] = 15349, - [SMALL_STATE(645)] = 15440, - [SMALL_STATE(646)] = 15504, - [SMALL_STATE(647)] = 15563, - [SMALL_STATE(648)] = 15618, - [SMALL_STATE(649)] = 15673, - [SMALL_STATE(650)] = 15728, - [SMALL_STATE(651)] = 15783, - [SMALL_STATE(652)] = 15838, - [SMALL_STATE(653)] = 15893, - [SMALL_STATE(654)] = 15948, - [SMALL_STATE(655)] = 16003, - [SMALL_STATE(656)] = 16058, - [SMALL_STATE(657)] = 16113, - [SMALL_STATE(658)] = 16195, - [SMALL_STATE(659)] = 16277, - [SMALL_STATE(660)] = 16359, - [SMALL_STATE(661)] = 16441, - [SMALL_STATE(662)] = 16523, - [SMALL_STATE(663)] = 16605, - [SMALL_STATE(664)] = 16684, - [SMALL_STATE(665)] = 16737, - [SMALL_STATE(666)] = 16800, - [SMALL_STATE(667)] = 16865, - [SMALL_STATE(668)] = 16928, - [SMALL_STATE(669)] = 16991, - [SMALL_STATE(670)] = 17054, - [SMALL_STATE(671)] = 17117, - [SMALL_STATE(672)] = 17180, - [SMALL_STATE(673)] = 17232, - [SMALL_STATE(674)] = 17283, - [SMALL_STATE(675)] = 17334, - [SMALL_STATE(676)] = 17385, - [SMALL_STATE(677)] = 17436, - [SMALL_STATE(678)] = 17497, - [SMALL_STATE(679)] = 17556, - [SMALL_STATE(680)] = 17607, - [SMALL_STATE(681)] = 17674, - [SMALL_STATE(682)] = 17725, - [SMALL_STATE(683)] = 17776, - [SMALL_STATE(684)] = 17827, - [SMALL_STATE(685)] = 17878, - [SMALL_STATE(686)] = 17929, - [SMALL_STATE(687)] = 17980, - [SMALL_STATE(688)] = 18031, - [SMALL_STATE(689)] = 18082, - [SMALL_STATE(690)] = 18143, - [SMALL_STATE(691)] = 18204, - [SMALL_STATE(692)] = 18289, - [SMALL_STATE(693)] = 18350, - [SMALL_STATE(694)] = 18413, - [SMALL_STATE(695)] = 18498, - [SMALL_STATE(696)] = 18579, - [SMALL_STATE(697)] = 18630, - [SMALL_STATE(698)] = 18681, - [SMALL_STATE(699)] = 18760, - [SMALL_STATE(700)] = 18811, - [SMALL_STATE(701)] = 18870, - [SMALL_STATE(702)] = 18947, - [SMALL_STATE(703)] = 18998, - [SMALL_STATE(704)] = 19049, - [SMALL_STATE(705)] = 19114, - [SMALL_STATE(706)] = 19165, - [SMALL_STATE(707)] = 19232, - [SMALL_STATE(708)] = 19283, - [SMALL_STATE(709)] = 19358, - [SMALL_STATE(710)] = 19443, - [SMALL_STATE(711)] = 19516, - [SMALL_STATE(712)] = 19567, - [SMALL_STATE(713)] = 19638, - [SMALL_STATE(714)] = 19692, - [SMALL_STATE(715)] = 19741, - [SMALL_STATE(716)] = 19790, - [SMALL_STATE(717)] = 19839, - [SMALL_STATE(718)] = 19888, - [SMALL_STATE(719)] = 19937, - [SMALL_STATE(720)] = 19986, - [SMALL_STATE(721)] = 20035, - [SMALL_STATE(722)] = 20084, - [SMALL_STATE(723)] = 20133, - [SMALL_STATE(724)] = 20182, - [SMALL_STATE(725)] = 20231, - [SMALL_STATE(726)] = 20280, - [SMALL_STATE(727)] = 20329, - [SMALL_STATE(728)] = 20378, - [SMALL_STATE(729)] = 20427, - [SMALL_STATE(730)] = 20476, - [SMALL_STATE(731)] = 20525, - [SMALL_STATE(732)] = 20574, - [SMALL_STATE(733)] = 20621, - [SMALL_STATE(734)] = 20668, - [SMALL_STATE(735)] = 20723, - [SMALL_STATE(736)] = 20770, - [SMALL_STATE(737)] = 20817, - [SMALL_STATE(738)] = 20870, - [SMALL_STATE(739)] = 20917, - [SMALL_STATE(740)] = 20964, - [SMALL_STATE(741)] = 21011, - [SMALL_STATE(742)] = 21058, - [SMALL_STATE(743)] = 21105, - [SMALL_STATE(744)] = 21152, - [SMALL_STATE(745)] = 21199, - [SMALL_STATE(746)] = 21246, - [SMALL_STATE(747)] = 21301, - [SMALL_STATE(748)] = 21348, - [SMALL_STATE(749)] = 21395, - [SMALL_STATE(750)] = 21450, - [SMALL_STATE(751)] = 21497, - [SMALL_STATE(752)] = 21576, - [SMALL_STATE(753)] = 21623, - [SMALL_STATE(754)] = 21670, - [SMALL_STATE(755)] = 21725, - [SMALL_STATE(756)] = 21778, - [SMALL_STATE(757)] = 21825, - [SMALL_STATE(758)] = 21880, - [SMALL_STATE(759)] = 21927, - [SMALL_STATE(760)] = 21974, - [SMALL_STATE(761)] = 22028, - [SMALL_STATE(762)] = 22108, - [SMALL_STATE(763)] = 22154, - [SMALL_STATE(764)] = 22216, - [SMALL_STATE(765)] = 22296, - [SMALL_STATE(766)] = 22342, - [SMALL_STATE(767)] = 22422, - [SMALL_STATE(768)] = 22480, - [SMALL_STATE(769)] = 22556, - [SMALL_STATE(770)] = 22630, - [SMALL_STATE(771)] = 22686, - [SMALL_STATE(772)] = 22758, - [SMALL_STATE(773)] = 22804, - [SMALL_STATE(774)] = 22874, - [SMALL_STATE(775)] = 22942, - [SMALL_STATE(776)] = 22998, - [SMALL_STATE(777)] = 23064, - [SMALL_STATE(778)] = 23126, - [SMALL_STATE(779)] = 23186, - [SMALL_STATE(780)] = 23242, - [SMALL_STATE(781)] = 23288, - [SMALL_STATE(782)] = 23344, - [SMALL_STATE(783)] = 23390, - [SMALL_STATE(784)] = 23435, - [SMALL_STATE(785)] = 23484, - [SMALL_STATE(786)] = 23529, - [SMALL_STATE(787)] = 23574, - [SMALL_STATE(788)] = 23619, - [SMALL_STATE(789)] = 23664, - [SMALL_STATE(790)] = 23709, - [SMALL_STATE(791)] = 23758, - [SMALL_STATE(792)] = 23803, - [SMALL_STATE(793)] = 23852, - [SMALL_STATE(794)] = 23897, - [SMALL_STATE(795)] = 23942, - [SMALL_STATE(796)] = 23987, - [SMALL_STATE(797)] = 24036, - [SMALL_STATE(798)] = 24085, - [SMALL_STATE(799)] = 24130, - [SMALL_STATE(800)] = 24175, - [SMALL_STATE(801)] = 24224, - [SMALL_STATE(802)] = 24273, - [SMALL_STATE(803)] = 24322, - [SMALL_STATE(804)] = 24379, - [SMALL_STATE(805)] = 24424, - [SMALL_STATE(806)] = 24469, - [SMALL_STATE(807)] = 24514, - [SMALL_STATE(808)] = 24563, - [SMALL_STATE(809)] = 24608, - [SMALL_STATE(810)] = 24657, - [SMALL_STATE(811)] = 24702, - [SMALL_STATE(812)] = 24747, - [SMALL_STATE(813)] = 24792, - [SMALL_STATE(814)] = 24837, - [SMALL_STATE(815)] = 24886, - [SMALL_STATE(816)] = 24931, - [SMALL_STATE(817)] = 24980, - [SMALL_STATE(818)] = 25025, - [SMALL_STATE(819)] = 25074, - [SMALL_STATE(820)] = 25119, - [SMALL_STATE(821)] = 25164, - [SMALL_STATE(822)] = 25209, - [SMALL_STATE(823)] = 25254, - [SMALL_STATE(824)] = 25299, - [SMALL_STATE(825)] = 25344, - [SMALL_STATE(826)] = 25389, - [SMALL_STATE(827)] = 25434, - [SMALL_STATE(828)] = 25479, - [SMALL_STATE(829)] = 25524, - [SMALL_STATE(830)] = 25581, - [SMALL_STATE(831)] = 25638, - [SMALL_STATE(832)] = 25683, - [SMALL_STATE(833)] = 25728, - [SMALL_STATE(834)] = 25777, - [SMALL_STATE(835)] = 25822, - [SMALL_STATE(836)] = 25871, - [SMALL_STATE(837)] = 25916, - [SMALL_STATE(838)] = 25973, - [SMALL_STATE(839)] = 26018, - [SMALL_STATE(840)] = 26063, - [SMALL_STATE(841)] = 26112, - [SMALL_STATE(842)] = 26157, - [SMALL_STATE(843)] = 26202, - [SMALL_STATE(844)] = 26251, - [SMALL_STATE(845)] = 26295, - [SMALL_STATE(846)] = 26339, - [SMALL_STATE(847)] = 26383, - [SMALL_STATE(848)] = 26427, - [SMALL_STATE(849)] = 26471, - [SMALL_STATE(850)] = 26515, - [SMALL_STATE(851)] = 26559, - [SMALL_STATE(852)] = 26603, - [SMALL_STATE(853)] = 26647, - [SMALL_STATE(854)] = 26691, - [SMALL_STATE(855)] = 26735, - [SMALL_STATE(856)] = 26779, - [SMALL_STATE(857)] = 26823, - [SMALL_STATE(858)] = 26867, - [SMALL_STATE(859)] = 26911, - [SMALL_STATE(860)] = 26955, - [SMALL_STATE(861)] = 26999, - [SMALL_STATE(862)] = 27043, - [SMALL_STATE(863)] = 27087, - [SMALL_STATE(864)] = 27139, - [SMALL_STATE(865)] = 27183, - [SMALL_STATE(866)] = 27227, - [SMALL_STATE(867)] = 27273, - [SMALL_STATE(868)] = 27317, - [SMALL_STATE(869)] = 27361, - [SMALL_STATE(870)] = 27405, - [SMALL_STATE(871)] = 27449, - [SMALL_STATE(872)] = 27493, - [SMALL_STATE(873)] = 27537, - [SMALL_STATE(874)] = 27581, - [SMALL_STATE(875)] = 27625, - [SMALL_STATE(876)] = 27669, - [SMALL_STATE(877)] = 27713, - [SMALL_STATE(878)] = 27782, - [SMALL_STATE(879)] = 27851, - [SMALL_STATE(880)] = 27920, - [SMALL_STATE(881)] = 27989, - [SMALL_STATE(882)] = 28045, - [SMALL_STATE(883)] = 28101, - [SMALL_STATE(884)] = 28157, - [SMALL_STATE(885)] = 28209, - [SMALL_STATE(886)] = 28265, - [SMALL_STATE(887)] = 28321, - [SMALL_STATE(888)] = 28370, - [SMALL_STATE(889)] = 28426, - [SMALL_STATE(890)] = 28468, - [SMALL_STATE(891)] = 28536, - [SMALL_STATE(892)] = 28604, - [SMALL_STATE(893)] = 28644, - [SMALL_STATE(894)] = 28718, - [SMALL_STATE(895)] = 28788, - [SMALL_STATE(896)] = 28846, - [SMALL_STATE(897)] = 28888, - [SMALL_STATE(898)] = 28954, - [SMALL_STATE(899)] = 28996, - [SMALL_STATE(900)] = 29038, - [SMALL_STATE(901)] = 29078, - [SMALL_STATE(902)] = 29132, - [SMALL_STATE(903)] = 29206, - [SMALL_STATE(904)] = 29270, - [SMALL_STATE(905)] = 29344, - [SMALL_STATE(906)] = 29386, - [SMALL_STATE(907)] = 29444, - [SMALL_STATE(908)] = 29484, - [SMALL_STATE(909)] = 29546, - [SMALL_STATE(910)] = 29586, - [SMALL_STATE(911)] = 29629, - [SMALL_STATE(912)] = 29672, - [SMALL_STATE(913)] = 29735, - [SMALL_STATE(914)] = 29778, - [SMALL_STATE(915)] = 29817, - [SMALL_STATE(916)] = 29877, - [SMALL_STATE(917)] = 29937, - [SMALL_STATE(918)] = 29997, - [SMALL_STATE(919)] = 30057, - [SMALL_STATE(920)] = 30117, - [SMALL_STATE(921)] = 30177, - [SMALL_STATE(922)] = 30237, - [SMALL_STATE(923)] = 30283, - [SMALL_STATE(924)] = 30343, - [SMALL_STATE(925)] = 30418, - [SMALL_STATE(926)] = 30491, - [SMALL_STATE(927)] = 30566, - [SMALL_STATE(928)] = 30637, - [SMALL_STATE(929)] = 30680, - [SMALL_STATE(930)] = 30755, - [SMALL_STATE(931)] = 30830, - [SMALL_STATE(932)] = 30905, - [SMALL_STATE(933)] = 30946, - [SMALL_STATE(934)] = 31021, - [SMALL_STATE(935)] = 31091, - [SMALL_STATE(936)] = 31161, - [SMALL_STATE(937)] = 31233, - [SMALL_STATE(938)] = 31305, - [SMALL_STATE(939)] = 31377, - [SMALL_STATE(940)] = 31433, - [SMALL_STATE(941)] = 31505, - [SMALL_STATE(942)] = 31577, - [SMALL_STATE(943)] = 31647, - [SMALL_STATE(944)] = 31703, - [SMALL_STATE(945)] = 31775, - [SMALL_STATE(946)] = 31845, - [SMALL_STATE(947)] = 31915, - [SMALL_STATE(948)] = 31987, - [SMALL_STATE(949)] = 32043, - [SMALL_STATE(950)] = 32099, - [SMALL_STATE(951)] = 32155, - [SMALL_STATE(952)] = 32211, - [SMALL_STATE(953)] = 32283, - [SMALL_STATE(954)] = 32353, - [SMALL_STATE(955)] = 32425, - [SMALL_STATE(956)] = 32497, - [SMALL_STATE(957)] = 32553, - [SMALL_STATE(958)] = 32625, - [SMALL_STATE(959)] = 32697, - [SMALL_STATE(960)] = 32769, - [SMALL_STATE(961)] = 32825, - [SMALL_STATE(962)] = 32881, - [SMALL_STATE(963)] = 32937, - [SMALL_STATE(964)] = 33009, - [SMALL_STATE(965)] = 33081, - [SMALL_STATE(966)] = 33153, - [SMALL_STATE(967)] = 33225, - [SMALL_STATE(968)] = 33281, - [SMALL_STATE(969)] = 33353, - [SMALL_STATE(970)] = 33409, - [SMALL_STATE(971)] = 33481, - [SMALL_STATE(972)] = 33537, - [SMALL_STATE(973)] = 33609, - [SMALL_STATE(974)] = 33665, - [SMALL_STATE(975)] = 33737, - [SMALL_STATE(976)] = 33807, - [SMALL_STATE(977)] = 33879, - [SMALL_STATE(978)] = 33935, - [SMALL_STATE(979)] = 33996, - [SMALL_STATE(980)] = 34065, - [SMALL_STATE(981)] = 34134, - [SMALL_STATE(982)] = 34193, - [SMALL_STATE(983)] = 34262, - [SMALL_STATE(984)] = 34331, - [SMALL_STATE(985)] = 34382, - [SMALL_STATE(986)] = 34445, - [SMALL_STATE(987)] = 34508, - [SMALL_STATE(988)] = 34577, - [SMALL_STATE(989)] = 34634, - [SMALL_STATE(990)] = 34703, - [SMALL_STATE(991)] = 34772, - [SMALL_STATE(992)] = 34841, - [SMALL_STATE(993)] = 34910, - [SMALL_STATE(994)] = 34975, - [SMALL_STATE(995)] = 35028, - [SMALL_STATE(996)] = 35081, - [SMALL_STATE(997)] = 35134, - [SMALL_STATE(998)] = 35173, - [SMALL_STATE(999)] = 35222, - [SMALL_STATE(1000)] = 35291, - [SMALL_STATE(1001)] = 35360, - [SMALL_STATE(1002)] = 35429, - [SMALL_STATE(1003)] = 35498, - [SMALL_STATE(1004)] = 35567, - [SMALL_STATE(1005)] = 35620, - [SMALL_STATE(1006)] = 35689, - [SMALL_STATE(1007)] = 35758, - [SMALL_STATE(1008)] = 35811, - [SMALL_STATE(1009)] = 35880, - [SMALL_STATE(1010)] = 35949, - [SMALL_STATE(1011)] = 36002, - [SMALL_STATE(1012)] = 36071, - [SMALL_STATE(1013)] = 36140, - [SMALL_STATE(1014)] = 36193, - [SMALL_STATE(1015)] = 36262, - [SMALL_STATE(1016)] = 36331, - [SMALL_STATE(1017)] = 36400, - [SMALL_STATE(1018)] = 36469, - [SMALL_STATE(1019)] = 36538, - [SMALL_STATE(1020)] = 36607, - [SMALL_STATE(1021)] = 36676, - [SMALL_STATE(1022)] = 36729, - [SMALL_STATE(1023)] = 36798, - [SMALL_STATE(1024)] = 36840, - [SMALL_STATE(1025)] = 36906, - [SMALL_STATE(1026)] = 36950, - [SMALL_STATE(1027)] = 36992, - [SMALL_STATE(1028)] = 37028, - [SMALL_STATE(1029)] = 37064, - [SMALL_STATE(1030)] = 37100, - [SMALL_STATE(1031)] = 37136, - [SMALL_STATE(1032)] = 37183, - [SMALL_STATE(1033)] = 37230, - [SMALL_STATE(1034)] = 37277, - [SMALL_STATE(1035)] = 37324, - [SMALL_STATE(1036)] = 37355, - [SMALL_STATE(1037)] = 37386, - [SMALL_STATE(1038)] = 37433, - [SMALL_STATE(1039)] = 37480, - [SMALL_STATE(1040)] = 37524, - [SMALL_STATE(1041)] = 37558, - [SMALL_STATE(1042)] = 37596, - [SMALL_STATE(1043)] = 37640, - [SMALL_STATE(1044)] = 37684, - [SMALL_STATE(1045)] = 37728, - [SMALL_STATE(1046)] = 37772, - [SMALL_STATE(1047)] = 37816, - [SMALL_STATE(1048)] = 37859, - [SMALL_STATE(1049)] = 37914, - [SMALL_STATE(1050)] = 37969, - [SMALL_STATE(1051)] = 38012, - [SMALL_STATE(1052)] = 38045, - [SMALL_STATE(1053)] = 38100, - [SMALL_STATE(1054)] = 38143, - [SMALL_STATE(1055)] = 38189, - [SMALL_STATE(1056)] = 38229, - [SMALL_STATE(1057)] = 38277, - [SMALL_STATE(1058)] = 38317, - [SMALL_STATE(1059)] = 38349, - [SMALL_STATE(1060)] = 38381, - [SMALL_STATE(1061)] = 38421, - [SMALL_STATE(1062)] = 38463, - [SMALL_STATE(1063)] = 38491, - [SMALL_STATE(1064)] = 38519, - [SMALL_STATE(1065)] = 38551, - [SMALL_STATE(1066)] = 38591, - [SMALL_STATE(1067)] = 38619, - [SMALL_STATE(1068)] = 38655, - [SMALL_STATE(1069)] = 38695, - [SMALL_STATE(1070)] = 38729, - [SMALL_STATE(1071)] = 38769, - [SMALL_STATE(1072)] = 38809, - [SMALL_STATE(1073)] = 38849, - [SMALL_STATE(1074)] = 38889, - [SMALL_STATE(1075)] = 38917, - [SMALL_STATE(1076)] = 38957, - [SMALL_STATE(1077)] = 38989, - [SMALL_STATE(1078)] = 39033, - [SMALL_STATE(1079)] = 39073, - [SMALL_STATE(1080)] = 39113, - [SMALL_STATE(1081)] = 39141, - [SMALL_STATE(1082)] = 39181, - [SMALL_STATE(1083)] = 39209, - [SMALL_STATE(1084)] = 39249, - [SMALL_STATE(1085)] = 39289, - [SMALL_STATE(1086)] = 39329, - [SMALL_STATE(1087)] = 39369, - [SMALL_STATE(1088)] = 39401, - [SMALL_STATE(1089)] = 39441, - [SMALL_STATE(1090)] = 39481, - [SMALL_STATE(1091)] = 39509, - [SMALL_STATE(1092)] = 39549, - [SMALL_STATE(1093)] = 39577, - [SMALL_STATE(1094)] = 39617, - [SMALL_STATE(1095)] = 39665, - [SMALL_STATE(1096)] = 39705, - [SMALL_STATE(1097)] = 39745, - [SMALL_STATE(1098)] = 39785, - [SMALL_STATE(1099)] = 39825, - [SMALL_STATE(1100)] = 39865, - [SMALL_STATE(1101)] = 39893, - [SMALL_STATE(1102)] = 39933, - [SMALL_STATE(1103)] = 39973, - [SMALL_STATE(1104)] = 40013, - [SMALL_STATE(1105)] = 40053, - [SMALL_STATE(1106)] = 40093, - [SMALL_STATE(1107)] = 40133, - [SMALL_STATE(1108)] = 40183, - [SMALL_STATE(1109)] = 40223, - [SMALL_STATE(1110)] = 40251, - [SMALL_STATE(1111)] = 40291, - [SMALL_STATE(1112)] = 40331, - [SMALL_STATE(1113)] = 40371, - [SMALL_STATE(1114)] = 40417, - [SMALL_STATE(1115)] = 40457, - [SMALL_STATE(1116)] = 40496, - [SMALL_STATE(1117)] = 40545, - [SMALL_STATE(1118)] = 40590, - [SMALL_STATE(1119)] = 40635, - [SMALL_STATE(1120)] = 40670, - [SMALL_STATE(1121)] = 40715, - [SMALL_STATE(1122)] = 40742, - [SMALL_STATE(1123)] = 40783, - [SMALL_STATE(1124)] = 40816, - [SMALL_STATE(1125)] = 40861, - [SMALL_STATE(1126)] = 40910, - [SMALL_STATE(1127)] = 40937, - [SMALL_STATE(1128)] = 40968, - [SMALL_STATE(1129)] = 40995, - [SMALL_STATE(1130)] = 41022, - [SMALL_STATE(1131)] = 41065, - [SMALL_STATE(1132)] = 41110, - [SMALL_STATE(1133)] = 41137, - [SMALL_STATE(1134)] = 41164, - [SMALL_STATE(1135)] = 41191, - [SMALL_STATE(1136)] = 41236, - [SMALL_STATE(1137)] = 41265, - [SMALL_STATE(1138)] = 41292, - [SMALL_STATE(1139)] = 41337, - [SMALL_STATE(1140)] = 41372, - [SMALL_STATE(1141)] = 41417, - [SMALL_STATE(1142)] = 41444, - [SMALL_STATE(1143)] = 41489, - [SMALL_STATE(1144)] = 41516, - [SMALL_STATE(1145)] = 41553, - [SMALL_STATE(1146)] = 41598, - [SMALL_STATE(1147)] = 41643, - [SMALL_STATE(1148)] = 41688, - [SMALL_STATE(1149)] = 41729, - [SMALL_STATE(1150)] = 41770, - [SMALL_STATE(1151)] = 41811, - [SMALL_STATE(1152)] = 41852, - [SMALL_STATE(1153)] = 41893, - [SMALL_STATE(1154)] = 41934, - [SMALL_STATE(1155)] = 41975, - [SMALL_STATE(1156)] = 42016, - [SMALL_STATE(1157)] = 42057, - [SMALL_STATE(1158)] = 42092, - [SMALL_STATE(1159)] = 42133, - [SMALL_STATE(1160)] = 42171, - [SMALL_STATE(1161)] = 42209, - [SMALL_STATE(1162)] = 42257, - [SMALL_STATE(1163)] = 42302, - [SMALL_STATE(1164)] = 42343, - [SMALL_STATE(1165)] = 42388, - [SMALL_STATE(1166)] = 42433, - [SMALL_STATE(1167)] = 42474, - [SMALL_STATE(1168)] = 42519, - [SMALL_STATE(1169)] = 42560, - [SMALL_STATE(1170)] = 42605, - [SMALL_STATE(1171)] = 42646, - [SMALL_STATE(1172)] = 42676, - [SMALL_STATE(1173)] = 42714, - [SMALL_STATE(1174)] = 42740, - [SMALL_STATE(1175)] = 42765, - [SMALL_STATE(1176)] = 42800, - [SMALL_STATE(1177)] = 42829, - [SMALL_STATE(1178)] = 42864, - [SMALL_STATE(1179)] = 42899, - [SMALL_STATE(1180)] = 42934, - [SMALL_STATE(1181)] = 42959, - [SMALL_STATE(1182)] = 42994, - [SMALL_STATE(1183)] = 43023, - [SMALL_STATE(1184)] = 43052, - [SMALL_STATE(1185)] = 43087, - [SMALL_STATE(1186)] = 43122, - [SMALL_STATE(1187)] = 43157, - [SMALL_STATE(1188)] = 43192, - [SMALL_STATE(1189)] = 43231, - [SMALL_STATE(1190)] = 43256, - [SMALL_STATE(1191)] = 43291, - [SMALL_STATE(1192)] = 43316, - [SMALL_STATE(1193)] = 43351, - [SMALL_STATE(1194)] = 43386, - [SMALL_STATE(1195)] = 43415, - [SMALL_STATE(1196)] = 43451, - [SMALL_STATE(1197)] = 43471, - [SMALL_STATE(1198)] = 43495, - [SMALL_STATE(1199)] = 43527, - [SMALL_STATE(1200)] = 43547, - [SMALL_STATE(1201)] = 43579, - [SMALL_STATE(1202)] = 43613, - [SMALL_STATE(1203)] = 43633, - [SMALL_STATE(1204)] = 43662, - [SMALL_STATE(1205)] = 43691, - [SMALL_STATE(1206)] = 43718, - [SMALL_STATE(1207)] = 43747, - [SMALL_STATE(1208)] = 43776, - [SMALL_STATE(1209)] = 43805, - [SMALL_STATE(1210)] = 43832, - [SMALL_STATE(1211)] = 43859, - [SMALL_STATE(1212)] = 43890, - [SMALL_STATE(1213)] = 43919, - [SMALL_STATE(1214)] = 43948, - [SMALL_STATE(1215)] = 43975, - [SMALL_STATE(1216)] = 44004, - [SMALL_STATE(1217)] = 44028, - [SMALL_STATE(1218)] = 44046, - [SMALL_STATE(1219)] = 44064, - [SMALL_STATE(1220)] = 44082, - [SMALL_STATE(1221)] = 44108, - [SMALL_STATE(1222)] = 44132, - [SMALL_STATE(1223)] = 44158, - [SMALL_STATE(1224)] = 44188, - [SMALL_STATE(1225)] = 44206, - [SMALL_STATE(1226)] = 44232, - [SMALL_STATE(1227)] = 44250, - [SMALL_STATE(1228)] = 44268, - [SMALL_STATE(1229)] = 44290, - [SMALL_STATE(1230)] = 44316, - [SMALL_STATE(1231)] = 44337, - [SMALL_STATE(1232)] = 44358, - [SMALL_STATE(1233)] = 44379, - [SMALL_STATE(1234)] = 44400, - [SMALL_STATE(1235)] = 44423, - [SMALL_STATE(1236)] = 44444, - [SMALL_STATE(1237)] = 44465, - [SMALL_STATE(1238)] = 44490, - [SMALL_STATE(1239)] = 44519, - [SMALL_STATE(1240)] = 44542, - [SMALL_STATE(1241)] = 44558, - [SMALL_STATE(1242)] = 44584, - [SMALL_STATE(1243)] = 44604, - [SMALL_STATE(1244)] = 44620, - [SMALL_STATE(1245)] = 44636, - [SMALL_STATE(1246)] = 44662, - [SMALL_STATE(1247)] = 44678, - [SMALL_STATE(1248)] = 44704, - [SMALL_STATE(1249)] = 44724, - [SMALL_STATE(1250)] = 44740, - [SMALL_STATE(1251)] = 44756, - [SMALL_STATE(1252)] = 44776, - [SMALL_STATE(1253)] = 44792, - [SMALL_STATE(1254)] = 44816, - [SMALL_STATE(1255)] = 44836, - [SMALL_STATE(1256)] = 44854, - [SMALL_STATE(1257)] = 44880, - [SMALL_STATE(1258)] = 44896, - [SMALL_STATE(1259)] = 44922, - [SMALL_STATE(1260)] = 44937, - [SMALL_STATE(1261)] = 44952, - [SMALL_STATE(1262)] = 44967, - [SMALL_STATE(1263)] = 44982, - [SMALL_STATE(1264)] = 44997, - [SMALL_STATE(1265)] = 45012, - [SMALL_STATE(1266)] = 45035, - [SMALL_STATE(1267)] = 45060, - [SMALL_STATE(1268)] = 45075, - [SMALL_STATE(1269)] = 45098, - [SMALL_STATE(1270)] = 45113, - [SMALL_STATE(1271)] = 45136, - [SMALL_STATE(1272)] = 45151, - [SMALL_STATE(1273)] = 45165, - [SMALL_STATE(1274)] = 45181, - [SMALL_STATE(1275)] = 45197, - [SMALL_STATE(1276)] = 45211, - [SMALL_STATE(1277)] = 45229, - [SMALL_STATE(1278)] = 45243, - [SMALL_STATE(1279)] = 45257, - [SMALL_STATE(1280)] = 45275, - [SMALL_STATE(1281)] = 45291, - [SMALL_STATE(1282)] = 45309, - [SMALL_STATE(1283)] = 45327, - [SMALL_STATE(1284)] = 45345, - [SMALL_STATE(1285)] = 45363, - [SMALL_STATE(1286)] = 45381, - [SMALL_STATE(1287)] = 45399, - [SMALL_STATE(1288)] = 45418, - [SMALL_STATE(1289)] = 45429, - [SMALL_STATE(1290)] = 45440, - [SMALL_STATE(1291)] = 45451, - [SMALL_STATE(1292)] = 45462, - [SMALL_STATE(1293)] = 45473, - [SMALL_STATE(1294)] = 45484, - [SMALL_STATE(1295)] = 45495, - [SMALL_STATE(1296)] = 45506, - [SMALL_STATE(1297)] = 45523, - [SMALL_STATE(1298)] = 45540, - [SMALL_STATE(1299)] = 45551, - [SMALL_STATE(1300)] = 45562, - [SMALL_STATE(1301)] = 45581, - [SMALL_STATE(1302)] = 45592, - [SMALL_STATE(1303)] = 45603, - [SMALL_STATE(1304)] = 45617, - [SMALL_STATE(1305)] = 45633, - [SMALL_STATE(1306)] = 45649, - [SMALL_STATE(1307)] = 45663, - [SMALL_STATE(1308)] = 45677, - [SMALL_STATE(1309)] = 45691, - [SMALL_STATE(1310)] = 45705, - [SMALL_STATE(1311)] = 45719, - [SMALL_STATE(1312)] = 45733, - [SMALL_STATE(1313)] = 45747, - [SMALL_STATE(1314)] = 45763, - [SMALL_STATE(1315)] = 45777, - [SMALL_STATE(1316)] = 45791, - [SMALL_STATE(1317)] = 45805, - [SMALL_STATE(1318)] = 45819, - [SMALL_STATE(1319)] = 45833, - [SMALL_STATE(1320)] = 45847, - [SMALL_STATE(1321)] = 45861, - [SMALL_STATE(1322)] = 45875, - [SMALL_STATE(1323)] = 45889, - [SMALL_STATE(1324)] = 45903, - [SMALL_STATE(1325)] = 45919, - [SMALL_STATE(1326)] = 45933, - [SMALL_STATE(1327)] = 45949, - [SMALL_STATE(1328)] = 45963, - [SMALL_STATE(1329)] = 45977, - [SMALL_STATE(1330)] = 45991, - [SMALL_STATE(1331)] = 46007, - [SMALL_STATE(1332)] = 46021, - [SMALL_STATE(1333)] = 46035, - [SMALL_STATE(1334)] = 46049, - [SMALL_STATE(1335)] = 46063, - [SMALL_STATE(1336)] = 46079, - [SMALL_STATE(1337)] = 46089, - [SMALL_STATE(1338)] = 46103, - [SMALL_STATE(1339)] = 46117, - [SMALL_STATE(1340)] = 46131, - [SMALL_STATE(1341)] = 46147, - [SMALL_STATE(1342)] = 46163, - [SMALL_STATE(1343)] = 46179, - [SMALL_STATE(1344)] = 46195, - [SMALL_STATE(1345)] = 46209, - [SMALL_STATE(1346)] = 46225, - [SMALL_STATE(1347)] = 46239, - [SMALL_STATE(1348)] = 46255, - [SMALL_STATE(1349)] = 46271, - [SMALL_STATE(1350)] = 46285, - [SMALL_STATE(1351)] = 46301, - [SMALL_STATE(1352)] = 46315, - [SMALL_STATE(1353)] = 46329, - [SMALL_STATE(1354)] = 46345, - [SMALL_STATE(1355)] = 46361, - [SMALL_STATE(1356)] = 46375, - [SMALL_STATE(1357)] = 46389, - [SMALL_STATE(1358)] = 46405, - [SMALL_STATE(1359)] = 46421, - [SMALL_STATE(1360)] = 46434, - [SMALL_STATE(1361)] = 46447, - [SMALL_STATE(1362)] = 46460, - [SMALL_STATE(1363)] = 46473, - [SMALL_STATE(1364)] = 46486, - [SMALL_STATE(1365)] = 46497, - [SMALL_STATE(1366)] = 46506, - [SMALL_STATE(1367)] = 46515, - [SMALL_STATE(1368)] = 46528, - [SMALL_STATE(1369)] = 46541, - [SMALL_STATE(1370)] = 46554, - [SMALL_STATE(1371)] = 46567, - [SMALL_STATE(1372)] = 46580, - [SMALL_STATE(1373)] = 46593, - [SMALL_STATE(1374)] = 46602, - [SMALL_STATE(1375)] = 46615, - [SMALL_STATE(1376)] = 46628, - [SMALL_STATE(1377)] = 46641, - [SMALL_STATE(1378)] = 46654, - [SMALL_STATE(1379)] = 46667, - [SMALL_STATE(1380)] = 46680, - [SMALL_STATE(1381)] = 46693, - [SMALL_STATE(1382)] = 46702, - [SMALL_STATE(1383)] = 46715, - [SMALL_STATE(1384)] = 46728, - [SMALL_STATE(1385)] = 46741, - [SMALL_STATE(1386)] = 46754, - [SMALL_STATE(1387)] = 46767, - [SMALL_STATE(1388)] = 46780, - [SMALL_STATE(1389)] = 46793, - [SMALL_STATE(1390)] = 46806, - [SMALL_STATE(1391)] = 46819, - [SMALL_STATE(1392)] = 46832, - [SMALL_STATE(1393)] = 46845, - [SMALL_STATE(1394)] = 46858, - [SMALL_STATE(1395)] = 46871, - [SMALL_STATE(1396)] = 46884, - [SMALL_STATE(1397)] = 46897, - [SMALL_STATE(1398)] = 46910, - [SMALL_STATE(1399)] = 46923, - [SMALL_STATE(1400)] = 46936, - [SMALL_STATE(1401)] = 46945, - [SMALL_STATE(1402)] = 46958, - [SMALL_STATE(1403)] = 46971, - [SMALL_STATE(1404)] = 46980, - [SMALL_STATE(1405)] = 46993, - [SMALL_STATE(1406)] = 47006, - [SMALL_STATE(1407)] = 47019, - [SMALL_STATE(1408)] = 47032, - [SMALL_STATE(1409)] = 47041, - [SMALL_STATE(1410)] = 47054, - [SMALL_STATE(1411)] = 47067, - [SMALL_STATE(1412)] = 47080, - [SMALL_STATE(1413)] = 47093, - [SMALL_STATE(1414)] = 47106, - [SMALL_STATE(1415)] = 47119, - [SMALL_STATE(1416)] = 47132, - [SMALL_STATE(1417)] = 47145, - [SMALL_STATE(1418)] = 47158, - [SMALL_STATE(1419)] = 47171, - [SMALL_STATE(1420)] = 47184, - [SMALL_STATE(1421)] = 47197, - [SMALL_STATE(1422)] = 47210, - [SMALL_STATE(1423)] = 47223, - [SMALL_STATE(1424)] = 47232, - [SMALL_STATE(1425)] = 47245, - [SMALL_STATE(1426)] = 47258, - [SMALL_STATE(1427)] = 47271, - [SMALL_STATE(1428)] = 47284, - [SMALL_STATE(1429)] = 47293, - [SMALL_STATE(1430)] = 47304, - [SMALL_STATE(1431)] = 47313, - [SMALL_STATE(1432)] = 47326, - [SMALL_STATE(1433)] = 47339, - [SMALL_STATE(1434)] = 47352, - [SMALL_STATE(1435)] = 47365, - [SMALL_STATE(1436)] = 47378, - [SMALL_STATE(1437)] = 47391, - [SMALL_STATE(1438)] = 47404, - [SMALL_STATE(1439)] = 47417, - [SMALL_STATE(1440)] = 47430, - [SMALL_STATE(1441)] = 47440, - [SMALL_STATE(1442)] = 47450, - [SMALL_STATE(1443)] = 47460, - [SMALL_STATE(1444)] = 47470, - [SMALL_STATE(1445)] = 47480, - [SMALL_STATE(1446)] = 47488, - [SMALL_STATE(1447)] = 47498, - [SMALL_STATE(1448)] = 47508, - [SMALL_STATE(1449)] = 47516, - [SMALL_STATE(1450)] = 47526, - [SMALL_STATE(1451)] = 47534, - [SMALL_STATE(1452)] = 47544, - [SMALL_STATE(1453)] = 47554, - [SMALL_STATE(1454)] = 47564, - [SMALL_STATE(1455)] = 47574, - [SMALL_STATE(1456)] = 47582, - [SMALL_STATE(1457)] = 47592, - [SMALL_STATE(1458)] = 47600, - [SMALL_STATE(1459)] = 47610, - [SMALL_STATE(1460)] = 47620, - [SMALL_STATE(1461)] = 47630, - [SMALL_STATE(1462)] = 47640, - [SMALL_STATE(1463)] = 47650, - [SMALL_STATE(1464)] = 47660, - [SMALL_STATE(1465)] = 47670, - [SMALL_STATE(1466)] = 47680, - [SMALL_STATE(1467)] = 47690, - [SMALL_STATE(1468)] = 47698, - [SMALL_STATE(1469)] = 47708, - [SMALL_STATE(1470)] = 47716, - [SMALL_STATE(1471)] = 47724, - [SMALL_STATE(1472)] = 47734, - [SMALL_STATE(1473)] = 47744, - [SMALL_STATE(1474)] = 47754, - [SMALL_STATE(1475)] = 47764, - [SMALL_STATE(1476)] = 47772, - [SMALL_STATE(1477)] = 47782, - [SMALL_STATE(1478)] = 47790, - [SMALL_STATE(1479)] = 47800, - [SMALL_STATE(1480)] = 47808, - [SMALL_STATE(1481)] = 47818, - [SMALL_STATE(1482)] = 47828, - [SMALL_STATE(1483)] = 47836, - [SMALL_STATE(1484)] = 47846, - [SMALL_STATE(1485)] = 47856, - [SMALL_STATE(1486)] = 47864, - [SMALL_STATE(1487)] = 47874, - [SMALL_STATE(1488)] = 47884, - [SMALL_STATE(1489)] = 47892, - [SMALL_STATE(1490)] = 47902, - [SMALL_STATE(1491)] = 47910, - [SMALL_STATE(1492)] = 47920, - [SMALL_STATE(1493)] = 47928, - [SMALL_STATE(1494)] = 47938, - [SMALL_STATE(1495)] = 47948, - [SMALL_STATE(1496)] = 47958, - [SMALL_STATE(1497)] = 47968, - [SMALL_STATE(1498)] = 47978, - [SMALL_STATE(1499)] = 47986, - [SMALL_STATE(1500)] = 47996, - [SMALL_STATE(1501)] = 48004, - [SMALL_STATE(1502)] = 48012, - [SMALL_STATE(1503)] = 48022, - [SMALL_STATE(1504)] = 48032, - [SMALL_STATE(1505)] = 48042, - [SMALL_STATE(1506)] = 48052, - [SMALL_STATE(1507)] = 48062, - [SMALL_STATE(1508)] = 48072, - [SMALL_STATE(1509)] = 48080, - [SMALL_STATE(1510)] = 48090, - [SMALL_STATE(1511)] = 48100, - [SMALL_STATE(1512)] = 48110, - [SMALL_STATE(1513)] = 48120, - [SMALL_STATE(1514)] = 48128, - [SMALL_STATE(1515)] = 48138, - [SMALL_STATE(1516)] = 48148, - [SMALL_STATE(1517)] = 48158, - [SMALL_STATE(1518)] = 48168, - [SMALL_STATE(1519)] = 48178, - [SMALL_STATE(1520)] = 48185, - [SMALL_STATE(1521)] = 48192, - [SMALL_STATE(1522)] = 48199, - [SMALL_STATE(1523)] = 48206, - [SMALL_STATE(1524)] = 48213, - [SMALL_STATE(1525)] = 48220, - [SMALL_STATE(1526)] = 48227, - [SMALL_STATE(1527)] = 48234, - [SMALL_STATE(1528)] = 48241, - [SMALL_STATE(1529)] = 48248, - [SMALL_STATE(1530)] = 48255, - [SMALL_STATE(1531)] = 48262, - [SMALL_STATE(1532)] = 48269, - [SMALL_STATE(1533)] = 48276, - [SMALL_STATE(1534)] = 48283, - [SMALL_STATE(1535)] = 48290, - [SMALL_STATE(1536)] = 48297, - [SMALL_STATE(1537)] = 48304, - [SMALL_STATE(1538)] = 48311, - [SMALL_STATE(1539)] = 48318, - [SMALL_STATE(1540)] = 48325, - [SMALL_STATE(1541)] = 48332, - [SMALL_STATE(1542)] = 48339, - [SMALL_STATE(1543)] = 48346, - [SMALL_STATE(1544)] = 48353, - [SMALL_STATE(1545)] = 48360, - [SMALL_STATE(1546)] = 48367, - [SMALL_STATE(1547)] = 48374, - [SMALL_STATE(1548)] = 48381, - [SMALL_STATE(1549)] = 48388, - [SMALL_STATE(1550)] = 48395, - [SMALL_STATE(1551)] = 48402, - [SMALL_STATE(1552)] = 48409, - [SMALL_STATE(1553)] = 48416, - [SMALL_STATE(1554)] = 48423, - [SMALL_STATE(1555)] = 48430, - [SMALL_STATE(1556)] = 48437, - [SMALL_STATE(1557)] = 48444, - [SMALL_STATE(1558)] = 48451, - [SMALL_STATE(1559)] = 48458, - [SMALL_STATE(1560)] = 48465, - [SMALL_STATE(1561)] = 48472, - [SMALL_STATE(1562)] = 48479, - [SMALL_STATE(1563)] = 48486, - [SMALL_STATE(1564)] = 48493, - [SMALL_STATE(1565)] = 48500, - [SMALL_STATE(1566)] = 48507, - [SMALL_STATE(1567)] = 48514, - [SMALL_STATE(1568)] = 48521, - [SMALL_STATE(1569)] = 48528, - [SMALL_STATE(1570)] = 48535, - [SMALL_STATE(1571)] = 48542, - [SMALL_STATE(1572)] = 48549, - [SMALL_STATE(1573)] = 48556, - [SMALL_STATE(1574)] = 48563, - [SMALL_STATE(1575)] = 48570, - [SMALL_STATE(1576)] = 48577, - [SMALL_STATE(1577)] = 48584, - [SMALL_STATE(1578)] = 48591, - [SMALL_STATE(1579)] = 48598, - [SMALL_STATE(1580)] = 48605, - [SMALL_STATE(1581)] = 48612, - [SMALL_STATE(1582)] = 48619, - [SMALL_STATE(1583)] = 48626, - [SMALL_STATE(1584)] = 48633, - [SMALL_STATE(1585)] = 48640, - [SMALL_STATE(1586)] = 48647, - [SMALL_STATE(1587)] = 48654, - [SMALL_STATE(1588)] = 48661, - [SMALL_STATE(1589)] = 48668, - [SMALL_STATE(1590)] = 48675, - [SMALL_STATE(1591)] = 48682, - [SMALL_STATE(1592)] = 48689, - [SMALL_STATE(1593)] = 48696, - [SMALL_STATE(1594)] = 48703, - [SMALL_STATE(1595)] = 48710, - [SMALL_STATE(1596)] = 48717, - [SMALL_STATE(1597)] = 48724, - [SMALL_STATE(1598)] = 48731, - [SMALL_STATE(1599)] = 48738, - [SMALL_STATE(1600)] = 48745, - [SMALL_STATE(1601)] = 48752, - [SMALL_STATE(1602)] = 48759, - [SMALL_STATE(1603)] = 48766, - [SMALL_STATE(1604)] = 48773, - [SMALL_STATE(1605)] = 48780, - [SMALL_STATE(1606)] = 48787, - [SMALL_STATE(1607)] = 48794, - [SMALL_STATE(1608)] = 48801, - [SMALL_STATE(1609)] = 48808, - [SMALL_STATE(1610)] = 48815, - [SMALL_STATE(1611)] = 48822, - [SMALL_STATE(1612)] = 48829, - [SMALL_STATE(1613)] = 48836, - [SMALL_STATE(1614)] = 48843, - [SMALL_STATE(1615)] = 48850, - [SMALL_STATE(1616)] = 48857, - [SMALL_STATE(1617)] = 48864, - [SMALL_STATE(1618)] = 48871, - [SMALL_STATE(1619)] = 48878, - [SMALL_STATE(1620)] = 48885, - [SMALL_STATE(1621)] = 48892, - [SMALL_STATE(1622)] = 48899, - [SMALL_STATE(1623)] = 48906, - [SMALL_STATE(1624)] = 48913, - [SMALL_STATE(1625)] = 48920, - [SMALL_STATE(1626)] = 48927, - [SMALL_STATE(1627)] = 48934, - [SMALL_STATE(1628)] = 48941, - [SMALL_STATE(1629)] = 48948, - [SMALL_STATE(1630)] = 48955, - [SMALL_STATE(1631)] = 48962, - [SMALL_STATE(1632)] = 48969, - [SMALL_STATE(1633)] = 48976, - [SMALL_STATE(1634)] = 48983, - [SMALL_STATE(1635)] = 48990, - [SMALL_STATE(1636)] = 48997, - [SMALL_STATE(1637)] = 49004, - [SMALL_STATE(1638)] = 49011, - [SMALL_STATE(1639)] = 49018, - [SMALL_STATE(1640)] = 49025, - [SMALL_STATE(1641)] = 49032, - [SMALL_STATE(1642)] = 49039, - [SMALL_STATE(1643)] = 49046, - [SMALL_STATE(1644)] = 49053, - [SMALL_STATE(1645)] = 49060, - [SMALL_STATE(1646)] = 49067, - [SMALL_STATE(1647)] = 49074, - [SMALL_STATE(1648)] = 49081, - [SMALL_STATE(1649)] = 49088, - [SMALL_STATE(1650)] = 49095, - [SMALL_STATE(1651)] = 49102, - [SMALL_STATE(1652)] = 49109, - [SMALL_STATE(1653)] = 49116, - [SMALL_STATE(1654)] = 49123, - [SMALL_STATE(1655)] = 49130, - [SMALL_STATE(1656)] = 49137, - [SMALL_STATE(1657)] = 49144, - [SMALL_STATE(1658)] = 49151, - [SMALL_STATE(1659)] = 49158, - [SMALL_STATE(1660)] = 49165, - [SMALL_STATE(1661)] = 49172, - [SMALL_STATE(1662)] = 49179, - [SMALL_STATE(1663)] = 49186, - [SMALL_STATE(1664)] = 49193, - [SMALL_STATE(1665)] = 49200, - [SMALL_STATE(1666)] = 49207, - [SMALL_STATE(1667)] = 49214, - [SMALL_STATE(1668)] = 49221, - [SMALL_STATE(1669)] = 49228, - [SMALL_STATE(1670)] = 49235, - [SMALL_STATE(1671)] = 49242, - [SMALL_STATE(1672)] = 49249, - [SMALL_STATE(1673)] = 49256, - [SMALL_STATE(1674)] = 49263, - [SMALL_STATE(1675)] = 49270, - [SMALL_STATE(1676)] = 49277, - [SMALL_STATE(1677)] = 49284, - [SMALL_STATE(1678)] = 49291, - [SMALL_STATE(1679)] = 49298, - [SMALL_STATE(1680)] = 49305, - [SMALL_STATE(1681)] = 49312, - [SMALL_STATE(1682)] = 49319, - [SMALL_STATE(1683)] = 49326, - [SMALL_STATE(1684)] = 49333, - [SMALL_STATE(1685)] = 49340, - [SMALL_STATE(1686)] = 49347, - [SMALL_STATE(1687)] = 49354, - [SMALL_STATE(1688)] = 49361, - [SMALL_STATE(1689)] = 49368, - [SMALL_STATE(1690)] = 49375, - [SMALL_STATE(1691)] = 49382, - [SMALL_STATE(1692)] = 49389, - [SMALL_STATE(1693)] = 49396, - [SMALL_STATE(1694)] = 49403, - [SMALL_STATE(1695)] = 49410, - [SMALL_STATE(1696)] = 49417, - [SMALL_STATE(1697)] = 49424, - [SMALL_STATE(1698)] = 49431, - [SMALL_STATE(1699)] = 49438, - [SMALL_STATE(1700)] = 49445, - [SMALL_STATE(1701)] = 49452, - [SMALL_STATE(1702)] = 49459, - [SMALL_STATE(1703)] = 49466, - [SMALL_STATE(1704)] = 49473, - [SMALL_STATE(1705)] = 49480, - [SMALL_STATE(1706)] = 49487, - [SMALL_STATE(1707)] = 49494, - [SMALL_STATE(1708)] = 49501, - [SMALL_STATE(1709)] = 49508, - [SMALL_STATE(1710)] = 49515, - [SMALL_STATE(1711)] = 49522, - [SMALL_STATE(1712)] = 49529, - [SMALL_STATE(1713)] = 49536, - [SMALL_STATE(1714)] = 49543, - [SMALL_STATE(1715)] = 49550, - [SMALL_STATE(1716)] = 49557, - [SMALL_STATE(1717)] = 49564, - [SMALL_STATE(1718)] = 49571, - [SMALL_STATE(1719)] = 49578, - [SMALL_STATE(1720)] = 49585, - [SMALL_STATE(1721)] = 49592, - [SMALL_STATE(1722)] = 49599, - [SMALL_STATE(1723)] = 49606, - [SMALL_STATE(1724)] = 49613, - [SMALL_STATE(1725)] = 49620, - [SMALL_STATE(1726)] = 49627, - [SMALL_STATE(1727)] = 49634, - [SMALL_STATE(1728)] = 49641, - [SMALL_STATE(1729)] = 49648, - [SMALL_STATE(1730)] = 49655, - [SMALL_STATE(1731)] = 49662, - [SMALL_STATE(1732)] = 49669, - [SMALL_STATE(1733)] = 49676, - [SMALL_STATE(1734)] = 49683, - [SMALL_STATE(1735)] = 49690, - [SMALL_STATE(1736)] = 49697, - [SMALL_STATE(1737)] = 49704, - [SMALL_STATE(1738)] = 49711, - [SMALL_STATE(1739)] = 49718, - [SMALL_STATE(1740)] = 49725, - [SMALL_STATE(1741)] = 49732, - [SMALL_STATE(1742)] = 49739, - [SMALL_STATE(1743)] = 49746, - [SMALL_STATE(1744)] = 49753, - [SMALL_STATE(1745)] = 49760, - [SMALL_STATE(1746)] = 49767, - [SMALL_STATE(1747)] = 49774, - [SMALL_STATE(1748)] = 49781, - [SMALL_STATE(1749)] = 49788, - [SMALL_STATE(1750)] = 49795, - [SMALL_STATE(1751)] = 49802, - [SMALL_STATE(1752)] = 49809, - [SMALL_STATE(1753)] = 49816, - [SMALL_STATE(1754)] = 49823, - [SMALL_STATE(1755)] = 49830, - [SMALL_STATE(1756)] = 49837, - [SMALL_STATE(1757)] = 49844, - [SMALL_STATE(1758)] = 49851, - [SMALL_STATE(1759)] = 49858, + [SMALL_STATE(510)] = 0, + [SMALL_STATE(511)] = 114, + [SMALL_STATE(512)] = 228, + [SMALL_STATE(513)] = 338, + [SMALL_STATE(514)] = 449, + [SMALL_STATE(515)] = 557, + [SMALL_STATE(516)] = 665, + [SMALL_STATE(517)] = 773, + [SMALL_STATE(518)] = 881, + [SMALL_STATE(519)] = 987, + [SMALL_STATE(520)] = 1095, + [SMALL_STATE(521)] = 1203, + [SMALL_STATE(522)] = 1311, + [SMALL_STATE(523)] = 1419, + [SMALL_STATE(524)] = 1527, + [SMALL_STATE(525)] = 1635, + [SMALL_STATE(526)] = 1743, + [SMALL_STATE(527)] = 1851, + [SMALL_STATE(528)] = 1959, + [SMALL_STATE(529)] = 2067, + [SMALL_STATE(530)] = 2175, + [SMALL_STATE(531)] = 2283, + [SMALL_STATE(532)] = 2391, + [SMALL_STATE(533)] = 2499, + [SMALL_STATE(534)] = 2607, + [SMALL_STATE(535)] = 2715, + [SMALL_STATE(536)] = 2823, + [SMALL_STATE(537)] = 2929, + [SMALL_STATE(538)] = 3037, + [SMALL_STATE(539)] = 3145, + [SMALL_STATE(540)] = 3253, + [SMALL_STATE(541)] = 3356, + [SMALL_STATE(542)] = 3461, + [SMALL_STATE(543)] = 3566, + [SMALL_STATE(544)] = 3671, + [SMALL_STATE(545)] = 3784, + [SMALL_STATE(546)] = 3887, + [SMALL_STATE(547)] = 3990, + [SMALL_STATE(548)] = 4095, + [SMALL_STATE(549)] = 4198, + [SMALL_STATE(550)] = 4301, + [SMALL_STATE(551)] = 4404, + [SMALL_STATE(552)] = 4507, + [SMALL_STATE(553)] = 4612, + [SMALL_STATE(554)] = 4717, + [SMALL_STATE(555)] = 4820, + [SMALL_STATE(556)] = 4925, + [SMALL_STATE(557)] = 5028, + [SMALL_STATE(558)] = 5131, + [SMALL_STATE(559)] = 5231, + [SMALL_STATE(560)] = 5331, + [SMALL_STATE(561)] = 5431, + [SMALL_STATE(562)] = 5531, + [SMALL_STATE(563)] = 5633, + [SMALL_STATE(564)] = 5733, + [SMALL_STATE(565)] = 5835, + [SMALL_STATE(566)] = 5935, + [SMALL_STATE(567)] = 6035, + [SMALL_STATE(568)] = 6135, + [SMALL_STATE(569)] = 6237, + [SMALL_STATE(570)] = 6337, + [SMALL_STATE(571)] = 6437, + [SMALL_STATE(572)] = 6537, + [SMALL_STATE(573)] = 6637, + [SMALL_STATE(574)] = 6739, + [SMALL_STATE(575)] = 6839, + [SMALL_STATE(576)] = 6939, + [SMALL_STATE(577)] = 7041, + [SMALL_STATE(578)] = 7143, + [SMALL_STATE(579)] = 7245, + [SMALL_STATE(580)] = 7347, + [SMALL_STATE(581)] = 7447, + [SMALL_STATE(582)] = 7549, + [SMALL_STATE(583)] = 7651, + [SMALL_STATE(584)] = 7753, + [SMALL_STATE(585)] = 7855, + [SMALL_STATE(586)] = 7957, + [SMALL_STATE(587)] = 8059, + [SMALL_STATE(588)] = 8161, + [SMALL_STATE(589)] = 8263, + [SMALL_STATE(590)] = 8365, + [SMALL_STATE(591)] = 8467, + [SMALL_STATE(592)] = 8569, + [SMALL_STATE(593)] = 8671, + [SMALL_STATE(594)] = 8773, + [SMALL_STATE(595)] = 8875, + [SMALL_STATE(596)] = 8977, + [SMALL_STATE(597)] = 9079, + [SMALL_STATE(598)] = 9181, + [SMALL_STATE(599)] = 9283, + [SMALL_STATE(600)] = 9383, + [SMALL_STATE(601)] = 9485, + [SMALL_STATE(602)] = 9587, + [SMALL_STATE(603)] = 9687, + [SMALL_STATE(604)] = 9789, + [SMALL_STATE(605)] = 9891, + [SMALL_STATE(606)] = 9993, + [SMALL_STATE(607)] = 10095, + [SMALL_STATE(608)] = 10197, + [SMALL_STATE(609)] = 10297, + [SMALL_STATE(610)] = 10399, + [SMALL_STATE(611)] = 10501, + [SMALL_STATE(612)] = 10603, + [SMALL_STATE(613)] = 10705, + [SMALL_STATE(614)] = 10807, + [SMALL_STATE(615)] = 10907, + [SMALL_STATE(616)] = 11009, + [SMALL_STATE(617)] = 11111, + [SMALL_STATE(618)] = 11211, + [SMALL_STATE(619)] = 11313, + [SMALL_STATE(620)] = 11415, + [SMALL_STATE(621)] = 11517, + [SMALL_STATE(622)] = 11619, + [SMALL_STATE(623)] = 11719, + [SMALL_STATE(624)] = 11821, + [SMALL_STATE(625)] = 11923, + [SMALL_STATE(626)] = 12025, + [SMALL_STATE(627)] = 12127, + [SMALL_STATE(628)] = 12227, + [SMALL_STATE(629)] = 12327, + [SMALL_STATE(630)] = 12427, + [SMALL_STATE(631)] = 12527, + [SMALL_STATE(632)] = 12629, + [SMALL_STATE(633)] = 12729, + [SMALL_STATE(634)] = 12829, + [SMALL_STATE(635)] = 12931, + [SMALL_STATE(636)] = 13031, + [SMALL_STATE(637)] = 13131, + [SMALL_STATE(638)] = 13231, + [SMALL_STATE(639)] = 13331, + [SMALL_STATE(640)] = 13431, + [SMALL_STATE(641)] = 13532, + [SMALL_STATE(642)] = 13633, + [SMALL_STATE(643)] = 13734, + [SMALL_STATE(644)] = 13835, + [SMALL_STATE(645)] = 13936, + [SMALL_STATE(646)] = 14015, + [SMALL_STATE(647)] = 14080, + [SMALL_STATE(648)] = 14145, + [SMALL_STATE(649)] = 14210, + [SMALL_STATE(650)] = 14302, + [SMALL_STATE(651)] = 14396, + [SMALL_STATE(652)] = 14488, + [SMALL_STATE(653)] = 14580, + [SMALL_STATE(654)] = 14672, + [SMALL_STATE(655)] = 14764, + [SMALL_STATE(656)] = 14856, + [SMALL_STATE(657)] = 14948, + [SMALL_STATE(658)] = 15040, + [SMALL_STATE(659)] = 15132, + [SMALL_STATE(660)] = 15224, + [SMALL_STATE(661)] = 15316, + [SMALL_STATE(662)] = 15408, + [SMALL_STATE(663)] = 15500, + [SMALL_STATE(664)] = 15592, + [SMALL_STATE(665)] = 15684, + [SMALL_STATE(666)] = 15776, + [SMALL_STATE(667)] = 15868, + [SMALL_STATE(668)] = 15960, + [SMALL_STATE(669)] = 16052, + [SMALL_STATE(670)] = 16144, + [SMALL_STATE(671)] = 16236, + [SMALL_STATE(672)] = 16293, + [SMALL_STATE(673)] = 16350, + [SMALL_STATE(674)] = 16407, + [SMALL_STATE(675)] = 16498, + [SMALL_STATE(676)] = 16559, + [SMALL_STATE(677)] = 16648, + [SMALL_STATE(678)] = 16709, + [SMALL_STATE(679)] = 16798, + [SMALL_STATE(680)] = 16855, + [SMALL_STATE(681)] = 16912, + [SMALL_STATE(682)] = 16976, + [SMALL_STATE(683)] = 17031, + [SMALL_STATE(684)] = 17086, + [SMALL_STATE(685)] = 17141, + [SMALL_STATE(686)] = 17196, + [SMALL_STATE(687)] = 17251, + [SMALL_STATE(688)] = 17306, + [SMALL_STATE(689)] = 17361, + [SMALL_STATE(690)] = 17416, + [SMALL_STATE(691)] = 17475, + [SMALL_STATE(692)] = 17530, + [SMALL_STATE(693)] = 17585, + [SMALL_STATE(694)] = 17667, + [SMALL_STATE(695)] = 17749, + [SMALL_STATE(696)] = 17831, + [SMALL_STATE(697)] = 17913, + [SMALL_STATE(698)] = 17995, + [SMALL_STATE(699)] = 18077, + [SMALL_STATE(700)] = 18159, + [SMALL_STATE(701)] = 18241, + [SMALL_STATE(702)] = 18323, + [SMALL_STATE(703)] = 18405, + [SMALL_STATE(704)] = 18468, + [SMALL_STATE(705)] = 18531, + [SMALL_STATE(706)] = 18594, + [SMALL_STATE(707)] = 18657, + [SMALL_STATE(708)] = 18710, + [SMALL_STATE(709)] = 18775, + [SMALL_STATE(710)] = 18838, + [SMALL_STATE(711)] = 18901, + [SMALL_STATE(712)] = 18980, + [SMALL_STATE(713)] = 19032, + [SMALL_STATE(714)] = 19117, + [SMALL_STATE(715)] = 19178, + [SMALL_STATE(716)] = 19241, + [SMALL_STATE(717)] = 19292, + [SMALL_STATE(718)] = 19377, + [SMALL_STATE(719)] = 19438, + [SMALL_STATE(720)] = 19489, + [SMALL_STATE(721)] = 19540, + [SMALL_STATE(722)] = 19591, + [SMALL_STATE(723)] = 19658, + [SMALL_STATE(724)] = 19743, + [SMALL_STATE(725)] = 19794, + [SMALL_STATE(726)] = 19845, + [SMALL_STATE(727)] = 19896, + [SMALL_STATE(728)] = 19947, + [SMALL_STATE(729)] = 19998, + [SMALL_STATE(730)] = 20049, + [SMALL_STATE(731)] = 20100, + [SMALL_STATE(732)] = 20151, + [SMALL_STATE(733)] = 20230, + [SMALL_STATE(734)] = 20281, + [SMALL_STATE(735)] = 20358, + [SMALL_STATE(736)] = 20419, + [SMALL_STATE(737)] = 20470, + [SMALL_STATE(738)] = 20521, + [SMALL_STATE(739)] = 20572, + [SMALL_STATE(740)] = 20647, + [SMALL_STATE(741)] = 20720, + [SMALL_STATE(742)] = 20791, + [SMALL_STATE(743)] = 20858, + [SMALL_STATE(744)] = 20909, + [SMALL_STATE(745)] = 20974, + [SMALL_STATE(746)] = 21025, + [SMALL_STATE(747)] = 21076, + [SMALL_STATE(748)] = 21127, + [SMALL_STATE(749)] = 21208, + [SMALL_STATE(750)] = 21269, + [SMALL_STATE(751)] = 21328, + [SMALL_STATE(752)] = 21379, + [SMALL_STATE(753)] = 21438, + [SMALL_STATE(754)] = 21492, + [SMALL_STATE(755)] = 21541, + [SMALL_STATE(756)] = 21590, + [SMALL_STATE(757)] = 21639, + [SMALL_STATE(758)] = 21688, + [SMALL_STATE(759)] = 21737, + [SMALL_STATE(760)] = 21786, + [SMALL_STATE(761)] = 21835, + [SMALL_STATE(762)] = 21884, + [SMALL_STATE(763)] = 21933, + [SMALL_STATE(764)] = 21982, + [SMALL_STATE(765)] = 22031, + [SMALL_STATE(766)] = 22080, + [SMALL_STATE(767)] = 22129, + [SMALL_STATE(768)] = 22178, + [SMALL_STATE(769)] = 22227, + [SMALL_STATE(770)] = 22276, + [SMALL_STATE(771)] = 22325, + [SMALL_STATE(772)] = 22374, + [SMALL_STATE(773)] = 22421, + [SMALL_STATE(774)] = 22476, + [SMALL_STATE(775)] = 22523, + [SMALL_STATE(776)] = 22570, + [SMALL_STATE(777)] = 22625, + [SMALL_STATE(778)] = 22672, + [SMALL_STATE(779)] = 22719, + [SMALL_STATE(780)] = 22772, + [SMALL_STATE(781)] = 22851, + [SMALL_STATE(782)] = 22898, + [SMALL_STATE(783)] = 22945, + [SMALL_STATE(784)] = 22992, + [SMALL_STATE(785)] = 23047, + [SMALL_STATE(786)] = 23094, + [SMALL_STATE(787)] = 23141, + [SMALL_STATE(788)] = 23188, + [SMALL_STATE(789)] = 23235, + [SMALL_STATE(790)] = 23282, + [SMALL_STATE(791)] = 23337, + [SMALL_STATE(792)] = 23392, + [SMALL_STATE(793)] = 23439, + [SMALL_STATE(794)] = 23486, + [SMALL_STATE(795)] = 23533, + [SMALL_STATE(796)] = 23580, + [SMALL_STATE(797)] = 23633, + [SMALL_STATE(798)] = 23680, + [SMALL_STATE(799)] = 23727, + [SMALL_STATE(800)] = 23774, + [SMALL_STATE(801)] = 23830, + [SMALL_STATE(802)] = 23876, + [SMALL_STATE(803)] = 23956, + [SMALL_STATE(804)] = 24032, + [SMALL_STATE(805)] = 24078, + [SMALL_STATE(806)] = 24140, + [SMALL_STATE(807)] = 24198, + [SMALL_STATE(808)] = 24278, + [SMALL_STATE(809)] = 24358, + [SMALL_STATE(810)] = 24412, + [SMALL_STATE(811)] = 24468, + [SMALL_STATE(812)] = 24514, + [SMALL_STATE(813)] = 24570, + [SMALL_STATE(814)] = 24644, + [SMALL_STATE(815)] = 24714, + [SMALL_STATE(816)] = 24760, + [SMALL_STATE(817)] = 24816, + [SMALL_STATE(818)] = 24884, + [SMALL_STATE(819)] = 24950, + [SMALL_STATE(820)] = 25010, + [SMALL_STATE(821)] = 25072, + [SMALL_STATE(822)] = 25144, + [SMALL_STATE(823)] = 25190, + [SMALL_STATE(824)] = 25235, + [SMALL_STATE(825)] = 25280, + [SMALL_STATE(826)] = 25325, + [SMALL_STATE(827)] = 25370, + [SMALL_STATE(828)] = 25419, + [SMALL_STATE(829)] = 25464, + [SMALL_STATE(830)] = 25513, + [SMALL_STATE(831)] = 25558, + [SMALL_STATE(832)] = 25603, + [SMALL_STATE(833)] = 25648, + [SMALL_STATE(834)] = 25697, + [SMALL_STATE(835)] = 25746, + [SMALL_STATE(836)] = 25795, + [SMALL_STATE(837)] = 25840, + [SMALL_STATE(838)] = 25885, + [SMALL_STATE(839)] = 25930, + [SMALL_STATE(840)] = 25979, + [SMALL_STATE(841)] = 26036, + [SMALL_STATE(842)] = 26093, + [SMALL_STATE(843)] = 26142, + [SMALL_STATE(844)] = 26191, + [SMALL_STATE(845)] = 26240, + [SMALL_STATE(846)] = 26285, + [SMALL_STATE(847)] = 26330, + [SMALL_STATE(848)] = 26379, + [SMALL_STATE(849)] = 26428, + [SMALL_STATE(850)] = 26473, + [SMALL_STATE(851)] = 26518, + [SMALL_STATE(852)] = 26563, + [SMALL_STATE(853)] = 26608, + [SMALL_STATE(854)] = 26653, + [SMALL_STATE(855)] = 26698, + [SMALL_STATE(856)] = 26743, + [SMALL_STATE(857)] = 26788, + [SMALL_STATE(858)] = 26837, + [SMALL_STATE(859)] = 26886, + [SMALL_STATE(860)] = 26931, + [SMALL_STATE(861)] = 26976, + [SMALL_STATE(862)] = 27025, + [SMALL_STATE(863)] = 27070, + [SMALL_STATE(864)] = 27115, + [SMALL_STATE(865)] = 27160, + [SMALL_STATE(866)] = 27205, + [SMALL_STATE(867)] = 27250, + [SMALL_STATE(868)] = 27299, + [SMALL_STATE(869)] = 27344, + [SMALL_STATE(870)] = 27389, + [SMALL_STATE(871)] = 27434, + [SMALL_STATE(872)] = 27479, + [SMALL_STATE(873)] = 27528, + [SMALL_STATE(874)] = 27585, + [SMALL_STATE(875)] = 27630, + [SMALL_STATE(876)] = 27687, + [SMALL_STATE(877)] = 27732, + [SMALL_STATE(878)] = 27777, + [SMALL_STATE(879)] = 27822, + [SMALL_STATE(880)] = 27867, + [SMALL_STATE(881)] = 27912, + [SMALL_STATE(882)] = 27957, + [SMALL_STATE(883)] = 28002, + [SMALL_STATE(884)] = 28051, + [SMALL_STATE(885)] = 28095, + [SMALL_STATE(886)] = 28147, + [SMALL_STATE(887)] = 28191, + [SMALL_STATE(888)] = 28235, + [SMALL_STATE(889)] = 28279, + [SMALL_STATE(890)] = 28323, + [SMALL_STATE(891)] = 28367, + [SMALL_STATE(892)] = 28411, + [SMALL_STATE(893)] = 28455, + [SMALL_STATE(894)] = 28499, + [SMALL_STATE(895)] = 28543, + [SMALL_STATE(896)] = 28587, + [SMALL_STATE(897)] = 28631, + [SMALL_STATE(898)] = 28675, + [SMALL_STATE(899)] = 28719, + [SMALL_STATE(900)] = 28763, + [SMALL_STATE(901)] = 28807, + [SMALL_STATE(902)] = 28851, + [SMALL_STATE(903)] = 28895, + [SMALL_STATE(904)] = 28939, + [SMALL_STATE(905)] = 28983, + [SMALL_STATE(906)] = 29027, + [SMALL_STATE(907)] = 29073, + [SMALL_STATE(908)] = 29117, + [SMALL_STATE(909)] = 29161, + [SMALL_STATE(910)] = 29205, + [SMALL_STATE(911)] = 29249, + [SMALL_STATE(912)] = 29293, + [SMALL_STATE(913)] = 29337, + [SMALL_STATE(914)] = 29381, + [SMALL_STATE(915)] = 29425, + [SMALL_STATE(916)] = 29469, + [SMALL_STATE(917)] = 29513, + [SMALL_STATE(918)] = 29582, + [SMALL_STATE(919)] = 29651, + [SMALL_STATE(920)] = 29720, + [SMALL_STATE(921)] = 29789, + [SMALL_STATE(922)] = 29845, + [SMALL_STATE(923)] = 29897, + [SMALL_STATE(924)] = 29953, + [SMALL_STATE(925)] = 30009, + [SMALL_STATE(926)] = 30065, + [SMALL_STATE(927)] = 30121, + [SMALL_STATE(928)] = 30170, + [SMALL_STATE(929)] = 30210, + [SMALL_STATE(930)] = 30284, + [SMALL_STATE(931)] = 30326, + [SMALL_STATE(932)] = 30368, + [SMALL_STATE(933)] = 30442, + [SMALL_STATE(934)] = 30484, + [SMALL_STATE(935)] = 30524, + [SMALL_STATE(936)] = 30580, + [SMALL_STATE(937)] = 30620, + [SMALL_STATE(938)] = 30678, + [SMALL_STATE(939)] = 30752, + [SMALL_STATE(940)] = 30814, + [SMALL_STATE(941)] = 30878, + [SMALL_STATE(942)] = 30920, + [SMALL_STATE(943)] = 30962, + [SMALL_STATE(944)] = 31028, + [SMALL_STATE(945)] = 31082, + [SMALL_STATE(946)] = 31152, + [SMALL_STATE(947)] = 31210, + [SMALL_STATE(948)] = 31278, + [SMALL_STATE(949)] = 31346, + [SMALL_STATE(950)] = 31386, + [SMALL_STATE(951)] = 31429, + [SMALL_STATE(952)] = 31468, + [SMALL_STATE(953)] = 31511, + [SMALL_STATE(954)] = 31574, + [SMALL_STATE(955)] = 31617, + [SMALL_STATE(956)] = 31677, + [SMALL_STATE(957)] = 31737, + [SMALL_STATE(958)] = 31797, + [SMALL_STATE(959)] = 31857, + [SMALL_STATE(960)] = 31917, + [SMALL_STATE(961)] = 31977, + [SMALL_STATE(962)] = 32037, + [SMALL_STATE(963)] = 32097, + [SMALL_STATE(964)] = 32143, + [SMALL_STATE(965)] = 32218, + [SMALL_STATE(966)] = 32293, + [SMALL_STATE(967)] = 32336, + [SMALL_STATE(968)] = 32377, + [SMALL_STATE(969)] = 32450, + [SMALL_STATE(970)] = 32525, + [SMALL_STATE(971)] = 32600, + [SMALL_STATE(972)] = 32675, + [SMALL_STATE(973)] = 32750, + [SMALL_STATE(974)] = 32821, + [SMALL_STATE(975)] = 32893, + [SMALL_STATE(976)] = 32965, + [SMALL_STATE(977)] = 33035, + [SMALL_STATE(978)] = 33107, + [SMALL_STATE(979)] = 33179, + [SMALL_STATE(980)] = 33251, + [SMALL_STATE(981)] = 33321, + [SMALL_STATE(982)] = 33393, + [SMALL_STATE(983)] = 33465, + [SMALL_STATE(984)] = 33537, + [SMALL_STATE(985)] = 33609, + [SMALL_STATE(986)] = 33665, + [SMALL_STATE(987)] = 33737, + [SMALL_STATE(988)] = 33793, + [SMALL_STATE(989)] = 33849, + [SMALL_STATE(990)] = 33921, + [SMALL_STATE(991)] = 33993, + [SMALL_STATE(992)] = 34049, + [SMALL_STATE(993)] = 34105, + [SMALL_STATE(994)] = 34177, + [SMALL_STATE(995)] = 34233, + [SMALL_STATE(996)] = 34303, + [SMALL_STATE(997)] = 34359, + [SMALL_STATE(998)] = 34431, + [SMALL_STATE(999)] = 34501, + [SMALL_STATE(1000)] = 34557, + [SMALL_STATE(1001)] = 34629, + [SMALL_STATE(1002)] = 34685, + [SMALL_STATE(1003)] = 34757, + [SMALL_STATE(1004)] = 34827, + [SMALL_STATE(1005)] = 34899, + [SMALL_STATE(1006)] = 34955, + [SMALL_STATE(1007)] = 35027, + [SMALL_STATE(1008)] = 35097, + [SMALL_STATE(1009)] = 35169, + [SMALL_STATE(1010)] = 35225, + [SMALL_STATE(1011)] = 35297, + [SMALL_STATE(1012)] = 35353, + [SMALL_STATE(1013)] = 35425, + [SMALL_STATE(1014)] = 35481, + [SMALL_STATE(1015)] = 35537, + [SMALL_STATE(1016)] = 35607, + [SMALL_STATE(1017)] = 35679, + [SMALL_STATE(1018)] = 35735, + [SMALL_STATE(1019)] = 35804, + [SMALL_STATE(1020)] = 35873, + [SMALL_STATE(1021)] = 35936, + [SMALL_STATE(1022)] = 36005, + [SMALL_STATE(1023)] = 36074, + [SMALL_STATE(1024)] = 36135, + [SMALL_STATE(1025)] = 36188, + [SMALL_STATE(1026)] = 36247, + [SMALL_STATE(1027)] = 36304, + [SMALL_STATE(1028)] = 36373, + [SMALL_STATE(1029)] = 36442, + [SMALL_STATE(1030)] = 36495, + [SMALL_STATE(1031)] = 36564, + [SMALL_STATE(1032)] = 36615, + [SMALL_STATE(1033)] = 36684, + [SMALL_STATE(1034)] = 36753, + [SMALL_STATE(1035)] = 36822, + [SMALL_STATE(1036)] = 36875, + [SMALL_STATE(1037)] = 36938, + [SMALL_STATE(1038)] = 36991, + [SMALL_STATE(1039)] = 37044, + [SMALL_STATE(1040)] = 37113, + [SMALL_STATE(1041)] = 37178, + [SMALL_STATE(1042)] = 37247, + [SMALL_STATE(1043)] = 37300, + [SMALL_STATE(1044)] = 37369, + [SMALL_STATE(1045)] = 37438, + [SMALL_STATE(1046)] = 37491, + [SMALL_STATE(1047)] = 37560, + [SMALL_STATE(1048)] = 37629, + [SMALL_STATE(1049)] = 37698, + [SMALL_STATE(1050)] = 37747, + [SMALL_STATE(1051)] = 37816, + [SMALL_STATE(1052)] = 37885, + [SMALL_STATE(1053)] = 37954, + [SMALL_STATE(1054)] = 38023, + [SMALL_STATE(1055)] = 38092, + [SMALL_STATE(1056)] = 38161, + [SMALL_STATE(1057)] = 38230, + [SMALL_STATE(1058)] = 38269, + [SMALL_STATE(1059)] = 38338, + [SMALL_STATE(1060)] = 38407, + [SMALL_STATE(1061)] = 38476, + [SMALL_STATE(1062)] = 38545, + [SMALL_STATE(1063)] = 38598, + [SMALL_STATE(1064)] = 38634, + [SMALL_STATE(1065)] = 38676, + [SMALL_STATE(1066)] = 38720, + [SMALL_STATE(1067)] = 38762, + [SMALL_STATE(1068)] = 38828, + [SMALL_STATE(1069)] = 38864, + [SMALL_STATE(1070)] = 38900, + [SMALL_STATE(1071)] = 38936, + [SMALL_STATE(1072)] = 38983, + [SMALL_STATE(1073)] = 39014, + [SMALL_STATE(1074)] = 39061, + [SMALL_STATE(1075)] = 39108, + [SMALL_STATE(1076)] = 39155, + [SMALL_STATE(1077)] = 39202, + [SMALL_STATE(1078)] = 39249, + [SMALL_STATE(1079)] = 39280, + [SMALL_STATE(1080)] = 39324, + [SMALL_STATE(1081)] = 39368, + [SMALL_STATE(1082)] = 39412, + [SMALL_STATE(1083)] = 39456, + [SMALL_STATE(1084)] = 39500, + [SMALL_STATE(1085)] = 39544, + [SMALL_STATE(1086)] = 39582, + [SMALL_STATE(1087)] = 39616, + [SMALL_STATE(1088)] = 39659, + [SMALL_STATE(1089)] = 39714, + [SMALL_STATE(1090)] = 39769, + [SMALL_STATE(1091)] = 39812, + [SMALL_STATE(1092)] = 39867, + [SMALL_STATE(1093)] = 39900, + [SMALL_STATE(1094)] = 39943, + [SMALL_STATE(1095)] = 39975, + [SMALL_STATE(1096)] = 40015, + [SMALL_STATE(1097)] = 40043, + [SMALL_STATE(1098)] = 40075, + [SMALL_STATE(1099)] = 40103, + [SMALL_STATE(1100)] = 40131, + [SMALL_STATE(1101)] = 40159, + [SMALL_STATE(1102)] = 40199, + [SMALL_STATE(1103)] = 40239, + [SMALL_STATE(1104)] = 40279, + [SMALL_STATE(1105)] = 40307, + [SMALL_STATE(1106)] = 40347, + [SMALL_STATE(1107)] = 40381, + [SMALL_STATE(1108)] = 40417, + [SMALL_STATE(1109)] = 40457, + [SMALL_STATE(1110)] = 40499, + [SMALL_STATE(1111)] = 40543, + [SMALL_STATE(1112)] = 40589, + [SMALL_STATE(1113)] = 40635, + [SMALL_STATE(1114)] = 40683, + [SMALL_STATE(1115)] = 40711, + [SMALL_STATE(1116)] = 40739, + [SMALL_STATE(1117)] = 40779, + [SMALL_STATE(1118)] = 40819, + [SMALL_STATE(1119)] = 40859, + [SMALL_STATE(1120)] = 40899, + [SMALL_STATE(1121)] = 40939, + [SMALL_STATE(1122)] = 40979, + [SMALL_STATE(1123)] = 41019, + [SMALL_STATE(1124)] = 41059, + [SMALL_STATE(1125)] = 41099, + [SMALL_STATE(1126)] = 41139, + [SMALL_STATE(1127)] = 41179, + [SMALL_STATE(1128)] = 41219, + [SMALL_STATE(1129)] = 41259, + [SMALL_STATE(1130)] = 41287, + [SMALL_STATE(1131)] = 41315, + [SMALL_STATE(1132)] = 41363, + [SMALL_STATE(1133)] = 41403, + [SMALL_STATE(1134)] = 41443, + [SMALL_STATE(1135)] = 41483, + [SMALL_STATE(1136)] = 41515, + [SMALL_STATE(1137)] = 41555, + [SMALL_STATE(1138)] = 41583, + [SMALL_STATE(1139)] = 41623, + [SMALL_STATE(1140)] = 41663, + [SMALL_STATE(1141)] = 41703, + [SMALL_STATE(1142)] = 41743, + [SMALL_STATE(1143)] = 41775, + [SMALL_STATE(1144)] = 41815, + [SMALL_STATE(1145)] = 41855, + [SMALL_STATE(1146)] = 41895, + [SMALL_STATE(1147)] = 41935, + [SMALL_STATE(1148)] = 41975, + [SMALL_STATE(1149)] = 42015, + [SMALL_STATE(1150)] = 42047, + [SMALL_STATE(1151)] = 42087, + [SMALL_STATE(1152)] = 42127, + [SMALL_STATE(1153)] = 42177, + [SMALL_STATE(1154)] = 42217, + [SMALL_STATE(1155)] = 42257, + [SMALL_STATE(1156)] = 42284, + [SMALL_STATE(1157)] = 42319, + [SMALL_STATE(1158)] = 42352, + [SMALL_STATE(1159)] = 42379, + [SMALL_STATE(1160)] = 42424, + [SMALL_STATE(1161)] = 42463, + [SMALL_STATE(1162)] = 42504, + [SMALL_STATE(1163)] = 42549, + [SMALL_STATE(1164)] = 42580, + [SMALL_STATE(1165)] = 42629, + [SMALL_STATE(1166)] = 42674, + [SMALL_STATE(1167)] = 42717, + [SMALL_STATE(1168)] = 42766, + [SMALL_STATE(1169)] = 42811, + [SMALL_STATE(1170)] = 42856, + [SMALL_STATE(1171)] = 42901, + [SMALL_STATE(1172)] = 42936, + [SMALL_STATE(1173)] = 42963, + [SMALL_STATE(1174)] = 43008, + [SMALL_STATE(1175)] = 43053, + [SMALL_STATE(1176)] = 43080, + [SMALL_STATE(1177)] = 43107, + [SMALL_STATE(1178)] = 43152, + [SMALL_STATE(1179)] = 43179, + [SMALL_STATE(1180)] = 43216, + [SMALL_STATE(1181)] = 43245, + [SMALL_STATE(1182)] = 43290, + [SMALL_STATE(1183)] = 43317, + [SMALL_STATE(1184)] = 43362, + [SMALL_STATE(1185)] = 43389, + [SMALL_STATE(1186)] = 43434, + [SMALL_STATE(1187)] = 43461, + [SMALL_STATE(1188)] = 43488, + [SMALL_STATE(1189)] = 43529, + [SMALL_STATE(1190)] = 43570, + [SMALL_STATE(1191)] = 43611, + [SMALL_STATE(1192)] = 43652, + [SMALL_STATE(1193)] = 43693, + [SMALL_STATE(1194)] = 43728, + [SMALL_STATE(1195)] = 43769, + [SMALL_STATE(1196)] = 43810, + [SMALL_STATE(1197)] = 43851, + [SMALL_STATE(1198)] = 43892, + [SMALL_STATE(1199)] = 43933, + [SMALL_STATE(1200)] = 43981, + [SMALL_STATE(1201)] = 44029, + [SMALL_STATE(1202)] = 44067, + [SMALL_STATE(1203)] = 44115, + [SMALL_STATE(1204)] = 44163, + [SMALL_STATE(1205)] = 44201, + [SMALL_STATE(1206)] = 44249, + [SMALL_STATE(1207)] = 44294, + [SMALL_STATE(1208)] = 44339, + [SMALL_STATE(1209)] = 44384, + [SMALL_STATE(1210)] = 44425, + [SMALL_STATE(1211)] = 44466, + [SMALL_STATE(1212)] = 44507, + [SMALL_STATE(1213)] = 44552, + [SMALL_STATE(1214)] = 44597, + [SMALL_STATE(1215)] = 44638, + [SMALL_STATE(1216)] = 44668, + [SMALL_STATE(1217)] = 44706, + [SMALL_STATE(1218)] = 44744, + [SMALL_STATE(1219)] = 44770, + [SMALL_STATE(1220)] = 44808, + [SMALL_STATE(1221)] = 44846, + [SMALL_STATE(1222)] = 44884, + [SMALL_STATE(1223)] = 44919, + [SMALL_STATE(1224)] = 44944, + [SMALL_STATE(1225)] = 44979, + [SMALL_STATE(1226)] = 45004, + [SMALL_STATE(1227)] = 45039, + [SMALL_STATE(1228)] = 45068, + [SMALL_STATE(1229)] = 45103, + [SMALL_STATE(1230)] = 45142, + [SMALL_STATE(1231)] = 45167, + [SMALL_STATE(1232)] = 45202, + [SMALL_STATE(1233)] = 45231, + [SMALL_STATE(1234)] = 45260, + [SMALL_STATE(1235)] = 45295, + [SMALL_STATE(1236)] = 45330, + [SMALL_STATE(1237)] = 45365, + [SMALL_STATE(1238)] = 45400, + [SMALL_STATE(1239)] = 45435, + [SMALL_STATE(1240)] = 45460, + [SMALL_STATE(1241)] = 45495, + [SMALL_STATE(1242)] = 45524, + [SMALL_STATE(1243)] = 45559, + [SMALL_STATE(1244)] = 45579, + [SMALL_STATE(1245)] = 45611, + [SMALL_STATE(1246)] = 45631, + [SMALL_STATE(1247)] = 45655, + [SMALL_STATE(1248)] = 45687, + [SMALL_STATE(1249)] = 45719, + [SMALL_STATE(1250)] = 45753, + [SMALL_STATE(1251)] = 45785, + [SMALL_STATE(1252)] = 45805, + [SMALL_STATE(1253)] = 45837, + [SMALL_STATE(1254)] = 45873, + [SMALL_STATE(1255)] = 45905, + [SMALL_STATE(1256)] = 45934, + [SMALL_STATE(1257)] = 45961, + [SMALL_STATE(1258)] = 45990, + [SMALL_STATE(1259)] = 46017, + [SMALL_STATE(1260)] = 46046, + [SMALL_STATE(1261)] = 46077, + [SMALL_STATE(1262)] = 46106, + [SMALL_STATE(1263)] = 46135, + [SMALL_STATE(1264)] = 46164, + [SMALL_STATE(1265)] = 46191, + [SMALL_STATE(1266)] = 46220, + [SMALL_STATE(1267)] = 46249, + [SMALL_STATE(1268)] = 46276, + [SMALL_STATE(1269)] = 46294, + [SMALL_STATE(1270)] = 46312, + [SMALL_STATE(1271)] = 46330, + [SMALL_STATE(1272)] = 46360, + [SMALL_STATE(1273)] = 46386, + [SMALL_STATE(1274)] = 46404, + [SMALL_STATE(1275)] = 46428, + [SMALL_STATE(1276)] = 46450, + [SMALL_STATE(1277)] = 46474, + [SMALL_STATE(1278)] = 46500, + [SMALL_STATE(1279)] = 46526, + [SMALL_STATE(1280)] = 46544, + [SMALL_STATE(1281)] = 46570, + [SMALL_STATE(1282)] = 46588, + [SMALL_STATE(1283)] = 46611, + [SMALL_STATE(1284)] = 46640, + [SMALL_STATE(1285)] = 46661, + [SMALL_STATE(1286)] = 46690, + [SMALL_STATE(1287)] = 46719, + [SMALL_STATE(1288)] = 46740, + [SMALL_STATE(1289)] = 46769, + [SMALL_STATE(1290)] = 46790, + [SMALL_STATE(1291)] = 46815, + [SMALL_STATE(1292)] = 46836, + [SMALL_STATE(1293)] = 46859, + [SMALL_STATE(1294)] = 46880, + [SMALL_STATE(1295)] = 46909, + [SMALL_STATE(1296)] = 46930, + [SMALL_STATE(1297)] = 46946, + [SMALL_STATE(1298)] = 46972, + [SMALL_STATE(1299)] = 46988, + [SMALL_STATE(1300)] = 47014, + [SMALL_STATE(1301)] = 47030, + [SMALL_STATE(1302)] = 47056, + [SMALL_STATE(1303)] = 47076, + [SMALL_STATE(1304)] = 47096, + [SMALL_STATE(1305)] = 47120, + [SMALL_STATE(1306)] = 47138, + [SMALL_STATE(1307)] = 47154, + [SMALL_STATE(1308)] = 47170, + [SMALL_STATE(1309)] = 47196, + [SMALL_STATE(1310)] = 47212, + [SMALL_STATE(1311)] = 47232, + [SMALL_STATE(1312)] = 47248, + [SMALL_STATE(1313)] = 47274, + [SMALL_STATE(1314)] = 47294, + [SMALL_STATE(1315)] = 47310, + [SMALL_STATE(1316)] = 47325, + [SMALL_STATE(1317)] = 47348, + [SMALL_STATE(1318)] = 47373, + [SMALL_STATE(1319)] = 47388, + [SMALL_STATE(1320)] = 47403, + [SMALL_STATE(1321)] = 47426, + [SMALL_STATE(1322)] = 47441, + [SMALL_STATE(1323)] = 47456, + [SMALL_STATE(1324)] = 47471, + [SMALL_STATE(1325)] = 47486, + [SMALL_STATE(1326)] = 47509, + [SMALL_STATE(1327)] = 47524, + [SMALL_STATE(1328)] = 47539, + [SMALL_STATE(1329)] = 47557, + [SMALL_STATE(1330)] = 47575, + [SMALL_STATE(1331)] = 47589, + [SMALL_STATE(1332)] = 47607, + [SMALL_STATE(1333)] = 47623, + [SMALL_STATE(1334)] = 47639, + [SMALL_STATE(1335)] = 47653, + [SMALL_STATE(1336)] = 47671, + [SMALL_STATE(1337)] = 47689, + [SMALL_STATE(1338)] = 47705, + [SMALL_STATE(1339)] = 47719, + [SMALL_STATE(1340)] = 47737, + [SMALL_STATE(1341)] = 47755, + [SMALL_STATE(1342)] = 47769, + [SMALL_STATE(1343)] = 47787, + [SMALL_STATE(1344)] = 47798, + [SMALL_STATE(1345)] = 47809, + [SMALL_STATE(1346)] = 47820, + [SMALL_STATE(1347)] = 47839, + [SMALL_STATE(1348)] = 47856, + [SMALL_STATE(1349)] = 47867, + [SMALL_STATE(1350)] = 47884, + [SMALL_STATE(1351)] = 47895, + [SMALL_STATE(1352)] = 47906, + [SMALL_STATE(1353)] = 47917, + [SMALL_STATE(1354)] = 47928, + [SMALL_STATE(1355)] = 47939, + [SMALL_STATE(1356)] = 47950, + [SMALL_STATE(1357)] = 47961, + [SMALL_STATE(1358)] = 47972, + [SMALL_STATE(1359)] = 47991, + [SMALL_STATE(1360)] = 48007, + [SMALL_STATE(1361)] = 48023, + [SMALL_STATE(1362)] = 48039, + [SMALL_STATE(1363)] = 48053, + [SMALL_STATE(1364)] = 48067, + [SMALL_STATE(1365)] = 48083, + [SMALL_STATE(1366)] = 48097, + [SMALL_STATE(1367)] = 48113, + [SMALL_STATE(1368)] = 48127, + [SMALL_STATE(1369)] = 48143, + [SMALL_STATE(1370)] = 48157, + [SMALL_STATE(1371)] = 48171, + [SMALL_STATE(1372)] = 48185, + [SMALL_STATE(1373)] = 48195, + [SMALL_STATE(1374)] = 48209, + [SMALL_STATE(1375)] = 48225, + [SMALL_STATE(1376)] = 48241, + [SMALL_STATE(1377)] = 48255, + [SMALL_STATE(1378)] = 48269, + [SMALL_STATE(1379)] = 48283, + [SMALL_STATE(1380)] = 48297, + [SMALL_STATE(1381)] = 48311, + [SMALL_STATE(1382)] = 48327, + [SMALL_STATE(1383)] = 48341, + [SMALL_STATE(1384)] = 48357, + [SMALL_STATE(1385)] = 48373, + [SMALL_STATE(1386)] = 48389, + [SMALL_STATE(1387)] = 48403, + [SMALL_STATE(1388)] = 48419, + [SMALL_STATE(1389)] = 48433, + [SMALL_STATE(1390)] = 48447, + [SMALL_STATE(1391)] = 48461, + [SMALL_STATE(1392)] = 48475, + [SMALL_STATE(1393)] = 48489, + [SMALL_STATE(1394)] = 48505, + [SMALL_STATE(1395)] = 48521, + [SMALL_STATE(1396)] = 48537, + [SMALL_STATE(1397)] = 48551, + [SMALL_STATE(1398)] = 48565, + [SMALL_STATE(1399)] = 48579, + [SMALL_STATE(1400)] = 48593, + [SMALL_STATE(1401)] = 48607, + [SMALL_STATE(1402)] = 48621, + [SMALL_STATE(1403)] = 48635, + [SMALL_STATE(1404)] = 48649, + [SMALL_STATE(1405)] = 48665, + [SMALL_STATE(1406)] = 48681, + [SMALL_STATE(1407)] = 48695, + [SMALL_STATE(1408)] = 48709, + [SMALL_STATE(1409)] = 48723, + [SMALL_STATE(1410)] = 48737, + [SMALL_STATE(1411)] = 48753, + [SMALL_STATE(1412)] = 48767, + [SMALL_STATE(1413)] = 48781, + [SMALL_STATE(1414)] = 48795, + [SMALL_STATE(1415)] = 48809, + [SMALL_STATE(1416)] = 48820, + [SMALL_STATE(1417)] = 48833, + [SMALL_STATE(1418)] = 48842, + [SMALL_STATE(1419)] = 48855, + [SMALL_STATE(1420)] = 48868, + [SMALL_STATE(1421)] = 48881, + [SMALL_STATE(1422)] = 48894, + [SMALL_STATE(1423)] = 48907, + [SMALL_STATE(1424)] = 48920, + [SMALL_STATE(1425)] = 48933, + [SMALL_STATE(1426)] = 48944, + [SMALL_STATE(1427)] = 48957, + [SMALL_STATE(1428)] = 48970, + [SMALL_STATE(1429)] = 48983, + [SMALL_STATE(1430)] = 48996, + [SMALL_STATE(1431)] = 49009, + [SMALL_STATE(1432)] = 49022, + [SMALL_STATE(1433)] = 49035, + [SMALL_STATE(1434)] = 49048, + [SMALL_STATE(1435)] = 49061, + [SMALL_STATE(1436)] = 49074, + [SMALL_STATE(1437)] = 49087, + [SMALL_STATE(1438)] = 49100, + [SMALL_STATE(1439)] = 49113, + [SMALL_STATE(1440)] = 49126, + [SMALL_STATE(1441)] = 49135, + [SMALL_STATE(1442)] = 49148, + [SMALL_STATE(1443)] = 49161, + [SMALL_STATE(1444)] = 49174, + [SMALL_STATE(1445)] = 49187, + [SMALL_STATE(1446)] = 49196, + [SMALL_STATE(1447)] = 49209, + [SMALL_STATE(1448)] = 49218, + [SMALL_STATE(1449)] = 49231, + [SMALL_STATE(1450)] = 49244, + [SMALL_STATE(1451)] = 49257, + [SMALL_STATE(1452)] = 49270, + [SMALL_STATE(1453)] = 49283, + [SMALL_STATE(1454)] = 49296, + [SMALL_STATE(1455)] = 49309, + [SMALL_STATE(1456)] = 49322, + [SMALL_STATE(1457)] = 49335, + [SMALL_STATE(1458)] = 49348, + [SMALL_STATE(1459)] = 49361, + [SMALL_STATE(1460)] = 49374, + [SMALL_STATE(1461)] = 49387, + [SMALL_STATE(1462)] = 49396, + [SMALL_STATE(1463)] = 49409, + [SMALL_STATE(1464)] = 49422, + [SMALL_STATE(1465)] = 49435, + [SMALL_STATE(1466)] = 49448, + [SMALL_STATE(1467)] = 49457, + [SMALL_STATE(1468)] = 49470, + [SMALL_STATE(1469)] = 49483, + [SMALL_STATE(1470)] = 49496, + [SMALL_STATE(1471)] = 49509, + [SMALL_STATE(1472)] = 49522, + [SMALL_STATE(1473)] = 49535, + [SMALL_STATE(1474)] = 49548, + [SMALL_STATE(1475)] = 49561, + [SMALL_STATE(1476)] = 49570, + [SMALL_STATE(1477)] = 49583, + [SMALL_STATE(1478)] = 49592, + [SMALL_STATE(1479)] = 49605, + [SMALL_STATE(1480)] = 49618, + [SMALL_STATE(1481)] = 49631, + [SMALL_STATE(1482)] = 49644, + [SMALL_STATE(1483)] = 49657, + [SMALL_STATE(1484)] = 49670, + [SMALL_STATE(1485)] = 49683, + [SMALL_STATE(1486)] = 49696, + [SMALL_STATE(1487)] = 49705, + [SMALL_STATE(1488)] = 49714, + [SMALL_STATE(1489)] = 49727, + [SMALL_STATE(1490)] = 49740, + [SMALL_STATE(1491)] = 49753, + [SMALL_STATE(1492)] = 49766, + [SMALL_STATE(1493)] = 49779, + [SMALL_STATE(1494)] = 49792, + [SMALL_STATE(1495)] = 49805, + [SMALL_STATE(1496)] = 49818, + [SMALL_STATE(1497)] = 49828, + [SMALL_STATE(1498)] = 49836, + [SMALL_STATE(1499)] = 49846, + [SMALL_STATE(1500)] = 49856, + [SMALL_STATE(1501)] = 49866, + [SMALL_STATE(1502)] = 49876, + [SMALL_STATE(1503)] = 49884, + [SMALL_STATE(1504)] = 49894, + [SMALL_STATE(1505)] = 49904, + [SMALL_STATE(1506)] = 49914, + [SMALL_STATE(1507)] = 49924, + [SMALL_STATE(1508)] = 49932, + [SMALL_STATE(1509)] = 49942, + [SMALL_STATE(1510)] = 49952, + [SMALL_STATE(1511)] = 49960, + [SMALL_STATE(1512)] = 49968, + [SMALL_STATE(1513)] = 49978, + [SMALL_STATE(1514)] = 49986, + [SMALL_STATE(1515)] = 49994, + [SMALL_STATE(1516)] = 50002, + [SMALL_STATE(1517)] = 50012, + [SMALL_STATE(1518)] = 50022, + [SMALL_STATE(1519)] = 50032, + [SMALL_STATE(1520)] = 50042, + [SMALL_STATE(1521)] = 50052, + [SMALL_STATE(1522)] = 50062, + [SMALL_STATE(1523)] = 50070, + [SMALL_STATE(1524)] = 50080, + [SMALL_STATE(1525)] = 50088, + [SMALL_STATE(1526)] = 50098, + [SMALL_STATE(1527)] = 50108, + [SMALL_STATE(1528)] = 50118, + [SMALL_STATE(1529)] = 50126, + [SMALL_STATE(1530)] = 50136, + [SMALL_STATE(1531)] = 50146, + [SMALL_STATE(1532)] = 50156, + [SMALL_STATE(1533)] = 50166, + [SMALL_STATE(1534)] = 50174, + [SMALL_STATE(1535)] = 50184, + [SMALL_STATE(1536)] = 50194, + [SMALL_STATE(1537)] = 50204, + [SMALL_STATE(1538)] = 50214, + [SMALL_STATE(1539)] = 50224, + [SMALL_STATE(1540)] = 50234, + [SMALL_STATE(1541)] = 50244, + [SMALL_STATE(1542)] = 50254, + [SMALL_STATE(1543)] = 50262, + [SMALL_STATE(1544)] = 50270, + [SMALL_STATE(1545)] = 50280, + [SMALL_STATE(1546)] = 50290, + [SMALL_STATE(1547)] = 50300, + [SMALL_STATE(1548)] = 50310, + [SMALL_STATE(1549)] = 50320, + [SMALL_STATE(1550)] = 50328, + [SMALL_STATE(1551)] = 50338, + [SMALL_STATE(1552)] = 50346, + [SMALL_STATE(1553)] = 50356, + [SMALL_STATE(1554)] = 50364, + [SMALL_STATE(1555)] = 50372, + [SMALL_STATE(1556)] = 50382, + [SMALL_STATE(1557)] = 50392, + [SMALL_STATE(1558)] = 50400, + [SMALL_STATE(1559)] = 50410, + [SMALL_STATE(1560)] = 50420, + [SMALL_STATE(1561)] = 50430, + [SMALL_STATE(1562)] = 50440, + [SMALL_STATE(1563)] = 50450, + [SMALL_STATE(1564)] = 50460, + [SMALL_STATE(1565)] = 50470, + [SMALL_STATE(1566)] = 50480, + [SMALL_STATE(1567)] = 50490, + [SMALL_STATE(1568)] = 50500, + [SMALL_STATE(1569)] = 50510, + [SMALL_STATE(1570)] = 50520, + [SMALL_STATE(1571)] = 50530, + [SMALL_STATE(1572)] = 50540, + [SMALL_STATE(1573)] = 50548, + [SMALL_STATE(1574)] = 50558, + [SMALL_STATE(1575)] = 50566, + [SMALL_STATE(1576)] = 50573, + [SMALL_STATE(1577)] = 50580, + [SMALL_STATE(1578)] = 50587, + [SMALL_STATE(1579)] = 50594, + [SMALL_STATE(1580)] = 50601, + [SMALL_STATE(1581)] = 50608, + [SMALL_STATE(1582)] = 50615, + [SMALL_STATE(1583)] = 50622, + [SMALL_STATE(1584)] = 50629, + [SMALL_STATE(1585)] = 50636, + [SMALL_STATE(1586)] = 50643, + [SMALL_STATE(1587)] = 50650, + [SMALL_STATE(1588)] = 50657, + [SMALL_STATE(1589)] = 50664, + [SMALL_STATE(1590)] = 50671, + [SMALL_STATE(1591)] = 50678, + [SMALL_STATE(1592)] = 50685, + [SMALL_STATE(1593)] = 50692, + [SMALL_STATE(1594)] = 50699, + [SMALL_STATE(1595)] = 50706, + [SMALL_STATE(1596)] = 50713, + [SMALL_STATE(1597)] = 50720, + [SMALL_STATE(1598)] = 50727, + [SMALL_STATE(1599)] = 50734, + [SMALL_STATE(1600)] = 50741, + [SMALL_STATE(1601)] = 50748, + [SMALL_STATE(1602)] = 50755, + [SMALL_STATE(1603)] = 50762, + [SMALL_STATE(1604)] = 50769, + [SMALL_STATE(1605)] = 50776, + [SMALL_STATE(1606)] = 50783, + [SMALL_STATE(1607)] = 50790, + [SMALL_STATE(1608)] = 50797, + [SMALL_STATE(1609)] = 50804, + [SMALL_STATE(1610)] = 50811, + [SMALL_STATE(1611)] = 50818, + [SMALL_STATE(1612)] = 50825, + [SMALL_STATE(1613)] = 50832, + [SMALL_STATE(1614)] = 50839, + [SMALL_STATE(1615)] = 50846, + [SMALL_STATE(1616)] = 50853, + [SMALL_STATE(1617)] = 50860, + [SMALL_STATE(1618)] = 50867, + [SMALL_STATE(1619)] = 50874, + [SMALL_STATE(1620)] = 50881, + [SMALL_STATE(1621)] = 50888, + [SMALL_STATE(1622)] = 50895, + [SMALL_STATE(1623)] = 50902, + [SMALL_STATE(1624)] = 50909, + [SMALL_STATE(1625)] = 50916, + [SMALL_STATE(1626)] = 50923, + [SMALL_STATE(1627)] = 50930, + [SMALL_STATE(1628)] = 50937, + [SMALL_STATE(1629)] = 50944, + [SMALL_STATE(1630)] = 50951, + [SMALL_STATE(1631)] = 50958, + [SMALL_STATE(1632)] = 50965, + [SMALL_STATE(1633)] = 50972, + [SMALL_STATE(1634)] = 50979, + [SMALL_STATE(1635)] = 50986, + [SMALL_STATE(1636)] = 50993, + [SMALL_STATE(1637)] = 51000, + [SMALL_STATE(1638)] = 51007, + [SMALL_STATE(1639)] = 51014, + [SMALL_STATE(1640)] = 51021, + [SMALL_STATE(1641)] = 51028, + [SMALL_STATE(1642)] = 51035, + [SMALL_STATE(1643)] = 51042, + [SMALL_STATE(1644)] = 51049, + [SMALL_STATE(1645)] = 51056, + [SMALL_STATE(1646)] = 51063, + [SMALL_STATE(1647)] = 51070, + [SMALL_STATE(1648)] = 51077, + [SMALL_STATE(1649)] = 51084, + [SMALL_STATE(1650)] = 51091, + [SMALL_STATE(1651)] = 51098, + [SMALL_STATE(1652)] = 51105, + [SMALL_STATE(1653)] = 51112, + [SMALL_STATE(1654)] = 51119, + [SMALL_STATE(1655)] = 51126, + [SMALL_STATE(1656)] = 51133, + [SMALL_STATE(1657)] = 51140, + [SMALL_STATE(1658)] = 51147, + [SMALL_STATE(1659)] = 51154, + [SMALL_STATE(1660)] = 51161, + [SMALL_STATE(1661)] = 51168, + [SMALL_STATE(1662)] = 51175, + [SMALL_STATE(1663)] = 51182, + [SMALL_STATE(1664)] = 51189, + [SMALL_STATE(1665)] = 51196, + [SMALL_STATE(1666)] = 51203, + [SMALL_STATE(1667)] = 51210, + [SMALL_STATE(1668)] = 51217, + [SMALL_STATE(1669)] = 51224, + [SMALL_STATE(1670)] = 51231, + [SMALL_STATE(1671)] = 51238, + [SMALL_STATE(1672)] = 51245, + [SMALL_STATE(1673)] = 51252, + [SMALL_STATE(1674)] = 51259, + [SMALL_STATE(1675)] = 51266, + [SMALL_STATE(1676)] = 51273, + [SMALL_STATE(1677)] = 51280, + [SMALL_STATE(1678)] = 51287, + [SMALL_STATE(1679)] = 51294, + [SMALL_STATE(1680)] = 51301, + [SMALL_STATE(1681)] = 51308, + [SMALL_STATE(1682)] = 51315, + [SMALL_STATE(1683)] = 51322, + [SMALL_STATE(1684)] = 51329, + [SMALL_STATE(1685)] = 51336, + [SMALL_STATE(1686)] = 51343, + [SMALL_STATE(1687)] = 51350, + [SMALL_STATE(1688)] = 51357, + [SMALL_STATE(1689)] = 51364, + [SMALL_STATE(1690)] = 51371, + [SMALL_STATE(1691)] = 51378, + [SMALL_STATE(1692)] = 51385, + [SMALL_STATE(1693)] = 51392, + [SMALL_STATE(1694)] = 51399, + [SMALL_STATE(1695)] = 51406, + [SMALL_STATE(1696)] = 51413, + [SMALL_STATE(1697)] = 51420, + [SMALL_STATE(1698)] = 51427, + [SMALL_STATE(1699)] = 51434, + [SMALL_STATE(1700)] = 51441, + [SMALL_STATE(1701)] = 51448, + [SMALL_STATE(1702)] = 51455, + [SMALL_STATE(1703)] = 51462, + [SMALL_STATE(1704)] = 51469, + [SMALL_STATE(1705)] = 51476, + [SMALL_STATE(1706)] = 51483, + [SMALL_STATE(1707)] = 51490, + [SMALL_STATE(1708)] = 51497, + [SMALL_STATE(1709)] = 51504, + [SMALL_STATE(1710)] = 51511, + [SMALL_STATE(1711)] = 51518, + [SMALL_STATE(1712)] = 51525, + [SMALL_STATE(1713)] = 51532, + [SMALL_STATE(1714)] = 51539, + [SMALL_STATE(1715)] = 51546, + [SMALL_STATE(1716)] = 51553, + [SMALL_STATE(1717)] = 51560, + [SMALL_STATE(1718)] = 51567, + [SMALL_STATE(1719)] = 51574, + [SMALL_STATE(1720)] = 51581, + [SMALL_STATE(1721)] = 51588, + [SMALL_STATE(1722)] = 51595, + [SMALL_STATE(1723)] = 51602, + [SMALL_STATE(1724)] = 51609, + [SMALL_STATE(1725)] = 51616, + [SMALL_STATE(1726)] = 51623, + [SMALL_STATE(1727)] = 51630, + [SMALL_STATE(1728)] = 51637, + [SMALL_STATE(1729)] = 51644, + [SMALL_STATE(1730)] = 51651, + [SMALL_STATE(1731)] = 51658, + [SMALL_STATE(1732)] = 51665, + [SMALL_STATE(1733)] = 51672, + [SMALL_STATE(1734)] = 51679, + [SMALL_STATE(1735)] = 51686, + [SMALL_STATE(1736)] = 51693, + [SMALL_STATE(1737)] = 51700, + [SMALL_STATE(1738)] = 51707, + [SMALL_STATE(1739)] = 51714, + [SMALL_STATE(1740)] = 51721, + [SMALL_STATE(1741)] = 51728, + [SMALL_STATE(1742)] = 51735, + [SMALL_STATE(1743)] = 51742, + [SMALL_STATE(1744)] = 51749, + [SMALL_STATE(1745)] = 51756, + [SMALL_STATE(1746)] = 51763, + [SMALL_STATE(1747)] = 51770, + [SMALL_STATE(1748)] = 51777, + [SMALL_STATE(1749)] = 51784, + [SMALL_STATE(1750)] = 51791, + [SMALL_STATE(1751)] = 51798, + [SMALL_STATE(1752)] = 51805, + [SMALL_STATE(1753)] = 51812, + [SMALL_STATE(1754)] = 51819, + [SMALL_STATE(1755)] = 51826, + [SMALL_STATE(1756)] = 51833, + [SMALL_STATE(1757)] = 51840, + [SMALL_STATE(1758)] = 51847, + [SMALL_STATE(1759)] = 51854, + [SMALL_STATE(1760)] = 51861, + [SMALL_STATE(1761)] = 51868, + [SMALL_STATE(1762)] = 51875, + [SMALL_STATE(1763)] = 51882, + [SMALL_STATE(1764)] = 51889, + [SMALL_STATE(1765)] = 51896, + [SMALL_STATE(1766)] = 51903, + [SMALL_STATE(1767)] = 51910, + [SMALL_STATE(1768)] = 51917, + [SMALL_STATE(1769)] = 51924, + [SMALL_STATE(1770)] = 51931, + [SMALL_STATE(1771)] = 51938, + [SMALL_STATE(1772)] = 51945, + [SMALL_STATE(1773)] = 51952, + [SMALL_STATE(1774)] = 51959, + [SMALL_STATE(1775)] = 51966, + [SMALL_STATE(1776)] = 51973, + [SMALL_STATE(1777)] = 51980, + [SMALL_STATE(1778)] = 51987, + [SMALL_STATE(1779)] = 51994, + [SMALL_STATE(1780)] = 52001, + [SMALL_STATE(1781)] = 52008, + [SMALL_STATE(1782)] = 52015, + [SMALL_STATE(1783)] = 52022, + [SMALL_STATE(1784)] = 52029, + [SMALL_STATE(1785)] = 52036, + [SMALL_STATE(1786)] = 52043, + [SMALL_STATE(1787)] = 52050, + [SMALL_STATE(1788)] = 52057, + [SMALL_STATE(1789)] = 52064, + [SMALL_STATE(1790)] = 52071, + [SMALL_STATE(1791)] = 52078, + [SMALL_STATE(1792)] = 52085, + [SMALL_STATE(1793)] = 52092, + [SMALL_STATE(1794)] = 52099, + [SMALL_STATE(1795)] = 52106, + [SMALL_STATE(1796)] = 52113, + [SMALL_STATE(1797)] = 52120, + [SMALL_STATE(1798)] = 52127, + [SMALL_STATE(1799)] = 52134, + [SMALL_STATE(1800)] = 52141, + [SMALL_STATE(1801)] = 52148, + [SMALL_STATE(1802)] = 52155, + [SMALL_STATE(1803)] = 52162, + [SMALL_STATE(1804)] = 52169, + [SMALL_STATE(1805)] = 52176, + [SMALL_STATE(1806)] = 52183, + [SMALL_STATE(1807)] = 52190, + [SMALL_STATE(1808)] = 52197, + [SMALL_STATE(1809)] = 52204, + [SMALL_STATE(1810)] = 52211, + [SMALL_STATE(1811)] = 52218, + [SMALL_STATE(1812)] = 52225, + [SMALL_STATE(1813)] = 52232, + [SMALL_STATE(1814)] = 52239, + [SMALL_STATE(1815)] = 52246, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -106875,2076 +110827,2078 @@ 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(464), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1444), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1741), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(863), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(601), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), - [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1647), - [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(35), - [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1084), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1719), - [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), - [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(962), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(792), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140), - [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), - [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), - [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1235), - [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), - [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), - [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), - [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1673), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1463), - [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), - [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), - [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), - [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1754), - [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), - [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), - [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), - [235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 16), - [237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 40), - [239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 16), - [241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), - [243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 40), - [245] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(459), - [248] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1230), - [251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1647), - [254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1114), - [257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), - [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1648), - [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1506), - [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(431), - [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(581), - [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(581), - [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(584), - [277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(94), - [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(899), - [283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(962), - [286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(792), - [289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1741), - [292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1447), - [295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1734), - [298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(914), - [301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(44), - [304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(863), - [307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(762), - [310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(736), - [313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(859), - [316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1380), - [319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1266), - [322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1287), - [325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1495), - [328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1472), - [331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(610), - [334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1675), - [337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1493), - [340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(383), - [343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1751), - [346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(503), - [349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1555), - [352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1554), - [355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1656), - [358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(596), - [361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(601), - [364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1694), - [367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1680), - [370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1677), - [373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1274), - [376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(688), - [379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1469), - [382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1313), - [385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(688), - [388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(697), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(461), - [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1235), - [399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1692), - [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1083), - [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1673), - [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1440), - [411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(178), - [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(898), - [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(969), - [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(833), - [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(34), - [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1473), - [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1463), - [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(586), - [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1527), - [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1471), - [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(409), - [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1754), - [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(506), - [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1674), - [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1667), - [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1679), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(454), - [461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), - [463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1582), - [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), - [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1583), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1591), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), - [517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), - [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), - [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), - [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501), - [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), - [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), - [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(455), - [574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1232), - [577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1705), - [580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1075), - [583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1693), - [586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1517), - [589] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(229), - [592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(889), - [595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(973), - [598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(807), - [601] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(51), - [604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1465), - [607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1459), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(578), - [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1560), - [616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1462), - [619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(389), - [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1757), - [625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(501), - [628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1528), - [631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1529), - [634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1697), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(454), - [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1233), - [655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1582), - [658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1096), - [661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1583), - [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1466), - [667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(252), - [670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(896), - [673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(960), - [676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(801), - [679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(30), - [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), - [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1460), - [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1494), - [690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(583), - [693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1698), - [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1458), - [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(391), - [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1714), - [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(512), - [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1701), - [711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1704), - [714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1591), - [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), - [727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), - [729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(464), - [732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1236), - [735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1759), - [738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1060), - [741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1753), - [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1444), - [747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(431), - [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(581), - [753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(581), - [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(584), - [759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(905), - [762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(949), - [765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(797), - [768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1741), - [771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1447), - [774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1734), - [777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(914), - [780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(42), - [783] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(863), - [786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(762), - [789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(736), - [792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(859), - [795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1380), - [798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1266), - [801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1287), - [804] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1452), - [807] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1453), - [810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(560), - [813] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1716), - [816] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1454), - [819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(397), - [822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1712), - [825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(508), - [828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1711), - [831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1706), - [834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1696), - [837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(596), - [840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(601), - [843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1694), - [846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1680), - [849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1677), - [852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1274), - [855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1027), - [858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1469), - [861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1313), - [864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1027), - [867] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(697), - [870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(458), - [873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(431), - [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(581), - [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(581), - [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(584), - [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(94), - [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(899), - [893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(962), - [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(762), - [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1741), - [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1447), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1734), - [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(44), - [911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(863), - [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(736), - [917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(859), - [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1380), - [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1266), - [926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1287), - [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1495), - [932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1472), - [935] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1493), - [938] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(383), - [941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1751), - [944] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(503), - [947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1555), - [950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1554), - [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1656), - [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(596), - [959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(601), - [962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1694), - [965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1680), - [968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1677), - [971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1274), - [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(688), - [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1469), - [980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1313), - [983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(688), - [986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(697), - [989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(458), - [991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 9), - [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 9), - [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1812), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(597), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1809), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1493), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1317), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1358), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1799), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1795), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1791), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1788), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1787), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(747), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(479), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), + [107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(31), + [115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1147), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), + [119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1001), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), + [169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), + [181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(996), + [195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1526), + [203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), + [205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(405), + [211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1810), + [213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1770), + [217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1782), + [219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), + [221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 2, .production_id = 16), + [229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 16), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(132), + [233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), + [235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 4, .production_id = 40), + [237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif, 3, .production_id = 40), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(479), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1284), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1576), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1095), + [259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1697), + [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1571), + [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(451), + [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(597), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(597), + [276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(565), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(122), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(942), + [285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1001), + [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(861), + [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1809), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1499), + [297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1806), + [300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(951), + [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(50), + [306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(885), + [309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(811), + [312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(777), + [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(895), + [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1493), + [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1317), + [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1358), + [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1496), + [330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1535), + [333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(618), + [336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1763), + [339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1552), + [342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(409), + [345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1807), + [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(514), + [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1601), + [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1599), + [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1705), + [360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(621), + [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(623), + [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1788), + [369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1787), + [372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1785), + [375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1337), + [378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(726), + [381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1507), + [384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1381), + [387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(726), + [390] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(747), + [393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(480), + [396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1293), + [399] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1743), + [402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1144), + [405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1723), + [408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1550), + [411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(158), + [414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(930), + [417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(996), + [420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(839), + [423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(42), + [426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1536), + [429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1526), + [432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(616), + [435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1639), + [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1534), + [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(405), + [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1810), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(531), + [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1770), + [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1782), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1729), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(475), + [462] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1289), + [465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1629), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1140), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1630), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1529), + [477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(231), + [480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(941), + [483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1013), + [486] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(857), + [489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(32), + [492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), + [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1531), + [497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1555), + [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(613), + [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1713), + [506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1532), + [509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(422), + [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1766), + [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(535), + [518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1710), + [521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1709), + [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1638), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1629), + [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1140), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), + [561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), + [583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 1), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1527), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1525), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1637), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(483), + [648] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1287), + [651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1757), + [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1139), + [657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1744), + [660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1573), + [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(283), + [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(931), + [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(988), + [672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(829), + [675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(49), + [678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1527), + [681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1519), + [684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(615), + [687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1606), + [690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1525), + [693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(447), + [696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1813), + [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(538), + [702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1637), + [705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1636), + [708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 2), SHIFT_REPEAT(1748), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else, 2), + [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), + [727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(486), + [730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1295), + [733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1815), + [736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1117), + [739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1812), + [742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1498), + [745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(451), + [748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(597), + [751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(597), + [754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(565), + [757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(933), + [760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1009), + [763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(842), + [766] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1809), + [769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1499), + [772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1806), + [775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(951), + [778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(48), + [781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(885), + [784] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(811), + [787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(777), + [790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(895), + [793] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1493), + [796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1317), + [799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1358), + [802] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1504), + [805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1505), + [808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(610), + [811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1799), + [814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1506), + [817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(440), + [820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1795), + [823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(526), + [826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1793), + [829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1792), + [832] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1791), + [835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(621), + [838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(623), + [841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1788), + [844] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1787), + [847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1785), + [850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1337), + [853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1063), + [856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1507), + [859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1381), + [862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(1063), + [865] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 2), SHIFT_REPEAT(747), + [868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translation_unit, 1), + [870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 9), + [874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(482), + [877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(451), + [882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(597), + [885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(597), + [888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(565), + [891] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(122), + [894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(942), + [897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1001), + [900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(811), + [903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1809), + [906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1499), + [909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1806), + [912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(50), + [915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(885), + [918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(777), + [921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(895), + [924] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1493), + [927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1317), + [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1358), + [933] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1496), + [936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1535), + [939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1552), + [942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(409), + [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1807), + [948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(514), + [951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1601), + [954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1599), + [957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1705), + [960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(621), + [963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(623), + [966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1788), + [969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1787), + [972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1785), + [975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1337), + [978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(726), + [981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1507), + [984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1381), + [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(726), + [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(747), + [993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3), + [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, .production_id = 9), [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 2), - [999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(463), - [1002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(178), - [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(898), - [1008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(969), - [1011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(34), - [1014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1473), - [1017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1463), - [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1471), - [1023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(409), - [1026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1754), - [1029] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(506), - [1032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1674), - [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1667), - [1038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1679), - [1041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), - [1043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(460), - [1046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(229), - [1049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(889), - [1052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(973), - [1055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(51), - [1058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1465), - [1061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1459), - [1064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1462), - [1067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(389), - [1070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1757), - [1073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(501), - [1076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1528), - [1079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1529), - [1082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1697), - [1085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 9), - [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [1091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [1093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(462), - [1096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(221), - [1099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(905), - [1102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(949), - [1105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(42), - [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1452), - [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1453), - [1114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1454), - [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(397), - [1120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1712), - [1123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(508), - [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1711), - [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1706), - [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1696), - [1135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 9), - [1137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(456), - [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(252), - [1143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(896), - [1146] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(960), - [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(30), - [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1460), - [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1494), - [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1458), - [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(391), - [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1714), - [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(512), - [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1701), - [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1704), - [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1591), - [1179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), - [1181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), - [1183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), - [1185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), - [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), - [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1730), - [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(457), - [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1504), - [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1507), - [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1730), - [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), + [1001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(476), + [1004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(158), + [1007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(930), + [1010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(996), + [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(42), + [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1536), + [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1526), + [1022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1534), + [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(405), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1810), + [1031] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(531), + [1034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1770), + [1037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1782), + [1040] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1729), + [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 2), + [1045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(474), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [1053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, .production_id = 9), + [1055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3), + [1057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(481), + [1060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(231), + [1063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(941), + [1066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1013), + [1069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(32), + [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [1074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1531), + [1077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1555), + [1080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1532), + [1083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(422), + [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1766), + [1089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(535), + [1092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1710), + [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1709), + [1098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1638), + [1101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 9), + [1103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(478), + [1106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(283), + [1109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(931), + [1112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(988), + [1115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(49), + [1118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1527), + [1121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1519), + [1124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1525), + [1127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(447), + [1130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1813), + [1133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(538), + [1136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1637), + [1139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1636), + [1142] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1748), + [1145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(474), + [1148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(254), + [1151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(933), + [1154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1009), + [1157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(48), + [1160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1504), + [1163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1505), + [1166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1506), + [1169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(440), + [1172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1795), + [1175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(526), + [1178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1793), + [1181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1792), + [1184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1791), + [1187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [1191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), + [1195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(477), + [1198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1568), + [1201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1562), + [1204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(1783), + [1207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), [1213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, .production_id = 25), [1215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, .production_id = 25), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), + [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), [1219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 5, .production_id = 82), [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 5, .production_id = 82), - [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 31), - [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 31), - [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), - [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), - [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 78), - [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 78), - [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), - [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), - [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 47), - [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 47), - [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 74), - [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 74), - [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54), - [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54), - [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 47), - [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 47), - [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 29), - [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 29), - [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 27), - [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 27), - [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), - [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), - [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 26), - [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 26), - [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 26), - [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 26), - [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 74), - [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 74), - [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), - [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), - [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), - [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), - [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), - [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), - [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), - [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), - [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), - [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), - [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 64), - [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 64), - [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 91), - [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 91), - [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), - [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), - [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), - [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 15), - [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 15), - [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 16), - [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 16), - [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 16), - [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 16), - [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 17), - [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 17), - [1339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 21), - [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 21), - [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 32), - [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 32), - [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 38), - [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 38), - [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 39), - [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 39), - [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 40), - [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 40), - [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 41), - [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 41), - [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 16), - [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 16), - [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), - [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), - [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 68), - [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 68), - [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 69), - [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 69), - [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 40), - [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 40), - [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 70), - [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 70), - [1387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(635), - [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 56), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [1399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [1401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [1403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 56), - [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [1409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), - [1415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [1417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 36), - [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 36), - [1423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), - [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), - [1427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2), - [1429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2), - [1431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 89), - [1433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 89), - [1435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 63), - [1437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 63), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 65), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 65), - [1443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [1455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), - [1457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [1461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(669), - [1466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(431), - [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(581), - [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(581), - [1475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(584), - [1478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(94), - [1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1496), - [1484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(44), - [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1495), - [1490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1472), - [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(610), - [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1675), - [1499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1493), - [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(383), - [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1751), - [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(503), - [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1555), - [1514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1554), - [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1656), - [1520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(596), - [1523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(601), - [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1694), - [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1680), - [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1677), - [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1274), - [1538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(688), - [1541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1469), - [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1313), - [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(688), - [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(697), - [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), - [1559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(670), - [1562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(221), - [1565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(42), - [1568] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1452), - [1571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1453), - [1574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(560), - [1577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1716), - [1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1454), - [1583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(397), - [1586] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1712), - [1589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(508), - [1592] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1711), - [1595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1706), - [1598] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1696), - [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(669), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [1605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(665), - [1608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(178), - [1611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(34), - [1614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1473), - [1617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1463), - [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(586), - [1623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1527), - [1626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1471), - [1629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(409), - [1632] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1754), - [1635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(506), - [1638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1674), - [1641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1667), - [1644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1679), - [1647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(668), - [1650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(252), - [1653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1504), - [1656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(613), - [1659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1559), - [1662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1507), - [1665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1730), - [1668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(667), - [1671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(30), - [1674] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1460), - [1677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1494), - [1680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(583), - [1683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1698), - [1686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1458), - [1689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(391), - [1692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1714), - [1695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(512), - [1698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1701), - [1701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1704), - [1704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1591), - [1707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(671), - [1710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(229), - [1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(51), - [1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1465), - [1719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1459), - [1722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(578), - [1725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1560), - [1728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1462), - [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(389), - [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1757), - [1737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(501), - [1740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1528), - [1743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1529), - [1746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1697), - [1749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), - [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [1757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), - [1759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), - [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), - [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), - [1765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [1767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [1771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [1775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [1777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), - [1779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), - [1790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), - [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [1795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), - [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [1799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), - [1839] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), SHIFT(939), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), - [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), - [1848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), - [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), - [1853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547), - [1855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [1861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [1875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1610), - [1877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), - [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), - [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(799), - [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), - [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742), - [1897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [1899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1512), - [1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), - [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), - [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729), - [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [1939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 40), - [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 40), - [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(733), - [1945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(866), - [1948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1707), - [1951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1085), - [1954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [1956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1621), - [1959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1514), - [1962] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(736), - [1965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(762), - [1968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1741), - [1971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1474), - [1974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1734), - [1977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(863), - [1980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(859), - [1983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1380), - [1986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1266), - [1989] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1287), - [1992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), - [1994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), - [1996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [1998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), - [2000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), - [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), - [2008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1708), - [2011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1105), - [2014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1666), - [2017] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1509), - [2020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 40), - [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 81), - [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1464), - [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [2036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1709), - [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [2040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), - [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1686), - [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [2048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 55), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [2052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1672), - [2055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1057), - [2058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1599), - [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1464), - [2064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), - [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [2074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2), - [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [2082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 98), - [2084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1709), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1078), - [2090] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1686), - [2093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1502), - [2096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), - [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, .production_id = 55), - [2100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [2150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), - [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), - [2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), - [2156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(627), - [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), - [2163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1313), - [2166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(627), - [2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3), - [2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3), - [2172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), - [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [2176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), - [2178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), - [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(866), - [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(736), - [2186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(762), - [2189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1741), - [2192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1474), - [2195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1734), - [2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), - [2200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(863), - [2203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(859), - [2206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1380), - [2209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1266), - [2212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1287), - [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), - [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), - [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), - [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), - [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), - [2229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(664), - [2232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 114), - [2234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 114), - [2236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 102), - [2238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 102), - [2240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), - [2242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), - [2244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), - [2246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), - [2248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), - [2250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), - [2252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), - [2254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), - [2256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 118), - [2258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 118), - [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), - [2262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), - [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 84), - [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 84), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 57), - [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 57), - [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), - [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), - [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), - [2280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(736), - [2283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(762), - [2286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1741), - [2289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1474), - [2292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1734), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 45), - [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 45), - [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), - [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), - [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), - [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 66), - [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 66), - [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [2315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), - [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), - [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(540), - [2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), - [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, .production_id = 56), - [2343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, .production_id = 56), - [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 11), - [2347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 11), - [2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 12), - [2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 12), - [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), - [2355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), - [2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), - [2359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), - [2361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), - [2363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), - [2365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), - [2367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), - [2369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), - [2371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), - [2373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 45), - [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 45), - [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 28), - [2379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 28), - [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 28), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [2385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), - [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [2399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 28), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 67), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 67), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 37), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 37), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), - [2431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), - [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 90), - [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 90), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 99), - [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 99), - [2451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 40), - [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 40), - [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 41), - [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 41), - [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 16), - [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 16), - [2463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 31), - [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 31), - [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 69), - [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 69), - [2471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 42), - [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 42), - [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 31), - [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 31), - [2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 42), - [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 42), - [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 16), - [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 16), - [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 40), - [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 40), - [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 70), - [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 70), - [2495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 91), - [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 91), - [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), - [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), - [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 2), - [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), - [2509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 2), REDUCE(sym__old_style_parameter_list, 2), - [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym__old_style_parameter_list, 2), - [2515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), - [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), - [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), - [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), - [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), + [1223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3), + [1225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3), + [1227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 74), + [1229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 74), + [1231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [1233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [1235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2), + [1237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2), + [1239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, .production_id = 26), + [1241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, .production_id = 26), + [1243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_statement, 2), + [1245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_statement, 2), + [1247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 26), + [1249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 26), + [1251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2), + [1253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2), + [1255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 27), + [1257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 27), + [1259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2), + [1261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2), + [1263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 6, .production_id = 74), + [1265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 6, .production_id = 74), + [1267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2), + [1269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2), + [1271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, .production_id = 29), + [1273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, .production_id = 29), + [1275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 3, .production_id = 31), + [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 3, .production_id = 31), + [1279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, .production_id = 78), + [1281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, .production_id = 78), + [1283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 4, .production_id = 47), + [1285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 4, .production_id = 47), + [1287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [1289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [1291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1), + [1293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1), + [1295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [1297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2), + [1299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_definition, 5, .production_id = 47), + [1301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_definition, 5, .production_id = 47), + [1303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 54), + [1305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 54), + [1307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 3, .production_id = 17), + [1309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 3, .production_id = 17), + [1311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 16), + [1313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 3, .production_id = 16), + [1315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 6, .production_id = 91), + [1317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 6, .production_id = 91), + [1319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 89), + [1321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 5, .production_id = 89), + [1323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3), + [1325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3), + [1327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 70), + [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 5, .production_id = 70), + [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 40), + [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 40), + [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 5, .production_id = 69), + [1337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 5, .production_id = 69), + [1339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 5, .production_id = 68), + [1341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 5, .production_id = 68), + [1343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 65), + [1345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 65), + [1347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 63), + [1349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 4, .production_id = 63), + [1351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2), + [1353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2), + [1355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 16), + [1357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 16), + [1359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_repeat1, 1, .production_id = 2), + [1361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_repeat1, 1, .production_id = 2), + [1363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 41), + [1365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef, 4, .production_id = 41), + [1367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if, 4, .production_id = 40), + [1369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if, 4, .production_id = 40), + [1371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_function_def, 4, .production_id = 39), + [1373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_function_def, 4, .production_id = 39), + [1375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 4, .production_id = 38), + [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 4, .production_id = 38), + [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 36), + [1381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_definition, 3, .production_id = 36), + [1383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 32), + [1385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 32), + [1387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call, 2, .production_id = 4), + [1389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call, 2, .production_id = 4), + [1391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_linkage_specification, 3, .production_id = 21), + [1393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_linkage_specification, 3, .production_id = 21), + [1395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_def, 3, .production_id = 16), + [1397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_def, 3, .production_id = 16), + [1399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty_declaration, 2), + [1401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty_declaration, 2), + [1403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_include, 3, .production_id = 15), + [1405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_include, 3, .production_id = 15), + [1407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 64), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 64), + [1411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(439), + [1413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), + [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 4, .production_id = 56), + [1417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [1419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [1423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [1425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 4, .production_id = 56), + [1427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [1437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__top_level_expression_statement, 2), + [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__top_level_expression_statement, 2), + [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), + [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_translation_unit_repeat1, 1, .production_id = 2), + [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [1449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [1453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [1455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [1457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [1459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), + [1461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(705), + [1466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(451), + [1469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(597), + [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(597), + [1475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(565), + [1478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(122), + [1481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1556), + [1484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(50), + [1487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1496), + [1490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1535), + [1493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(618), + [1496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1763), + [1499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1552), + [1502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(409), + [1505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1807), + [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(514), + [1511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1601), + [1514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1599), + [1517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1705), + [1520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(621), + [1523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(623), + [1526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1788), + [1529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1787), + [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1785), + [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1337), + [1538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(726), + [1541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1507), + [1544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1381), + [1547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(726), + [1550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(747), + [1553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1603), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [1561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), + [1563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(704), + [1566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(158), + [1569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(42), + [1572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1536), + [1575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1526), + [1578] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(616), + [1581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1639), + [1584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1534), + [1587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(405), + [1590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1810), + [1593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(531), + [1596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1770), + [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1782), + [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1729), + [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(703), + [1607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(703), + [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(283), + [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(49), + [1616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1527), + [1619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1519), + [1622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(615), + [1625] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1606), + [1628] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1525), + [1631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(447), + [1634] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1813), + [1637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(538), + [1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1637), + [1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1636), + [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1748), + [1649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(706), + [1651] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(709), + [1654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(231), + [1657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(32), + [1660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1531), + [1663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1555), + [1666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(613), + [1669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1713), + [1672] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1532), + [1675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(422), + [1678] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1766), + [1681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(535), + [1684] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1710), + [1687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1709), + [1690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1638), + [1693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(710), + [1696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(48), + [1699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1568), + [1702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1505), + [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(620), + [1708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1603), + [1711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1562), + [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(440), + [1717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1783), + [1720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(526), + [1723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1793), + [1726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1792), + [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1791), + [1732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(706), + [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(254), + [1738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1504), + [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(610), + [1744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1799), + [1747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1506), + [1750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT(1795), + [1753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1085), + [1757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [1759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [1761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 3), + [1763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 3), + [1765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_declaration, 4), + [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_declaration, 4), + [1769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [1771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [1773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [1775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [1777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [1779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [1781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [1783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_modifiers, 1), + [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declaration_modifiers, 1), REDUCE(aux_sym_attributed_declarator_repeat1, 1), + [1797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [1799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [1801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [1803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [1807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [1809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [1811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [1813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [1833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_not_binary, 1), + [1843] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), SHIFT(1014), + [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_not_binary, 1), + [1849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), + [1854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [1856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [1858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [1860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(sym__expression_not_binary, 1), + [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [1879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1657), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [1883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1759), + [1885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [1887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [1889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [1893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [1895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(966), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [1907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [1909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [1913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [1915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [1917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), + [1919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [1921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), + [1927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [1929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), + [1931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1146), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [1935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1715), + [1937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [1939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [1943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [1947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 40), + [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [1951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 3, .production_id = 40), + [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(906), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1759), + [1961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1153), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [1966] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1668), + [1969] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1565), + [1972] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(777), + [1975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(811), + [1978] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1809), + [1981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1537), + [1984] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1806), + [1987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(885), + [1990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(895), + [1993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1493), + [1996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1317), + [1999] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1358), + [2002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [2004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [2006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [2008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [2010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [2012] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1760), + [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1146), + [2018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1715), + [2021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1559), + [2024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [2026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1517), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 98), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), + [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 1), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), + [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [2052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_else_in_field_declaration_list, 2), + [2054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 40), + [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1761), + [2059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1143), + [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1736), + [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1563), + [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2, .production_id = 55), + [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [2074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 81), + [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 55), + [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [2084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 2), + [2086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1722), + [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1103), + [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1635), + [2097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), SHIFT_REPEAT(1517), + [2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_if_in_field_declaration_list_repeat1, 2), + [2102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [2106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [2146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [2148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [2152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [2154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 3), + [2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 3), + [2160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenated_string, 2), + [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenated_string, 2), + [2166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(648), + [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), + [2173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenated_string_repeat1, 2), SHIFT_REPEAT(1381), + [2176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [2178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [2180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [2182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2), + [2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2), + [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), + [2190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(906), + [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(777), + [2196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(811), + [2199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1809), + [2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1537), + [2205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1806), + [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), + [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(885), + [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(895), + [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1493), + [2219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1317), + [2222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__old_style_function_definition_repeat1, 2), SHIFT_REPEAT(1358), + [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3), + [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3), + [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), + [2231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 85), + [2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 114), + [2235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 114), + [2237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), + [2239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 8, .production_id = 115), + [2241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), + [2243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 110), + [2245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), + [2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 101), + [2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), + [2251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 7, .production_id = 109), + [2253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 102), + [2255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 6, .production_id = 102), + [2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 57), + [2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 4, .production_id = 57), + [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), + [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), + [2265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(707), + [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 84), + [2270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 5, .production_id = 84), + [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 118), + [2274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnu_asm_expression, 9, .production_id = 118), + [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_qualifier, 1), + [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_qualifier, 1), + [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), + [2284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(777), + [2287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(811), + [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1809), + [2293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1537), + [2296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__declaration_specifiers_repeat1, 2), SHIFT_REPEAT(1806), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, .production_id = 67), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [2311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(639), + [2313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), + [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [2319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), + [2321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [2323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(633), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [2327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, .production_id = 67), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [2333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, .production_id = 45), + [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, .production_id = 45), + [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 28), + [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 28), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_offsetof_expression, 6, .production_id = 99), + [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_offsetof_expression, 6, .production_id = 99), + [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, .production_id = 28), + [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, .production_id = 28), + [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 5), + [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 2), + [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 2), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, .production_id = 37), + [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, .production_id = 37), + [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_alignof_expression, 4, .production_id = 56), + [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_alignof_expression, 4, .production_id = 56), + [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), + [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sizeof_expression, 2, .production_id = 9), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, .production_id = 90), + [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, .production_id = 90), + [2375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_specifier, 4), + [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_specifier, 4), + [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4), + [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3), + [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_char_literal, 3), + [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_char_literal, 3), + [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, .production_id = 11), + [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, .production_id = 11), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 8), + [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 8), + [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 5), + [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 5), + [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 5), + [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 5), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, .production_id = 12), + [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, .production_id = 12), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, .production_id = 66), + [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, .production_id = 66), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 4), + [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 4), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_expression, 9), + [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_expression, 9), + [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2), + [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_list, 3), + [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_initializer_list, 3), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1), + [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_expression, 2, .production_id = 5), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [2445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 5), + [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 45), + [2449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_literal_expression, 4, .production_id = 45), + [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [2455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 40), + [2457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 40), + [2459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 70), + [2461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 5, .production_id = 70), + [2463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 16), + [2465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 16), + [2467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 91), + [2469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 6, .production_id = 91), + [2471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 41), + [2473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 4, .production_id = 41), + [2475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, .production_id = 31), + [2477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, .production_id = 31), + [2479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 69), + [2481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 5, .production_id = 69), + [2483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 40), + [2485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_if_in_field_declaration_list, 4, .production_id = 40), + [2487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 16), + [2489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_ifdef_in_field_declaration_list, 3, .production_id = 16), + [2491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 42), + [2493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 42), + [2495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 2, .production_id = 42), + [2497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 2, .production_id = 42), + [2499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, .production_id = 31), + [2501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, .production_id = 31), + [2503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), + [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 52), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), + [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 23), + [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 2), + [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 2), + [2517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 2), REDUCE(sym__old_style_parameter_list, 2), + [2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 2), REDUCE(sym__old_style_parameter_list, 2), + [2523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 2), + [2525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 1, .dynamic_precedence = 1), - [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), + [2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), [2535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_declspec_modifier, 4), [2537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_declspec_modifier, 4), - [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), - [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 3), - [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), - [2547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), - [2550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), - [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), - [2555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 23), - [2557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 23), - [2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), - [2563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [2569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [2571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(615), - [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), - [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), - [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), - [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), - [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 8), - [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 8), - [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 77), - [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 77), - [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), - [2607] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(800), - [2610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 13), - [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 13), - [2614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), - [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), - [2618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), - [2620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), - [2622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), - [2624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), - [2626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 51), - [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 51), - [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 3), - [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 3), - [2634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 3), - [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 3), - [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 24), - [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 24), - [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 13), - [2644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 13), - [2646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 22), - [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 22), - [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), - [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), - [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 23), - [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 23), - [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 13), - [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 13), - [2662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), - [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), - [2666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 8), - [2668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 8), - [2670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 7), - [2672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 7), - [2674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 8), - [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 8), - [2678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 22), - [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 22), - [2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), - [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), - [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), - [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), - [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 77), - [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 77), - [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), - [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), - [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 8), - [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 8), - [2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), - [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), - [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 51), - [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 51), - [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 53), - [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 53), - [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), - [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), - [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), - [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), - [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), - [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), - [2726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), - [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), - [2730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(871), - [2733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), - [2735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), - [2737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), - [2739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 49), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 49), - [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(939), - [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), - [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), - [2756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), - [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), - [2760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), - [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), - [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 24), - [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 24), - [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 14), - [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 14), - [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, .production_id = 76), - [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, .production_id = 76), - [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 22), - [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 22), - [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 58), - [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 58), - [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 24), - [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 24), - [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [2794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), - [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [2539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 23), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 23), + [2543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 7), + [2547] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 7), + [2551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 3), + [2553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 3), + [2555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), + [2558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameter_list, 3), REDUCE(sym__old_style_parameter_list, 3), + [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 3), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [2565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), + [2567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [2575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), + [2577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [2581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [2585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_storage_class_specifier, 1), + [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_storage_class_specifier, 1), + [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), + [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 22), + [2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 51), + [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 22), + [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 22), + [2607] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 3), + [2609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 3), + [2611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 3), + [2613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 1, .production_id = 3), + [2615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 24), + [2617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 24), + [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 53), + [2623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), + [2627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_sized_type_specifier_repeat1, 2), SHIFT_REPEAT(847), + [2630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), + [2632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 24), + [2634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), + [2636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 2, .production_id = 8), + [2638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 2, .production_id = 8), + [2640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 2, .production_id = 8), + [2642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 77), + [2644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 77), + [2646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 13), + [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 3, .production_id = 13), + [2650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 13), + [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_specifiers, 2, .production_id = 13), + [2654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 51), + [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 51), + [2658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 6, .production_id = 76), + [2660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 6, .production_id = 76), + [2662] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(915), + [2665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 1), + [2667] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), + [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), + [2671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [2673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 22), + [2675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 22), + [2677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 23), + [2679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 23), + [2681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 22), + [2683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 22), + [2685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 24), + [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 24), + [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 4), + [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 4), + [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 3), + [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 3), + [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 49), + [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 49), + [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 6, .production_id = 77), + [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 6, .production_id = 77), + [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_specifier, 1), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_specifier, 1), + [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 58), + [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_type_specifier, 4, .dynamic_precedence = -1, .production_id = 58), + [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 2), + [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 2), + [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), + [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 7), + [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), + [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 23), + [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 8), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 8), + [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), + [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 4, .production_id = 22), + [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2), + [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2), + [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), + [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 7), + [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 4, .production_id = 24), + [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 4, .production_id = 24), + [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), + [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 52), + [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1014), + [2752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), + [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 51), + [2756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 3, .production_id = 8), + [2758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 3, .production_id = 8), + [2760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3), + [2762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3), + [2764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 5, .production_id = 51), + [2766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 5, .production_id = 51), + [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 7), + [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 7), + [2772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_specifier, 5, .production_id = 53), + [2774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_specifier, 5, .production_id = 53), + [2776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumerator_list, 5), + [2778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator_list, 5), + [2780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_specifier, 3, .production_id = 8), + [2782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_specifier, 3, .production_id = 8), + [2784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 14), + [2786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .dynamic_precedence = -1, .production_id = 14), + [2788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 13), + [2790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sized_type_specifier, 2, .production_id = 13), + [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1321), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1318), + [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), - [2808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(1741), - [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [2819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 49), - [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 49), - [2823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 49), SHIFT(1741), - [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), - [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(559), - [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 3), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [2808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(1809), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [2823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 49), + [2825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 4, .production_id = 49), + [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 4, .production_id = 49), SHIFT(1809), + [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [2834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [2856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(994), + [2858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(987), + [2860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [2862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 3), [2864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_function_declarator, 2, .production_id = 33), [2866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_function_declarator, 2, .production_id = 33), - [2868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 4), - [2870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 4), - [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), - [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), - [2876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), SHIFT(1741), - [2879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 76), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 76), - [2883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 76), SHIFT(1741), - [2886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), - [2888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 22), - [2890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 22), - [2892] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 22), SHIFT(1741), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), - [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), - [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1372), - [2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(892), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 44), - [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [2927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), - [2929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2932] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(939), - [2936] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [2947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 3), - [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [2966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 105), - [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 60), - [2976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139), - [2980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 75), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, .production_id = 106), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 79), - [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 80), - [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 97), - [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 96), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 95), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), - [3020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), - [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [3032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [3034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), - [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [3052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(736), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [3075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), - [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1035), - [3082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1036), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 13), - [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 3), - [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), - [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), - [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), - [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 3), + [2868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [2872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__old_style_parameter_list, 4), + [2874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__old_style_parameter_list, 4), + [2876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 76), + [2878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 5, .production_id = 76), + [2880] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 5, .production_id = 76), SHIFT(1809), + [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_call_modifier, 1), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_call_modifier, 1), + [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 22), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 3, .production_id = 22), + [2891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 3, .production_id = 22), SHIFT(1809), + [2894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1), + [2896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), + [2898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), + [2900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_enum_specifier, 2, .production_id = 8), SHIFT(1809), + [2903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1465), + [2916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(934), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2928] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), SHIFT(1014), + [2932] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__declarator, 1), REDUCE(sym__type_specifier, 1, .production_id = 1), + [2935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type_specifier, 1, .production_id = 1), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), + [2938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_comma_expression, 3, .production_id = 44), + [2942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bitfield_clause, 2), + [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 96), + [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), + [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_initializer_pair, 3, .production_id = 105), + [2970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 95), + [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 79), + [2974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 3, .production_id = 80), + [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [2980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), + [2982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 5, .production_id = 106), + [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [2988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 3), + [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_init_declarator, 3, .production_id = 60), + [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_statement_body, 4, .production_id = 97), + [2998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 3, .production_id = 75), + [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [3014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 4), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [3022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [3024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [3028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [3036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(596), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [3054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [3072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__type_definition_type_repeat1, 2), SHIFT_REPEAT(777), + [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), + [3085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1078), + [3088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_pointer_declarator_repeat1, 2), SHIFT_REPEAT(1072), + [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 3), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_unaligned_ptr_modifier, 1), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 1, .production_id = 3), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 13), [3103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 13), - [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), - [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), - [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [3113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1089), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1081), - [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), - [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1103), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1050), - [3165] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 28), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [3189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 42), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [3193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 13), - [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 13), - [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), - [3199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [3203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 28), - [3205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), - [3207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), - [3209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 12), - [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 12), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), - [3215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [3229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [3233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, .production_id = 13), - [3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, .production_id = 13), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), - [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), - [3265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [3301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), - [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [3313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1104), - [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), - [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), - [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [3349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(800), - [3352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(845), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [3367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(1723), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [3374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, .production_id = 10), - [3376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 33), - [3394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 33), - [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [3398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1447), - [3401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), - [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 33), - [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 33), - [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 30), - [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 33), - [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .production_id = 33), - [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 59), - [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 86), - [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [3419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1741), - [3422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), - [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 103), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, .production_id = 10), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), - [3432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ms_pointer_modifier, 1), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_pointer_modifier, 1), + [3109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(915), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__preproc_expression, 1), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [3115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__preproc_expression, 1), + [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1086), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [3141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [3151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [3155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [3177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 28), + [3179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_binary_expression, 3, .production_id = 28), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), + [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [3195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 3), + [3197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 3), + [3199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 13), + [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 13), + [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 2), + [3205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 2), + [3207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 12), + [3209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_call_expression, 2, .production_id = 12), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [3217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 4), + [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 4), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [3223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [3225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_parenthesized_expression, 3), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [3253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [3255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_unary_expression, 2, .production_id = 5), + [3257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_defined, 2), + [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_defined, 2), + [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 1, .production_id = 42), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), + [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 1, .production_id = 3), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_argument_list, 4), + [3277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_argument_list, 4), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [3287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), + [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 2, .production_id = 3), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [3303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_definition_type, 3, .production_id = 13), + [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_type, 3, .production_id = 13), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), + [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), + [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [3323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [3329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [3333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), + [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [3353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(847), + [3356] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_sized_type_specifier, 1), SHIFT(916), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [3371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_enum_specifier, 2, .production_id = 7), SHIFT(1660), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [3378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 1, .production_id = 10), + [3380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [3392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [3394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [3396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 2, .production_id = 33), + [3398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 2, .production_id = 33), + [3400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [3402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), SHIFT_REPEAT(1499), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attributed_declarator_repeat1, 2), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [3409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_definition_repeat1, 2), SHIFT_REPEAT(1809), + [3412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_type_definition_repeat1, 2), + [3414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 3, .production_id = 33), + [3416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 3, .production_id = 33), + [3418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 30), + [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_declarator, 4, .production_id = 33), + [3422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_declarator, 4, .production_id = 33), + [3424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 4, .dynamic_precedence = 1, .production_id = 86), + [3426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 59), + [3428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_declarator, 5, .dynamic_precedence = 1, .production_id = 103), + [3430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), + [3432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), [3434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_declarator, 2), [3436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_declarator, 2), [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 30), - [3440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_list, 4), - [3442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter_list, 4), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 59), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 103), - [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 86), - [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 30), - [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 30), - [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 10), - [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 10), - [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 10), - [3464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 10), - [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), - [3468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), - [3470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 59), - [3472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), - [3474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), - [3476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 86), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, .production_id = 10), - [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 104), - [3486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 104), - [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 103), - [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [3492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), - [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 88), - [3496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 88), - [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), - [3500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), - [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 30), - [3504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), - [3506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), - [3512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), - [3514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), - [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1368), - [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [3526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [3530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [3534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 30), - [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 104), - [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 104), - [3542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1275), - [3544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 50), - [3546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 50), - [3548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), - [3550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), - [3552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 10), - [3554] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 10), - [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 10), - [3558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 10), + [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [3442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 1, .production_id = 10), + [3444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), + [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [3448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 3, .dynamic_precedence = 1, .production_id = 59), + [3450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 4, .dynamic_precedence = 1, .production_id = 86), + [3452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 30), + [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 5, .dynamic_precedence = 1, .production_id = 103), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_field_declarator, 2, .dynamic_precedence = 1, .production_id = 30), + [3458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 3, .production_id = 10), + [3460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 3, .production_id = 10), + [3462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declarator, 1), + [3464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__declarator, 1), + [3466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [3468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_declarator, 3, .dynamic_precedence = -10), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 1, .production_id = 10), + [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 4, .dynamic_precedence = 1, .production_id = 86), + [3478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 88), + [3480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 88), + [3482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 1), + [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_field_declarator, 2), + [3488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_field_declarator, 2), + [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 1), + [3492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 3, .dynamic_precedence = 1, .production_id = 59), + [3496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 2, .dynamic_precedence = 1, .production_id = 30), + [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 5, .production_id = 104), + [3500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 5, .production_id = 104), + [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type_declarator, 5, .dynamic_precedence = 1, .production_id = 103), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_declarator, 4, .production_id = 10), + [3506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_declarator, 4, .production_id = 10), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [3510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1436), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [3522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1476), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 30), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attributed_type_declarator, 2), + [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attributed_type_declarator, 2), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [3544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), + [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1, .production_id = 50), + [3548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1, .production_id = 50), + [3550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 3, .production_id = 10), + [3552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 3, .production_id = 10), + [3554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [3556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 71), + [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 88), [3562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 88), - [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 33), - [3566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 33), - [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_declaration, 2, .production_id = 71), - [3570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 1), - [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [3574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_field_declarator, 3, .dynamic_precedence = -10), - [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 33), - [3578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 33), - [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 20), - [3582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 20), - [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 88), - [3586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 88), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [3590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), - [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 10), - [3594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 10), - [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 104), - [3598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 104), - [3600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [3602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [3606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), - [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [3610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 10), - [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 10), - [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), - [3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), - [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), - [3622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1336), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [3633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(592), - [3636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), - [3638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1610), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 43), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 4, .production_id = 10), + [3566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 4, .production_id = 10), + [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declarator, 1), + [3570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__field_declarator, 1), + [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_field_declarator, 5, .production_id = 104), + [3574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_field_declarator, 5, .production_id = 104), + [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_field_declarator, 2, .production_id = 33), + [3578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_field_declarator, 2, .production_id = 33), + [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 3, .production_id = 10), + [3582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 3, .production_id = 10), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), + [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 20), + [3590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 20), + [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [3594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_type_declarator, 3, .dynamic_precedence = -10), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [3600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1, .production_id = 1), + [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_declarator, 1), + [3604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type_declarator, 1), + [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 88), + [3608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 88), + [3610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 4, .production_id = 10), + [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 4, .production_id = 10), + [3614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type_declarator, 2, .production_id = 33), + [3618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type_declarator, 2, .production_id = 33), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_declarator, 5, .production_id = 104), + [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type_declarator, 5, .production_id = 104), + [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 59), + [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 46), + [3630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 18), + [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), + [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_expression_repeat1, 2), SHIFT_REPEAT(1372), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [3641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 43), + [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 30), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), [3647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 4, .production_id = 73), - [3649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 2, .production_id = 18), - [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_descriptor, 3, .production_id = 46), - [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 3, .dynamic_precedence = 1, .production_id = 59), - [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_pointer_declarator, 2, .dynamic_precedence = 1, .production_id = 30), - [3657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(749), - [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 92), - [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 10), - [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), - [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 72), - [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), - [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 10), - [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), - [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 33), - [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 88), - [3683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 104), - [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 19), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [3695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 83), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 100), - [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [3717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 100), - [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(637), - [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [3723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), - [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 35), - [3727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 10), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 83), - [3731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1251), - [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 108), - [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 48), - [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [3754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1616), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, .production_id = 35), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [3766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 62), SHIFT_REPEAT(1159), - [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 62), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [3777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, .production_id = 94), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(772), - [3785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), - [3787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1254), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), - [3792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 112), - [3794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 62), SHIFT_REPEAT(1215), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 62), - [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [3801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [3813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [3819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1631), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [3823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [3827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), - [3835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [3837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [3841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), - [3849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1354), - [3852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1354), - [3855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 116), SHIFT_REPEAT(1278), - [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 116), - [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [3864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [3868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), - [3870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1508), - [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 83), - [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 83), - [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(493), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [3898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 108), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [3916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 62), SHIFT_REPEAT(1198), - [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 62), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 111), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 117), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 35), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [3959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(950), - [3962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), - [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 34), - [3966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(1111), - [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [3971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), SHIFT_REPEAT(1372), - [3974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 111), - [3980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 119), SHIFT_REPEAT(1589), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 119), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 120), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [3989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(638), - [3992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), - [3994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 120), - [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 3, .production_id = 61), - [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1497), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), - [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 93), - [4033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1442), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, .production_id = 30), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 113), - [4052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [4056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(478), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1739), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1633), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [4087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4), - [4089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [4099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 3, .production_id = 87), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1736), - [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 48), - [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2), - [4121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [4125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), - [4131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 113), - [4133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), - [4135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [4137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [4142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [4144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [4152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [4166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3), - [4170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), - [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [4178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), - [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 41), - [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 91), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [4334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 69), - [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [4420] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [3653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(634), + [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), + [3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_pair_repeat1, 2), SHIFT_REPEAT(1657), + [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 10), + [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3), + [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 3, .production_id = 72), + [3667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(776), + [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, .production_id = 6), + [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [3673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_parenthesized_declarator, 3), + [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 2, .production_id = 33), + [3677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 92), + [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 10), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 2), + [3683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 5, .production_id = 104), + [3685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_function_declarator, 1, .production_id = 19), + [3687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__abstract_declarator, 1), + [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_array_declarator, 4, .production_id = 88), + [3691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [3697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), + [3699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [3701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1769), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [3717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1360), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [3721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), + [3723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1366), + [3726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_literal_repeat1, 2), SHIFT_REPEAT(1366), + [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 116), SHIFT_REPEAT(1338), + [3732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 116), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [3736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 3, .production_id = 112), + [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_qualifier, 1), + [3748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1310), + [3751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 107), + [3753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [3759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 2, .production_id = 83), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_clobber_list, 2, .production_id = 108), + [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 35), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [3773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [3775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [3777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1387), + [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1621), + [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1617), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [3791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 3, .production_id = 100), + [3801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), SHIFT_REPEAT(1303), + [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 107), + [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 2, .production_id = 10), + [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [3814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [3816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), + [3818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [3820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, .production_id = 48), + [3824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [3832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand_list, 3, .production_id = 100), + [3836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [3846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type_definition_declarators, 2, .production_id = 35), + [3852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand_list, 2, .production_id = 83), + [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [3858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [3860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 62), SHIFT_REPEAT(1204), + [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__type_definition_declarators_repeat1, 2, .production_id = 62), + [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__field_declaration_declarator, 3, .production_id = 94), + [3867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 62), SHIFT_REPEAT(1266), + [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 2, .production_id = 62), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [3878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_designator, 2, .production_id = 93), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [3884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumerator, 1, .production_id = 6), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [3906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), SHIFT_REPEAT(1520), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enumerator_list_repeat1, 2), + [3917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), SHIFT_REPEAT(1570), + [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_declaration_repeat1, 2), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [3938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), SHIFT_REPEAT(1465), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_designator, 3), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [3947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_initializer_list_repeat1, 2), SHIFT_REPEAT(498), + [3950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), SHIFT_REPEAT(678), + [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__field_declaration_declarator_repeat1, 3, .production_id = 30), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [3961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_output_operand_list_repeat1, 2, .production_id = 83), + [3963] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), SHIFT_REPEAT(1549), + [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_preproc_params_repeat1, 2), + [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [3974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_preproc_argument_list_repeat1, 2), SHIFT_REPEAT(1132), + [3977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2), SHIFT_REPEAT(513), + [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [3986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [3988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 4, .production_id = 111), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [4006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_input_operand_list_repeat1, 2, .production_id = 83), + [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [4020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 2, .production_id = 113), + [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 3, .production_id = 61), + [4024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), SHIFT_REPEAT(1005), + [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_expression_repeat1, 2), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 4, .production_id = 111), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_clobber_list_repeat1, 2, .production_id = 108), + [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 3, .production_id = 117), + [4037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 62), SHIFT_REPEAT(1252), + [4040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 2, .production_id = 62), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 119), SHIFT_REPEAT(1803), + [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 119), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_output_operand, 7, .production_id = 120), + [4055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_input_operand, 7, .production_id = 120), + [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 34), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__declaration_declarator, 2, .production_id = 35), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, .production_id = 6), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1712), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnu_asm_goto_list_repeat1, 2, .production_id = 113), + [4085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 2), + [4087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 2), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [4091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1687), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [4095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnu_asm_goto_list, 1), + [4097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [4105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameter_list_repeat1, 2), REDUCE(aux_sym__old_style_parameter_list_repeat1, 2), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [4110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1655), + [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 4), + [4114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 4), + [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__declaration_declarator_repeat1, 3, .production_id = 87), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), + [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 4, .production_id = 48), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [4132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_params, 3), + [4140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_preproc_params, 3), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [4146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1674), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [4158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [4162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1613), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [4170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [4178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [4182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1595), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [4190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), + [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 3, .production_id = 41), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [4216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [4226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 69), + [4460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 70), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [4502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 91), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [4534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), + [4536] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [4540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 4, .production_id = 69), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [4550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 4, .production_id = 69), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [4556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elifdef, 4, .production_id = 70), - [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif, 5, .production_id = 91), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ms_based_modifier, 2), - [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [4558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_preproc_elif_in_field_declaration_list, 5, .production_id = 91), + [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), }; #ifdef __cplusplus